From 16bc5b54e853b244aae4e3b623a0921badfd573a Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sat, 17 Aug 2002 05:53:59 +0000 Subject: version bump --- x11-themes/commonbox-styles/ChangeLog | 10 +++++++++- .../commonbox-styles/commonbox-styles-0.1.ebuild | 23 ---------------------- .../commonbox-styles/commonbox-styles-0.2.ebuild | 23 ++++++++++++++++++++++ .../files/digest-commonbox-styles-0.1 | 1 - .../files/digest-commonbox-styles-0.2 | 1 + 5 files changed, 33 insertions(+), 25 deletions(-) delete mode 100644 x11-themes/commonbox-styles/commonbox-styles-0.1.ebuild create mode 100644 x11-themes/commonbox-styles/commonbox-styles-0.2.ebuild delete mode 100644 x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1 create mode 100644 x11-themes/commonbox-styles/files/digest-commonbox-styles-0.2 (limited to 'x11-themes/commonbox-styles') diff --git a/x11-themes/commonbox-styles/ChangeLog b/x11-themes/commonbox-styles/ChangeLog index c5d8845c9aa3..9cc3aabe5a23 100644 --- a/x11-themes/commonbox-styles/ChangeLog +++ b/x11-themes/commonbox-styles/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-themes/commonbox-styles # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.3 2002/07/26 04:52:27 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.4 2002/08/17 05:53:59 seemant Exp $ + +*commonbox-styles-0.2 (16 Aug 2002) + + 16 Aug 2002; Seemant Kulleen + commonbox-styles-0.2.ebuild files/digest-commonbox-styles-0.2 : + + Version bump to include the newest openbox themes (which have + anti-aliasing in them already, if you use openbox) *commonbox-styles-0.1-r1 (14 Jul 2002) diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.1.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.1.ebuild deleted file mode 100644 index 3adf95ce9d0e..000000000000 --- a/x11-themes/commonbox-styles/commonbox-styles-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.1.ebuild,v 1.2 2002/07/26 04:52:27 gerk Exp $ - -S=${WORKDIR} -DESCRIPTION="Common styles for flux|black|open(box)." -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://mkeadle.org/ebuilds/${P}.tar.bz2" -HOMEPAGE="http://mkeadle.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -DEPEND="virtual/x11" - -src_install () { - - insinto /usr/share/commonbox/styles - doins ${S}/styles/* - dodoc README.commonbox-styles COPYING - -} diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.2.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.2.ebuild new file mode 100644 index 000000000000..e5b1f3897212 --- /dev/null +++ b/x11-themes/commonbox-styles/commonbox-styles-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.2.ebuild,v 1.1 2002/08/17 05:53:59 seemant Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Common styles for flux|black|open(box)." +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://mkeadle.org/ebuilds/${P}.tar.bz2" +HOMEPAGE="http://mkeadle.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +RDEPEND="virtual/blackbox" + +src_install () { + + insinto /usr/share/commonbox/styles + doins ${S}/styles/* + dodoc README.commonbox-styles COPYING + +} diff --git a/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1 b/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1 deleted file mode 100644 index 316043c105dc..000000000000 --- a/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0ea809a856ac2b24d6c6ee2d6df027f commonbox-styles-0.1.tar.bz2 13133 diff --git a/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.2 b/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.2 new file mode 100644 index 000000000000..036acbb76e7e --- /dev/null +++ b/x11-themes/commonbox-styles/files/digest-commonbox-styles-0.2 @@ -0,0 +1 @@ +MD5 bc52d3f9d9771c2bff1a462324adef7c commonbox-styles-0.2.tar.bz2 30599 -- cgit v1.2.3-65-gdbad