diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-25 10:52:22 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-25 10:52:22 +0000 |
commit | f4669a8e1bfa706a63b01de46b354c2e5919c716 (patch) | |
tree | 35bae246b0f701d25b0fa112531d788d658b5559 /x11-libs/libast | |
parent | Move mountpoint creation/deletion from ebuild to init-script, fixing bug #116854 (diff) | |
download | historical-f4669a8e1bfa706a63b01de46b354c2e5919c716.tar.gz historical-f4669a8e1bfa706a63b01de46b354c2e5919c716.tar.bz2 historical-f4669a8e1bfa706a63b01de46b354c2e5919c716.zip |
Stable on amd64. See security bug #120106.
Package-Manager: portage-2.1_pre3-r1
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 9ce73a6cc6d7..aaaafd5ae9fa 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.23 2006/01/25 07:22:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.24 2006/01/25 10:52:22 metalgod Exp $ + + 25 Jan 2006; Luis Medinas <metalgod@gentoo.org> libast-0.7.ebuild: + Stable on amd64. See security bug #120106. 25 Jan 2006; Joshua Jackson <tsunam@gentoo.org> libast-0.7.ebuild: stable on x86; bug #120106 diff --git a/x11-libs/libast/Manifest b/x11-libs/libast/Manifest index 9656db14cc85..3f2f11712b97 100644 --- a/x11-libs/libast/Manifest +++ b/x11-libs/libast/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 723b9933798aade39a915e29dde54e54 ChangeLog 3089 +MD5 95c490296af447875d93123f6e5521a2 ChangeLog 3206 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 ab7060025ff372f93ac4e2dcf90fdba8 libast-0.7.ebuild 925 +MD5 377578b9656ad2d01551801b950b3b10 libast-0.7.ebuild 926 MD5 cdf153f9f63c593807adda0e8513e79c libast-9999.ebuild 1100 MD5 ec45fec065a8eccc43870fc678126de7 metadata.xml 820 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD1ygsSENan+PfizARAuwiAJ9IQMomea6jbb1Xsl2wBuGHLOWeYwCffj4d -KK6eWvtPmP0jcCbtQxwq0qA= -=Dbeb +iD8DBQFD11fgwUpWvClEHQoRAkbLAJ9Y6pvnmhYbLiSXMcrESjfgyAlT6QCeKEtX +OFXmxM+ya6qSV1oINL8GgLY= +=tZfY -----END PGP SIGNATURE----- diff --git a/x11-libs/libast/libast-0.7.ebuild b/x11-libs/libast/libast-0.7.ebuild index c97998dbf33e..d4ad71653791 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.6 2006/01/25 07:22:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.7 2006/01/25 10:52:22 metalgod 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 ) |