summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 14:16:19 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 14:19:22 -0500
commitdd287d5614d25ececda4fd2797772fb1001291e5 (patch)
tree6523d8b1093447bee76beae2f09c10f9a75e3d16 /app-backup/furball/furball-0.5.ebuild
parentprofiles/package.mask drop last-rited pkgs (diff)
downloadgentoo-dd287d5614d25ececda4fd2797772fb1001291e5.tar.gz
gentoo-dd287d5614d25ececda4fd2797772fb1001291e5.tar.bz2
gentoo-dd287d5614d25ececda4fd2797772fb1001291e5.zip
app-backup/furball: drop last-rited pkg
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-backup/furball/furball-0.5.ebuild')
-rw-r--r--app-backup/furball/furball-0.5.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-backup/furball/furball-0.5.ebuild b/app-backup/furball/furball-0.5.ebuild
deleted file mode 100644
index 230d48aaae0e..000000000000
--- a/app-backup/furball/furball-0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A small perl script utilizing tar"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://www.claws-and-paws.com/software/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-RDEPEND="dev-lang/perl
- app-arch/tar"
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc README NEWS THANKS
-}