summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:24:52 +0000
commit969537e228ed1f01afe813d06dc2b67c87953a5d (patch)
treea6e994d401941c1601bf545407b900e1788f8afb /x11-apps/xclock
parentClean house. (diff)
downloadhistorical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.gz
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.bz2
historical-969537e228ed1f01afe813d06dc2b67c87953a5d.zip
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xclock')
-rw-r--r--x11-apps/xclock/ChangeLog8
-rw-r--r--x11-apps/xclock/files/digest-xclock-0.99.21
-rw-r--r--x11-apps/xclock/xclock-0.99.2.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog
index f98344dcedcf..765ad3a2c471 100644
--- a/x11-apps/xclock/ChangeLog
+++ b/x11-apps/xclock/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xclock
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.7 2005/11/07 05:24:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.8 2005/12/04 21:55:40 joshuabaergen Exp $
+
+*xclock-0.99.2 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xclock-0.99.2.ebuild:
+ Bump for 7.0RC3.
07 Nov 2005; Doug Goldstein <cardoe@gentoo.org> xclock-0.99.1.ebuild:
adding ~ppc keyword
diff --git a/x11-apps/xclock/files/digest-xclock-0.99.2 b/x11-apps/xclock/files/digest-xclock-0.99.2
new file mode 100644
index 000000000000..577699a7838f
--- /dev/null
+++ b/x11-apps/xclock/files/digest-xclock-0.99.2
@@ -0,0 +1 @@
+MD5 961b07d38ea0c964c5a3a1c9d04a1124 xclock-0.99.2.tar.bz2 98299
diff --git a/x11-apps/xclock/xclock-0.99.2.ebuild b/x11-apps/xclock/xclock-0.99.2.ebuild
new file mode 100644
index 000000000000..1cc5559051cf
--- /dev/null
+++ b/x11-apps/xclock/xclock-0.99.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-0.99.2.ebuild,v 1.1 2005/12/04 21:55:40 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xclock application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
+IUSE="xprint"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libxkbfile
+ 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
+}