diff options
author | 2009-01-14 13:12:41 +0000 | |
---|---|---|
committer | 2009-01-14 13:12:41 +0000 | |
commit | ba8708650527a49234ea221f0cbd8070202385bb (patch) | |
tree | 33c52f91cec39d832f0a8371b7d3c096ec116c2f /x11-apps | |
parent | x11-apps/xsm: remove xprint support (see bug #254874) (diff) | |
download | historical-ba8708650527a49234ea221f0cbd8070202385bb.tar.gz historical-ba8708650527a49234ea221f0cbd8070202385bb.tar.bz2 historical-ba8708650527a49234ea221f0cbd8070202385bb.zip |
x11-apps/xmag: remove xprint support (see bug #254874)
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmag/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.2-r1.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index 40491b278158..0f02c9fe8fe0 100644 --- a/x11-apps/xmag/ChangeLog +++ b/x11-apps/xmag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmag -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.20 2008/02/05 11:35:30 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.21 2009/01/14 13:12:41 remi Exp $ + +*xmag-1.0.2-r1 (14 Jan 2009) + + 14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xmag-1.0.2-r1.ebuild: + remove xprint support (see bug #254874) 05 Feb 2008; Markus Rothe <corsair@gentoo.org> xmag-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-apps/xmag/xmag-1.0.2-r1.ebuild b/x11-apps/xmag/xmag-1.0.2-r1.ebuild new file mode 100644 index 000000000000..8fc1bfd071a2 --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.2-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/01/14 13:12:41 remi 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 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--disable-xprint" |