summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-03-06 11:21:57 +0000
committerDawid Węgliński <cla@gentoo.org>2008-03-06 11:21:57 +0000
commitd1285c98e0352a4a8a6de0a97364354368406c0c (patch)
tree09fc43eb245b501895c71135dd6b4e9a3d046561 /x11-themes/xcursor-neutral
parentAdd ~alpha/~ia64/~sparc wrt #210795 (diff)
downloadgentoo-2-d1285c98e0352a4a8a6de0a97364354368406c0c.tar.gz
gentoo-2-d1285c98e0352a4a8a6de0a97364354368406c0c.tar.bz2
gentoo-2-d1285c98e0352a4a8a6de0a97364354368406c0c.zip
Stable on x86 wrt bug #212451 + quotes
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes/xcursor-neutral')
-rw-r--r--x11-themes/xcursor-neutral/ChangeLog10
-rw-r--r--x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild16
2 files changed, 15 insertions, 11 deletions
diff --git a/x11-themes/xcursor-neutral/ChangeLog b/x11-themes/xcursor-neutral/ChangeLog
index 6d0849890248..2d6d92401f81 100644
--- a/x11-themes/xcursor-neutral/ChangeLog
+++ b/x11-themes/xcursor-neutral/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for x11-themes/xcursor-neutral
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.9 2007/11/14 03:11:55 robbat2 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.10 2008/03/06 11:21:57 cla Exp $
+
+ 06 Mar 2008; Dawid Węgliński <cla@gentoo.org>
+ xcursor-neutral-1.20.ebuild:
+ Stable on x86 (bug #212451); quotes.
14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org>
xcursor-neutral-1.20.ebuild:
- Fix $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.9 2007/11/14 03:11:55 robbat2 Exp $ string.
+ Fix $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.10 2008/03/06 11:21:57 cla Exp $ string.
07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
xcursor-neutral-1.20.ebuild:
diff --git a/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild
index 24866d37502e..798a0eb2d3f6 100644
--- a/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild
+++ b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild
@@ -1,6 +1,6 @@
-# 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/xcursor-neutral/xcursor-neutral-1.20.ebuild,v 1.3 2007/11/14 03:11:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild,v 1.4 2008/03/06 11:21:57 cla Exp $
MY_P="48837-Neutral_Plus_1.2.tar.bz2"
MY_PN="Neutral_Plus"
@@ -11,7 +11,7 @@ SRC_URI="http://kde-look.org/CONTENT/content-files/${MY_P}"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND="x11-libs/libX11
x11-libs/libXcursor
@@ -23,13 +23,13 @@ S="${WORKDIR}/Neutral_Plus"
src_install(){
insinto /usr/share/cursors/xorg-x11/${MY_PN}/
- doins -r ${S}/cursors/
- doins ${S}/index.theme
- dodoc ${S}/LICENSE
- dodoc ${S}/COPYRIGHT
+ doins -r "${S}"/cursors/
+ doins "${S}"/index.theme
+ dodoc "${S}"/LICENSE
+ dodoc "${S}"/COPYRIGHT
## install additional cursor source files?
if use examples; then
- doins -r ${S}/source/
+ doins -r "${S}"/source/
fi
}