diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:35:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:35:22 +0000 |
commit | 3b9a42dc279d10ef191fa8ae02bf897b976ad975 (patch) | |
tree | 8134d051761a832807af21211938d43bb6c58ba0 /x11-apps/oclock | |
parent | Stable for HPPA (bug #400303). (diff) | |
download | gentoo-2-3b9a42dc279d10ef191fa8ae02bf897b976ad975.tar.gz gentoo-2-3b9a42dc279d10ef191fa8ae02bf897b976ad975.tar.bz2 gentoo-2-3b9a42dc279d10ef191fa8ae02bf897b976ad975.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/oclock')
-rw-r--r-- | x11-apps/oclock/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/oclock/oclock-1.0.3.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-apps/oclock/ChangeLog b/x11-apps/oclock/ChangeLog index b0e3eae7b6d5..df53b53d8ebb 100644 --- a/x11-apps/oclock/ChangeLog +++ b/x11-apps/oclock/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/oclock -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.26 2011/08/10 15:12:22 mduft Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.27 2012/02/24 15:35:22 chithanh Exp $ + +*oclock-1.0.3 (24 Feb 2012) + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +oclock-1.0.3.ebuild: + Version bump. 10 Aug 2011; Markus Duft <mduft@gentoo.org> oclock-1.0.2.ebuild: added ~x86-interix prefix keyword diff --git a/x11-apps/oclock/oclock-1.0.3.ebuild b/x11-apps/oclock/oclock-1.0.3.ebuild new file mode 100644 index 000000000000..89a74e6a7493 --- /dev/null +++ b/x11-apps/oclock/oclock-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/oclock-1.0.3.ebuild,v 1.1 2012/02/24 15:35:22 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="round X clock" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXext" +DEPEND="${RDEPEND}" |