diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:28:40 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:28:40 +0000 |
commit | 3d6cda64b014d05de7d314d6ddf81c41ceb2b50b (patch) | |
tree | a09e1f813f5703b310ae70c8ec7ac49d8b2388f0 /x11-apps/xmag | |
parent | Fixup false test failures with newer gcc versions #146592. (diff) | |
download | historical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.tar.gz historical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.tar.bz2 historical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.zip |
Bump for 7.3.
Package-Manager: portage-2.1.3.8
Diffstat (limited to 'x11-apps/xmag')
-rw-r--r-- | x11-apps/xmag/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xmag/files/digest-xmag-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.2.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index fa8c635f332c..74bdd4dd0dea 100644 --- a/x11-apps/xmag/ChangeLog +++ b/x11-apps/xmag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmag # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.16 2007/02/28 15:15:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.17 2007/09/08 06:14:46 dberkholz Exp $ + +*xmag-1.0.2 (08 Sep 2007) + + 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; +xmag-1.0.2.ebuild: + Bump for 7.3. 28 Feb 2007; Simon Stelling <blubb@gentoo.org> xmag-1.0.1.ebuild: stable on amd64; bug 168524 diff --git a/x11-apps/xmag/files/digest-xmag-1.0.2 b/x11-apps/xmag/files/digest-xmag-1.0.2 new file mode 100644 index 000000000000..b75487643217 --- /dev/null +++ b/x11-apps/xmag/files/digest-xmag-1.0.2 @@ -0,0 +1,3 @@ +MD5 7c6a783e42c88360ac31d259a864a19d xmag-1.0.2.tar.bz2 106793 +RMD160 7d2ca4ddd1d451708b04b9b862b6035d6bd81e94 xmag-1.0.2.tar.bz2 106793 +SHA256 51dd943e607ddd8067fd13cd597998fb00560cbf06450a8c374563a78a86da43 xmag-1.0.2.tar.bz2 106793 diff --git a/x11-apps/xmag/xmag-1.0.2.ebuild b/x11-apps/xmag/xmag-1.0.2.ebuild new file mode 100644 index 000000000000..532ca4782073 --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.2.ebuild,v 1.1 2007/09/08 06:14:46 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xmag application" + +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~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 +} |