summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-07-31 15:14:46 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-07-31 15:14:46 +0000
commitf26d2bd2fd8b7b89cc708f996f477b01c08e7316 (patch)
treee48748d7ffe53d6ad552e0ad1759642ac381e29c /x11-wm/fvwm
parentgimp-print-cups no longer in portage (diff)
downloadhistorical-f26d2bd2fd8b7b89cc708f996f477b01c08e7316.tar.gz
historical-f26d2bd2fd8b7b89cc708f996f477b01c08e7316.tar.bz2
historical-f26d2bd2fd8b7b89cc708f996f477b01c08e7316.zip
ncurses USE flag
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r--x11-wm/fvwm/ChangeLog8
-rw-r--r--x11-wm/fvwm/Manifest4
-rw-r--r--x11-wm/fvwm/fvwm-2.5.7.ebuild30
3 files changed, 30 insertions, 12 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog
index a7176ccc3e26..01b7331aae9d 100644
--- a/x11-wm/fvwm/ChangeLog
+++ b/x11-wm/fvwm/ChangeLog
@@ -1,16 +1,20 @@
# ChangeLog for x11-wm/fvwm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.18 2003/07/31 10:57:40 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.19 2003/07/31 15:14:38 taviso Exp $
31 Jul 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7.ebuild:
Re-written ebuild to take full advantage of all the optional features
available. As this is a dramatic change to how the gentoo FVWM ebuilds work,
I wont be changing the stable branch to work like this.
+
+ Adding ncurses USE flag, if USE="readline ncurses" FvwmConsole links with
+ ncurses, with USE="readline -ncurses" it links with and depends on
+ libtermcap.
*fvwm-2.5.7 (30 Jul 2003)
30 Jul 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7.ebuild:
- Imported fvwmm-2.5.7 from the Unstable branch, available to unstable users.
+ Imported fvwm-2.5.7 from the Unstable branch, available to unstable users.
Some Excellent new features available (Xft, Alpha blending, etc)
*fvwm-2.4.16 (06 Jul 2003)
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index 09c6e44bb7ed..1ff5c57bc5a7 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1,8 +1,8 @@
MD5 616d23339ff772ad286c142eee37efc8 fvwm-2.4.15.ebuild 1167
MD5 640cc8cf1c7b29a974fed717d4460794 fvwm-2.4.14.ebuild 1102
-MD5 39c9ab808414067c8fbc21c0f2fb9365 fvwm-2.5.7.ebuild 5054
+MD5 845127e468053255b8113eccfd617c34 fvwm-2.5.7.ebuild 5472
MD5 9b68cbbbdaba95b23665ea98c695e57d fvwm-2.4.16.ebuild 1334
-MD5 64468411aa9409e1749c8a70dd3ac499 ChangeLog 3185
+MD5 7d536a3ccc1e5bacd4bf014f411b26b6 ChangeLog 3345
MD5 beaa1ad08ff661a32c25d1a51c879a8d metadata.xml 450
MD5 ccd8378d86941cb17669e64ca88949c1 fvwm-2.4.8.ebuild 1146
MD5 282c809ddaa59071830b6c8dd9b0a3a1 files/fvwm2 25
diff --git a/x11-wm/fvwm/fvwm-2.5.7.ebuild b/x11-wm/fvwm/fvwm-2.5.7.ebuild
index 151f73a3fb78..6ad6db0352f0 100644
--- a/x11-wm/fvwm/fvwm-2.5.7.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7.ebuild,v 1.10 2003/07/31 10:57:40 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7.ebuild,v 1.11 2003/07/31 15:14:38 taviso Exp $
inherit gnuconfig
-IUSE="readline gtk stroke gnome rplay xinerama cjk perl nls png bidi"
+IUSE="readline ncurses gtk stroke gnome rplay xinerama cjk perl nls png bidi"
S=${WORKDIR}/${P}
DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager"
@@ -15,17 +15,22 @@ SLOT="0"
KEYWORDS="~x86 ~alpha"
LICENSE="GPL-2 FVWM"
-RDEPEND="readline? ( >=sys-libs/readline-4.1 )
+RDEPEND="readline? ( >=sys-libs/readline-4.1
+ ncurses? ( >=sys-libs/ncurses-5.3-r1 )
+ !ncurses? ( >=sys-libs/libtermcap-compat-1.2.3 ) )
gtk? ( =x11-libs/gtk+-1.2* )
gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
- rplay? ( media-sound/rplay )
- perl? ( dev-lang/perl )
+ rplay? ( >=media-sound/rplay-3.3.2 )
+ perl? ( >=dev-lang/perl-5.6.1-r10 )
bidi? ( >=dev-libs/fribidi-0.10.4 )
- png? ( media-libs/libpng )
+ png? ( >=media-libs/libpng-1.0.12-r2 )
stroke? ( >=dev-libs/libstroke-0.4 )
- media-libs/fontconfig
- dev-libs/expat"
+ >=media-libs/fontconfig-2.1-r1
+ >=dev-libs/expat-1.95.6-r1
+ virtual/x11
+ virtual/xft"
DEPEND="${RDEPEND}
+ >=sys-apps/sed-4
sys-devel/automake
sys-devel/autoconf
dev-util/pkgconfig"
@@ -48,6 +53,15 @@ src_compile() {
# use readline in FvwmConsole.
if ! use readline; then
myconf="${myconf} --without-readline-library"
+ else
+ myconf="${myconf} --with-readline-library"
+
+ # choose ncurses or termcap.
+ if use ncurses; then
+ myconf="${myconf} --without-termcap-library"
+ else
+ myconf="${myconf} --without-ncurses-library"
+ fi
fi
# fvwm configure doesnt provide a way to disable gtk support if the