diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 07:56:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 07:56:34 +0000 |
commit | 03b39cee3fa0c26e77f34333641f69def77490e3 (patch) | |
tree | 6b09db647949ac119fb0f9abdf89b4c102bbdab8 /sys-apps | |
parent | app-text/djvu: Stabilize 3.5.28 sparc, #770031 (diff) | |
download | gentoo-03b39cee3fa0c26e77f34333641f69def77490e3.tar.gz gentoo-03b39cee3fa0c26e77f34333641f69def77490e3.tar.bz2 gentoo-03b39cee3fa0c26e77f34333641f69def77490e3.zip |
sys-apps/conspy: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/conspy/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/conspy/conspy-1.14.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/conspy/Manifest b/sys-apps/conspy/Manifest index 28406a70cdb4..8d9031b5e49a 100644 --- a/sys-apps/conspy/Manifest +++ b/sys-apps/conspy/Manifest @@ -1,2 +1 @@ -DIST conspy-1.14.tar.gz 26637 BLAKE2B 6fd4e3c35bf978ca7041aac0de23745a5c7cb200e4b29ec841cc195ea75194ed9a65ef46c85fc40b549ca68593ddab1af39499725880da403a602f97650982cd SHA512 46c25770e399c46de5aadcfbf4cff4ab5bc0f83771d6930b5752b9493f8c6864cc86d787ef6f297a00944e65987a56f6bf2cf99975eff689864745c0eef45b0d DIST conspy-1.16.tar.gz 26893 BLAKE2B dfae1677a989c2b9107bf656186513c9624a02a1624976440346138b15f023deb9691d0f4ad651ab2ce0ba96a664d8501685db3ac1ad30a175d6662267d87601 SHA512 231f049c5af379ad6d4b87f462da363fad3fd70138d32986f3de42ba9ae4515b6a3e082ac8d523f70716260f9e4c84d3d01deda0df5e6e7f7f39c0e06ca87ea6 diff --git a/sys-apps/conspy/conspy-1.14.ebuild b/sys-apps/conspy/conspy-1.14.ebuild deleted file mode 100644 index e44b2bafa38e..000000000000 --- a/sys-apps/conspy/conspy-1.14.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Remote control for Linux virtual consoles" -HOMEPAGE="http://conspy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-1/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - sys-libs/ncurses:0= -" -DEPEND=" - ${RDEPEND} -" -PATCHES=( - "${FILESDIR}"/${PN}-1.14-tinfo.patch -) -DOCS=( - ChangeLog.txt README.txt ${PN}.html -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default -} |