diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:38:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:38:30 +0200 |
commit | 3339db1f143af6c39620ed38e318331473a76c7f (patch) | |
tree | 298656524720a7451a56c44482acc26713f657b4 /app-accessibility | |
parent | app-accessibility/pidgin-festival: Remove last-rited pkg (diff) | |
download | gentoo-3339db1f143af6c39620ed38e318331473a76c7f.tar.gz gentoo-3339db1f143af6c39620ed38e318331473a76c7f.tar.bz2 gentoo-3339db1f143af6c39620ed38e318331473a76c7f.zip |
app-accessibility/perlbox-voice: Remove last-rited pkg
Closes: https://bugs.gentoo.org/612980
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/perlbox-voice/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/metadata.xml | 8 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild | 23 |
3 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/perlbox-voice/Manifest b/app-accessibility/perlbox-voice/Manifest deleted file mode 100644 index e42ca86c009c..000000000000 --- a/app-accessibility/perlbox-voice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST perlbox-voice-0.09.noarch.tgz 1316675 BLAKE2B 2684c891c7cf688976a4024133b32460fdfda455c7e682ca972eacfb84959ec123e04f03d39313bea8afaf928b11cd6d9d219a338ade764818d4c653bc1224b7 SHA512 db461c4b60003383cc14d25dbc6fdbc82069f588dae14434d6d29efa809c566b36c38f4311271492a9c35e965fed8fcdccf0debf06dc121c10fec460211387c6 diff --git a/app-accessibility/perlbox-voice/metadata.xml b/app-accessibility/perlbox-voice/metadata.xml deleted file mode 100644 index 32f77b0a6625..000000000000 --- a/app-accessibility/perlbox-voice/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">perlbox</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild deleted file mode 100644 index 692e2dbd2edc..000000000000 --- a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A voice enabled application to bring your desktop under your command" -HOMEPAGE="http://perlbox.sourceforge.net/" -SRC_URI="mirror://sourceforge/perlbox/${P}.noarch.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-lang/perl - dev-perl/Tk - app-accessibility/sphinx2 - app-accessibility/festival - app-accessibility/mbrola" - -src_install() { - tar xvf perlbox-voice.ss -C "${D}" || die "tar failed" - dodoc ${PN}.readme -} |