diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-11-05 02:31:34 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-11-05 02:31:34 +0000 |
commit | a835ce4b9363b6527e6bd874f8020485c74adc11 (patch) | |
tree | 2f683421bdea9a60c3b6f8d746721e6464190246 /gnome-extra/gcursor | |
parent | chmod is not smart, i need to tell it what to do (Manifest recommit) (diff) | |
download | gentoo-2-a835ce4b9363b6527e6bd874f8020485c74adc11.tar.gz gentoo-2-a835ce4b9363b6527e6bd874f8020485c74adc11.tar.bz2 gentoo-2-a835ce4b9363b6527e6bd874f8020485c74adc11.zip |
Version bump, as requested in bug #62241
Diffstat (limited to 'gnome-extra/gcursor')
-rw-r--r-- | gnome-extra/gcursor/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/gcursor/Manifest | 13 | ||||
-rw-r--r-- | gnome-extra/gcursor/files/digest-gcursor-0.061 | 1 | ||||
-rw-r--r-- | gnome-extra/gcursor/gcursor-0.061.ebuild | 28 |
4 files changed, 38 insertions, 11 deletions
diff --git a/gnome-extra/gcursor/ChangeLog b/gnome-extra/gcursor/ChangeLog index c35eafb20839..41c0d4dc9e56 100644 --- a/gnome-extra/gcursor/ChangeLog +++ b/gnome-extra/gcursor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/gcursor # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.3 2004/10/04 16:32:48 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.4 2004/11/05 02:31:34 obz Exp $ + +*gcursor-0.061 (05 Nov 2004) + + 05 Nov 2004; Mike Gardiner <obz@gentoo.org> +gcursor-0.061.ebuild: + Version bump, as requested in bug #62241 04 Oct 2004; Tom Martin <slarti@gentoo.org> gcursor-0.06.ebuild: Marked ~amd64, resolves #60260. Thanks to Christophe Jouny <cjouny@jhmi.edu> diff --git a/gnome-extra/gcursor/Manifest b/gnome-extra/gcursor/Manifest index 82e48284f962..e74d1ae990f0 100644 --- a/gnome-extra/gcursor/Manifest +++ b/gnome-extra/gcursor/Manifest @@ -1,14 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 0b82530d2c7a3c7258d8a9f38a863e36 gcursor-0.061.ebuild 603 MD5 b04b646d250d699e680072a19c0a7179 ChangeLog 645 +MD5 27525bfb97d488e5407410ef970d0356 .gcursor-0.061.ebuild.swp 12288 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 d0988ba484463ac5a72d031e3a02bdaf gcursor-0.06.ebuild 704 +MD5 b0e0affc8252e7b3f8340b975d44ac9e files/digest-gcursor-0.061 65 MD5 98e3894dbecb7b2171e6ac19bd62e804 files/digest-gcursor-0.06 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBYXtKCHk4+ZoBpvsRAhUFAJ4tcImbkRWtQ8VPRxAcD5Df/o9esgCgoFhW -n4603ev42aTIEi6BVeFNDAo= -=elHF ------END PGP SIGNATURE----- diff --git a/gnome-extra/gcursor/files/digest-gcursor-0.061 b/gnome-extra/gcursor/files/digest-gcursor-0.061 new file mode 100644 index 000000000000..8b4433e0677f --- /dev/null +++ b/gnome-extra/gcursor/files/digest-gcursor-0.061 @@ -0,0 +1 @@ +MD5 233810996bc7f69879f8978c523ae723 gcursor-0.061.tar.gz 143719 diff --git a/gnome-extra/gcursor/gcursor-0.061.ebuild b/gnome-extra/gcursor/gcursor-0.061.ebuild new file mode 100644 index 000000000000..6e4d6978e88b --- /dev/null +++ b/gnome-extra/gcursor/gcursor-0.061.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061.ebuild,v 1.1 2004/11/05 02:31:34 obz Exp $ + +inherit gnome2 + +DESCRIPTION="An X11 mouse cursor theme selector" +HOMEPAGE="http://qballcow.nl/?s=14" +SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libglade-2 + >=gnome-base/gconf-2 + >=app-arch/file-roller-2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12" + +DOCS="AUTHORS ChangeLog TODO" + |