diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 02:16:14 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 02:16:14 +0000 |
commit | 5b1c65be391e9edeff53a3f3d2adbc31d299f7c2 (patch) | |
tree | da09d5517f47f8101a46f8cd6cf6398ed858f5df /x11-themes | |
parent | Added dev-perl/Term-ReadLine-Perl dependancy (diff) | |
download | historical-5b1c65be391e9edeff53a3f3d2adbc31d299f7c2.tar.gz historical-5b1c65be391e9edeff53a3f3d2adbc31d299f7c2.tar.bz2 historical-5b1c65be391e9edeff53a3f3d2adbc31d299f7c2.zip |
GNOME 2.2 RC2 commit
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-0.1.5 | 1 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-0.1.5.ebuild | 18 |
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 127a35d7e9b6..1aa6d8a7c399 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.4 2002/12/13 11:01:03 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.5 2003/01/31 02:16:14 foser Exp $ + +*gnome-icon-theme-0.1.5 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-icon-theme-0.1.5.ebuild : + GNOME 2.2 RC2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-0.1.5 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-0.1.5 new file mode 100644 index 000000000000..d0207c5f66e6 --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-0.1.5 @@ -0,0 +1 @@ +MD5 99e0c33d1979cd904022941124d0c020 gnome-icon-theme-0.1.5.tar.bz2 830400 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-0.1.5.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-0.1.5.ebuild new file mode 100644 index 000000000000..2403a394782a --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-0.1.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-0.1.5.ebuild,v 1.1 2003/01/31 02:16:14 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome2 default icon theme" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1 FDL-1.1" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + +DOC="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog" |