diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-13 13:06:50 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-13 13:06:50 +0000 |
commit | d308aea5c5230c49c45c14191a76e098343535a6 (patch) | |
tree | ebb0a986213ac7f488beaf7712c2a538267e2c00 /x11-libs | |
parent | stable amd64/sparc, bug 281160 (diff) | |
download | gentoo-2-d308aea5c5230c49c45c14191a76e098343535a6.tar.gz gentoo-2-d308aea5c5230c49c45c14191a76e098343535a6.tar.bz2 gentoo-2-d308aea5c5230c49c45c14191a76e098343535a6.zip |
x11-libs/libSM: bump to 1.1.1, fix bugs 270003 and 280518
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.1.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index f270eaa67f43..08dec0a3e7d6 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libSM # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.66 2009/08/11 18:35:42 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.67 2009/08/13 13:06:50 remi Exp $ + +*libSM-1.1.1 (13 Aug 2009) + + 13 Aug 2009; Rémi Cardona <remi@gentoo.org> +libSM-1.1.1.ebuild: + bump to 1.1.1, fix bugs 270003 and 280518 11 Aug 2009; Rémi Cardona <remi@gentoo.org> -libSM-1.0.2.ebuild, -libSM-1.0.3.ebuild: diff --git a/x11-libs/libSM/libSM-1.1.1.ebuild b/x11-libs/libSM/libSM-1.1.1.ebuild new file mode 100644 index 000000000000..e6b30b278652 --- /dev/null +++ b/x11-libs/libSM/libSM-1.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.1 2009/08/13 13:06:50 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org SM library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" + +RDEPEND="x11-libs/libICE + x11-libs/xtrans + x11-proto/xproto + !x86-fbsd? ( + || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) + )" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |