diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 08:27:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 08:27:58 +0000 |
commit | 0bbdc3e8fc37925d7ae4d45a6dd562720db0e847 (patch) | |
tree | 2c2d4dce248a4cec9571e2edbc6dc14be349796f /x11-themes | |
parent | Added USE flags to control more configure options. (Manifest recommit) (diff) | |
download | gentoo-2-0bbdc3e8fc37925d7ae4d45a6dd562720db0e847.tar.gz gentoo-2-0bbdc3e8fc37925d7ae4d45a6dd562720db0e847.tar.bz2 gentoo-2-0bbdc3e8fc37925d7ae4d45a6dd562720db0e847.zip |
ChangeLog claims GPL so set LICENSE to GPL-2
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index c54fad4e3b12..2d8b0efad2ba 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/hicolor-icon-theme # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.3 2004/03/21 15:26:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.4 2004/03/26 08:27:58 mr_bones_ Exp $ + + 26 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + hicolor-icon-theme-0.4.ebuild: + ChangeLog claims GPL so set LICENSE to GPL-2 21 Mar 2004; David Holm <dholm@gentoo.org> hicolor-icon-theme-0.4.ebuild: Added to ~ppc. diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild index 4f34bd97ed95..4b7911c59038 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild,v 1.4 2004/03/24 21:11:03 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild,v 1.5 2004/03/26 08:27:58 mr_bones_ Exp $ DESCRIPTION="Fallback theme for freedesktop icon theme specification" HOMEPAGE="http://freedesktop.org/Software/icon-theme" -LICENSE="" - SRC_URI="http://freedesktop.org/Software/icon-theme/releases/${P}.tar.gz" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" + +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="" DEPEND="" |