diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-16 13:05:20 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-16 13:05:20 +0000 |
commit | 8a38ce1a43cab5b9e16f9539b3792df3b258314f (patch) | |
tree | 9625614e280905f8fa76b8e96104a740fec5669b /x11-apps | |
parent | x11-apps/xditview: remove xprint support (see bug #254874) (diff) | |
download | gentoo-2-8a38ce1a43cab5b9e16f9539b3792df3b258314f.tar.gz gentoo-2-8a38ce1a43cab5b9e16f9539b3792df3b258314f.tar.bz2 gentoo-2-8a38ce1a43cab5b9e16f9539b3792df3b258314f.zip |
x11-apps/xmessage: remove xprint support (see bug #254874)
(Portage version: 2.2_rc22/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmessage/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.2-r1.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xmessage/ChangeLog b/x11-apps/xmessage/ChangeLog index e3d883aa9f77..61ccfd9a7037 100644 --- a/x11-apps/xmessage/ChangeLog +++ b/x11-apps/xmessage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmessage -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.31 2007/12/20 00:25:20 cla Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.32 2009/01/16 13:05:20 remi Exp $ + +*xmessage-1.0.2-r1 (16 Jan 2009) + + 16 Jan 2009; Rémi Cardona <remi@gentoo.org> +xmessage-1.0.2-r1.ebuild: + remove xprint support (see bug #254874) 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xmessage-1.0.2.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xmessage/xmessage-1.0.2-r1.ebuild b/x11-apps/xmessage/xmessage-1.0.2-r1.ebuild new file mode 100644 index 000000000000..024ecc16aa1f --- /dev/null +++ b/x11-apps/xmessage/xmessage-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/xmessage/xmessage-1.0.2-r1.ebuild,v 1.1 2009/01/16 13:05:20 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="display a message or query in a window (X-based /bin/echo)" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="xprint" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--disable-xprint" |