diff options
author | 2004-06-19 13:26:31 +0000 | |
---|---|---|
committer | 2004-06-19 13:26:31 +0000 | |
commit | 81d5402f0f4c74999c3616dbc4235b064ecb222a (patch) | |
tree | fbed5a7f12a3a2d6dae1d0366c85cc29e1df61d8 /x11-themes | |
parent | Version bump with security fixes. See ChangeLog for details. (Manifest recommit) (diff) | |
download | gentoo-2-81d5402f0f4c74999c3616dbc4235b064ecb222a.tar.gz gentoo-2-81d5402f0f4c74999c3616dbc4235b064ecb222a.tar.bz2 gentoo-2-81d5402f0f4c74999c3616dbc4235b064ecb222a.zip |
Added IUSE.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/windowmaker-themes/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-themes/windowmaker-themes/ChangeLog b/x11-themes/windowmaker-themes/ChangeLog index 94c434c24c22..227bc260668a 100644 --- a/x11-themes/windowmaker-themes/ChangeLog +++ b/x11-themes/windowmaker-themes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/windowmaker-themes # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/ChangeLog,v 1.5 2004/06/11 20:26:30 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/ChangeLog,v 1.6 2004/06/19 13:26:31 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> windowmaker-themes-0.1.ebuild: + Added IUSE. 11 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> windowmaker-themes-0.1.ebuild: diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild index c3ef4a31c1dd..2e788749e543 100644 --- a/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild +++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.6 2004/06/11 20:26:30 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild,v 1.7 2004/06/19 13:26:31 pyrania Exp $ # TODO: Break themes up by author and into sub-dirs named after # the author @@ -95,6 +95,7 @@ KEYWORDS="x86 ppc sparc alpha ~amd64" DEPEND="" RDEPEND="x11-wm/windowmaker" +IUSE="" src_unpack() { mkdir ${S} |