summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-16 09:48:45 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-16 09:48:45 +0000
commit27e1a7ee1c4da21ed4f6cf13a3acc5410dc0e47d (patch)
tree79b9c0f07b9ce1cd11bbcbf9ce3429b1a0a26772 /dev-util
parentCleanup due #122207 (diff)
downloadgentoo-2-27e1a7ee1c4da21ed4f6cf13a3acc5410dc0e47d.tar.gz
gentoo-2-27e1a7ee1c4da21ed4f6cf13a3acc5410dc0e47d.tar.bz2
gentoo-2-27e1a7ee1c4da21ed4f6cf13a3acc5410dc0e47d.zip
Cleanup due #122207
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/diffball/ChangeLog9
-rw-r--r--dev-util/diffball/diffball-1.0.ebuild28
-rw-r--r--dev-util/diffball/metadata.xml2
3 files changed, 7 insertions, 32 deletions
diff --git a/dev-util/diffball/ChangeLog b/dev-util/diffball/ChangeLog
index 42d427c1ce6e..6eb3c6e4e46b 100644
--- a/dev-util/diffball/ChangeLog
+++ b/dev-util/diffball/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/diffball
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.43 2012/05/04 17:51:44 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.44 2013/06/16 09:48:45 pacho Exp $
+
+ 16 Jun 2013; Pacho Ramos <pacho@gentoo.org> -diffball-1.0.ebuild,
+ metadata.xml:
+ Cleanup due #122207
04 May 2012; Jeff Horelick <jdhore@gentoo.org> diffball-1.0.1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -144,4 +148,3 @@
15 Nov 2003; Seemant Kulleen <seemant@gentoo.org> diffball-0.4_pre4.ebuild:
new package for a binary diff'er -- written and submitted by Brian Harring
<bdharring@wisc.edu> (ferringb in #gentoo-dev) in bug #29731
-
diff --git a/dev-util/diffball/diffball-1.0.ebuild b/dev-util/diffball/diffball-1.0.ebuild
deleted file mode 100644
index 4fad087fa436..000000000000
--- a/dev-util/diffball/diffball-1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.ebuild,v 1.14 2011/07/25 09:47:55 naota Exp $
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="http://diffball.googlecode.com/"
-SRC_URI="http://diffball.googlecode.com/files/diffball-1.0.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug"
-
-DEPEND=">=sys-libs/zlib-1.1.4
- >=app-arch/bzip2-1.0.2"
-
-# Invalid RESTRICT for source package. Investigate.
-RESTRICT="strip"
-
-src_compile() {
- econf $(use_enable debug asserts)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/dev-util/diffball/metadata.xml b/dev-util/diffball/metadata.xml
index 01ca7a8214a8..b08086489984 100644
--- a/dev-util/diffball/metadata.xml
+++ b/dev-util/diffball/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>ferringb@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="google-code">diffball</remote-id>