summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-05-10 21:41:51 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-05-10 21:41:51 +0000
commite5153e438b91e7f967102b4340f71f8641199649 (patch)
treeda30dae9af15f1a8173e170b6746182782d040b7 /sci-visualization
parentFix building with USE=-spell #221219 by Jan. (diff)
downloadhistorical-e5153e438b91e7f967102b4340f71f8641199649.tar.gz
historical-e5153e438b91e7f967102b4340f71f8641199649.tar.bz2
historical-e5153e438b91e7f967102b4340f71f8641199649.zip
One example patched. Unwanted files are no longer installed.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/extrema/ChangeLog6
-rw-r--r--sci-visualization/extrema/Manifest5
-rw-r--r--sci-visualization/extrema/extrema-4.3.5.ebuild12
-rw-r--r--sci-visualization/extrema/files/extrema-4.3.5.patch10
4 files changed, 27 insertions, 6 deletions
diff --git a/sci-visualization/extrema/ChangeLog b/sci-visualization/extrema/ChangeLog
index 7f3b4f010b95..83710c7fee96 100644
--- a/sci-visualization/extrema/ChangeLog
+++ b/sci-visualization/extrema/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/extrema
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.1 2008/05/03 18:08:28 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.2 2008/05/10 21:41:50 grozin Exp $
+
+ 11 May 2008; Andrey Grozin <grozin@gentoo.org> +files/extrema-4.3.5.patch,
+ extrema-4.3.5.ebuild:
+ One example patched. Unwanted files are no longer installed.
*extrema-4.3.5 (04 May 2008)
diff --git a/sci-visualization/extrema/Manifest b/sci-visualization/extrema/Manifest
index 4c30f57b4e54..1f129fbb3486 100644
--- a/sci-visualization/extrema/Manifest
+++ b/sci-visualization/extrema/Manifest
@@ -1,4 +1,5 @@
+AUX extrema-4.3.5.patch 451 RMD160 a5abb77650e5763157d0a42d55258b29f7befca3 SHA1 97e869c2992f409633d254c944d8237f3b6d92d9 SHA256 c2d701231c33be03e3ad43fd9114c4982259dd7bd568b053f80e59adc794ecec
DIST extrema-4.3.5.tar.gz 6267856 RMD160 1a226a9e442f7c8007e7f9b7f8ec63e3919d2529 SHA1 ef1986293d530fc4372b32be3250e1538c2509ca SHA256 70a8db93e12c571724899f48abec5ecaf577fb039e7cb6360db0a93b7d64f433
-EBUILD extrema-4.3.5.ebuild 1497 RMD160 86e796cdeafba2d2556d71cc4ba8b5a57d0220bc SHA1 cd37d91e3d7ed93f3cfc5277bf0ad0f4157021c2 SHA256 d2864355f0d8658001a24f07eea4e49167b45991b7bdeb1d5d02da19412e5a82
-MISC ChangeLog 361 RMD160 41774c2920e49253f4be03bec321c8cb189c0b58 SHA1 af5a651f072be78ef1208a4767c3c187e67c2a18 SHA256 57a241ef0bcf11d6771a9c94285522db9124eeaa12cc330d032a19fe3b9b25d6
+EBUILD extrema-4.3.5.ebuild 1594 RMD160 2ab6e5df2579b7b640de7c262fe83a259c37c62a SHA1 5342cf2bd2f410a35fdd0b7a1b62f0e3a4a8b680 SHA256 06488c42db43dba06ff7260b4821d826a2b667c70f52a5a3ffd976e58f9c9dc9
+MISC ChangeLog 526 RMD160 465116fa21a24ec90d553b1254222aff2f181073 SHA1 384bce3ef1ff866d6be7979cafd97d5368a8b517 SHA256 136739e5c822e7dbcb317d9a00d2271d7a6a520f358561d1686e47f81f488233
MISC metadata.xml 575 RMD160 5caa41391cb1bc18964be1137955dfa8f78bcbc6 SHA1 4f26d103d5de06c43cf07cf2378830811d19437f SHA256 c32b9b72b2e710e3b6a23b15fd74ab5e9f2611762057425cd28ee5e4f1cc823e
diff --git a/sci-visualization/extrema/extrema-4.3.5.ebuild b/sci-visualization/extrema/extrema-4.3.5.ebuild
index 6287eed28e26..0abf71dc3691 100644
--- a/sci-visualization/extrema/extrema-4.3.5.ebuild
+++ b/sci-visualization/extrema/extrema-4.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.5.ebuild,v 1.1 2008/05/03 18:08:28 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.5.ebuild,v 1.2 2008/05/10 21:41:50 grozin Exp $
WX_GTK_VER="2.8"
inherit eutils fdo-mime wxwidgets
@@ -15,6 +15,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
DEPEND=">=x11-libs/wxGTK-2.8.7
dev-util/desktop-file-utils"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}.patch
+}
+
src_compile() {
# extrema cannot be compiled with versions of minuit
# available in portage
@@ -36,13 +42,13 @@ src_install() {
dodoc AUTHORS ChangeLog || die "dodoc failed"
if use doc; then
insinto /usr/share/doc/${PF}
- doins doc/*
+ doins doc/*.pdf
fi
if use examples; then
dodir /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}/examples
- doins Scripts/*
+ doins Scripts/*.pcm Scripts/*.dat
fi
}
diff --git a/sci-visualization/extrema/files/extrema-4.3.5.patch b/sci-visualization/extrema/files/extrema-4.3.5.patch
new file mode 100644
index 000000000000..dfed80a3011d
--- /dev/null
+++ b/sci-visualization/extrema/files/extrema-4.3.5.patch
@@ -0,0 +1,10 @@
+diff -U2 -r extrema-4.3.5.orig/Scripts/waterpipes.pcm extrema-4.3.5/Scripts/waterpipes.pcm
+--- extrema-4.3.5.orig/Scripts/waterpipes.pcm 2007-11-02 03:48:32.000000000 +0600
++++ extrema-4.3.5/Scripts/waterpipes.pcm 2008-05-11 12:18:25.000000000 +0700
+@@ -24,5 +24,5 @@
+ !
+ !
+-FILE = 'HOUSES.DAT'
++FILE = 'houses.dat'
+ LENGTH_GOAL = 5 ! try to achieve this goal
+ READ\-MESSAGES FILE X Y ! read in the house positions