summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-10-20 00:45:25 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-10-20 00:45:25 +0000
commitecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0 (patch)
tree8c53c4b6318835a68c005ac7d33ba46ac08a548c /x11-apps/xman
parentUpdate SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ... (diff)
downloadhistorical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.tar.gz
historical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.tar.bz2
historical-ecfee4b4a1cb45aaf1c8c5764d75f268a6f75ed0.zip
Bump for 7.0 RC1.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'x11-apps/xman')
-rw-r--r--x11-apps/xman/ChangeLog7
-rw-r--r--x11-apps/xman/files/digest-xman-0.99.11
-rw-r--r--x11-apps/xman/xman-0.99.1.ebuild18
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog
index dc9b2285fd22..7783355183f1 100644
--- a/x11-apps/xman/ChangeLog
+++ b/x11-apps/xman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xman
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.3 2005/09/09 07:07:27 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.4 2005/10/20 00:45:24 spyderous Exp $
+
+*xman-0.99.1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; +xman-0.99.1.ebuild:
+ Bump for 7.0 RC1.
09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml:
Add metadata.
diff --git a/x11-apps/xman/files/digest-xman-0.99.1 b/x11-apps/xman/files/digest-xman-0.99.1
new file mode 100644
index 000000000000..eab8d14de6f8
--- /dev/null
+++ b/x11-apps/xman/files/digest-xman-0.99.1
@@ -0,0 +1 @@
+MD5 68fcb6daa203fb842faad35edd778172 xman-0.99.1.tar.bz2 131075
diff --git a/x11-apps/xman/xman-0.99.1.ebuild b/x11-apps/xman/xman-0.99.1.ebuild
new file mode 100644
index 000000000000..2362526a6233
--- /dev/null
+++ b/x11-apps/xman/xman-0.99.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-0.99.1.ebuild,v 1.1 2005/10/20 00:45:24 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xman application"
+KEYWORDS="~arm ~mips ~s390 ~sparc ~x86"
+# Broken without xprint
+IUSE="xprint"
+RDEPEND="xprint? ( x11-libs/libXprintUtil )"
+#x11-libs/libXprintUtil"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="$(use_enable xprint)"