summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-04 12:55:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-08 01:01:59 +0100
commitfc8d6a1bbf54375f7b429be7f4ecebb58fab3b22 (patch)
tree01ea28e6f73d1f05589a3bd7a975b8bc592836ce /www-apache/anyterm
parentkde-apps/konsole: Drop 17.12.1 (r0) (diff)
downloadgentoo-fc8d6a1bbf54375f7b429be7f4ecebb58fab3b22.tar.gz
gentoo-fc8d6a1bbf54375f7b429be7f4ecebb58fab3b22.tar.bz2
gentoo-fc8d6a1bbf54375f7b429be7f4ecebb58fab3b22.zip
www-apache/anyterm: remove old
Closes: https://github.com/gentoo/gentoo/pull/7060
Diffstat (limited to 'www-apache/anyterm')
-rw-r--r--www-apache/anyterm/anyterm-1.1.29.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/www-apache/anyterm/anyterm-1.1.29.ebuild b/www-apache/anyterm/anyterm-1.1.29.ebuild
deleted file mode 100644
index 0c499ce28eea..000000000000
--- a/www-apache/anyterm/anyterm-1.1.29.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A terminal anywhere"
-HOMEPAGE="https://anyterm.org/"
-SRC_URI="https://anyterm.org/download/${P}.tbz2"
-
-LICENSE="GPL-2 Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/ssh"
-DEPEND="${RDEPEND}
- >=dev-libs/boost-1.34.1"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch"
- epatch "${FILESDIR}/${P}-gcc-4.4.patch"
- epatch "${FILESDIR}/${P}-boost-1.50.patch"
-}
-
-src_compile() {
- # this package uses `ld -r -b binary` and thus resulting executable contains
- # executable stack
- append-ldflags -Wl,-z,noexecstack
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
-}
-
-src_install() {
- dosbin anytermd || die
- dodoc CHANGELOG README || die
- doman anytermd.1 || die
- newinitd "${FILESDIR}/anyterm.init.d" anyterm || die
- newconfd "${FILESDIR}/anyterm.conf.d" anyterm || die
-}
-
-pkg_postinst() {
- elog "To proceed installation, read following:"
- elog "https://anyterm.org/install.html"
-}