diff options
author | 2009-01-16 11:06:14 +0000 | |
---|---|---|
committer | 2009-01-16 11:06:14 +0000 | |
commit | d76d5f5219b431a7d0097be10208a5c02c7822d4 (patch) | |
tree | 0322484a154232a1be6c70ca1e23ccccfe5f1ddd | |
parent | Version bump, passes on 8.3 split and 8.2 non-split for me. (diff) | |
download | historical-d76d5f5219b431a7d0097be10208a5c02c7822d4.tar.gz historical-d76d5f5219b431a7d0097be10208a5c02c7822d4.tar.bz2 historical-d76d5f5219b431a7d0097be10208a5c02c7822d4.zip |
x11-apps/xkbutils: remove xprint support (see bug #254874)
Package-Manager: portage-2.2_rc22/cvs/Linux 2.6.27-gentoo-r2 x86_64
-rw-r--r-- | x11-apps/xkbutils/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xkbutils/Manifest | 3 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild | 17 |
3 files changed, 26 insertions, 3 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/Manifest b/x11-apps/xkbutils/Manifest index 8c03609580db..50dde91aba47 100644 --- a/x11-apps/xkbutils/Manifest +++ b/x11-apps/xkbutils/Manifest @@ -1,4 +1,5 @@ DIST xkbutils-1.0.1.tar.bz2 65805 RMD160 a6c44d0c44b7275134bca293a391d7446f404bff SHA1 2ee3172f4b17cb9aa97d899c400493bbe83089d9 SHA256 aaad73ed8db764978a18bc6ba774d38a4c1330c86622c0b47ae3ced09c175856 +EBUILD xkbutils-1.0.1-r1.ebuild 545 RMD160 a8d4aa2da75802d37d4ea748cde98c5f08510bef SHA1 1d18d8cdbcc90cede3a21ebdf3646acfbe1d1e31 SHA256 fe0c7a8919693271ec849c968c09d227b7c8f7f6d89a6611b6171e883f8825dd EBUILD xkbutils-1.0.1.ebuild 682 RMD160 b85ded80f7b64802a7dd698969c6040ec1ce1cdf SHA1 6ea41691dd2f1117eb543a16c942488c2fed6b11 SHA256 fe2f6c2b7d25f13947e792c0764d05f89cd7ff8966d7025a9e5ee9962827d7ba -MISC ChangeLog 2224 RMD160 2863aeb8e2725522a78820edaa08eec1a73b7912 SHA1 04c458f296d93b5e443b47c37be814549c886f90 SHA256 f00d4fea292ae49f41d0422136e2a03fb8bdcc87eb7c00a2360c98201dacf738 +MISC ChangeLog 2372 RMD160 a2d59a94b0c1e40938a4e9556d788373bcb82f3c SHA1 cfb04ef5517ef34845511b083b13684b3db902c3 SHA256 6155ce21830c237b416ab97ab9c34848fe6ca19c1e1e0c454ce7496e11188a1e MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 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" |