diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-28 16:35:27 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-28 16:35:27 +0000 |
commit | 0869417ff4ef42b30541c958722b4fb5a9e53a98 (patch) | |
tree | a4c093debca0bfb938b9c7ce54f39b6bf022b40e /x11-wm | |
parent | Fix wrongly named patch, closes bug #75917 (Manifest recommit) (diff) | |
download | gentoo-2-0869417ff4ef42b30541c958722b4fb5a9e53a98.tar.gz gentoo-2-0869417ff4ef42b30541c958722b4fb5a9e53a98.tar.bz2 gentoo-2-0869417ff4ef42b30541c958722b4fb5a9e53a98.zip |
x86, sparc, mips stable 0.9.11, clean out old versions
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r1 | 1 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r2 | 1 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild | 64 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild | 69 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.11.ebuild | 4 |
6 files changed, 8 insertions, 138 deletions
diff --git a/x11-wm/fluxbox/ChangeLog b/x11-wm/fluxbox/ChangeLog index a5bb01416dc5..ab605335a98f 100644 --- a/x11-wm/fluxbox/ChangeLog +++ b/x11-wm/fluxbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/fluxbox # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.133 2004/12/19 19:30:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.134 2004/12/28 16:35:27 ciaranm Exp $ + + 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> + -fluxbox-0.9.10-r1.ebuild, -fluxbox-0.9.10-r2.ebuild, + fluxbox-0.9.11.ebuild: + x86, sparc, mips stable 0.9.11, clean out old versions 19 Dec 2004; Markus Rothe <corsair@gentoo.org> fluxbox-0.9.11.ebuild: Stable on ppc64 diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r1 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r1 deleted file mode 100644 index 102f1b571a9e..000000000000 --- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a04a21960b8bc364bcc002389008989 fluxbox-0.9.10.tar.bz2 556030 diff --git a/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r2 b/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r2 deleted file mode 100644 index 102f1b571a9e..000000000000 --- a/x11-wm/fluxbox/files/digest-fluxbox-0.9.10-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a04a21960b8bc364bcc002389008989 fluxbox-0.9.10.tar.bz2 556030 diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild deleted file mode 100644 index 9a4ae88513b9..000000000000 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild,v 1.5 2004/10/23 05:39:52 mr_bones_ Exp $ - -inherit eutils - -IUSE="nls xinerama truetype kde gnome" - -DESCRIPTION="Fluxbox is a lightweight windowmanager for X featuring tabs." -SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.bz2" -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. They do, however, -# make the binary a fair bit bigger, so we don't want to turn them on unless -# the user actually wants them. - -RDEPEND="virtual/x11 - truetype? ( media-libs/freetype ) - nls? ( sys-devel/gettext )" -DEPEND=">=sys-devel/autoconf-2.52 - ${RDEPEND}" -PROVIDE="virtual/blackbox" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~ppc-macos" - -src_unpack() { - unpack ${A} - cd ${S} - # Fix crashy badness on amd64. Upstream sanctioned this, so we'll - # apply it to everyone... - epatch ${FILESDIR}/${PV}/${PN}-${PV}-amd64-font-fix.patch -} - -src_compile() { - export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig - 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 /usr/share/xsessions - insinto /usr/share/xsessions - doins ${FILESDIR}/${PN}.desktop - - dodir /etc/X11/Sessions - echo "/usr/bin/startfluxbox" > ${D}/etc/X11/Sessions/fluxbox - fperms a+x /etc/X11/Sessions/fluxbox -} - diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild deleted file mode 100644 index 20b024ac77c3..000000000000 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild,v 1.3 2004/10/23 05:39:52 mr_bones_ Exp $ - -inherit eutils - -IUSE="nls xinerama truetype kde gnome" - -DESCRIPTION="Fluxbox is a lightweight windowmanager for X featuring tabs." -SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.bz2" -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. They do, however, -# make the binary a fair bit bigger, so we don't want to turn them on unless -# the user actually wants them. - -RDEPEND="virtual/x11 - truetype? ( media-libs/freetype ) - nls? ( sys-devel/gettext )" -DEPEND=">=sys-devel/autoconf-2.52 - ${RDEPEND}" -PROVIDE="virtual/blackbox" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~ppc-macos" - -src_unpack() { - unpack ${A} - cd ${S} - - # Fix crashy badness on amd64. Upstream sanctioned this, so we'll - # apply it to everyone... - epatch ${FILESDIR}/${PV}/${PN}-${PV}-amd64-font-fix.patch - - # Other crash fixes. Pulled from -cvs upstream. - epatch ${FILESDIR}/${PV}/${PN}-${PV}-windowmenu-crash.patch - epatch ${FILESDIR}/${PV}/${PN}-${PV}-workspacemenu-crash.patch -} - -src_compile() { - export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig - 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 /usr/share/xsessions - insinto /usr/share/xsessions - doins ${FILESDIR}/${PN}.desktop - - dodir /etc/X11/Sessions - echo "/usr/bin/startfluxbox" > ${D}/etc/X11/Sessions/fluxbox - fperms a+x /etc/X11/Sessions/fluxbox -} - diff --git a/x11-wm/fluxbox/fluxbox-0.9.11.ebuild b/x11-wm/fluxbox/fluxbox-0.9.11.ebuild index f081eb6efe90..3c4d21415c81 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.11.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.11.ebuild,v 1.6 2004/12/19 19:30:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.11.ebuild,v 1.7 2004/12/28 16:35:27 ciaranm Exp $ inherit eutils @@ -25,7 +25,7 @@ PROVIDE="virtual/blackbox" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ppc64 ~ppc-macos" +KEYWORDS="x86 ~ppc sparc ~amd64 ~alpha ~hppa ~ia64 mips ppc64 ~ppc-macos" src_unpack() { unpack ${A} |