From 47066f3b5139eb9fa65131f04a7a78d496016801 Mon Sep 17 00:00:00 2001 From: "Justin Lecher (jlec)" Date: Mon, 12 Oct 2009 08:58:13 +0200 Subject: octave-epstk-2.1.ebuild -- fix for bug 288586 Some QA, rest is commented in the ebuild --- sci-mathematics/octave-epstk/ChangeLog | 7 ++++++- sci-mathematics/octave-epstk/Manifest | 4 ++-- .../octave-epstk/octave-epstk-2.1.ebuild | 22 ++++++++++++---------- 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) + 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 : 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" } - -- cgit v1.2.3-65-gdbad