diff options
author | 2003-08-27 21:45:37 +0000 | |
---|---|---|
committer | 2003-08-27 21:45:37 +0000 | |
commit | e4e15411e04cd45bb9475e4382c05cdc797bccb0 (patch) | |
tree | 023372b3cde1ba583423580ea6e711eb6a37cb53 /sys-apps/debianutils | |
parent | SRC_URI update (diff) | |
download | historical-e4e15411e04cd45bb9475e4382c05cdc797bccb0.tar.gz historical-e4e15411e04cd45bb9475e4382c05cdc797bccb0.tar.bz2 historical-e4e15411e04cd45bb9475e4382c05cdc797bccb0.zip |
bump to stable
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/debianutils/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.7-r3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 6c0612ac9b94..1d9f21ef2da4 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/debianutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.25 2003/08/27 21:43:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.26 2003/08/27 21:45:35 seemant Exp $ + + 27 Aug 2003; Seemant Kulleen <seemant@gentoo.org> + debianutils-1.16.7-r3.ebuild: + hits stable, because coreutils-5.0 has hit stable. marked for all arches -- + the change between -r2 and -r3 is just the removal of readlink 27 Aug 2003; Seemant Kulleen <seemant@gentoo.org> debianutils-1.16.7-r2.ebuild, debianutils-1.16.7-r3.ebuild: diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest index 314a61c3fba7..c251f0f74b61 100644 --- a/sys-apps/debianutils/Manifest +++ b/sys-apps/debianutils/Manifest @@ -1,6 +1,6 @@ -MD5 4b2cbb6f616cfff5e50770d5117d9b53 debianutils-1.16.7-r3.ebuild 1440 +MD5 7acb89e0104a30fd99ef0ff9adacdd4d debianutils-1.16.7-r3.ebuild 1432 MD5 2fcf12b2fbaaa79f8eb1eb4b0b3deb6a debianutils-1.16.7-r2.ebuild 1432 -MD5 3dece52833fa5a1d7b75d350e6e45630 ChangeLog 4318 +MD5 0693a977e2fe94ede60d7b056775dc20 ChangeLog 4546 MD5 f668f7cf3760bd5f131cec5de5602523 files/digest-debianutils-1.16.7-r2 69 MD5 f668f7cf3760bd5f131cec5de5602523 files/digest-debianutils-1.16.7-r3 69 MD5 e814d4dcbe42ad46f0fa3449b653c173 files/debianutils-1.16.7-gentoo.patch 7521 diff --git a/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild b/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild index d1f56f101828..129c2dc447ce 100644 --- a/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild,v 1.3 2003/08/27 21:43:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild,v 1.4 2003/08/27 21:45:35 seemant Exp $ IUSE="static build" @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" SLOT="0" LICENSE="GPL-2 BSD" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm" DEPEND="virtual/glibc" |