summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-12-21 18:20:32 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-12-21 18:20:32 +0000
commit9d522f6829d633f6979af884c08313f27913d80d (patch)
tree37bce7eaa7a37fc86d2fd78c718c0fbcb4bb0d89 /sys-apps
parentamd64 stable wrt security #202718 (diff)
downloadgentoo-2-9d522f6829d633f6979af884c08313f27913d80d.tar.gz
gentoo-2-9d522f6829d633f6979af884c08313f27913d80d.tar.bz2
gentoo-2-9d522f6829d633f6979af884c08313f27913d80d.zip
remove old versions. version bump for bug #194523
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/debianutils/ChangeLog12
-rw-r--r--sys-apps/debianutils/debianutils-2.18.1.ebuild42
-rw-r--r--sys-apps/debianutils/debianutils-2.22.1.ebuild42
-rw-r--r--sys-apps/debianutils/debianutils-2.23.1.ebuild42
-rw-r--r--sys-apps/debianutils/debianutils-2.28.2.ebuild (renamed from sys-apps/debianutils/debianutils-2.21.ebuild)4
-rw-r--r--sys-apps/debianutils/files/debianutils-2.15-palo.patch43
-rw-r--r--sys-apps/debianutils/files/debianutils-2.28.2-no-bs-namespace.patch28
-rw-r--r--sys-apps/debianutils/files/digest-debianutils-2.18.13
-rw-r--r--sys-apps/debianutils/files/digest-debianutils-2.213
-rw-r--r--sys-apps/debianutils/files/digest-debianutils-2.22.13
-rw-r--r--sys-apps/debianutils/files/digest-debianutils-2.23.13
-rw-r--r--sys-apps/debianutils/files/digest-debianutils-2.28.23
12 files changed, 44 insertions, 184 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog
index 8da5c5b34822..9b63596ac361 100644
--- a/sys-apps/debianutils/ChangeLog
+++ b/sys-apps/debianutils/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for sys-apps/debianutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.98 2007/12/21 16:56:38 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.99 2007/12/21 18:20:31 cardoe Exp $
+
+*debianutils-2.28.2 (21 Dec 2007)
+
+ 21 Dec 2007; Doug Klima <cardoe@gentoo.org>
+ -files/debianutils-2.15-palo.patch,
+ +files/debianutils-2.28.2-no-bs-namespace.patch,
+ -debianutils-2.18.1.ebuild, -debianutils-2.21.ebuild,
+ -debianutils-2.22.1.ebuild, -debianutils-2.23.1.ebuild,
+ +debianutils-2.28.2.ebuild:
+ remove old versions. version bump for bug #194523
21 Dec 2007; Doug Klima <cardoe@gentoo.org> debianutils-2.25.ebuild:
amd64 stable
diff --git a/sys-apps/debianutils/debianutils-2.18.1.ebuild b/sys-apps/debianutils/debianutils-2.18.1.ebuild
deleted file mode 100644
index 5361697df9b5..000000000000
--- a/sys-apps/debianutils/debianutils-2.18.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.18.1.ebuild,v 1.1 2007/05/16 15:01:24 uberlord Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="http://packages.debian.org/unstable/utils/debianutils"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="static"
-
-PDEPEND="sys-apps/mktemp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.14.1-no-bs-namespace.patch
- epatch "${FILESDIR}"/${PN}-2.16.2-palo.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
- econf || die
- emake || die
-}
-
-src_install() {
- into /
- dobin tempfile run-parts || die
- dosbin installkernel || die "installkernel failed"
-
- into /usr
- dosbin savelog mkboot || die "savelog/mkboot failed"
-
- doman tempfile.1 run-parts.8 savelog.8 installkernel.8 mkboot.8
- cd debian
- dodoc changelog control
-}
diff --git a/sys-apps/debianutils/debianutils-2.22.1.ebuild b/sys-apps/debianutils/debianutils-2.22.1.ebuild
deleted file mode 100644
index 56e3c0eddc2e..000000000000
--- a/sys-apps/debianutils/debianutils-2.22.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.22.1.ebuild,v 1.5 2007/08/17 01:26:44 vapier Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="http://packages.debian.org/unstable/utils/debianutils"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86"
-IUSE="static"
-
-PDEPEND="sys-apps/mktemp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.14.1-no-bs-namespace.patch
- epatch "${FILESDIR}"/${PN}-2.16.2-palo.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
- econf || die
- emake || die
-}
-
-src_install() {
- into /
- dobin tempfile run-parts || die
- dosbin installkernel || die "installkernel failed"
-
- into /usr
- dosbin savelog mkboot || die "savelog/mkboot failed"
-
- doman tempfile.1 run-parts.8 savelog.8 installkernel.8 mkboot.8
- cd debian
- dodoc changelog control
-}
diff --git a/sys-apps/debianutils/debianutils-2.23.1.ebuild b/sys-apps/debianutils/debianutils-2.23.1.ebuild
deleted file mode 100644
index 2ffc862ec003..000000000000
--- a/sys-apps/debianutils/debianutils-2.23.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.23.1.ebuild,v 1.6 2007/10/15 14:51:26 corsair Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="http://packages.debian.org/unstable/utils/debianutils"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k mips ~ppc ppc64 s390 sh sparc x86"
-IUSE="static"
-
-PDEPEND="sys-apps/mktemp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.14.1-no-bs-namespace.patch
- epatch "${FILESDIR}"/${PN}-2.16.2-palo.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
- econf || die
- emake || die
-}
-
-src_install() {
- into /
- dobin tempfile run-parts || die
- dosbin installkernel || die "installkernel failed"
-
- into /usr
- dosbin savelog mkboot || die "savelog/mkboot failed"
-
- doman tempfile.1 run-parts.8 savelog.8 installkernel.8 mkboot.8
- cd debian
- dodoc changelog control
-}
diff --git a/sys-apps/debianutils/debianutils-2.21.ebuild b/sys-apps/debianutils/debianutils-2.28.2.ebuild
index 07ef967dd837..34378abc4a7b 100644
--- a/sys-apps/debianutils/debianutils-2.21.ebuild
+++ b/sys-apps/debianutils/debianutils-2.28.2.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/sys-apps/debianutils/debianutils-2.21.ebuild,v 1.1 2007/06/16 23:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild,v 1.1 2007/12/21 18:20:31 cardoe Exp $
inherit eutils flag-o-matic
@@ -18,7 +18,7 @@ PDEPEND="sys-apps/mktemp"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.14.1-no-bs-namespace.patch
+ epatch "${FILESDIR}"/${PN}-2.28.2-no-bs-namespace.patch
epatch "${FILESDIR}"/${PN}-2.16.2-palo.patch
}
diff --git a/sys-apps/debianutils/files/debianutils-2.15-palo.patch b/sys-apps/debianutils/files/debianutils-2.15-palo.patch
deleted file mode 100644
index db3767af453f..000000000000
--- a/sys-apps/debianutils/files/debianutils-2.15-palo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- mkboot. 2006-04-02 19:17:59.000000000 +0200
-+++ mkboot 2006-04-15 20:41:00.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- # mkboot: make the system bootable
- # Debian GNU/Linux
- # Copyright 1996-1997 Guy Maor <maor@debian.org>
-@@ -85,7 +85,7 @@
- # check whether PALO is installed
- palocheck() {
- printf "\nChecking for PALO..."
-- if [ -f /etc/palo.conf ] && [ -x /sbin/palo ]; then
-+ if [ -f /etc/palo.conf ] && which palo > /dev/null; then
- echo "Yes"
- return 0
- fi
-@@ -380,9 +380,13 @@
- fi
-
- if palocheck; then
-- printf "\nPALO is installed. To automatically switch to new kernels, point your\n"
-- echo "default entry in palo.conf to $1"
-- exit 0
-+ palo="$(which palo)"
-+ printf "\nShould I run $palo? (y/N) "
-+ read input
-+ if [ "$input" = "y" ] ; then
-+ palo && exit 0
-+ fi
-+ echo "There was a problem running $palo."
- fi
-
- printf "\nShould I make a bootdisk? (y/N) "
-@@ -392,7 +396,7 @@
- fi
-
- printf "\nWARNING: Your system is probably unbootable now. After correcting any\n"
-- echo "problems, rerun this script with the command \`mkboot -installkernel'."
-+ echo "problems, rerun this script with the command \`mkboot -i'."
- exit 1
- fi
-
diff --git a/sys-apps/debianutils/files/debianutils-2.28.2-no-bs-namespace.patch b/sys-apps/debianutils/files/debianutils-2.28.2-no-bs-namespace.patch
new file mode 100644
index 000000000000..6045d5317d8d
--- /dev/null
+++ b/sys-apps/debianutils/files/debianutils-2.28.2-no-bs-namespace.patch
@@ -0,0 +1,28 @@
+Allow dots in the names, bug #95173. Patch by Kerin Millar.
+Re-sourced for 2.28.2
+
+diff -Nur debianutils-2.28.2/run-parts.8 debianutils-2.28.2-no-bs-namespace/run-parts.8
+--- debianutils-2.28.2/run-parts.8 2007-11-12 11:24:24.000000000 -0500
++++ debianutils-2.28.2-no-bs-namespace/run-parts.8 2007-12-21 13:13:48.000000000 -0500
+@@ -27,7 +27,8 @@
+
+ If neither the \-\-lsbsysinit option nor the \-\-regex option is given
+ then the names must consist entirely of upper and lower case letters,
+-digits, underscores, and hyphens.
++digits, underscores, hyphens, and periods. However, the name must not begin
++with a period.
+
+ If the \-\-lsbsysinit option is given, then the names must not end
+ in .dpkg\-old or .dpkg\-dist or .dpkg\-new or .dpkg\-tmp, and must
+diff -Nur debianutils-2.28.2/run-parts.c debianutils-2.28.2-no-bs-namespace/run-parts.c
+--- debianutils-2.28.2/run-parts.c 2007-11-12 11:24:24.000000000 -0500
++++ debianutils-2.28.2-no-bs-namespace/run-parts.c 2007-12-21 13:14:32.000000000 -0500
+@@ -161,7 +161,7 @@
+ return !regexec(&tradre, c, 0, NULL, 0);
+ }
+ else {
+- if (regcomp(&classicalre, "^[a-zA-Z0-9_-]+$", REG_EXTENDED | REG_NOSUB)) {
++ if (regcomp(&classicalre, "^[a-zA-Z0-9_-][a-zA-Z0-9._-]+$", REG_EXTENDED | REG_NOSUB)) {
+ error("regex failure");
+ exit(1);
+ }
diff --git a/sys-apps/debianutils/files/digest-debianutils-2.18.1 b/sys-apps/debianutils/files/digest-debianutils-2.18.1
deleted file mode 100644
index 31b0450e233a..000000000000
--- a/sys-apps/debianutils/files/digest-debianutils-2.18.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 046375e40a8fd0120bea85d2e654ac44 debianutils_2.18.1.tar.gz 134617
-RMD160 988d7e50e996de77102c5fe48c76e52f1dbcb79d debianutils_2.18.1.tar.gz 134617
-SHA256 b0980860f00c315ba8254e5258172d39f57b1e477e37e75b2ca37b0f7f53988c debianutils_2.18.1.tar.gz 134617
diff --git a/sys-apps/debianutils/files/digest-debianutils-2.21 b/sys-apps/debianutils/files/digest-debianutils-2.21
deleted file mode 100644
index 5c9909be1117..000000000000
--- a/sys-apps/debianutils/files/digest-debianutils-2.21
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 49ce4044be00ea0385f23fbfcc28af91 debianutils_2.21.tar.gz 135638
-RMD160 031432daa7bb82630e3ccdc8526cb614cff07217 debianutils_2.21.tar.gz 135638
-SHA256 c6e107d9bea0f1b905c3457f4d1853178a04c7004eb320df5fa3616af2920fc9 debianutils_2.21.tar.gz 135638
diff --git a/sys-apps/debianutils/files/digest-debianutils-2.22.1 b/sys-apps/debianutils/files/digest-debianutils-2.22.1
deleted file mode 100644
index e3cbf81662ba..000000000000
--- a/sys-apps/debianutils/files/digest-debianutils-2.22.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 aa73b205bb709c6209a790034fc1786d debianutils_2.22.1.tar.gz 135802
-RMD160 f495bfeb0c4116114459fac1077fb9d2bcf5e919 debianutils_2.22.1.tar.gz 135802
-SHA256 0cc20c0bc63064027278f7a0bd4c6d7458953c453681d00179466ef867500b32 debianutils_2.22.1.tar.gz 135802
diff --git a/sys-apps/debianutils/files/digest-debianutils-2.23.1 b/sys-apps/debianutils/files/digest-debianutils-2.23.1
deleted file mode 100644
index 785082d0cb3a..000000000000
--- a/sys-apps/debianutils/files/digest-debianutils-2.23.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 05c21c09fbb845eb970daa7a94d3b525 debianutils_2.23.1.tar.gz 135926
-RMD160 bd5ea8f2ea73caf63773f6737afd1ac8e9e72093 debianutils_2.23.1.tar.gz 135926
-SHA256 4f6e8a94e2dee94cbf06692b5644618f3410c60ce89972188492841e2cf34a57 debianutils_2.23.1.tar.gz 135926
diff --git a/sys-apps/debianutils/files/digest-debianutils-2.28.2 b/sys-apps/debianutils/files/digest-debianutils-2.28.2
new file mode 100644
index 000000000000..a1518b9f5d33
--- /dev/null
+++ b/sys-apps/debianutils/files/digest-debianutils-2.28.2
@@ -0,0 +1,3 @@
+MD5 50f8b77fb8a8a6392ba02e568e5dfe44 debianutils_2.28.2.tar.gz 138208
+RMD160 ee98cd0e50dee225375f1893f0f365f9f17291bf debianutils_2.28.2.tar.gz 138208
+SHA256 82de1f6525bbec1170bac9b36990ec1e415fa4befc1a5f4ad247d2202bad378d debianutils_2.28.2.tar.gz 138208