diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:25:40 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:25:40 +0000 |
commit | 7399ffb4d298b6c9a96bd88670ebcd615de1b668 (patch) | |
tree | 0fd7912923719e3bb061e91a16bd85799524b66c /x11-apps/xphelloworld | |
parent | Pull old versions. (diff) | |
download | gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.tar.gz gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.tar.bz2 gentoo-2-7399ffb4d298b6c9a96bd88670ebcd615de1b668.zip |
Pull old versions.
(Portage version: 2.1_pre2)
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.2 | 1 | ||||
-rw-r--r-- | x11-apps/xphelloworld/files/digest-xphelloworld-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xphelloworld/xphelloworld-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xphelloworld/ChangeLog b/x11-apps/xphelloworld/ChangeLog index 72859f94b55a..30f4f3445312 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.8 2005/12/23 10:45:34 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xphelloworld/ChangeLog,v 1.9 2005/12/26 21:21:19 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xphelloworld-0.99.2.ebuild, -xphelloworld-1.0.0.ebuild: + Pull old versions. *xphelloworld-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 b/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 deleted file mode 100644 index f29083148aef..000000000000 --- a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 740b6a82429d57029ee59244df7348d2 xphelloworld-0.99.2.tar.bz2 71921 diff --git a/x11-apps/xphelloworld/files/digest-xphelloworld-1.0.0 b/x11-apps/xphelloworld/files/digest-xphelloworld-1.0.0 deleted file mode 100644 index 2ac34c30d77f..000000000000 --- a/x11-apps/xphelloworld/files/digest-xphelloworld-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b6190c2c43433c5e7af28f1ce72a73e xphelloworld-1.0.0.tar.bz2 72572 diff --git a/x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild b/x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild deleted file mode 100644 index 6f6ed37a1256..000000000000 --- a/x11-apps/xphelloworld/xphelloworld-0.99.2.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.2.ebuild,v 1.1 2005/12/04 22:15:06 joshuabaergen 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-1.0.0.ebuild b/x11-apps/xphelloworld/xphelloworld-1.0.0.ebuild deleted file mode 100644 index 53875f082139..000000000000 --- a/x11-apps/xphelloworld/xphelloworld-1.0.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-1.0.0.ebuild,v 1.1 2005/12/18 19:48:41 joshuabaergen 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 -} |