diff options
author | Stefaan De Roeck <stefaan@gentoo.org> | 2005-12-26 10:23:57 +0000 |
---|---|---|
committer | Stefaan De Roeck <stefaan@gentoo.org> | 2005-12-26 10:23:57 +0000 |
commit | 5f4ba7be8a6005d621fe3914eca46e6b6d637ad6 (patch) | |
tree | 54475d1da6b3675e202d991c6845580b9f74e760 /x11-libs/libSM | |
parent | Replace -Os with -O2 to fix runtime problems, thanks to Andreas Claesson <and... (diff) | |
download | historical-5f4ba7be8a6005d621fe3914eca46e6b6d637ad6.tar.gz historical-5f4ba7be8a6005d621fe3914eca46e6b6d637ad6.tar.bz2 historical-5f4ba7be8a6005d621fe3914eca46e6b6d637ad6.zip |
Marked ~alpha
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libSM/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index 010f6a2003d4..9082d13f2570 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libSM # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.16 2005/12/17 21:41:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.17 2005/12/26 10:14:54 stefaan Exp $ + + 26 Dec 2005; Stefaan De Roeck <stefaan@gentoo.org> libSM-1.0.0.ebuild: + Marked ~alpha *libSM-1.0.0 (17 Dec 2005) diff --git a/x11-libs/libSM/Manifest b/x11-libs/libSM/Manifest index 039fa98a09d4..396de8fb9276 100644 --- a/x11-libs/libSM/Manifest +++ b/x11-libs/libSM/Manifest @@ -1,6 +1,6 @@ -MD5 2cb63f3b56e84e43c555a1510a3d83e2 ChangeLog 2151 +MD5 4dcb622960eb466c427fdb256d26090a ChangeLog 2241 MD5 b7a87b63c79cda259d9949abdc8d70d8 files/digest-libSM-0.99.3 65 MD5 40f480353e1061f93cfa1e248b139ff1 files/digest-libSM-1.0.0 64 MD5 1b372b31e0c790d3d38aa3d6ad0aacc1 libSM-0.99.3.ebuild 639 -MD5 e0ad59492b762d124d98cf4eb64bfe60 libSM-1.0.0.ebuild 638 +MD5 7c2dec97b646c99ee8d43173d2119cf0 libSM-1.0.0.ebuild 645 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 diff --git a/x11-libs/libSM/libSM-1.0.0.ebuild b/x11-libs/libSM/libSM-1.0.0.ebuild index 227bbb82c797..8a7d9eb8acae 100644 --- a/x11-libs/libSM/libSM-1.0.0.ebuild +++ b/x11-libs/libSM/libSM-1.0.0.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/x11-libs/libSM/libSM-1.0.0.ebuild,v 1.1 2005/12/17 21:41:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.0.0.ebuild,v 1.2 2005/12/26 10:14:54 stefaan Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,7 +12,7 @@ DESCRIPTION="X.Org SM library" #SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" #LICENSE="" #SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" #IUSE="X gnome" RDEPEND="x11-libs/libICE x11-libs/xtrans |