summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-29 21:38:31 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-29 21:38:31 +0000
commit2e2ceb7ee9f71335e0a017e809bb917970cf4a89 (patch)
tree85f000aab8016502b6bcc36df0f265e4a1824b71 /app-arch
parentFix repoman warning. (diff)
downloadgentoo-2-2e2ceb7ee9f71335e0a017e809bb917970cf4a89.tar.gz
gentoo-2-2e2ceb7ee9f71335e0a017e809bb917970cf4a89.tar.bz2
gentoo-2-2e2ceb7ee9f71335e0a017e809bb917970cf4a89.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/duff/ChangeLog8
-rw-r--r--app-arch/duff/duff-0.4.ebuild18
-rw-r--r--app-arch/duff/duff-0.5.ebuild18
3 files changed, 6 insertions, 38 deletions
diff --git a/app-arch/duff/ChangeLog b/app-arch/duff/ChangeLog
index f723f05a6343..afe3f4146224 100644
--- a/app-arch/duff/ChangeLog
+++ b/app-arch/duff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/duff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/duff/ChangeLog,v 1.4 2013/06/19 03:33:57 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/duff/ChangeLog,v 1.5 2015/05/29 21:38:31 mrueg Exp $
+
+ 29 May 2015; Manuel Rüger <mrueg@gentoo.org> -duff-0.4.ebuild,
+ -duff-0.5.ebuild:
+ Remove old.
*duff-0.5.2 (19 Jun 2013)
diff --git a/app-arch/duff/duff-0.4.ebuild b/app-arch/duff/duff-0.4.ebuild
deleted file mode 100644
index aad91287a0d7..000000000000
--- a/app-arch/duff/duff-0.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/duff/duff-0.4.ebuild,v 1.2 2009/10/23 09:19:11 robbat2 Exp $
-
-DESCRIPTION="Command-line utility for quickly finding duplicates in a given set of files"
-HOMEPAGE="http://duff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed emake install"
- dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
-}
diff --git a/app-arch/duff/duff-0.5.ebuild b/app-arch/duff/duff-0.5.ebuild
deleted file mode 100644
index 49b45b270639..000000000000
--- a/app-arch/duff/duff-0.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/duff/duff-0.5.ebuild,v 1.1 2011/11/07 08:27:51 robbat2 Exp $
-
-DESCRIPTION="Command-line utility for quickly finding duplicates in a given set of files"
-HOMEPAGE="http://duff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed emake install"
- dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
-}