summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbutils/ChangeLog9
-rw-r--r--x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-apps/xkbutils/ChangeLog b/x11-apps/xkbutils/ChangeLog
index 0a0767892a49..07c24645652f 100644
--- a/x11-apps/xkbutils/ChangeLog
+++ b/x11-apps/xkbutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xkbutils
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.18 2008/10/03 08:50:31 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.19 2009/01/16 11:06:14 remi Exp $
+
+*xkbutils-1.0.1-r1 (16 Jan 2009)
+
+ 16 Jan 2009; Rémi Cardona <remi@gentoo.org> +xkbutils-1.0.1-r1.ebuild:
+ remove xprint support (see bug #254874)
03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xkbutils-1.0.1.ebuild:
Add ~ia64 wrt #237411
diff --git a/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild b/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..847988551c94
--- /dev/null
+++ b/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild,v 1.1 2009/01/16 11:06:14 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkbutils application"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RDEPEND="x11-libs/libxkbfile
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--disable-xprint"