summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-29 10:18:16 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-29 10:18:16 +0000
commitc50c4f23b50e5b0067f60be3da070b2545dd642b (patch)
tree95fd098949667c250b481767c194e96274859032 /x11-libs/libICE
parentold (diff)
downloadgentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.tar.gz
gentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.tar.bz2
gentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.zip
x11-libs/libICE: bump to 1.0.6
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libICE')
-rw-r--r--x11-libs/libICE/ChangeLog7
-rw-r--r--x11-libs/libICE/libICE-1.0.6.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog
index 035152c00760..b99a9b8ff753 100644
--- a/x11-libs/libICE/ChangeLog
+++ b/x11-libs/libICE/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libICE
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.52 2009/05/08 22:33:10 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.53 2009/09/29 10:18:16 remi Exp $
+
+*libICE-1.0.6 (29 Sep 2009)
+
+ 29 Sep 2009; Rémi Cardona <remi@gentoo.org> +libICE-1.0.6.ebuild:
+ bump to 1.0.6
*libICE-1.0.5 (08 May 2009)
diff --git a/x11-libs/libICE/libICE-1.0.6.ebuild b/x11-libs/libICE/libICE-1.0.6.ebuild
new file mode 100644
index 000000000000..8d52c6d1e72d
--- /dev/null
+++ b/x11-libs/libICE/libICE-1.0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.6.ebuild,v 1.1 2009/09/29 10:18:16 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org ICE library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}