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
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')
-rw-r--r--sys-apps/conspy/Manifest1
-rw-r--r--sys-apps/conspy/conspy-1.8.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/conspy/Manifest b/sys-apps/conspy/Manifest
index e88bff8b98a5..9360dc317d6e 100644
--- a/sys-apps/conspy/Manifest
+++ b/sys-apps/conspy/Manifest
@@ -1,2 +1 @@
DIST conspy-1.10.tar.gz 25211 SHA256 1c8357d80ef55807fddb62c223cb3779deb66aa33f31294ad6e4e2a03a81d7ee SHA512 f22ddff140935f767bff34c8c274ff088ebae049ac61c543ad37fa126bbab2e1cec72bdd93f51cb513d00368b909935491d06a36dbff215f17cdea7a658dbad2 WHIRLPOOL 14b5bd550e70bd76ec21838720444dd8adf86a11fe669ecd3a8a549f261b2f7a9a21263f28d469f921ccf9ec3921cc9fd4481de0f2e815339c3fc46c64469e5f
-DIST conspy-1.8.tar.gz 20116 SHA256 726434eb44b95c564c81df082737948ec4b63d535d5f14975fee8c3fa8eca373 SHA512 ff9bd3064761b4f8eca6554c54bdf479e58798ec2a818ea59f52fa3b1a315f204e869903d0fd359ddd5cf082f8dec1ea40f5721f884b7a344e0320b09397fcf8 WHIRLPOOL 6a2fb33bce77dbddc108244239e210170700b74c5074f493b8a5d3e6079eb512b9b01ab356875ecee08a778337a9973630503dd82e60d85b51a81f4449692363
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
-}