diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-14 15:47:37 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-14 15:47:37 +0000 |
commit | 0cb2ea6680903d48f9493bf13e6c57847562fb81 (patch) | |
tree | 22a44e176bc8827677903344d4734f9a18b1b08f /x11-themes/tango-icon-theme | |
parent | ppc stable, bug #118832 (diff) | |
download | gentoo-2-0cb2ea6680903d48f9493bf13e6c57847562fb81.tar.gz gentoo-2-0cb2ea6680903d48f9493bf13e6c57847562fb81.tar.bz2 gentoo-2-0cb2ea6680903d48f9493bf13e6c57847562fb81.zip |
Version Bump. Closes bug #118965.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-themes/tango-icon-theme')
5 files changed, 47 insertions, 15 deletions
diff --git a/x11-themes/tango-icon-theme/ChangeLog b/x11-themes/tango-icon-theme/ChangeLog index 5bfae54066e3..2f459091b306 100644 --- a/x11-themes/tango-icon-theme/ChangeLog +++ b/x11-themes/tango-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/tango-icon-theme # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.4 2006/01/11 19:11:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.5 2006/01/14 15:47:37 metalgod Exp $ + +*tango-icon-theme-0.6.5 (14 Jan 2006) + + 14 Jan 2006; Luis Medinas <metalgod@gentoo.org> + tango-icon-theme-0.6.4.ebuild, +tango-icon-theme-0.6.5.ebuild: + Version Bump. Closes bug #118965. 11 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> tango-icon-theme-0.6.4.ebuild: diff --git a/x11-themes/tango-icon-theme/Manifest b/x11-themes/tango-icon-theme/Manifest index f4e1c82f5f99..ae074ba00921 100644 --- a/x11-themes/tango-icon-theme/Manifest +++ b/x11-themes/tango-icon-theme/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 8c02fa2614a25d12faa1f159e25d6818 ChangeLog 835 MD5 f6ad40c3e91258a909647a1e4bcf1ea2 files/digest-tango-icon-theme-0.6.3 74 MD5 80c36d58e0284d99ef58201c2b6d6f80 files/digest-tango-icon-theme-0.6.4 75 +MD5 b5bcd4c849a3bfa0fa722a6de432d846 files/digest-tango-icon-theme-0.6.5 75 MD5 a3014aa05822105a2b16fe0bd52692af metadata.xml 289 MD5 5d1ef4a5c5c1bffcc5afb462bb531e8b tango-icon-theme-0.6.3.ebuild 900 -MD5 a485c90f570e867cb540798504670560 tango-icon-theme-0.6.4.ebuild 907 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFDxVhlKRy60XGEcJIRAhjIAJkBbkvf95RXkp+vIrIEqQ42YGmAYwCdGunu -RvWxLscMan32HMPNLEb2jB8= -=wMdm ------END PGP SIGNATURE----- +MD5 a5e0153725c56f7b2fc199ed6916227e tango-icon-theme-0.6.4.ebuild 909 +MD5 bd9d94c6cb602a7cefa520a8b68e960a tango-icon-theme-0.6.5.ebuild 911 diff --git a/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.6.5 b/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.6.5 new file mode 100644 index 000000000000..d384fd0fa247 --- /dev/null +++ b/x11-themes/tango-icon-theme/files/digest-tango-icon-theme-0.6.5 @@ -0,0 +1 @@ +MD5 11612f29e21f6ee0720061ef207fd428 tango-icon-theme-0.6.5.tar.gz 1019466 diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild index 3af8b8de6408..5b75004f6eb9 100644 --- a/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild +++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild,v 1.2 2006/01/11 19:11:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.6.4.ebuild,v 1.3 2006/01/14 15:47:37 metalgod Exp $ DESCRIPTION="SVG icon theme from the Tango project" HOMEPAGE="http://tango-project.org/" @@ -20,9 +20,9 @@ DEPEND="${RDEPEND} src_compile() { if use png; then - econf --enable-png-creation || die "configure failed" + econf --enable-png-creation || die "configure failed" else - econf || die "configure failed" + econf || die "configure failed" fi emake || die "make failed" diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.6.5.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.5.ebuild new file mode 100644 index 000000000000..893a00d0caa0 --- /dev/null +++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.6.5.ebuild,v 1.1 2006/01/14 15:47:37 metalgod Exp $ + +DESCRIPTION="SVG icon theme from the Tango project" +HOMEPAGE="http://tango-project.org/" +SRC_URI="http://tango-project.org/releases/${P}.tar.gz" + +LICENSE="CCPL-Attribution-ShareAlike-2.5" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="png" + +RDEPEND=">=x11-misc/icon-naming-utils-0.6.5 + media-gfx/imagemagick + >=gnome-base/librsvg-2.12" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.20" + +src_compile() { + if use png; then + econf --enable-png-creation || die "configure failed" + else + econf || die "configure failed" + fi + + emake || die "make failed" +} +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog COPYING NEWS README +} |