diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-28 07:20:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-28 07:20:45 +0000 |
commit | cce27bad6e4b14f2005e3b9a14563de2f6cf6b10 (patch) | |
tree | 3fc3715a1ec71c922ad16e2d92b64afee95cd2f4 /x11-apps/xmore | |
parent | amd64 stable, tidy ChangeLog, EAPI=2 (diff) | |
download | gentoo-2-cce27bad6e4b14f2005e3b9a14563de2f6cf6b10.tar.gz gentoo-2-cce27bad6e4b14f2005e3b9a14563de2f6cf6b10.tar.bz2 gentoo-2-cce27bad6e4b14f2005e3b9a14563de2f6cf6b10.zip |
Deprecate xprint.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xmore')
-rw-r--r-- | x11-apps/xmore/ChangeLog | 15 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-1.0.1-r1.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/xmore/xmore-1.0.1.ebuild | 18 |
3 files changed, 14 insertions, 34 deletions
diff --git a/x11-apps/xmore/ChangeLog b/x11-apps/xmore/ChangeLog index bcb934671562..be3625a8a779 100644 --- a/x11-apps/xmore/ChangeLog +++ b/x11-apps/xmore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xmore -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.18 2008/10/11 22:28:08 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.19 2009/04/28 07:20:45 ssuominen Exp $ + + 28 Apr 2009; Samuli Suominen <ssuominen@gentoo.org> -xmore-1.0.1.ebuild, + xmore-1.0.1-r1.ebuild: + Deprecate xprint. 11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> xmore-1.0.1-r1.ebuild: Fix dependencies. @@ -10,13 +14,10 @@ *xmore-1.0.1-r1 (21 Jan 2008) - 21 Jan 2008; Samuli Suominen <drac@gentoo.org> + 21 Jan 2008; Samuli Suominen <ssuominen@gentoo.org> +files/xmore-1.0.1-ifdef-xprint.patch, +xmore-1.0.1-r1.ebuild: Insert missing ifdef's for building without xprint, segmentation faults - without it. Debian bug report #365292. - - 21 Jan 2008; Samuli Suominen <drac@gentoo.org> xmore-1.0.1.ebuild: - Keyword ~amd64. + without it. Debian bug report #365292. Keyword ~amd64. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xmore-1.0.1.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xmore/xmore-1.0.1-r1.ebuild b/x11-apps/xmore/xmore-1.0.1-r1.ebuild index 905571eb9f25..cbe5ff873ea0 100644 --- a/x11-apps/xmore/xmore-1.0.1-r1.ebuild +++ b/x11-apps/xmore/xmore-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.2 2008/10/11 22:28:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.3 2009/04/28 07:20:45 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,12 +8,9 @@ inherit x-modular DESCRIPTION="plain text display program for the X Window System" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -# Broken without xprint -IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil ) - x11-libs/libXaw" -#x11-libs/libXprintUtil" +KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND}" PATCHES="${FILESDIR}/${P}-ifdef-xprint.patch" -CONFIGURE_OPTIONS="$(use_enable xprint)" +CONFIGURE_OPTIONS="--disable-xprint" diff --git a/x11-apps/xmore/xmore-1.0.1.ebuild b/x11-apps/xmore/xmore-1.0.1.ebuild deleted file mode 100644 index 71ed46fe3f58..000000000000 --- a/x11-apps/xmore/xmore-1.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1.ebuild,v 1.8 2008/03/24 14:15:36 maekke Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="plain text display program for the X Window System" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" -# Broken without xprint -IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil )" -#x11-libs/libXprintUtil" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" |