summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-09-02 21:51:55 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:24 +0200
commit02e7384139f10edd6eddcf944b5fb1f783e519c5 (patch)
tree7ccd14424037a56dd47e3eff56c4611143bfae5c /sci-mathematics
parentBump video-mv, cpi, noscript (diff)
downloadmv-02e7384139f10edd6eddcf944b5fb1f783e519c5.tar.gz
mv-02e7384139f10edd6eddcf944b5fb1f783e519c5.tar.bz2
mv-02e7384139f10edd6eddcf944b5fb1f783e519c5.zip
Fix reduce. Header->Id
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/genius/genius-1.0.19.ebuild2
-rw-r--r--sci-mathematics/reduce/ChangeLog3
-rw-r--r--sci-mathematics/reduce/reduce-20141130-r1.ebuild (renamed from sci-mathematics/reduce/reduce-20141130.ebuild)4
3 files changed, 7 insertions, 2 deletions
diff --git a/sci-mathematics/genius/genius-1.0.19.ebuild b/sci-mathematics/genius/genius-1.0.19.ebuild
index 42082214..49955d39 100644
--- a/sci-mathematics/genius/genius-1.0.19.ebuild
+++ b/sci-mathematics/genius/genius-1.0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=4
inherit autotools eutils gnome2
diff --git a/sci-mathematics/reduce/ChangeLog b/sci-mathematics/reduce/ChangeLog
index 419d2f06..5e132a12 100644
--- a/sci-mathematics/reduce/ChangeLog
+++ b/sci-mathematics/reduce/ChangeLog
@@ -4,6 +4,9 @@
*reduce-20141130.ebuild (24 Jan 2015)
+ 02 Sep 2015; Martin Väth <martin@mvath.de>:
+ Hackish fix of broken scripts/findos.sh
+
24 Jan 2015; Martin Väth <martin@mvath.de>:
Copy from gentoo tree to version bump to a snapshot which at least compiles.
Adapt URL and $S to snapshot version numbering. Bump EAPI, add epatch_user.
diff --git a/sci-mathematics/reduce/reduce-20141130.ebuild b/sci-mathematics/reduce/reduce-20141130-r1.ebuild
index b20f8863..80f9ed9e 100644
--- a/sci-mathematics/reduce/reduce-20141130.ebuild
+++ b/sci-mathematics/reduce/reduce-20141130-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
RESTRICT="mirror"
@@ -30,6 +30,8 @@ RDEPEND="X? ( x11-libs/libXrandr
DEPEND="${RDEPEND}"
src_prepare() {
+ sed -i -e '2iecho gentoo; exit' -- "${S}"/scripts/findos.sh
+ # sed -i -e 's/\${l}/"\${l}"/g' -- "${S}"/scripts/make.sh
epatch_user
}