summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-02-11 15:03:45 +0000
committerUlrich Müller <ulm@gentoo.org>2010-02-11 15:03:45 +0000
commit41e98b74c207e3c202be068eb45011f14602cfbb (patch)
tree1b4d832af2951ba57e70abaac074cf06a341446c /x11-themes/gentoo-xcursors
parentstable x86, bug 275182 (diff)
downloadgentoo-2-41e98b74c207e3c202be068eb45011f14602cfbb.tar.gz
gentoo-2-41e98b74c207e3c202be068eb45011f14602cfbb.tar.bz2
gentoo-2-41e98b74c207e3c202be068eb45011f14602cfbb.zip
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'x11-themes/gentoo-xcursors')
-rw-r--r--x11-themes/gentoo-xcursors/ChangeLog7
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild8
2 files changed, 9 insertions, 6 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/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() {