diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-03-07 23:31:23 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-03-07 23:31:23 +0000 |
commit | 9c22e1fd9dd370ad3307b989b15f11c7128208df (patch) | |
tree | ee875410231233f753126b2265d44c92fd2185ed /x11-wm | |
parent | Removed the SKAS patch as it was causing regression issues with GRSecurity - ... (diff) | |
download | gentoo-2-9c22e1fd9dd370ad3307b989b15f11c7128208df.tar.gz gentoo-2-9c22e1fd9dd370ad3307b989b15f11c7128208df.tar.bz2 gentoo-2-9c22e1fd9dd370ad3307b989b15f11c7128208df.zip |
Out with the old...
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-1.2.4 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.1.3-r4 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-1.2.4.ebuild | 25 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.1.3-r4.ebuild | 39 |
5 files changed, 5 insertions, 67 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index b5edc691c273..70d36d69e914 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.73 2004/03/07 23:22:20 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.74 2004/03/07 23:31:23 tseng Exp $ + + 07 Mar 2004; Brandon Hale <tseng@gentoo.org> openbox-1.2.4.ebuild, + openbox-2.1.3-r4.ebuild: + Out with the old... *openbox-3.1-r1 (07 Mar 2004) diff --git a/x11-wm/openbox/files/digest-openbox-1.2.4 b/x11-wm/openbox/files/digest-openbox-1.2.4 deleted file mode 100644 index 2145f023bb89..000000000000 --- a/x11-wm/openbox/files/digest-openbox-1.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 b41bba4f5a343e9e12ba5873a13328f6 openbox-1.2.4.tar.gz 350643 diff --git a/x11-wm/openbox/files/digest-openbox-2.1.3-r4 b/x11-wm/openbox/files/digest-openbox-2.1.3-r4 deleted file mode 100644 index 94c8bcb35226..000000000000 --- a/x11-wm/openbox/files/digest-openbox-2.1.3-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 b12d10dcf513baa7a3fad3107197a459 openbox-2.1.3.tar.gz 392617 diff --git a/x11-wm/openbox/openbox-1.2.4.ebuild b/x11-wm/openbox/openbox-1.2.4.ebuild deleted file mode 100644 index 916156039e3d..000000000000 --- a/x11-wm/openbox/openbox-1.2.4.ebuild +++ /dev/null @@ -1,25 +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/openbox/openbox-1.2.4.ebuild,v 1.8 2003/05/20 21:39:09 mkeadle Exp $ - -IUSE="gnome kde nls" - -inherit commonbox - -S=${WORKDIR}/${P} -DESCRIPTION="Window manager based on BlackBox" -SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz" -HOMEPAGE="http://openbox.sunsite.dk" - -SLOT="1" -LICENSE="BSD" -KEYWORDS="x86 ppc sparc " - -myconf="--with-x \ - --enable-shape \ - --enable-slit \ - --enable-interlace \ - --enable-clobber" - - -mydoc="CHANGE* LICENSE BUGS CodingStyle data/README*" diff --git a/x11-wm/openbox/openbox-2.1.3-r4.ebuild b/x11-wm/openbox/openbox-2.1.3-r4.ebuild deleted file mode 100644 index db50372d3e07..000000000000 --- a/x11-wm/openbox/openbox-2.1.3-r4.ebuild +++ /dev/null @@ -1,39 +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/openbox/openbox-2.1.3-r4.ebuild,v 1.8 2003/06/12 19:02:56 msterret Exp $ - -inherit commonbox - -IUSE="gnome kde nls xinerama truetype" - -S=${WORKDIR}/${P} -DESCRIPTION="Window manager based on BlackBox" -SRC_URI="http://icculus.org/${PN}/releases/${P}.tar.gz" -HOMEPAGE="http://icculus.org/${PN}" - -SLOT="1" -LICENSE="BSD" -KEYWORDS="x86 sparc " - -DEPEND="${DEPEND} - >=sys-apps/sed-4" - -MYBIN="${PN}" -mydoc="CHANGE* TODO LICENSE data/README*" -BOOTSTRAP="1" - -src_unpack() { - unpack ${A} - sed -i "s:XftValueList:FcValueList:" \ - ${S}/util/xftlsfonts.cc -} - - -src_install() { - - commonbox_src_install - - mv ${D}/usr/share/commonbox/openbox/epistrc \ - ${D}/usr/share/commonbox/epistrc.default - rmdir ${D}/usr/share/commonbox/openbox -} |