diff options
author | 2005-12-04 20:09:50 +0000 | |
---|---|---|
committer | 2005-12-04 20:09:50 +0000 | |
commit | a04e4c339ee27fce4cff3afcdce38bcf2fca770d (patch) | |
tree | 15358e426285eea64ab51baa84441c2c973a3d0f /x11-libs/libSM | |
parent | stable on ppc64 (diff) | |
download | historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.tar.gz historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.tar.bz2 historical-a04e4c339ee27fce4cff3afcdce38bcf2fca770d.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libSM/files/digest-libSM-0.99.3 | 1 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-0.99.3.ebuild | 23 |
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index 71a5fd42d7d5..6a49478179ff 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,12 @@ # 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.13 2005/11/11 17:28:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.14 2005/12/04 20:01:09 joshuabaergen Exp $ + +*libSM-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +libSM-0.99.3.ebuild: + Bump for 7.0RC3. *libSM-0.99.2 (11 Nov 2005) diff --git a/x11-libs/libSM/files/digest-libSM-0.99.3 b/x11-libs/libSM/files/digest-libSM-0.99.3 new file mode 100644 index 000000000000..fd99a834ccec --- /dev/null +++ b/x11-libs/libSM/files/digest-libSM-0.99.3 @@ -0,0 +1 @@ +MD5 4b26938eac1763e4674ad8786025af65 libSM-0.99.3.tar.bz2 168361 diff --git a/x11-libs/libSM/libSM-0.99.3.ebuild b/x11-libs/libSM/libSM-0.99.3.ebuild new file mode 100644 index 000000000000..078684f231e4 --- /dev/null +++ b/x11-libs/libSM/libSM-0.99.3.ebuild @@ -0,0 +1,23 @@ +# 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-0.99.3.ebuild,v 1.1 2005/12/04 20:01:09 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org SM library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +#IUSE="X gnome" +RDEPEND="x11-libs/libICE + x11-libs/xtrans + x11-proto/xproto" +DEPEND="${RDEPEND}" +IUSE="ipv6" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" |