diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 21:40:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 21:40:54 +0000 |
commit | b0c39518c6f232adb07b7cd26a70239b59d7ccd5 (patch) | |
tree | fbdd816cb0cbdbf0c788e062708a7197e22337e2 /x11-libs/libast | |
parent | more ui support (diff) | |
download | historical-b0c39518c6f232adb07b7cd26a70239b59d7ccd5.tar.gz historical-b0c39518c6f232adb07b7cd26a70239b59d7ccd5.tar.bz2 historical-b0c39518c6f232adb07b7cd26a70239b59d7ccd5.zip |
Stable on alpha + ia64, bug 120106.
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libast/Manifest | 10 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.7.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/libast/ChangeLog b/x11-libs/libast/ChangeLog index aaaafd5ae9fa..b60e88d58bc2 100644 --- a/x11-libs/libast/ChangeLog +++ b/x11-libs/libast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libast # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.24 2006/01/25 10:52:22 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.25 2006/01/25 21:40:54 kloeri Exp $ + + 25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org libast-0.7.ebuild: + Stable on alpha + ia64, bug 120106. 25 Jan 2006; Luis Medinas <metalgod@gentoo.org> libast-0.7.ebuild: Stable on amd64. See security bug #120106. diff --git a/x11-libs/libast/Manifest b/x11-libs/libast/Manifest index 3f2f11712b97..8d2c9b2cf23f 100644 --- a/x11-libs/libast/Manifest +++ b/x11-libs/libast/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 95c490296af447875d93123f6e5521a2 ChangeLog 3206 +MD5 d9ce83f9ce1a1c7982844ca7470be551 ChangeLog 3314 MD5 2a9e814b7851e9e22178430153da8110 files/digest-libast-0.5-r2 62 MD5 0cf4b65fa766332e528bddb7cf3d74e2 files/digest-libast-0.6.1 64 MD5 0cf4b65fa766332e528bddb7cf3d74e2 files/digest-libast-0.6.1-r1 64 @@ -12,13 +12,13 @@ MD5 177b67afc64c8e52522833c7ce007ab5 files/libast-64bit.patch 295 MD5 11b1f2e66569782863ba4ab5e8660df1 libast-0.5-r2.ebuild 865 MD5 44c5a6b967f1259df4f297d7f1813368 libast-0.6.1-r1.ebuild 1048 MD5 4817e8c873a7ae52fbc5794e708a6f7d libast-0.6.1.ebuild 849 -MD5 377578b9656ad2d01551801b950b3b10 libast-0.7.ebuild 926 +MD5 5515253800f1379202e4608eee98d6ba libast-0.7.ebuild 922 MD5 cdf153f9f63c593807adda0e8513e79c libast-9999.ebuild 1100 MD5 ec45fec065a8eccc43870fc678126de7 metadata.xml 820 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD11fgwUpWvClEHQoRAkbLAJ9Y6pvnmhYbLiSXMcrESjfgyAlT6QCeKEtX -OFXmxM+ya6qSV1oINL8GgLY= -=tZfY +iD8DBQFD1/C6ugEuf3OQ0akRArDxAKCVIdk/9NCHJDKllpIeJl4ecqAoKgCdFiCq +AW2KIy516Q/oDDsMGoks/BE= +=b4Fh -----END PGP SIGNATURE----- diff --git a/x11-libs/libast/libast-0.7.ebuild b/x11-libs/libast/libast-0.7.ebuild index d4ad71653791..35b12c9047f1 100644 --- a/x11-libs/libast/libast-0.7.ebuild +++ b/x11-libs/libast/libast-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.7 2006/01/25 10:52:22 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.8 2006/01/25 21:40:54 kloeri Exp $ DESCRIPTION="LIBrary of Assorted Spiffy Things" HOMEPAGE="http://www.eterm.org/download/" @@ -8,7 +8,7 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86" IUSE="imlib mmx pcre" DEPEND="|| ( ( x11-libs/libXt x11-proto/xproto x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) virtual/x11 ) |