diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gentoo-xcursors/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gentoo-xcursors/Manifest | 14 | ||||
-rw-r--r-- | x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 8 |
3 files changed, 21 insertions, 8 deletions
diff --git a/x11-themes/gentoo-xcursors/ChangeLog b/x11-themes/gentoo-xcursors/ChangeLog index 764021b69eb5..570013bf9e5d 100644 --- a/x11-themes/gentoo-xcursors/ChangeLog +++ b/x11-themes/gentoo-xcursors/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gentoo-xcursors -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.17 2006/07/23 17:17:29 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.18 2010/02/11 15:03:45 ulm Exp $ + + 11 Feb 2010; Ulrich Mueller <ulm@gentoo.org> gentoo-xcursors-0.3.1.ebuild: + Fix LICENSE, bug 298556. 23 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> gentoo-xcursors-0.3.1.ebuild: diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest index 67a10a36b315..f8bfa0b7a91b 100644 --- a/x11-themes/gentoo-xcursors/Manifest +++ b/x11-themes/gentoo-xcursors/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 RMD160 cd10e8ffbfd8879e096ba5d31fd16d613c780660 SHA1 9f197684907bf21508d1c0091f19a283cab9f585 SHA256 90c6775fcd194153b79e06e4232c74054ebf11227a83c5762e6aa539d46ef847 -EBUILD gentoo-xcursors-0.3.1.ebuild 1571 RMD160 68dc10db6b134fea8f3abe3a479f0d028c32ff79 SHA1 e2a765087a693c927bea5850815a106dc91b216e SHA256 37622497918ff665e8c9d66e6818bfac29581bd7842839b3491a9964b9d1928c -MISC ChangeLog 2284 RMD160 b7f1e8d3ecb31f43b95abbf96b2546a2649fbf89 SHA1 463878a144c6f1af41d4d5cae9388d1c55a83aed SHA256 af2409d4fdf5a2e098149284ee89736559a0a5fe6c10aaf0d77ea2fe93797951 +EBUILD gentoo-xcursors-0.3.1.ebuild 1569 RMD160 118ff01af75ecb1963ce19a53754e8c15ca76fa1 SHA1 651819edeba44db148daf385f2c72c8c45597234 SHA256 db914fefe1d55d01963a2e768cedcfbc4c4bb6b4cf76938e30da95379c71a25e +MISC ChangeLog 2383 RMD160 3bca783b33afac6ec07f0e59054f50a69002ca23 SHA1 574e2c31bbd75cdcb8899291cdc8a50257354c25 SHA256 663f6cd52fa1c7cdbf2009352e614e44260fe36e1b9ca8073935fb6b1e433062 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAkt0HGwACgkQOeoy/oIi7uxc5wCgxX916ssKi7hVN7JIqjRSiJRt +0ZYAoMd0BdVwkFPL164hWiScXi4yOOoN +=cqY2 +-----END PGP SIGNATURE----- diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild index 36087b2f089e..3a2e687cb1af 100644 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild +++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.16 2006/07/23 17:17:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.17 2010/02/11 15:03:45 ulm Exp $ DESCRIPTION="A high quality set of animated mouse cursors" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2" -LICENSE="X11" +LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" @@ -18,7 +18,7 @@ S="${WORKDIR}/cursors" src_install() { dodir /usr/share/cursors/xorg-x11 - cp -pPR ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die + cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die } pkg_postinst() { |