diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-02 09:48:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-02 09:48:01 +0000 |
commit | 4113dada3080d4c47e221fd7e510a832c7359de8 (patch) | |
tree | 52b6c79003199967737a7435b399387aa5bddd1a /gnome-extra/gcursor | |
parent | old (diff) | |
download | gentoo-2-4113dada3080d4c47e221fd7e510a832c7359de8.tar.gz gentoo-2-4113dada3080d4c47e221fd7e510a832c7359de8.tar.bz2 gentoo-2-4113dada3080d4c47e221fd7e510a832c7359de8.zip |
There's no upstream HOMEPAGE anymore wrt #237235.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gcursor')
-rw-r--r-- | gnome-extra/gcursor/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gcursor/gcursor-0.061-r1.ebuild | 18 |
2 files changed, 15 insertions, 11 deletions
diff --git a/gnome-extra/gcursor/ChangeLog b/gnome-extra/gcursor/ChangeLog index bbc2786b852e..011eb5d871bd 100644 --- a/gnome-extra/gcursor/ChangeLog +++ b/gnome-extra/gcursor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gcursor -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.9 2007/02/12 18:40:46 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.10 2009/10/02 09:48:01 ssuominen Exp $ + + 02 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + gcursor-0.061-r1.ebuild: + There's no upstream HOMEPAGE anymore wrt #237235. 12 Feb 2007; Samuli Suominen <drac@gentoo.org> metadata.xml, gcursor-0.061-r1.ebuild: diff --git a/gnome-extra/gcursor/gcursor-0.061-r1.ebuild b/gnome-extra/gcursor/gcursor-0.061-r1.ebuild index 043293ce7fab..342cbfb1d470 100644 --- a/gnome-extra/gcursor/gcursor-0.061-r1.ebuild +++ b/gnome-extra/gcursor/gcursor-0.061-r1.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.3 2007/02/12 18:40:46 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.4 2009/10/02 09:48:01 ssuominen Exp $ -inherit gnome2 eutils +inherit eutils gnome2 DESCRIPTION="GTK+ based xcursor theme selector" -HOMEPAGE="http://download.qballcow.nl/programs/gcursor" -SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ia64" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 +RDEPEND="=dev-libs/glib-2* + =x11-libs/gtk+-2* >=gnome-base/gnome-vfs-2 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2 @@ -29,5 +29,5 @@ DOCS="AUTHORS ChangeLog TODO" src_unpack() { unpack ${A} # Use xorg-x11 cursors path, bug 83450 - epatch ${FILESDIR}/gcursor-0.6-xorg-x11.patch + epatch "${FILESDIR}"/gcursor-0.6-xorg-x11.patch } |