summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:26:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:26:25 +0000
commit9aad63f9f5d2bf8534625f677a962d86867b83db (patch)
tree1c632f678f30dabe63da9bcb8829b15300836468 /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-9aad63f9f5d2bf8534625f677a962d86867b83db.tar.gz
gentoo-2-9aad63f9f5d2bf8534625f677a962d86867b83db.tar.bz2
gentoo-2-9aad63f9f5d2bf8534625f677a962d86867b83db.zip
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xclock/ChangeLog7
-rw-r--r--x11-apps/xclock/xclock-1.0.5.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog
index 6c9b2fdef22b..d419baa79ce6 100644
--- a/x11-apps/xclock/ChangeLog
+++ b/x11-apps/xclock/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xclock
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.52 2010/02/25 07:10:36 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.53 2010/09/27 12:26:25 scarabeus Exp $
+
+*xclock-1.0.5 (27 Sep 2010)
+
+ 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xclock-1.0.5.ebuild:
+ Version bump.
25 Feb 2010; Jonathan Callen <abcd@gentoo.org> xclock-1.0.4.ebuild:
Transfer prefix keywords (no other changes)
diff --git a/x11-apps/xclock/xclock-1.0.5.ebuild b/x11-apps/xclock/xclock-1.0.5.ebuild
new file mode 100644
index 000000000000..2c3aaa2bacd0
--- /dev/null
+++ b/x11-apps/xclock/xclock-1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.5.ebuild,v 1.1 2010/09/27 12:26:25 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+inherit xorg-2
+
+DESCRIPTION="analog / digital clock for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libxkbfile
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"