diff options
author | 2002-02-09 12:37:47 +0000 | |
---|---|---|
committer | 2002-02-09 12:37:47 +0000 | |
commit | b3cfa845ca54fc4a821a899e279fb50bd0a2476f (patch) | |
tree | 596ce220e22a0bd98b6f47ae27192a3ff92d9b90 /x11-wm/WindowMaker | |
parent | new revision of abcde, closed bug #397, added SLOT var (diff) | |
download | gentoo-2-b3cfa845ca54fc4a821a899e279fb50bd0a2476f.tar.gz gentoo-2-b3cfa845ca54fc4a821a899e279fb50bd0a2476f.tar.bz2 gentoo-2-b3cfa845ca54fc4a821a899e279fb50bd0a2476f.zip |
Cleanup of old ebuilds + added SLOT + closed bug #422
Diffstat (limited to 'x11-wm/WindowMaker')
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild | 89 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild | 11 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.0.ebuild | 89 | ||||
-rw-r--r-- | x11-wm/WindowMaker/files/digest-WindowMaker-0.70.0-r1 | 2 | ||||
-rw-r--r-- | x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0 | 2 |
5 files changed, 7 insertions, 186 deletions
diff --git a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild deleted file mode 100644 index f3b195ab7769..000000000000 --- a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild,v 1.5 2001/12/29 21:45:09 danarmak Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Window Maker" -SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P}.tar.gz - ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.bz2" -HOMEPAGE="http://www.windowmaker.org/" - -DEPEND="virtual/glibc virtual/x11 - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.12 - >=media-libs/jpeg-6b-r2 - x11-wm/gnustep-env - gif? ( >=media-libs/giflib-4.1.0-r3 ) - ungif? ( >=media-libs/libungif-4.1.0 ) - nls? ( >=sys-devel/gettext-0.10.39 )" -# Replaced by WINGS -# >=x11-libs/libPropList-0.10.1" - -#NOTE: the default menu has the wrong path for the WMPrefs utility. Needs fixing. - -src_compile() { - - local myconf - if [ "`use gnome`" ] ; then - myconf="--enable-gnome" - fi - if [ "`use kde`" ] ; then - # hope this helps for linking against kdelibs, I'm not testing other wms right now - export KDEDIR=/usr/kde/2 - myconf="$myconf --enable-kde" - fi - if [ "`use nls`" ] ; then - LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" - export LINGUAS - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc/X11 \ - --with-nlsdir=/usr/share/locale \ - --with-x \ - --enable-newstyle \ - --enable-superfluous \ - --enable-usermenu \ - $myconf || die - - make || die - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die - - make || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc/X11 \ - NLSDIR=${D}/usr/share/locale \ - GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ - install || die - - cp -f WindowMaker/plmenu ${D}/etc/X11/WindowMaker/WMRootMenu - - dodoc AUTHORS BUGFORUM BUGS ChangeLog COPYING* INSTALL* FAQ* \ - MIRRORS README* NEWS TODO - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - newdoc README README.extra -} - diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild index 7418cac8082a..e85c098a5a31 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild,v 1.1 2002/01/30 16:01:16 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild,v 1.2 2002/02/09 12:37:47 verwilst Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window Maker" SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P}.tar.gz ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.bz2" HOMEPAGE="http://www.windowmaker.org/" - +SLOT="0" DEPEND="virtual/glibc virtual/x11 >=media-libs/tiff-3.5.5 >=media-libs/libpng-1.0.12 @@ -37,6 +37,9 @@ src_compile() { export KDEDIR=/usr/kde/2 myconf="$myconf --enable-kde" fi + if [ "$WITH_MODELOCK" ] ; then + myconf="$myconf --enable-modelock" + fi if [ "`use nls`" ] ; then LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" export LINGUAS diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.0.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.0.ebuild deleted file mode 100644 index b4a2687935c7..000000000000 --- a/x11-wm/WindowMaker/WindowMaker-0.80.0.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.0.ebuild,v 1.1 2002/01/16 16:40:08 g2boojum Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Window Maker" -SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P}.tar.gz - ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.bz2" -HOMEPAGE="http://www.windowmaker.org/" - -DEPEND="virtual/glibc virtual/x11 - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.12 - >=media-libs/jpeg-6b-r2 - x11-wm/gnustep-env - gif? ( >=media-libs/giflib-4.1.0-r3 ) - ungif? ( >=media-libs/libungif-4.1.0 ) - nls? ( >=sys-devel/gettext-0.10.39 )" -# Replaced by WINGS -# >=x11-libs/libPropList-0.10.1" - -#NOTE: the default menu has the wrong path for the WMPrefs utility. Needs fixing. - -src_compile() { - - local myconf - if [ "`use gnome`" ] ; then - myconf="--enable-gnome" - fi - if [ "`use kde`" ] ; then - # hope this helps for linking against kdelibs, I'm not testing other wms right now - export KDEDIR=/usr/kde/2 - myconf="$myconf --enable-kde" - fi - if [ "`use nls`" ] ; then - LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" - export LINGUAS - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc/X11 \ - --with-nlsdir=/usr/share/locale \ - --with-x \ - --enable-newstyle \ - --enable-superfluous \ - --enable-usermenu \ - $myconf || die - - make || die - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die - - make || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc/X11 \ - NLSDIR=${D}/usr/share/locale \ - GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ - install || die - - cp -f WindowMaker/plmenu ${D}/etc/X11/WindowMaker/WMRootMenu - - dodoc AUTHORS BUGFORUM BUGS ChangeLog COPYING* INSTALL* FAQ* \ - MIRRORS README* NEWS TODO - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - newdoc README README.extra -} - diff --git a/x11-wm/WindowMaker/files/digest-WindowMaker-0.70.0-r1 b/x11-wm/WindowMaker/files/digest-WindowMaker-0.70.0-r1 deleted file mode 100644 index c9a92ff67480..000000000000 --- a/x11-wm/WindowMaker/files/digest-WindowMaker-0.70.0-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 ed48a3de3160a37075c9ae35ac131468 WindowMaker-0.70.0.tar.gz 2427334 -MD5 e6fb381da0d207c320f58e7a1fea2a2b WindowMaker-extra-0.1.tar.bz2 238844 diff --git a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0 b/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0 deleted file mode 100644 index d30375d13abb..000000000000 --- a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0768a12edff35cba82e769fcbc8de430 WindowMaker-0.80.0.tar.gz 2452207 -MD5 e6fb381da0d207c320f58e7a1fea2a2b WindowMaker-extra-0.1.tar.bz2 238844 |