diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-30 21:59:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-30 21:59:15 +0000 |
commit | 4322621f4301318f5f9b4aae94456c6c2f4ee25e (patch) | |
tree | 413e4f1d17b5cd269bc0e4e18c65320e480782a9 /sys-devel | |
parent | Stable on sparc wrt bug #74775. (diff) | |
download | historical-4322621f4301318f5f9b4aae94456c6c2f4ee25e.tar.gz historical-4322621f4301318f5f9b4aae94456c6c2f4ee25e.tar.bz2 historical-4322621f4301318f5f9b4aae94456c6c2f4ee25e.zip |
Stable on alpha.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/Manifest | 18 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild | 4 |
3 files changed, 21 insertions, 7 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index 190def736c6b..814fd3e29ba5 100644 --- a/sys-devel/autoconf-wrapper/ChangeLog +++ b/sys-devel/autoconf-wrapper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf-wrapper # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.6 2005/01/30 19:29:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.7 2005/01/30 21:59:15 kloeri Exp $ + + 30 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> + autoconf-wrapper-2.ebuild: + Stable on alpha. 30 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> autoconf-wrapper-2.ebuild: diff --git a/sys-devel/autoconf-wrapper/Manifest b/sys-devel/autoconf-wrapper/Manifest index f79e30925148..3c0020e7c9fa 100644 --- a/sys-devel/autoconf-wrapper/Manifest +++ b/sys-devel/autoconf-wrapper/Manifest @@ -1,6 +1,16 @@ -MD5 803f3f676c5468e204344b512f6b082b autoconf-wrapper-2.ebuild 795 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 eb7d9a525786e0b820472c027e28bbc1 ChangeLog 1342 +MD5 c806554325d0d29e65269ba74d1d06c5 autoconf-wrapper-2.ebuild 794 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 f66210fc101e22a415535eff0dfbe42e ChangeLog 1240 -MD5 070d7714b2e14aa7d8af8018b1397da3 files/ac-wrapper-2.sh 2716 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-autoconf-wrapper-2 0 MD5 f620449fab0370d6ee016684fbf6b671 files/ac-wrapper-1.sh 2600 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-autoconf-wrapper-2 0 +MD5 070d7714b2e14aa7d8af8018b1397da3 files/ac-wrapper-2.sh 2716 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB/WcHugEuf3OQ0akRAvzJAJ9fTnFLZRbdIIbe4P+JGErAbJX9rQCeLBW7 +mvAuRnxWkmiZnS5VQtBlV4c= +=5uqt +-----END PGP SIGNATURE----- diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild index 3533fd8bcf30..6a40880bb541 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.6 2005/01/30 19:29:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.7 2005/01/30 21:59:15 kloeri Exp $ DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86" IUSE="" RDEPEND=">=sys-devel/autoconf-2.59-r6 |