summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-21 06:18:04 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-21 06:18:04 +0000
commit46e361785e1b55098c4388f78048c03ccd189ddb (patch)
tree768bf67d952fca15b32d794edda49bb7e9fff383 /x11-themes/tango-icon-theme
parentold (diff)
downloadgentoo-2-46e361785e1b55098c4388f78048c03ccd189ddb.tar.gz
gentoo-2-46e361785e1b55098c4388f78048c03ccd189ddb.tar.bz2
gentoo-2-46e361785e1b55098c4388f78048c03ccd189ddb.zip
Fix HOMEPAGE and SRC_URI.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes/tango-icon-theme')
-rw-r--r--x11-themes/tango-icon-theme/ChangeLog8
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.8.0.ebuild52
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild15
3 files changed, 13 insertions, 62 deletions
diff --git a/x11-themes/tango-icon-theme/ChangeLog b/x11-themes/tango-icon-theme/ChangeLog
index 3419abc71d34..c70d950410bf 100644
--- a/x11-themes/tango-icon-theme/ChangeLog
+++ b/x11-themes/tango-icon-theme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/tango-icon-theme
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.41 2007/10/14 15:55:05 corsair Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.42 2008/03/21 06:18:04 drac Exp $
+
+ 21 Mar 2008; Samuli Suominen <drac@gentoo.org>
+ -tango-icon-theme-0.8.0.ebuild, tango-icon-theme-0.8.1.ebuild:
+ Fix HOMEPAGE and SRC_URI.
14 Oct 2007; Markus Rothe <corsair@gentoo.org>
tango-icon-theme-0.8.1.ebuild:
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.0.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.0.ebuild
deleted file mode 100644
index 0f87c374aa32..000000000000
--- a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2007 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.8.0.ebuild,v 1.12 2007/05/19 16:35:44 welp Exp $
-
-inherit eutils gnome2-utils
-
-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 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="png"
-
-RESTRICT="binchecks strip"
-
-RDEPEND=">=x11-misc/icon-naming-utils-0.8.2
- media-gfx/imagemagick
- >=gnome-base/librsvg-2.12.3
- >=x11-themes/hicolor-icon-theme-0.9"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.33
- sys-devel/gettext"
-
-pkg_setup() {
- if use png && ! built_with_use media-gfx/imagemagick png; then
- die "Build media-gfx/imagemagick with USE=png."
- fi
-}
-
-src_compile() {
- econf $(use_enable png png-creation) \
- $(use_enable png icon-framing)
- emake || die "emake failed."
-}
-
-src_install() {
- addwrite "/root/.gnome2"
-
- emake DESTDIR=${D} install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild
index 8c4ecc7af447..b6aa351e37e6 100644
--- a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild
+++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8.1.ebuild,v 1.7 2007/10/14 15:55:05 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.8 2008/03/21 06:18:04 drac Exp $
inherit eutils gnome2-utils
DESCRIPTION="SVG icon theme from the Tango project"
-HOMEPAGE="http://tango-project.org"
-SRC_URI="http://tango-project.org/releases/${P}.tar.gz"
+HOMEPAGE="http://tango.freedesktop.org"
+SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz"
LICENSE="CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
@@ -20,13 +20,13 @@ RDEPEND=">=x11-misc/icon-naming-utils-0.8.2
>=gnome-base/librsvg-2.12.3
>=x11-themes/hicolor-icon-theme-0.9"
DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.33
+ dev-util/pkgconfig
+ dev-util/intltool
sys-devel/gettext"
pkg_setup() {
if use png && ! built_with_use media-gfx/imagemagick png; then
- die "Build media-gfx/imagemagick with USE=png."
+ die "Re-emerge media-gfx/imagemagick with USE png."
fi
}
@@ -38,7 +38,6 @@ src_compile() {
src_install() {
addwrite "/root/.gnome2"
-
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README
}