diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-09-30 14:43:02 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-09-30 14:43:02 +0000 |
commit | 60e792186e32e437526141e642c3f9d9a75ad8ff (patch) | |
tree | 3ec0221f5091a92ef560f297d2b7284f038b04d0 /x11-themes/gnome-icon-theme | |
parent | Replaced from "/$(tc-getCC)/" to ":$(tc-getCC):" (diff) | |
download | gentoo-2-60e792186e32e437526141e642c3f9d9a75ad8ff.tar.gz gentoo-2-60e792186e32e437526141e642c3f9d9a75ad8ff.tar.bz2 gentoo-2-60e792186e32e437526141e642c3f9d9a75ad8ff.zip |
New series for Gnome 2.20
(Portage version: 2.1.3.10)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-2.20.0 | 3 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild | 25 |
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 580c5dcf0376..17c37bab3991 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.134 2007/09/22 07:42:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.135 2007/09/30 14:43:01 dang Exp $ + +*gnome-icon-theme-2.20.0 (30 Sep 2007) + + 30 Sep 2007; Daniel Gryniewicz <dang@gentoo.org> + +gnome-icon-theme-2.20.0.ebuild: + New series for Gnome 2.20 22 Sep 2007; Tom Gall <tgall@gentoo.org> gnome-icon-theme-2.18.0.ebuild: diff --git a/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-2.20.0 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-2.20.0 new file mode 100644 index 000000000000..85674511a97d --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-2.20.0 @@ -0,0 +1,3 @@ +MD5 56857a6d5f26c236b48fcf6760549d1b gnome-icon-theme-2.20.0.tar.bz2 3470014 +RMD160 92c73aef6392b73a2728b579dfae9ca8e740c661 gnome-icon-theme-2.20.0.tar.bz2 3470014 +SHA256 3c911a7a35f6633bde3cc29bb6134e67dfec05dc13f5d6f03c04c6fa08448663 gnome-icon-theme-2.20.0.tar.bz2 3470014 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild new file mode 100644 index 000000000000..c013d80ea73d --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild,v 1.1 2007/09/30 14:43:01 dang Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME 2 default icon themes" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-themes/hicolor-icon-theme" +DEPEND="${RDEPEND} + >=x11-misc/icon-naming-utils-0.8.1 + >=dev-util/pkgconfig-0.19 + >=dev-util/intltool-0.35 + sys-devel/gettext" + +DOCS="AUTHORS ChangeLog NEWS TODO" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" |