diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:22:14 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:22:14 +0000 |
commit | 8e9a00ba9542a2b48b00a4675e4f2e40f1fdcc1e (patch) | |
tree | f63755fe0eabc45bf750eb8f2b5b0b55703d8d92 /x11-libs/libSM | |
parent | Version bump. Includes a memory cleanup. (diff) | |
download | gentoo-2-8e9a00ba9542a2b48b00a4675e4f2e40f1fdcc1e.tar.gz gentoo-2-8e9a00ba9542a2b48b00a4675e4f2e40f1fdcc1e.tar.bz2 gentoo-2-8e9a00ba9542a2b48b00a4675e4f2e40f1fdcc1e.zip |
Version bump. Fixes functions not returning what they said they would in some
cases.
(Portage version: 2.1_pre10)
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libSM/files/digest-libSM-1.0.1 | 3 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.0.1.ebuild | 24 |
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index 40ac62ef0a21..a8a16b793a78 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/libSM # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.25 2006/04/28 15:16:46 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.26 2006/04/29 15:22:14 joshuabaergen Exp $ + +*libSM-1.0.1 (29 Apr 2006) + + 29 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +libSM-1.0.1.ebuild: + Version bump. Fixes functions not returning what they said they would in some + cases. 28 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-libSM-1.0.0, Manifest: diff --git a/x11-libs/libSM/files/digest-libSM-1.0.1 b/x11-libs/libSM/files/digest-libSM-1.0.1 new file mode 100644 index 000000000000..b590a1193363 --- /dev/null +++ b/x11-libs/libSM/files/digest-libSM-1.0.1 @@ -0,0 +1,3 @@ +MD5 f15315b5ed2fde4dc6688ef004a34e8a libSM-1.0.1.tar.bz2 240562 +RMD160 a19521e6c7d1fc02ab72eaea46e122d61afa47ed libSM-1.0.1.tar.bz2 240562 +SHA256 3ef4c86e02695fb3a9aeadc03e1e7e48ef9b92f118ecf47adac8d7a041cd0770 libSM-1.0.1.tar.bz2 240562 diff --git a/x11-libs/libSM/libSM-1.0.1.ebuild b/x11-libs/libSM/libSM-1.0.1.ebuild new file mode 100644 index 000000000000..26c4ab651a25 --- /dev/null +++ b/x11-libs/libSM/libSM-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.0.1.ebuild,v 1.1 2006/04/29 15:22:14 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org SM library" +RESTRICT="mirror" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +#IUSE="X gnome" +RDEPEND="x11-libs/libICE + x11-libs/xtrans + x11-proto/xproto" +DEPEND="${RDEPEND}" +IUSE="ipv6" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" |