diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:19:21 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:19:21 +0000 |
commit | cc6853a3ea3888229f0392a141ee8a19c5144c1c (patch) | |
tree | e18a03ce1e7e9f12d5474c705850a9f4f5e97512 /x11-apps/xphelloworld | |
parent | Marking stable on x86 for bug #113201, at Halcy0n's request. (diff) | |
download | gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.gz gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.bz2 gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xphelloworld')
-rw-r--r-- | x11-apps/xphelloworld/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild | 22 |
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xphelloworld/ChangeLog b/x11-apps/xphelloworld/ChangeLog index 38d398de45cc..e7586195209e 100644 --- a/x11-apps/xphelloworld/ChangeLog +++ b/x11-apps/xphelloworld/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2005/10/20 00:45:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xphelloworld/ChangeLog,v 1.5 2005/12/04 22:15:06 joshuabaergen Exp $ + +*xphelloworld-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xphelloworld-0.99.2.ebuild: + Bump for 7.0RC3. *xphelloworld-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 b/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 new file mode 100644 index 000000000000..f29083148aef --- /dev/null +++ b/x11-apps/xphelloworld/files/digest-xphelloworld-0.99.2 @@ -0,0 +1 @@ +MD5 740b6a82429d57029ee59244df7348d2 xphelloworld-0.99.2.tar.bz2 71921 diff --git a/x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild b/x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild new file mode 100644 index 000000000000..6f6ed37a1256 --- /dev/null +++ b/x11-apps/xphelloworld/xphelloworld-0.99.2.ebuild @@ -0,0 +1,22 @@ +# 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 +} |