From cce27bad6e4b14f2005e3b9a14563de2f6cf6b10 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Tue, 28 Apr 2009 07:20:45 +0000 Subject: Deprecate xprint. (Portage version: 2.1.6.11/cvs/Linux x86_64) --- x11-apps/xmore/ChangeLog | 15 ++++++++------- x11-apps/xmore/xmore-1.0.1-r1.ebuild | 15 ++++++--------- x11-apps/xmore/xmore-1.0.1.ebuild | 18 ------------------ 3 files changed, 14 insertions(+), 34 deletions(-) delete mode 100644 x11-apps/xmore/xmore-1.0.1.ebuild 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 -xmore-1.0.1.ebuild, + xmore-1.0.1-r1.ebuild: + Deprecate xprint. 11 Oct 2008; Diego Pettenò 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 + 21 Jan 2008; Samuli Suominen +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 xmore-1.0.1.ebuild: - Keyword ~amd64. + without it. Debian bug report #365292. Keyword ~amd64. 19 Dec 2007; Dawid Węgliński 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)" -- cgit v1.2.3-65-gdbad