summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Cardona <remi@gentoo.org>2009-01-16 16:06:00 +0000
committerRemi Cardona <remi@gentoo.org>2009-01-16 16:06:00 +0000
commitbb01fff934db3cfc802341692592c931f72cb5e1 (patch)
tree28628de7f614780d369c93600f75942cbd1c3a14 /x11-apps/xfontsel
parentUpdated libctl dep, closing bug #253423 (diff)
downloadhistorical-bb01fff934db3cfc802341692592c931f72cb5e1.tar.gz
historical-bb01fff934db3cfc802341692592c931f72cb5e1.tar.bz2
historical-bb01fff934db3cfc802341692592c931f72cb5e1.zip
x11-apps/xfontsel: remove xprint support (see bug #254874)
Package-Manager: portage-2.2_rc22/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r--x11-apps/xfontsel/ChangeLog9
-rw-r--r--x11-apps/xfontsel/Manifest3
-rw-r--r--x11-apps/xfontsel/xfontsel-1.0.2-r1.ebuild18
3 files changed, 27 insertions, 3 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog
index 013bca326f1f..8296c5f4913f 100644
--- a/x11-apps/xfontsel/ChangeLog
+++ b/x11-apps/xfontsel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xfontsel
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.26 2007/10/09 09:09:44 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.27 2009/01/16 16:06:00 remi Exp $
+
+*xfontsel-1.0.2-r1 (16 Jan 2009)
+
+ 16 Jan 2009; Rémi Cardona <remi@gentoo.org> +xfontsel-1.0.2-r1.ebuild:
+ remove xprint support (see bug #254874)
09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>;
-xfontsel-1.0.1.ebuild:
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index b5cbb6cb8948..8f09b5360509 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1,4 +1,5 @@
DIST xfontsel-1.0.2.tar.bz2 106540 RMD160 82135208df98fda997714365be35d94ee60db2cb SHA1 c492444a3bada3e44bc0319cfd85a89cd7770b84 SHA256 7a66ba3910bd7e39d58f9d4a4a588f191a874b8607369fe2cc9203a7115006a9
+EBUILD xfontsel-1.0.2-r1.ebuild 540 RMD160 cd6324f76850399d04689730588b098f83833c92 SHA1 8cff37f8af441e4d3c7490ccdf32e9b19b42348c SHA256 ad25f925f58215d2844c2c23e2c3b04d7ee7e4e2c378417a153f42fbd27d6676
EBUILD xfontsel-1.0.2.ebuild 672 RMD160 ca54bd8dbc07cd0e7b8adc70c7102fe9acbaa581 SHA1 2dbfdde6c1f2b1c3d882ae7aec006e2d307eca18 SHA256 4d400c9df559639942c9bddc003b930e2fc343f31132ddc0fe67010990234823
-MISC ChangeLog 3177 RMD160 6706c3e8858409f7331da54adbadb4ded840680e SHA1 ef840279a87d9f0e19c9915c6db66bb60fbabb70 SHA256 bf5f5b31cc38173427c9cceaca1170bfb929ffb152dadc729e59090f288b06a0
+MISC ChangeLog 3323 RMD160 dbe5c82741232cd54ae9a672a727f821e5cd0078 SHA1 581c6913744ed4fe51939f0b28e0ad82f72752d6 SHA256 61ffdbb20a0904ec41f0c7ef97d13cd9b98d545771e4a66887ba9b502c35c113
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xfontsel/xfontsel-1.0.2-r1.ebuild b/x11-apps/xfontsel/xfontsel-1.0.2-r1.ebuild
new file mode 100644
index 000000000000..4e65612a6ff4
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.0.2-r1.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-apps/xfontsel/xfontsel-1.0.2-r1.ebuild,v 1.1 2009/01/16 16:06:00 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="point and click selection of X11 font names"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--disable-xprint"