diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-03-07 23:35:54 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-03-07 23:35:54 +0000 |
commit | 9b1fdaf1b6c4d381b384f0905f2856883f0bfb03 (patch) | |
tree | 05065315fc1f4ea0354ba6f5d8129aa6e52286cf /x11-wm | |
parent | Out with the old... (Manifest recommit) (diff) | |
download | gentoo-2-9b1fdaf1b6c4d381b384f0905f2856883f0bfb03.tar.gz gentoo-2-9b1fdaf1b6c4d381b384f0905f2856883f0bfb03.tar.bz2 gentoo-2-9b1fdaf1b6c4d381b384f0905f2856883f0bfb03.zip |
Remove some cruft
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.6 | 2 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.7-r1 | 1 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.6.ebuild | 92 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.7-r1.ebuild | 56 |
5 files changed, 5 insertions, 152 deletions
diff --git a/x11-wm/fluxbox/ChangeLog b/x11-wm/fluxbox/ChangeLog index 8259707deeb7..54faadf135d6 100644 --- a/x11-wm/fluxbox/ChangeLog +++ b/x11-wm/fluxbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/fluxbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.95 2004/03/01 23:39:05 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.96 2004/03/07 23:35:54 tseng Exp $ + + 07 Mar 2004; Brandon Hale <tseng@gentoo.org> fluxbox-0.9.6.ebuild, + fluxbox-0.9.7-r1.ebuild: + Out with the old... 01 Mar 2004; Ilya Volynets <ilya@total-knowledge.com> fluxbox-0.9.8.ebuild: ~mips fluxbox-0.9.8, as it works stably according to geoman diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.6 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.6 deleted file mode 100644 index da7343c0984e..000000000000 --- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d8b04654097fcf5d97c63787ba5d0d35 fluxbox-0.9.6.tar.gz 636676 -MD5 f6fa316baa5aa593c7bc4c40ac7e4517 blueflux_0.1.0.tar.gz 17601 diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.7-r1 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.7-r1 deleted file mode 100644 index 3fc2225c3f0d..000000000000 --- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 43a252b95c63c6be8152e1b021469552 fluxbox-0.9.7.tar.gz 686357 diff --git a/x11-wm/fluxbox/fluxbox-0.9.6.ebuild b/x11-wm/fluxbox/fluxbox-0.9.6.ebuild deleted file mode 100644 index e6a245c4f6c1..000000000000 --- a/x11-wm/fluxbox/fluxbox-0.9.6.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.6.ebuild,v 1.6 2003/12/20 01:52:38 tseng Exp $ - -IUSE="gnome kde nls xinerama truetype" - -#inherit flag-o-matic eutils - -DESCRIPTION="Fluxbox is yet another windowmanager for X. It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compability). So what's the difference between fluxbox and blackbox then? The answer is: LOTS! *This is a development release and should not be considered stable.* *This release includes the Blueflux style.*" -SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz - http://koti.mbnet.fi/bionik/blueflux/blueflux_0.1.0.tar.gz" -HOMEPAGE="http://www.fluxbox.org/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ppc ~mips ~sparc ~alpha ~amd64" - -DEPEND="virtual/x11 - >=sys-devel/autoconf-2.52" -RDEPEND="x11-misc/commonbox-utils - x11-themes/commonbox-styles" -PROVIDE="virtual/blackbox" - -mydoc="ChangeLog COPYING NEWS" - -src_unpack() { - - unpack ${A} - cd ${S} - - use nls && ( \ - einfo "Redirecting NLS" - for i in `find ${S} -name 'Makefile.am'` - do - sed -i -e 's:$(pkgdatadir)/nls:/usr/share/locale:' ${i} - done - ) - - sed -i -e 's:bsetroot.1::' ${S}/doc/Makefile.am - sed -i -e 's:bsetroot::' ${S}/util/Makefile.* -} - - -src_compile() { - - econf \ - `use_enable nls` \ - `use_enable kde` \ - `use_enable gnome` \ - `use_enable xinerama` \ - `use_enable truetype xft` \ - --sysconfdir=/etc/X11/${PN} \ - --datadir=/usr/share/commonbox \ - ${myconf} || die - - sed -i -e 's:\$(datadir)/fluxbox:/usr/share/commonbox:' ${S}/Makefile - sed -i -e 's:\$(datadir)/fluxbox:/usr/share/commonbox:' ${S}/data/Makefile - - emake \ - pkgdatadir=/usr/share/commonbox || die - - cd data make \ - pkgdatadir=/usr/share/commonbox init -} - -src_install() { - - dodir /usr/share/commonbox/${PN} - dodir /usr/share/commonbox/styles - make DESTDIR=${D} install || die - dodoc README* AUTHORS TODO* ${mydoc} - rmdir ${D}/usr/share/${PN} - dodir /etc/X11/Sessions - echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN} - fperms a+x /etc/X11/Sessions/${PN} - - cd data - insinto /usr/share/commonbox - doins init keys - insinto /usr/share/commonbox/styles - doins ${D}/usr/share/commonbox/fluxbox/styles/Meta - rm -rf ${D}/usr/share/commonbox/fluxbox - - # blueflux style - insinto /usr/share/commonbox/pixmaps - doins ${WORKDIR}/pixmaps/* - # fix some paths and change b->B at the same time - sed -e 's:\.fluxbox:/usr/share/commonbox:' ${WORKDIR}/styles/blueflux \ - > ${WORKDIR}/styles/Blueflux - insinto /usr/share/commonbox/styles - doins ${WORKDIR}/styles/Blueflux -} diff --git a/x11-wm/fluxbox/fluxbox-0.9.7-r1.ebuild b/x11-wm/fluxbox/fluxbox-0.9.7-r1.ebuild deleted file mode 100644 index 266402217ca7..000000000000 --- a/x11-wm/fluxbox/fluxbox-0.9.7-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.7-r1.ebuild,v 1.1 2004/01/11 15:16:04 pyrania Exp $ - -IUSE="nls xinerama truetype kde gnome" - -DESCRIPTION="Fluxbox is a lightweight windowmanager for X featuring tabs." -SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz" -HOMEPAGE="http://www.fluxbox.org" - -# Please note that USE="kde gnome" simply adds support for -# the respective protocols, and does not depend on external libraries. -DEPEND=">=sys-devel/autoconf-2.52 - ${RDEPEND}" -RDEPEND="virtual/x11 - truetype? ( media-libs/freetype ) - nls? ( sys-devel/gettext )" -PROVIDE="virtual/blackbox" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 sparc hppa" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}/01_cache-bugfix.patch - epatch ${FILESDIR}/${PV}/02_iconbar-bugfix.patch -} - -src_compile() { - econf \ - `use_enable nls` \ - `use_enable xinerama` \ - `use_enable truetype xft` \ - `use_enable kde` \ - `use_enable gnome` \ - --sysconfdir=/etc/X11/${PN} \ - ${myconf} || die "configure failed" - - emake || die "make failed" -} - -src_install() { - dodir /usr/share/fluxbox - make DESTDIR=${D} install || die "make install failed" - dodoc README* AUTHORS TODO* COPYING -} - -pkg_postinst() { - ewarn - ewarn "Please note that this release no longer uses commonbox.eclass" - ewarn "and now installs data files in /usr/share/fluxbox." - ewarn -} - |