summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2004-01-15 14:53:32 +0000
committerBrandon Hale <tseng@gentoo.org>2004-01-15 14:53:32 +0000
commit80fc08e25591b3e1692d356c23362145bd82e5be (patch)
tree093abeca03e4c4442f7c73b98323e58df46a3cf1 /x11-wm/fluxbox
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-80fc08e25591b3e1692d356c23362145bd82e5be.tar.gz
gentoo-2-80fc08e25591b3e1692d356c23362145bd82e5be.tar.bz2
gentoo-2-80fc08e25591b3e1692d356c23362145bd82e5be.zip
Cleanup.
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r--x11-wm/fluxbox/files/digest-fluxbox-0.9.71
-rw-r--r--x11-wm/fluxbox/files/digest-fluxbox-0.9.8_pre21
-rw-r--r--x11-wm/fluxbox/fluxbox-0.9.7.ebuild52
-rw-r--r--x11-wm/fluxbox/fluxbox-0.9.8_pre2.ebuild59
4 files changed, 0 insertions, 113 deletions
diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.7 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.7
deleted file mode 100644
index 3fc2225c3f0d..000000000000
--- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 43a252b95c63c6be8152e1b021469552 fluxbox-0.9.7.tar.gz 686357
diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.8_pre2 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.8_pre2
deleted file mode 100644
index 15a55398cdab..000000000000
--- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.8_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c1cf33610e5fd8a60c9142c5bfa28f0 fluxbox-0.9.8pre2.tar.gz 688542
diff --git a/x11-wm/fluxbox/fluxbox-0.9.7.ebuild b/x11-wm/fluxbox/fluxbox-0.9.7.ebuild
deleted file mode 100644
index d852b24499ca..000000000000
--- a/x11-wm/fluxbox/fluxbox-0.9.7.ebuild
+++ /dev/null
@@ -1,52 +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.ebuild,v 1.5 2004/01/08 23:43:45 gustavoz 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_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
-}
-
diff --git a/x11-wm/fluxbox/fluxbox-0.9.8_pre2.ebuild b/x11-wm/fluxbox/fluxbox-0.9.8_pre2.ebuild
deleted file mode 100644
index 543c9e0f3c79..000000000000
--- a/x11-wm/fluxbox/fluxbox-0.9.8_pre2.ebuild
+++ /dev/null
@@ -1,59 +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.8_pre2.ebuild,v 1.1 2004/01/14 23:48:32 ciaranm Exp $
-
-MY_P=${P/_/}
-
-IUSE="nls xinerama truetype kde gnome"
-
-DESCRIPTION="Fluxbox is a lightweight windowmanager for X featuring tabs."
-SRC_URI="http://fluxbox.org/download/${MY_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"
-
-S=${WORKDIR}/${MY_P}
-
-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
-
- dodir /etc/X11/Sessions
- echo "/usr/bin/startfluxbox" > ${D}/etc/X11/Sessions/fluxbox
- fperms a+x /etc/X11/Sessions/fluxbox
-}
-
-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
- einfo "This ebuild now creates an /etc/X11/Sessions entry."
- einfo
-}
-