diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:26:49 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:26:49 +0000 |
commit | 01df37e676b9ef871d0ec4b365991651eeac4c2c (patch) | |
tree | 36ed05214d5a03c4b7ba87bf6c6066d3405052d5 /x11-themes/commonbox-styles | |
parent | Added dependencies for xmltv-0.5.32 (Manifest recommit) (diff) | |
download | gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.tar.gz gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.tar.bz2 gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-themes/commonbox-styles')
-rw-r--r-- | x11-themes/commonbox-styles/ChangeLog | 3 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/commonbox-styles/ChangeLog b/x11-themes/commonbox-styles/ChangeLog index 7c08fb40d7cf..fdd2deb3f553 100644 --- a/x11-themes/commonbox-styles/ChangeLog +++ b/x11-themes/commonbox-styles/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> commonbox-styles-0.6.ebuild: + Added IUSE=, removed S=. + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> commonbox-styles-0.6.ebuild: stable on ia64 diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index d1dbc7f51684..36df1896b34e 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.10 2004/02/17 22:59:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.11 2004/04/17 12:26:49 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Common styles for fluxbox, blackbox, and openbox." SRC_URI="mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" |