summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-01-16 11:06:14 +0000
committerRémi Cardona <remi@gentoo.org>2009-01-16 11:06:14 +0000
commitd0dd70e3951e598aec5a4891ba21aa8ba2cfb076 (patch)
treee974d8ac6043ef69733c7d75455f692d38288720 /x11-apps
parentUpdate to new 3.3.0 maintenance release packages, remove first 3.3.0 ebuild (diff)
downloadgentoo-2-d0dd70e3951e598aec5a4891ba21aa8ba2cfb076.tar.gz
gentoo-2-d0dd70e3951e598aec5a4891ba21aa8ba2cfb076.tar.bz2
gentoo-2-d0dd70e3951e598aec5a4891ba21aa8ba2cfb076.zip
x11-apps/xkbutils: remove xprint support (see bug #254874)
(Portage version: 2.2_rc22/cvs/Linux 2.6.27-gentoo-r2 x86_64)
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"