diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:24:52 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:24:52 +0000 |
commit | 969537e228ed1f01afe813d06dc2b67c87953a5d (patch) | |
tree | a6e994d401941c1601bf545407b900e1788f8afb /x11-apps/xmh | |
parent | Clean house. (diff) | |
download | historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.gz historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.bz2 historical-969537e228ed1f01afe813d06dc2b67c87953a5d.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xmh')
-rw-r--r-- | x11-apps/xmh/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xmh/files/digest-xmh-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xmh/xmh-0.99.3.ebuild | 22 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-apps/xmh/ChangeLog b/x11-apps/xmh/ChangeLog index d1713954c266..e398eb7d44d8 100644 --- a/x11-apps/xmh/ChangeLog +++ b/x11-apps/xmh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmh # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmh/ChangeLog,v 1.5 2005/11/11 19:57:59 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmh/ChangeLog,v 1.6 2005/12/04 22:13:38 joshuabaergen Exp $ + +*xmh-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xmh-0.99.3.ebuild: + Bump for 7.0RC3. *xmh-0.99.2 (11 Nov 2005) diff --git a/x11-apps/xmh/files/digest-xmh-0.99.3 b/x11-apps/xmh/files/digest-xmh-0.99.3 new file mode 100644 index 000000000000..4b96aec5ea48 --- /dev/null +++ b/x11-apps/xmh/files/digest-xmh-0.99.3 @@ -0,0 +1 @@ +MD5 c7819c7b6f2ad39f8404d05645d8ecaa xmh-0.99.3.tar.bz2 151460 diff --git a/x11-apps/xmh/xmh-0.99.3.ebuild b/x11-apps/xmh/xmh-0.99.3.ebuild new file mode 100644 index 000000000000..f3dd055305dd --- /dev/null +++ b/x11-apps/xmh/xmh-0.99.3.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/xmh/xmh-0.99.3.ebuild,v 1.1 2005/12/04 22:13:38 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xmh application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="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 +} |