diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-11-15 12:15:13 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-11-15 12:15:13 +0000 |
commit | 365383e9b6428dc2c35d1af96ac10258e04f75bf (patch) | |
tree | 9643a72a6ddda1452f1a59cabe487ceab873638b /dev-libs/ace | |
parent | Added security fix from bug #70681. (diff) | |
download | historical-365383e9b6428dc2c35d1af96ac10258e04f75bf.tar.gz historical-365383e9b6428dc2c35d1af96ac10258e04f75bf.tar.bz2 historical-365383e9b6428dc2c35d1af96ac10258e04f75bf.zip |
Stable on x86.
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ace/Manifest | 10 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.4-r1.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index 562d04688958..f52f38c9c58c 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ace # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.20 2004/10/27 11:19:26 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.21 2004/11/15 12:15:13 tantive Exp $ + + 15 Nov 2004; Michael Imhof <tantive@gentoo.org> ace-5.4-r1.ebuild: + Marked stable on x86. *ace-5.4-r1 (27 Oct 2004) diff --git a/dev-libs/ace/Manifest b/dev-libs/ace/Manifest index 4029e6bc2609..76c320c78538 100644 --- a/dev-libs/ace/Manifest +++ b/dev-libs/ace/Manifest @@ -3,15 +3,15 @@ Hash: SHA1 MD5 a202d56fd3622b28877ec98d87c14273 ace-5.3.ebuild 2036 MD5 4621efd43833273d01025f6118adef0f ace-5.4.ebuild 2182 -MD5 dd9bb8f690e6b006648d330d05897767 ChangeLog 2241 -MD5 4834d1da52c895599a5a2f8d5f608249 ace-5.4-r1.ebuild 2510 +MD5 fdddb2b156146c432e8ed071ac1a6d9d ChangeLog 2335 +MD5 9fc3600f4bf28cdd414e3add1cf96ca0 ace-5.4-r1.ebuild 2509 MD5 b88f6bda8016adf15d1660b3f1e0312e files/digest-ace-5.3 60 MD5 3e3d835be64fd3d448525a09dec99bba files/digest-ace-5.4 61 MD5 3e3d835be64fd3d448525a09dec99bba files/digest-ace-5.4-r1 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBf4RkKtJO8LeSoosRApMbAJ0X3AzL/7aJNH2Rr7nmfrDHEnXchQCeNagw -Xrkwj9Q3REpwxtOxCGPF44Y= -=AlG1 +iD8DBQFBmKtdKtJO8LeSoosRAl4rAKCNebrDUXWFhGi7JD5GmTkYtTaFbACglN61 +j8Ylkkua7WST+QIyHkiUfy4= +=cEYC -----END PGP SIGNATURE----- diff --git a/dev-libs/ace/ace-5.4-r1.ebuild b/dev-libs/ace/ace-5.4-r1.ebuild index fb01bce1c2e6..b1fe15e11ad9 100644 --- a/dev-libs/ace/ace-5.4-r1.ebuild +++ b/dev-libs/ace/ace-5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4-r1.ebuild,v 1.1 2004/10/27 11:19:26 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4-r1.ebuild,v 1.2 2004/11/15 12:15:13 tantive Exp $ S=${WORKDIR}/ACE_wrappers DESCRIPTION="The Adaptive Communications Environment" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" SLOT="0" LICENSE="BSD as-is" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~amd64" IUSE="ipv6" DEPEND="virtual/libc" |