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
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
-rw-r--r--dev-util/dejagnu/Manifest2
-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
-rw-r--r--dev-util/pbuilder/pbuilder-0.121.ebuild10
-rw-r--r--dev-util/pbuilder/pbuilder-0.122.ebuild10
-rw-r--r--dev-util/pbuilder/pbuilder-0.99.ebuild10
7 files changed, 23 insertions, 82 deletions
diff --git a/dev-util/dejagnu/Manifest b/dev-util/dejagnu/Manifest
index 180ddb30cf37..1ced4ba71f21 100644
--- a/dev-util/dejagnu/Manifest
+++ b/dev-util/dejagnu/Manifest
@@ -1,5 +1,5 @@
AUX dejagnu-ignore-libwarning.patch 1129 RMD160 23354c47bd6f252d62bc3f563ebe1dfe493e4740 SHA1 5f8b69fdc27149fcdfc4ebc4d033280d26257dc2 SHA256 d4ba83220bf21f2bc8b5353ae21a08e1aecee5684688e82ad2c29c163cd51979
DIST dejagnu-1.4.4.tar.gz 1080346 RMD160 5f00f4ce6ce24aad611be500e80c40fc816dc66a SHA1 fd82ffd396eba5b595f76d2f4a068cb7fcc6cffb SHA256 d0fbedef20fb0843318d60551023631176b27ceb1e11de7468a971770d0e048d
-EBUILD dejagnu-1.4.4-r1.ebuild 952 RMD160 bda7e66d642beec7027347d30c5595627e1d7d4b SHA1 bc2e04f35df9ae439549a3cde8028aaff143dfc5 SHA256 6195d6a8c0208f5bc4d5fb840c1f643ba4e222c02b078cb41d6e9cddb294da68
+EBUILD dejagnu-1.4.4-r1.ebuild 958 RMD160 03cde063878367c11b2083beb3b5fe4c16268cac SHA1 65a12e0b75eceb82407d67ba45f8423ed90af01a SHA256 c6790a3ab5db91d40abe8bb79b63117f8918a4dab5de9b78d0689879f0cd86d7
MISC ChangeLog 2247 RMD160 1b7d40ac8ff3ebeb530e2519cbc78cb22bbf03a0 SHA1 c2471bce7b75bfc6aa405b664265af72a99102eb SHA256 f93d061d1b0b63c88c13ee61e403b9cdb9a9ced1da1ee37fd451b33c752915e6
MISC metadata.xml 162 RMD160 d002486a43522f2116b1d9d59828c484956d66e2 SHA1 d6b4923897f6ae673b4f93646f5b4ba61d5a2c3c SHA256 65a915d44de1f01d4b7f72d313b4192c38374a9835d24988c00c1e73dca5805a
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
}
diff --git a/dev-util/pbuilder/pbuilder-0.121.ebuild b/dev-util/pbuilder/pbuilder-0.121.ebuild
index b36e748a74e6..0040e7957eb6 100644
--- a/dev-util/pbuilder/pbuilder-0.121.ebuild
+++ b/dev-util/pbuilder/pbuilder-0.121.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/pbuilder/pbuilder-0.121.ebuild,v 1.3 2006/12/28 16:47:46 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.121.ebuild,v 1.4 2009/10/12 17:11:49 ssuominen Exp $
DESCRIPTION="personal package builder for Debian packages"
HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
@@ -23,14 +23,14 @@ DEPEND=">=sys-apps/debianutils-1.13.1
IUSE="uml"
src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README THANKS
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README THANKS
doman pbuilder.8 pbuilderrc.5 pdebuild.1
if use uml && use x86; then
doman pdebuild-user-mode-linux.1 pbuilder-user-mode-linux.1
else
- cd ${D}
+ cd "${D}"
rm -f etc/pbuilder/pbuilder-uml.conf
rm -f usr/share/pbuilder/pbuilder-uml.conf
rm -f usr/bin/pbuilder-user-mode-linux
diff --git a/dev-util/pbuilder/pbuilder-0.122.ebuild b/dev-util/pbuilder/pbuilder-0.122.ebuild
index 652d66350011..4c8702b1f7fb 100644
--- a/dev-util/pbuilder/pbuilder-0.122.ebuild
+++ b/dev-util/pbuilder/pbuilder-0.122.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/pbuilder/pbuilder-0.122.ebuild,v 1.2 2005/05/07 16:46:32 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.122.ebuild,v 1.3 2009/10/12 17:11:49 ssuominen Exp $
DESCRIPTION="personal package builder for Debian packages"
HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
@@ -23,14 +23,14 @@ DEPEND=">=sys-apps/debianutils-1.13.1
IUSE="uml"
src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README THANKS
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README THANKS
doman pbuilder.8 pbuilderrc.5 pdebuild.1
if use uml && use x86; then
doman pdebuild-user-mode-linux.1 pbuilder-user-mode-linux.1
else
- cd ${D}
+ cd "${D}"
rm -f etc/pbuilder/pbuilder-uml.conf
rm -f usr/share/pbuilder/pbuilder-uml.conf
rm -f usr/bin/pbuilder-user-mode-linux
diff --git a/dev-util/pbuilder/pbuilder-0.99.ebuild b/dev-util/pbuilder/pbuilder-0.99.ebuild
index 20688744c8a1..2239aef21d6e 100644
--- a/dev-util/pbuilder/pbuilder-0.99.ebuild
+++ b/dev-util/pbuilder/pbuilder-0.99.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/pbuilder/pbuilder-0.99.ebuild,v 1.8 2005/01/27 14:05:09 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.99.ebuild,v 1.9 2009/10/12 17:11:49 ssuominen Exp $
DESCRIPTION="personal package builder for Debian packages"
HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
@@ -23,13 +23,13 @@ DEPEND=">=sys-apps/debianutils-1.13.1
IUSE="uml"
src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README THANKS
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README THANKS
if use uml && use x86; then
doman pdebuild-user-mode-linux.1 pbuilder-user-mode-linux.1
else
- cd ${D}
+ cd "${D}"
rm -f etc/pbuilder/pbuilder-uml.conf
rm -f usr/share/pbuilder/pbuilder-uml.conf
rm -f usr/bin/pbuilder-user-mode-linux