diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-06 16:44:21 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-06 16:44:21 +0000 |
commit | 6f6b826f3578a65a9caebc2c03183e00707ca089 (patch) | |
tree | 59e830ca4c0328dc0321c1b5be8e56aa47ab3e8d /x11-wm/openbox | |
parent | Remove explicit S= and remove NLS from IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.tar.gz gentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.tar.bz2 gentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.zip |
Clear out old 2.x series.
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.3.0 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.3.1 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.3.0.ebuild | 47 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.3.1.ebuild | 46 |
5 files changed, 5 insertions, 96 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 4a729a4f0c41..9ed5d29a27bb 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/openbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.80 2004/05/06 16:20:41 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.81 2004/05/06 16:44:21 tseng Exp $ + + 06 May 2004; Brandon Hale <tseng@gentoo.org> -openbox-2.3.0.ebuild, + -openbox-2.3.1.ebuild: + Clear out old 2.x series. *openbox-3.2-r1 (06 May 2004) diff --git a/x11-wm/openbox/files/digest-openbox-2.3.0 b/x11-wm/openbox/files/digest-openbox-2.3.0 deleted file mode 100644 index b8e36b693203..000000000000 --- a/x11-wm/openbox/files/digest-openbox-2.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4f707bebfde0db419c4bf834c781f493 openbox-2.3.0.tar.gz 507664 diff --git a/x11-wm/openbox/files/digest-openbox-2.3.1 b/x11-wm/openbox/files/digest-openbox-2.3.1 deleted file mode 100644 index 93068a976007..000000000000 --- a/x11-wm/openbox/files/digest-openbox-2.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4905d17fd84314485b56e7e8a3195314 openbox-2.3.1.tar.gz 408418 diff --git a/x11-wm/openbox/openbox-2.3.0.ebuild b/x11-wm/openbox/openbox-2.3.0.ebuild deleted file mode 100644 index 7760b6addfdf..000000000000 --- a/x11-wm/openbox/openbox-2.3.0.ebuild +++ /dev/null @@ -1,47 +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/openbox/openbox-2.3.0.ebuild,v 1.11 2004/04/17 13:56:45 tseng Exp $ - -IUSE="gnome kde xinerama truetype" - -inherit commonbox eutils - -S=${WORKDIR}/${P} -DESCRIPTION=" Openbox is a window manager with an enhanced Blackbox style-engine that supports the KDE and GNOME2 desktop environments and their applications. It provides a familiar environment to Blackbox users with added customizability." -SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" -HOMEPAGE="http://icculus.org/openbox/" - -SLOT="2" -LICENSE="BSD" -KEYWORDS="x86 ppc sparc" - -DEPEND="$DEPEND - virtual/xft" - -mydoc="CHANGE* TODO LICENSE data/README*" - -# NLS support is broken in this version -MYCONF="--disable-nls" - -src_unpack() { - - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-gcc.patch - -} - -src_install() { - - commonbox_src_install - - rm -f ${D}/usr/share/man/man1/xftlsfonts* - mv ${D}/usr/share/commonbox/openbox/epistrc \ - ${D}/usr/share/commonbox/epistrc.default - rmdir ${D}/usr/share/commonbox/${PN} - rmdir ${D}/usr/share/commonbox/${MYBIN} - - insinto /usr/share/commonbox/buttons - doins ${S}/data/buttons/*.xbm - -} diff --git a/x11-wm/openbox/openbox-2.3.1.ebuild b/x11-wm/openbox/openbox-2.3.1.ebuild deleted file mode 100644 index 869b9c502bc3..000000000000 --- a/x11-wm/openbox/openbox-2.3.1.ebuild +++ /dev/null @@ -1,46 +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/openbox/openbox-2.3.1.ebuild,v 1.10 2004/04/27 17:24:10 pvdabeel Exp $ - -IUSE="gnome kde nls xinerama" - -inherit commonbox eutils - -S=${WORKDIR}/${P} -DESCRIPTION=" Openbox is a window manager with an enhanced Blackbox style-engine that supports the KDE and GNOME2 desktop environments and their applications. It provides a familiar environment to Blackbox users with added customizability." -SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" -HOMEPAGE="http://icculus.org/openbox/" - -SLOT="2" -LICENSE="BSD" -KEYWORDS="~x86 ppc ~sparc ~alpha" - -DEPEND="$DEPEND - virtual/xft" - -mydoc="CHANGE* TODO LICENSE data/README*" - -src_unpack() { - - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-epist.patch - epatch ${FILESDIR}/${P}-nls-codeset.patch - epatch ${FILESDIR}/${PN}-gcc.patch - -} - -src_install() { - - commonbox_src_install - - rm -f ${D}/usr/share/man/man1/xftlsfonts* - mv ${D}/usr/share/commonbox/openbox/epistrc \ - ${D}/usr/share/commonbox/epistrc.default - rmdir ${D}/usr/share/commonbox/${PN} - rmdir ${D}/usr/share/commonbox/${MYBIN} - - insinto /usr/share/commonbox/buttons - doins ${S}/data/buttons/*.xbm - -} |