summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-30 04:34:44 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-30 04:34:44 +0000
commitb62586cba38d82859c5cac7558ca823e8a60cac7 (patch)
tree3b0d9adfb6c5afb6141563c44b2c5161430d235e /dev-util/diffball
parentamd64 stable, bug 164416 (diff)
downloadgentoo-2-b62586cba38d82859c5cac7558ca823e8a60cac7.tar.gz
gentoo-2-b62586cba38d82859c5cac7558ca823e8a60cac7.tar.bz2
gentoo-2-b62586cba38d82859c5cac7558ca823e8a60cac7.zip
amd64 stable, bug 161706, remove nostrip from restrict
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/diffball')
-rw-r--r--dev-util/diffball/ChangeLog6
-rw-r--r--dev-util/diffball/diffball-0.7.1.ebuild11
-rw-r--r--dev-util/diffball/diffball-1.0.ebuild9
3 files changed, 16 insertions, 10 deletions
diff --git a/dev-util/diffball/ChangeLog b/dev-util/diffball/ChangeLog
index b4a68ce8dd9f..b506608c0cfa 100644
--- a/dev-util/diffball/ChangeLog
+++ b/dev-util/diffball/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/diffball
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.27 2007/01/21 13:10:01 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.28 2007/01/30 04:34:44 beandog Exp $
+
+ 30 Jan 2007; Steve Dibb <beandog@gentoo.org> diffball-0.7.1.ebuild,
+ diffball-1.0.ebuild:
+ amd64 stable, bug 161706, remove nostrip from restrict
21 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> diffball-1.0.ebuild:
Stable on MIPS.
diff --git a/dev-util/diffball/diffball-0.7.1.ebuild b/dev-util/diffball/diffball-0.7.1.ebuild
index 118f0be46584..71802a171b63 100644
--- a/dev-util/diffball/diffball-0.7.1.ebuild
+++ b/dev-util/diffball/diffball-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.6 2006/10/10 18:16:29 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.7.1.ebuild,v 1.7 2007/01/30 04:34:44 beandog Exp $
IUSE="debug"
@@ -10,10 +10,11 @@ SRC_URI="http://download.berlios.de/diffball/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ppc-macos ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc-macos ~sparc x86"
-DEPEND=">=sys-libs/zlib-1.1.4 >=app-arch/bzip2-1.0.2"
-RESTRICT="nostrip strip"
+DEPEND=">=sys-libs/zlib-1.1.4
+ >=app-arch/bzip2-1.0.2"
+RESTRICT="strip"
src_compile() {
econf $(use_enable debug asserts)
diff --git a/dev-util/diffball/diffball-1.0.ebuild b/dev-util/diffball/diffball-1.0.ebuild
index 638ac65383bf..a4b4145bd6b4 100644
--- a/dev-util/diffball/diffball-1.0.ebuild
+++ b/dev-util/diffball/diffball-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.4 2007/01/21 13:10:01 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.ebuild,v 1.5 2007/01/30 04:34:44 beandog Exp $
IUSE="debug"
@@ -10,10 +10,11 @@ SRC_URI="http://download.berlios.de/diffball/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ia64 mips ~ppc ~ppc-macos ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 mips ~ppc ~ppc-macos ~sparc ~x86"
-DEPEND=">=sys-libs/zlib-1.1.4 >=app-arch/bzip2-1.0.2"
-RESTRICT="nostrip strip"
+DEPEND=">=sys-libs/zlib-1.1.4
+ >=app-arch/bzip2-1.0.2"
+RESTRICT="strip"
src_compile() {
econf $(use_enable debug asserts)