diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-04 04:38:24 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-04 04:38:24 +0000 |
commit | bb4e617cebbb7428d5e04f94a96ec24e0ed49215 (patch) | |
tree | a5b46032acf44cfc6e7b925ea00931dfaa171b15 /x11-wm | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-bb4e617cebbb7428d5e04f94a96ec24e0ed49215.tar.gz gentoo-2-bb4e617cebbb7428d5e04f94a96ec24e0ed49215.tar.bz2 gentoo-2-bb4e617cebbb7428d5e04f94a96ec24e0ed49215.zip |
repoman cleanups
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/flwm/Manifest | 8 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r2.ebuild | 18 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r3.ebuild | 16 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r4.ebuild | 16 |
4 files changed, 29 insertions, 29 deletions
diff --git a/x11-wm/flwm/Manifest b/x11-wm/flwm/Manifest index 18af9bacc2e6..b422d07a877d 100644 --- a/x11-wm/flwm/Manifest +++ b/x11-wm/flwm/Manifest @@ -1,8 +1,8 @@ MD5 ed4bb58e8fca21355f0658b08f918062 ChangeLog 955 -MD5 c47c316051906a2a26918de2fbaaea14 flwm-1.00-r2.ebuild 1721 -MD5 26b6d6d54fed593bd04b8a7f814e9c8a flwm-1.00-r3.ebuild 1620 -MD5 e3e1ac51ea3d4d11067e610019c8e773 flwm-1.00-r4.ebuild 1657 -MD5 153d0f044aec18fbaa1ea5a6ca417551 files/fltk1.1.patch 376 +MD5 f1afb8a71c785a66d9b0927f5edfed41 flwm-1.00-r2.ebuild 1704 +MD5 6f9458c816ade3635f73cf6b55db1c79 flwm-1.00-r3.ebuild 1606 +MD5 48637a838b8c8826d1f7f9f8cc6ac62b flwm-1.00-r4.ebuild 1643 MD5 bcffe93a535c096964afbd7e789560d5 files/digest-flwm-1.00-r2 57 MD5 bcffe93a535c096964afbd7e789560d5 files/digest-flwm-1.00-r3 57 MD5 bcffe93a535c096964afbd7e789560d5 files/digest-flwm-1.00-r4 57 +MD5 153d0f044aec18fbaa1ea5a6ca417551 files/fltk1.1.patch 376 diff --git a/x11-wm/flwm/flwm-1.00-r2.ebuild b/x11-wm/flwm/flwm-1.00-r2.ebuild index 5d91cc36d40d..28da5c01461f 100644 --- a/x11-wm/flwm/flwm-1.00-r2.ebuild +++ b/x11-wm/flwm/flwm-1.00-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.8 2003/02/13 17:48:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r2.ebuild,v 1.9 2003/09/04 04:35:39 msterret Exp $ IUSE="opengl" @@ -21,8 +21,8 @@ DEPEND=">=x11-base/xfree-4.0.1 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 + #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 @@ -31,22 +31,22 @@ DEPEND=">=x11-base/xfree-4.0.1 #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" - + --host=${CHOST} || die "Configuration Failed" + emake || die "Parallel Make Failed" } src_install() { - + doman flwm.1 dodoc README flwm_wmconfig - + into /usr dobin flwm } diff --git a/x11-wm/flwm/flwm-1.00-r3.ebuild b/x11-wm/flwm/flwm-1.00-r3.ebuild index 66b8f0469eae..766746c84087 100644 --- a/x11-wm/flwm/flwm-1.00-r3.ebuild +++ b/x11-wm/flwm/flwm-1.00-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.5 2003/02/13 17:48:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r3.ebuild,v 1.6 2003/09/04 04:35:39 msterret Exp $ IUSE="opengl" @@ -19,8 +19,8 @@ DEPEND=">=x11-base/xfree-4.0.1 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 + #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 @@ -29,21 +29,21 @@ DEPEND=">=x11-base/xfree-4.0.1 #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 } diff --git a/x11-wm/flwm/flwm-1.00-r4.ebuild b/x11-wm/flwm/flwm-1.00-r4.ebuild index fff9da605609..fd660bf08243 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-2003 Gentoo Technologies, Inc. # 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.1 2003/07/15 14:50:40 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r4.ebuild,v 1.2 2003/09/04 04:35:39 msterret Exp $ IUSE="opengl" @@ -19,8 +19,8 @@ DEPEND=">=x11-base/xfree-4.0.1 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 + #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 @@ -29,23 +29,23 @@ DEPEND=">=x11-base/xfree-4.0.1 #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.1" export LIBS="-L/usr/lib/fltk-1.1" epatch ${FILESDIR}/fltk1.1.patch - + econf || die make || die } src_install() { - + doman flwm.1 dodoc README flwm_wmconfig - + into /usr dobin flwm } |