summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:16:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:16:12 +0000
commitfed1f991a76119d1c1ffd2865211f976d75974e0 (patch)
tree77d85c99175a11f462212816f1d2a64463c4ab21 /dev-util/diffball
parentx11-libs/libXcomposite: add "doc" USE flag (fixes bug #288738) (diff)
downloadhistorical-fed1f991a76119d1c1ffd2865211f976d75974e0.tar.gz
historical-fed1f991a76119d1c1ffd2865211f976d75974e0.tar.bz2
historical-fed1f991a76119d1c1ffd2865211f976d75974e0.zip
Fix repoman issues
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-util/diffball')
-rw-r--r--dev-util/diffball/diffball-0.6.5.ebuild29
-rw-r--r--dev-util/diffball/diffball-0.7.1.ebuild29
-rw-r--r--dev-util/diffball/diffball-1.0.ebuild15
3 files changed, 7 insertions, 66 deletions
diff --git a/dev-util/diffball/diffball-0.6.5.ebuild b/dev-util/diffball/diffball-0.6.5.ebuild
deleted file mode 100644
index 837467130760..000000000000
--- a/dev-util/diffball/diffball-0.6.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.6.5.ebuild,v 1.6 2008/10/13 21:05:46 zmedico Exp $
-
-IUSE="debug"
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="http://developer.berlios.de/projects/diffball/"
-SRC_URI="mirror://berlios/diffball/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ~sparc x86"
-
-DEPEND=">=dev-libs/openssl-0.9.6j
- >=sys-libs/zlib-1.1.4
- >=app-arch/bzip2-1.0.2"
-
-src_compile() {
- econf $(use_enable debug asserts) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- cd ${S}
- einstall || die
-
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/dev-util/diffball/diffball-0.7.1.ebuild b/dev-util/diffball/diffball-0.7.1.ebuild
deleted file mode 100644
index b2217f88b633..000000000000
--- a/dev-util/diffball/diffball-0.7.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.7.1.ebuild,v 1.9 2008/10/13 21:05:46 zmedico Exp $
-
-IUSE="debug"
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="http://developer.berlios.de/projects/diffball/"
-SRC_URI="mirror://berlios/diffball/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86"
-
-DEPEND=">=sys-libs/zlib-1.1.4
- >=app-arch/bzip2-1.0.2"
-RESTRICT="strip"
-
-src_compile() {
- econf $(use_enable debug asserts)
- emake || die "emake failed"
-}
-
-src_install() {
- cd ${S}
- make install DESTDIR="${D}" || die
-
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/dev-util/diffball/diffball-1.0.ebuild b/dev-util/diffball/diffball-1.0.ebuild
index ee35bbcacf05..68696c1d7d74 100644
--- a/dev-util/diffball/diffball-1.0.ebuild
+++ b/dev-util/diffball/diffball-1.0.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.9 2008/10/13 21:05:46 zmedico Exp $
-
-IUSE="debug"
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.ebuild,v 1.10 2009/10/12 17:16:12 ssuominen Exp $
DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://developer.berlios.de/projects/diffball/"
SRC_URI="mirror://berlios/diffball/${P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 mips ppc ~sparc x86"
+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() {
@@ -22,8 +23,6 @@ src_compile() {
}
src_install() {
- cd ${S}
- make install DESTDIR="${D}" || die
-
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README TODO
}