aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-10-12 08:58:13 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-10-12 08:58:45 +0200
commit47066f3b5139eb9fa65131f04a7a78d496016801 (patch)
tree89f04e369b0fce0287d385dbfaf6efb2d5dbd254
parentBump ICC 10 series per bug 284801 (diff)
downloadsci-47066f3b5139eb9fa65131f04a7a78d496016801.tar.gz
sci-47066f3b5139eb9fa65131f04a7a78d496016801.tar.bz2
sci-47066f3b5139eb9fa65131f04a7a78d496016801.zip
octave-epstk-2.1.ebuild -- fix for bug 288586
Some QA, rest is commented in the ebuild
-rw-r--r--sci-mathematics/octave-epstk/ChangeLog7
-rw-r--r--sci-mathematics/octave-epstk/Manifest4
-rw-r--r--sci-mathematics/octave-epstk/octave-epstk-2.1.ebuild22
3 files changed, 20 insertions, 13 deletions
diff --git a/sci-mathematics/octave-epstk/ChangeLog b/sci-mathematics/octave-epstk/ChangeLog
index 1b816f1c9..e620e7061 100644
--- a/sci-mathematics/octave-epstk/ChangeLog
+++ b/sci-mathematics/octave-epstk/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-mathematics/octave-epstk
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Oct 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+ octave-epstk-2.1.ebuild:
+ fix for bug 288586, thanks Juergen Rose for reporting
+ Some QA, rest is commented in the ebuild
+
*octave-epstk-2.1 (14 Apr 2006)
14 Apr 2006; Lucas Chiesa <lucas.chiesa@gmail.com>:
diff --git a/sci-mathematics/octave-epstk/Manifest b/sci-mathematics/octave-epstk/Manifest
index 32498fbc4..8344b4195 100644
--- a/sci-mathematics/octave-epstk/Manifest
+++ b/sci-mathematics/octave-epstk/Manifest
@@ -1,5 +1,5 @@
AUX octave-epstk-2.1_PATCH1.patch 1263 RMD160 a98065eb6683c6fb0bdbeb33fff92c481aaedcc5 SHA1 ce5675889ccb9d6f77b7524f133e3a88c611c60d SHA256 fc3afccce50fc849bd72556bb7d8381178b91020088721f4b64c494bd9c0fcd5
DIST epstk21m.zip 177593 RMD160 e6d0265f9fa1e65287d5a3b34ad591aa9b70be77 SHA1 f5902305244ec43086b03da707b49593cf595f19 SHA256 0cd139bc9463a02e1d010d5802a9995ff3ae044feddd0cf6c09bb6e93852bb82
-EBUILD octave-epstk-2.1.ebuild 863 RMD160 601baeb85eaa711e446e9907c1395ed5a2b58753 SHA1 fe3dd9c082435a4cf0a94cedd0a22ed19bdefc5e SHA256 08b00adc70afd59b938fff1cf8f73883fb4031f869027a60c600a415f9e48b3f
-MISC ChangeLog 405 RMD160 bbad20c37817bb3ce41c685995c5a08c057b0264 SHA1 4d085b8161477aaf58e0759dedb7ab7141a93c05 SHA256 22995ebc44ef06a1a831723d452467988a243c93cc27a4f51549560e2ab85b35
+EBUILD octave-epstk-2.1.ebuild 915 RMD160 c5e834a886099aa00759253acb3db80664984cee SHA1 6d1b86c5f2508a1474eb77e735393b375ea5d4f0 SHA256 a892a24b1504aae9cda8ef364ec82fb3e4f4f91ab5a4a743f10d553fd3eaa4c1
+MISC ChangeLog 589 RMD160 670465ae9ccd6d9f08bb5e2b8e35fb005a833367 SHA1 297d62afa074dbcba4abf5628e47ccb893c8aa96 SHA256 6f9c4144fa09d3ed6cff5962dc28949d82eab999894a6e61d99790bf3193510e
MISC metadata.xml 261 RMD160 d7630eceb5ae049fa36c58ed3c9f6fe7780c15bf SHA1 6ded05d9eaded2a6b810b7f80dd2dc3270bbff8e SHA256 8bbae243cac9cf6fc1d24a0582390bd1184df161f4d7f87300874e6a7860b15c
diff --git a/sci-mathematics/octave-epstk/octave-epstk-2.1.ebuild b/sci-mathematics/octave-epstk/octave-epstk-2.1.ebuild
index 9b78af980..c5eb5d7f9 100644
--- a/sci-mathematics/octave-epstk/octave-epstk-2.1.ebuild
+++ b/sci-mathematics/octave-epstk/octave-epstk-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,22 +16,25 @@ KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""
-DEPEND="sci-mathematics/octave
+DEPEND="
+ sci-mathematics/octave
app-text/gv
- app-text/ghostscript-esp"
+ app-text/ghostscript-gpl"
+
+#Can we define this?
+#S=
src_unpack () {
unpack ${A}
- epatch ${FILESDIR}/octave-epstk-2.1_PATCH1.patch
+ epatch "${FILESDIR}"/octave-epstk-2.1_PATCH1.patch
}
src_install () {
- dodir ${MY_DIR}
- cd ${WORKDIR}/epstk21/m
insinto ${MY_DIR}
- doins *
- cd ${WORKDIR}/epstk21/
- dodoc License.txt
+ doins "${WORKDIR}"/epstk21/m/* || die
+
+ # Do we need to install the license
+ dodoc "${WORKDIR}"/epstk21/License.txt
}
pkg_postinst () {
@@ -40,4 +43,3 @@ pkg_postinst () {
einfo "For example:"
einfo "octave:1> edemo1"
}
-