summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-29 17:55:43 +0000
committerJustin Lecher <jlec@gentoo.org>2012-05-29 17:55:43 +0000
commitd6d50408caede1ce267097960785d53ff7459699 (patch)
treea5da99931b5d1ca6c0624f5942f48c11222302c8 /sci-chemistry
parentNon maintainer Version BUmp (diff)
downloadgentoo-2-d6d50408caede1ce267097960785d53ff7459699.tar.gz
gentoo-2-d6d50408caede1ce267097960785d53ff7459699.tar.bz2
gentoo-2-d6d50408caede1ce267097960785d53ff7459699.zip
sci-chemistry/sparky: Fix symlink creation in EAPI=4
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/sparky/ChangeLog8
-rw-r--r--sci-chemistry/sparky/metadata.xml8
-rw-r--r--sci-chemistry/sparky/sparky-3.115.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog
index b9e7fc3e5864..5b083cbfdfca 100644
--- a/sci-chemistry/sparky/ChangeLog
+++ b/sci-chemistry/sparky/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/sparky
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.16 2010/03/07 12:49:22 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.17 2012/05/29 17:55:43 jlec Exp $
+
+ 29 May 2012; Justin Lecher <jlec@gentoo.org> sparky-3.115.ebuild,
+ metadata.xml:
+ Fix symlink creation in EAPI=4
07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> sparky-3.115.ebuild,
files/fix-install.patch:
diff --git a/sci-chemistry/sparky/metadata.xml b/sci-chemistry/sparky/metadata.xml
index dde7ca88a50f..1837bbc07a6e 100644
--- a/sci-chemistry/sparky/metadata.xml
+++ b/sci-chemistry/sparky/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
- <email>jlec@gentoo.org</email>
-</maintainer>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/sci-chemistry/sparky/sparky-3.115.ebuild b/sci-chemistry/sparky/sparky-3.115.ebuild
index 17320dc90e76..c20b86b161fe 100644
--- a/sci-chemistry/sparky/sparky-3.115.ebuild
+++ b/sci-chemistry/sparky/sparky-3.115.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.3 2010/03/07 12:49:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.4 2012/05/29 17:55:43 jlec Exp $
EAPI="3"
@@ -89,8 +89,8 @@ src_install() {
insinto /usr/share/${PN}/
doins lib/{print-prolog.ps,Sparky} || die
- dosym ../../share/${PN}/print-prolog.ps /usr/$(get_libdir)/${PN}/
- dosym ../../share/${PN}/Sparky /usr/$(get_libdir)/${PN}/
+ dosym ../../share/${PN}/print-prolog.ps /usr/$(get_libdir)/${PN}/print-prolog.ps
+ dosym ../../share/${PN}/Sparky /usr/$(get_libdir)/${PN}/Sparky
dohtml -r manual/* || die
dosym ../../share/doc/${PF}/html /usr/$(get_libdir)/${PN}/manual