summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-02-04 17:03:07 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-02-04 17:03:07 +0000
commit9df5db62b6134f8a083889506073e310d4b53de0 (patch)
treec0e7e4d58f9284768294ea5730123a2d7dd143c7 /x11-apps/xfontsel
parentUpdated to use final 4.4 release. (diff)
downloadhistorical-9df5db62b6134f8a083889506073e310d4b53de0.tar.gz
historical-9df5db62b6134f8a083889506073e310d4b53de0.tar.bz2
historical-9df5db62b6134f8a083889506073e310d4b53de0.zip
Version bump. Brings some small man page fixes.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r--x11-apps/xfontsel/ChangeLog10
-rw-r--r--x11-apps/xfontsel/files/digest-xfontsel-1.0.23
-rw-r--r--x11-apps/xfontsel/xfontsel-1.0.2.ebuild24
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog
index e52dad7b18a7..863b5c76d28b 100644
--- a/x11-apps/xfontsel/ChangeLog
+++ b/x11-apps/xfontsel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xfontsel
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.15 2006/10/10 23:55:19 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.16 2007/02/04 17:03:07 joshuabaergen Exp $
+
+*xfontsel-1.0.2 (04 Feb 2007)
+
+ 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xfontsel-1.0.2.ebuild:
+ Version bump. Brings some small man page fixes.
10 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
xfontsel-1.0.1.ebuild:
diff --git a/x11-apps/xfontsel/files/digest-xfontsel-1.0.2 b/x11-apps/xfontsel/files/digest-xfontsel-1.0.2
new file mode 100644
index 000000000000..5a50db61bf65
--- /dev/null
+++ b/x11-apps/xfontsel/files/digest-xfontsel-1.0.2
@@ -0,0 +1,3 @@
+MD5 288fe4cf8a990e4e602aac16dd9109fb xfontsel-1.0.2.tar.bz2 106540
+RMD160 82135208df98fda997714365be35d94ee60db2cb xfontsel-1.0.2.tar.bz2 106540
+SHA256 7a66ba3910bd7e39d58f9d4a4a588f191a874b8607369fe2cc9203a7115006a9 xfontsel-1.0.2.tar.bz2 106540
diff --git a/x11-apps/xfontsel/xfontsel-1.0.2.ebuild b/x11-apps/xfontsel/xfontsel-1.0.2.ebuild
new file mode 100644
index 000000000000..8fe68855422c
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 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.ebuild,v 1.1 2007/02/04 17:03:07 joshuabaergen 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 ~sparc ~x86"
+IUSE="xprint"
+
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="$(use_enable xprint)"
+
+pkg_setup() {
+ if use xprint && ! built_with_use x11-libs/libXaw xprint; then
+ die "Build x11-libs/libXaw with USE=xprint."
+ fi
+}