diff options
author | 2009-06-07 21:59:39 +0000 | |
---|---|---|
committer | 2009-06-07 21:59:39 +0000 | |
commit | 22b34dead0ecf3a9e6ef150ca17f82c78dc3bfab (patch) | |
tree | 8d908a479c60736268b4769b90ac776d2194e4f2 | |
parent | Version bump #273079 by Raúl Porcel and add init.d script #266891 by Heath C... (diff) | |
download | gentoo-2-22b34dead0ecf3a9e6ef150ca17f82c78dc3bfab.tar.gz gentoo-2-22b34dead0ecf3a9e6ef150ca17f82c78dc3bfab.tar.bz2 gentoo-2-22b34dead0ecf3a9e6ef150ca17f82c78dc3bfab.zip |
x11-libs/libXext: bump to 1.0.5
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | x11-libs/libXext/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXext/libXext-1.0.5.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-libs/libXext/ChangeLog b/x11-libs/libXext/ChangeLog index dd553370adc1..83ca893e1219 100644 --- a/x11-libs/libXext/ChangeLog +++ b/x11-libs/libXext/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXext # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.53 2009/05/15 14:52:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.54 2009/06/07 21:59:39 remi Exp $ + +*libXext-1.0.5 (07 Jun 2009) + + 07 Jun 2009; Rémi Cardona <remi@gentoo.org> +libXext-1.0.5.ebuild: + bump to 1.0.5 15 May 2009; Raúl Porcel <armin76@gentoo.org> libXext-1.0.4.ebuild: arm/m68k/s390 stable diff --git a/x11-libs/libXext/libXext-1.0.5.ebuild b/x11-libs/libXext/libXext-1.0.5.ebuild new file mode 100644 index 000000000000..2540199d8610 --- /dev/null +++ b/x11-libs/libXext/libXext-1.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/libXext-1.0.5.ebuild,v 1.1 2009/06/07 21:59:39 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xext library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.2 + >=x11-proto/xextproto-7.0.5" +DEPEND="${RDEPEND} + >=x11-proto/xproto-7.0.15" |