diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:43:04 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:43:04 +0000 |
commit | 653c18f2fcde7e49f889208f486802f5e93d4eab (patch) | |
tree | d61b71a3b932409d9e1e6766ca11c7ba96a361b2 /x11-apps/xclock | |
parent | Pull old versions. (diff) | |
download | gentoo-2-653c18f2fcde7e49f889208f486802f5e93d4eab.tar.gz gentoo-2-653c18f2fcde7e49f889208f486802f5e93d4eab.tar.bz2 gentoo-2-653c18f2fcde7e49f889208f486802f5e93d4eab.zip |
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xclock')
-rw-r--r-- | x11-apps/xclock/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xclock/files/digest-xclock-0.99.0 | 1 | ||||
-rw-r--r-- | x11-apps/xclock/files/digest-xclock-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-0.99.0.ebuild | 26 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-0.99.1.ebuild | 26 |
5 files changed, 5 insertions, 55 deletions
diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog index 765ad3a2c471..f442bfcf3980 100644 --- a/x11-apps/xclock/ChangeLog +++ b/x11-apps/xclock/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2005/12/04 21:55:40 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.9 2005/12/09 06:42:28 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -xclock-0.99.0.ebuild, -xclock-0.99.1.ebuild: + Pull old versions. *xclock-0.99.2 (04 Dec 2005) diff --git a/x11-apps/xclock/files/digest-xclock-0.99.0 b/x11-apps/xclock/files/digest-xclock-0.99.0 deleted file mode 100644 index 8e0bab50f028..000000000000 --- a/x11-apps/xclock/files/digest-xclock-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 13563bff4c962023a8677bc5317daaf9 xclock-0.99.0.tar.bz2 75780 diff --git a/x11-apps/xclock/files/digest-xclock-0.99.1 b/x11-apps/xclock/files/digest-xclock-0.99.1 deleted file mode 100644 index ec7691a46e05..000000000000 --- a/x11-apps/xclock/files/digest-xclock-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 853bd1a37814fa5bab70d727d3e6511a xclock-0.99.1.tar.bz2 97600 diff --git a/x11-apps/xclock/xclock-0.99.0.ebuild b/x11-apps/xclock/xclock-0.99.0.ebuild deleted file mode 100644 index 37dd1dd52274..000000000000 --- a/x11-apps/xclock/xclock-0.99.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.0.ebuild,v 1.4 2005/10/19 02:28:46 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xclock application" -KEYWORDS="~arm ~mips ~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 -} diff --git a/x11-apps/xclock/xclock-0.99.1.ebuild b/x11-apps/xclock/xclock-0.99.1.ebuild deleted file mode 100644 index 7fa161ce18e4..000000000000 --- a/x11-apps/xclock/xclock-0.99.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.1.ebuild,v 1.3 2005/11/07 05:24:04 cardoe 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 -} |