diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-24 10:25:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-24 10:25:16 +0000 |
commit | 7ff581879ec9c288ffaedd3fc4a52c57c6e6ec9f (patch) | |
tree | 58ffbf1d195f0fd69827633963aca1f1fc3b2e8b /x11-wm | |
parent | mark stable mark stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-7ff581879ec9c288ffaedd3fc4a52c57c6e6ec9f.tar.gz gentoo-2-7ff581879ec9c288ffaedd3fc4a52c57c6e6ec9f.tar.bz2 gentoo-2-7ff581879ec9c288ffaedd3fc4a52c57c6e6ec9f.zip |
Changed x11-base/xfree to virtual/x11; bug #60787. Integrated into one ebuild.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/flwm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/flwm/files/digest-flwm-1.00-r2 | 1 | ||||
-rw-r--r-- | x11-wm/flwm/files/digest-flwm-1.00-r3 | 1 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r2.ebuild | 61 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r3.ebuild | 59 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r4.ebuild | 19 |
6 files changed, 18 insertions, 130 deletions
diff --git a/x11-wm/flwm/ChangeLog b/x11-wm/flwm/ChangeLog index f025a4a575d9..86f7295838dd 100644 --- a/x11-wm/flwm/ChangeLog +++ b/x11-wm/flwm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/flwm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/ChangeLog,v 1.7 2004/06/24 23:41:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/ChangeLog,v 1.8 2004/08/24 10:25:16 usata Exp $ + + 24 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> -flwm-1.00-r2.ebuild, + -flwm-1.00-r3.ebuild, flwm-1.00-r4.ebuild: + Changed x11-base/xfree to virtual/x11; bug #60787. Integrated into + one ebuild. 07 May 2004; Brandon Hale <tseng@gentoo.org> flwm-1.00-r2.ebuild, flwm-1.00-r3.ebuild, flwm-1.00-r4.ebuild: diff --git a/x11-wm/flwm/files/digest-flwm-1.00-r2 b/x11-wm/flwm/files/digest-flwm-1.00-r2 deleted file mode 100644 index 448d78ce713b..000000000000 --- a/x11-wm/flwm/files/digest-flwm-1.00-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 75047b2ddcac30eecfb380773177d54d flwm-1.00.tgz 61747 diff --git a/x11-wm/flwm/files/digest-flwm-1.00-r3 b/x11-wm/flwm/files/digest-flwm-1.00-r3 deleted file mode 100644 index 448d78ce713b..000000000000 --- a/x11-wm/flwm/files/digest-flwm-1.00-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 75047b2ddcac30eecfb380773177d54d flwm-1.00.tgz 61747 diff --git a/x11-wm/flwm/flwm-1.00-r2.ebuild b/x11-wm/flwm/flwm-1.00-r2.ebuild deleted file mode 100644 index f21387e2c129..000000000000 --- a/x11-wm/flwm/flwm-1.00-r2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r2.ebuild,v 1.12 2004/06/24 23:41:11 agriffis Exp $ - -IUSE="opengl" - -SRC_URI="http://flwm.sourceforge.net/${P}.tgz" - -HOMEPAGE="http://flwm.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc" - -DESCRIPTION="A lightweight window manager based on fltk" - -DEPEND=">=x11-base/xfree-4.0.1 - >=x11-libs/fltk-1.0.11 - opengl? ( virtual/opengl )" - - #Configuration of the appearance and behavior of flwm - #must be done at compile time, i.e. there is - #no .flwmrc file or interactive configuring while - #running. To quote the man page, "gcc is your friend," - #so this type of configuration must be done at compile - #time by editing the config.h file. I can't see any - #way to do this automagically so we'll echo a message - #in pkg_postinst to tell the user to 'ebuild unpack' - #and edit the config.h to their liking. - -src_compile() { - - use opengl && export X_EXTRA_LIBS=-lGL - - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die "Configuration Failed" - - emake || die "Parallel Make Failed" -} - -src_install() { - - doman flwm.1 - dodoc README flwm_wmconfig - - into /usr - dobin flwm -} - -pkg_postinst() { - einfo "Customization of behaviour and appearance of" - einfo "flwm requires manually editing the config.h" - einfo "source file. If you want to change the defaults," - einfo "do the following:" - einfo "" - einfo "\tebuild ${P}.ebuild unpack" - einfo "\t${EDITOR} ${S}/config.h " - einfo "\tebuild ${P} compile install qmerge" -} diff --git a/x11-wm/flwm/flwm-1.00-r3.ebuild b/x11-wm/flwm/flwm-1.00-r3.ebuild deleted file mode 100644 index 643a77c8c869..000000000000 --- a/x11-wm/flwm/flwm-1.00-r3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r3.ebuild,v 1.9 2004/06/24 23:41:11 agriffis Exp $ - -IUSE="opengl" - -DESCRIPTION="A lightweight window manager based on fltk" -SRC_URI="http://flwm.sourceforge.net/${P}.tgz" -HOMEPAGE="http://flwm.sourceforge.net" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc" - - -DEPEND=">=x11-base/xfree-4.0.1 - =x11-libs/fltk-1.0* - opengl? ( virtual/opengl )" - - #Configuration of the appearance and behavior of flwm - #must be done at compile time, i.e. there is - #no .flwmrc file or interactive configuring while - #running. To quote the man page, "gcc is your friend," - #so this type of configuration must be done at compile - #time by editing the config.h file. I can't see any - #way to do this automagically so we'll echo a message - #in pkg_postinst to tell the user to 'ebuild unpack' - #and edit the config.h to their liking. - -src_compile() { - - use opengl && export X_EXTRA_LIBS=-lGL - - export CXXFLAGS="${CXXFLAGS} -I/usr/include/fltk-1.0" - export LIBS="-L/usr/lib/fltk-1.0" - - econf || die - make || die -} - -src_install() { - - doman flwm.1 - dodoc README flwm_wmconfig - - into /usr - dobin flwm -} - -pkg_postinst() { - einfo "Customization of behaviour and appearance of" - einfo "flwm requires manually editing the config.h" - einfo "source file. If you want to change the defaults," - einfo "do the following:" - einfo "" - einfo "\tebuild ${P}.ebuild unpack" - einfo "\t${EDITOR} ${S}/config.h " - einfo "\tebuild ${P} compile install qmerge" -} diff --git a/x11-wm/flwm/flwm-1.00-r4.ebuild b/x11-wm/flwm/flwm-1.00-r4.ebuild index ac2a1024fa5b..b53534111510 100644 --- a/x11-wm/flwm/flwm-1.00-r4.ebuild +++ b/x11-wm/flwm/flwm-1.00-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r4.ebuild,v 1.6 2004/06/24 23:41:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r4.ebuild,v 1.7 2004/08/24 10:25:16 usata Exp $ inherit eutils @@ -12,11 +12,11 @@ HOMEPAGE="http://flwm.sourceforge.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc ~amd64" +KEYWORDS="x86 -ppc ~amd64" -DEPEND=">=x11-base/xfree-4.0.1 - >=x11-libs/fltk-1.1* +DEPEND="virtual/x11 + >=x11-libs/fltk-1.0 opengl? ( virtual/opengl )" #Configuration of the appearance and behavior of flwm @@ -33,10 +33,15 @@ src_compile() { use opengl && export X_EXTRA_LIBS=-lGL - export CXXFLAGS="${CXXFLAGS} -I/usr/include/fltk-1.1" - export LIBS="-L/usr/lib/fltk-1.1" + if has_version '>=x11-libs/fltk-1.1' ; then + export CXXFLAGS="${CXXFLAGS} -I/usr/include/fltk-1.1" + export LIBS="-L/usr/lib/fltk-1.1" - epatch ${FILESDIR}/fltk1.1.patch + epatch ${FILESDIR}/fltk1.1.patch + else # fltk-1.0 + export CXXFLAGS="${CXXFLAGS} -I/usr/include/fltk-1.0" + export LIBS="-L/usr/lib/fltk-1.0" + fi econf || die make || die |