diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-15 14:53:32 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-15 14:53:32 +0000 |
commit | 51993626ac502344f69d88b0e53e7fea5a33f4ba (patch) | |
tree | 6fcb2cb276d580548c68f348721628d501565273 /x11-wm/fluxbox | |
parent | Version bump. (diff) | |
download | historical-51993626ac502344f69d88b0e53e7fea5a33f4ba.tar.gz historical-51993626ac502344f69d88b0e53e7fea5a33f4ba.tar.bz2 historical-51993626ac502344f69d88b0e53e7fea5a33f4ba.zip |
Cleanup.
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r-- | x11-wm/fluxbox/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.7 | 1 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.8_pre2 | 1 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.7.ebuild | 52 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.8_pre2.ebuild | 59 |
5 files changed, 0 insertions, 117 deletions
diff --git a/x11-wm/fluxbox/Manifest b/x11-wm/fluxbox/Manifest index 61bc429c90a7..61ba6107b11e 100644 --- a/x11-wm/fluxbox/Manifest +++ b/x11-wm/fluxbox/Manifest @@ -2,15 +2,11 @@ MD5 b044362cd74f7b0e7fbeeeb4e4a5cb46 ChangeLog 18078 MD5 3ee44ee71f3f971e4dcd064fb2237344 fluxbox-0.1.14-r2.ebuild 1555 MD5 2c62e9868bff0c034d5a9886a0c769ca fluxbox-0.9.6.ebuild 2717 MD5 d082a7313ea1a1f8761245a6d2a7b2c7 fluxbox-0.9.7-r1.ebuild 1464 -MD5 bf08891f125e95a920428fb3e39f9e83 fluxbox-0.9.7.ebuild 1327 -MD5 36b734c74d12e9488b3355747954ec17 fluxbox-0.9.8_pre2.ebuild 1557 MD5 fb91a86bbf58cb4d7e40f9536c319766 metadata.xml 437 MD5 6490ae7f9eae07de675c7693e7b15bd4 fluxbox-0.9.8.ebuild 1512 MD5 1c3ae2ce22f7f2a778a8ad5a5631df28 files/digest-fluxbox-0.1.14-r2 67 MD5 8b338e04168ae3111707a90b13eaaa57 files/digest-fluxbox-0.9.6 130 -MD5 7a8bd89803849aff22030d86ec1e70cf files/digest-fluxbox-0.9.7 65 MD5 7a8bd89803849aff22030d86ec1e70cf files/digest-fluxbox-0.9.7-r1 65 -MD5 50dd9f0938c83ccdfcc394ae1d2c8576 files/digest-fluxbox-0.9.8_pre2 69 MD5 c28b191f95d32d2ab4d6c4f353faa070 files/fluxbox 27 MD5 1613a723da70c8ef3f16df1f5639990b files/fluxbox-0.1.13-Xft2.patch 1408 MD5 9a521a2ef9c0942ec02b714c3637e789 files/fluxbox-0.1.13-aa2.patch 1365 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 -} - |