diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-16 12:36:39 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-16 12:36:39 +0000 |
commit | 7b65019d98b5d53f70fbef00b64c5d3e7c30bf9b (patch) | |
tree | e081ad49f8a6595834ef7b8278903a92e4fa123d /x11-apps/xconsole | |
parent | x11-apps/xkbutils: remove xprint support (see bug #254874) (diff) | |
download | gentoo-2-7b65019d98b5d53f70fbef00b64c5d3e7c30bf9b.tar.gz gentoo-2-7b65019d98b5d53f70fbef00b64c5d3e7c30bf9b.tar.bz2 gentoo-2-7b65019d98b5d53f70fbef00b64c5d3e7c30bf9b.zip |
x11-apps/xconsole: 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/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.3-r1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index a49805975ada..ad43fdd0e78a 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xconsole -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.24 2008/02/05 11:29:46 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.25 2009/01/16 12:36:39 remi Exp $ + +*xconsole-1.0.3-r1 (16 Jan 2009) + + 16 Jan 2009; Rémi Cardona <remi@gentoo.org> +xconsole-1.0.3-r1.ebuild: + remove xprint support (see bug #254874) 05 Feb 2008; Markus Rothe <corsair@gentoo.org> xconsole-1.0.3.ebuild: Stable on ppc64 diff --git a/x11-apps/xconsole/xconsole-1.0.3-r1.ebuild b/x11-apps/xconsole/xconsole-1.0.3-r1.ebuild new file mode 100644 index 000000000000..cc3a169f231e --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.0.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.3-r1.ebuild,v 1.1 2009/01/16 12:36:39 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="monitor system console messages with X" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--disable-xprint" |