summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-10 04:25:29 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-08-10 04:28:16 +1000
commita13fc4147f509c437d1808f281f50b8eadc79e99 (patch)
tree722b13b1c4dc0692adea8188924ce8e16de64a5b /sys-apps/conspy/conspy-1.8.ebuild
parentsys-apps/s6: x86 stable wrt bug #553160 (diff)
downloadgentoo-a13fc4147f509c437d1808f281f50b8eadc79e99.tar.gz
gentoo-a13fc4147f509c437d1808f281f50b8eadc79e99.tar.bz2
gentoo-a13fc4147f509c437d1808f281f50b8eadc79e99.zip
sys-apps/conspy: remove old
Package-Manager: portage-2.2.20
Diffstat (limited to 'sys-apps/conspy/conspy-1.8.ebuild')
-rw-r--r--sys-apps/conspy/conspy-1.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/conspy/conspy-1.8.ebuild b/sys-apps/conspy/conspy-1.8.ebuild
deleted file mode 100644
index 3a2d92554f07..000000000000
--- a/sys-apps/conspy/conspy-1.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="Remote control for virtual consoles"
-HOMEPAGE="http://ace-host.stuart.id.au/russell/files/conspy"
-SRC_URI="http://ace-host.stuart.id.au/russell/files/${PN}/${P}.tar.gz"
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- default
- dohtml ${PN}.html
-}