diff options
author | 2005-12-09 07:04:07 +0000 | |
---|---|---|
committer | 2005-12-09 07:04:07 +0000 | |
commit | 55fbc913889035dce8fd28ed72c7b2a5bc3d6625 (patch) | |
tree | a182ef45420368bafacfade52b3598cf3e8dc090 /x11-apps/xphelloworld | |
parent | Pull old versions. (diff) | |
download | gentoo-2-55fbc913889035dce8fd28ed72c7b2a5bc3d6625.tar.gz gentoo-2-55fbc913889035dce8fd28ed72c7b2a5bc3d6625.tar.bz2 gentoo-2-55fbc913889035dce8fd28ed72c7b2a5bc3d6625.zip |
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xphelloworld')
-rw-r--r-- | x11-apps/xphelloworld/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xphelloworld/files/digest-xphelloworld-0.99.0 | 1 | ||||
-rw-r--r-- | x11-apps/xphelloworld/files/digest-xphelloworld-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/xphelloworld/xphelloworld-0.99.0.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xphelloworld/xphelloworld-0.99.1.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xphelloworld/ChangeLog b/x11-apps/xphelloworld/ChangeLog index e7586195209e..136ccfacb07e 100644 --- a/x11-apps/xphelloworld/ChangeLog +++ b/x11-apps/xphelloworld/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xphelloworld # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xphelloworld/ChangeLog,v 1.5 2005/12/04 22:15:06 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xphelloworld/ChangeLog,v 1.6 2005/12/09 06:59:33 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -xphelloworld-0.99.0.ebuild, -xphelloworld-0.99.1.ebuild: + Pull old versions. *xphelloworld-0.99.2 (04 Dec 2005) diff --git a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.0 b/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.0 deleted file mode 100644 index 5f80e162a202..000000000000 --- a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 aeaf1b305d49eb084dc8bf6becc3cfad xphelloworld-0.99.0.tar.bz2 68511 diff --git a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.1 b/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.1 deleted file mode 100644 index 4e70e6900546..000000000000 --- a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b643d0a97b3492272475c4dd36e0b328 xphelloworld-0.99.1.tar.bz2 71816 diff --git a/x11-apps/xphelloworld/xphelloworld-0.99.0.ebuild b/x11-apps/xphelloworld/xphelloworld-0.99.0.ebuild deleted file mode 100644 index 173573df6070..000000000000 --- a/x11-apps/xphelloworld/xphelloworld-0.99.0.ebuild +++ /dev/null @@ -1,22 +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/xphelloworld/xphelloworld-0.99.0.ebuild,v 1.4 2005/10/19 03:00:45 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xphelloworld application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -RDEPEND="x11-libs/libXaw - x11-libs/libXprintUtil - x11-libs/libXprintAppUtil - x11-libs/libXt" -DEPEND="${RDEPEND}" - -pkg_setup() { - if ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} diff --git a/x11-apps/xphelloworld/xphelloworld-0.99.1.ebuild b/x11-apps/xphelloworld/xphelloworld-0.99.1.ebuild deleted file mode 100644 index dc8ca9055f74..000000000000 --- a/x11-apps/xphelloworld/xphelloworld-0.99.1.ebuild +++ /dev/null @@ -1,22 +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/xphelloworld/xphelloworld-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 xphelloworld application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -RDEPEND="x11-libs/libXaw - x11-libs/libXprintUtil - x11-libs/libXprintAppUtil - x11-libs/libXt" -DEPEND="${RDEPEND}" - -pkg_setup() { - if ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |