* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
commit: f80ae50566528add05806b32fe94d71abf0e4941
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:04:28 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:04:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f80ae505
sci-biology/tigr-foundation-libs: move ED out of src_prepare
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
...libs-2.0-r1.ebuild => tigr-foundation-libs-2.0-r2.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r2.ebuild
similarity index 82%
rename from sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
rename to sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r2.ebuild
index a03a130c2..18eec4e53 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="TIGR Foundation for C++"
HOMEPAGE="https://sourceforge.net/projects/amos/"
@@ -20,11 +20,7 @@ PATCHES=(
"${FILESDIR}/TigrFoundation-all-patches.patch"
)
-src_prepare(){
- sed -i "s:/export/usr/local:${ED}/usr:g" Makefile || die
- default
-}
-
src_install(){
- emake install DESTDIR="${ED}/usr" # Makefile does not respect DESTDIR
+ sed -i "s:/export/usr/local:${ED}/usr:g" Makefile || die
+ DESTDIR="${ED}/usr" emake install # Makefile does not respect DESTDIR
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2017-02-24 15:39 Martin Mokrejs
0 siblings, 0 replies; 7+ messages in thread
From: Martin Mokrejs @ 2017-02-24 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 90f129be2f2ff885fc32e8b90494ac4276838426
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Feb 24 15:39:46 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Feb 24 15:39:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90f129be
sci-biology/tigr-foundation-libs: fix install phase
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 540017c6c..ca8bc4d6e 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils
@@ -22,11 +22,10 @@ S="${WORKDIR}"/autoEditor-1.20/TigrFoundation-2.0
src_prepare(){
epatch "${FILESDIR}"/TigrFoundation-all-patches.patch
- sed -i "s:/export/usr/local:${D}/usr:g" Makefile || die
+ sed -i "s:/export/usr/local:${ED}/usr:g" Makefile || die
+ default
}
src_install(){
emake install DESTDIR="${D}/${EPREFIX}"/usr # Makefile does not respect DESTDIR
- mkdir -p "${D}/${EPREFIX}" || die
- mv "${D}"/usr "${D}/${EPREFIX}"/ || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2016-07-11 9:24 Martin Mokrejs
0 siblings, 0 replies; 7+ messages in thread
From: Martin Mokrejs @ 2016-07-11 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 170119d460340fb08cd6cd38ef5e3da1d0312a16
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jul 11 09:24:42 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jul 11 09:24:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=170119d4
sci-biology/tigr-foundation-libs: move to EPREFIX manually
Package-Manager: portage-2.2.28
sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 1996813..540017c 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -28,5 +28,5 @@ src_prepare(){
src_install(){
emake install DESTDIR="${D}/${EPREFIX}"/usr # Makefile does not respect DESTDIR
mkdir -p "${D}/${EPREFIX}" || die
- mv "${D}/${EPREFIX}"/usr "${D}/${EPREFIX}"/ || die
+ mv "${D}"/usr "${D}/${EPREFIX}"/ || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2016-07-11 9:22 Martin Mokrejs
0 siblings, 0 replies; 7+ messages in thread
From: Martin Mokrejs @ 2016-07-11 9:22 UTC (permalink / raw
To: gentoo-commits
commit: 43cdfcbd2e4349dc930e42e59d35a413a204b95b
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jul 11 09:22:43 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jul 11 09:22:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=43cdfcbd
sci-biology/tigr-foundation-libs: respect EPREFIX
Package-Manager: portage-2.2.28
sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 2e08a91..1996813 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -26,5 +26,7 @@ src_prepare(){
}
src_install(){
- emake install DESTDIR="${D}/"${EPREFIX}"/usr"
+ emake install DESTDIR="${D}/${EPREFIX}"/usr # Makefile does not respect DESTDIR
+ mkdir -p "${D}/${EPREFIX}" || die
+ mv "${D}/${EPREFIX}"/usr "${D}/${EPREFIX}"/ || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2016-07-11 9:19 Martin Mokrejs
0 siblings, 0 replies; 7+ messages in thread
From: Martin Mokrejs @ 2016-07-11 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 1aeccfb8d2179d83658047f2cccc4e0acabcd25c
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jul 11 09:19:14 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jul 11 09:19:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aeccfb8
sci-biology/tigr-foundation-libs: respect EPREFIX
Package-Manager: portage-2.2.28
sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 44c17fc..2e08a91 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -26,5 +26,5 @@ src_prepare(){
}
src_install(){
- emake install DESTDIR="${D}/usr"
+ emake install DESTDIR="${D}/"${EPREFIX}"/usr"
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2015-09-22 8:19 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-09-22 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 77bf8c122fac27365079e6db7ef14b096934068f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 07:55:44 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 07:55:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=77bf8c12
sci-biology/tigr-foundation-libs: Bump to EAPI=5
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 887be2a..44c17fc 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
inherit eutils
@@ -21,10 +21,10 @@ IUSE=""
S="${WORKDIR}"/autoEditor-1.20/TigrFoundation-2.0
src_prepare(){
- epatch "${FILESDIR}"/TigrFoundation-all-patches.patch || die "Failed to patch TigrFoundation-2.0/ sources"
+ epatch "${FILESDIR}"/TigrFoundation-all-patches.patch
sed -i "s:/export/usr/local:${D}/usr:g" Makefile || die
}
src_install(){
- emake install DESTDIR="${D}/usr" || die
+ emake install DESTDIR="${D}/usr"
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/
@ 2011-06-25 17:21 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
To: gentoo-commits
commit: fc4ae4857091f941ee0dfca96af607d54151f2c4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 17:51:28 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 17:51:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fc4ae485
Some ebuild cleaning
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-biology/tigr-foundation-libs/ChangeLog | 8 ++++++++
.../tigr-foundation-libs-2.0-r1.ebuild | 5 +----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/sci-biology/tigr-foundation-libs/ChangeLog b/sci-biology/tigr-foundation-libs/ChangeLog
new file mode 100644
index 0000000..5836145
--- /dev/null
+++ b/sci-biology/tigr-foundation-libs/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/tigr-foundation-libs
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 24 Jun 2011; Justin Lecher <jlec@gentoo.org>
+ tigr-foundation-libs-2.0-r1.ebuild:
+ Some ebuild cleaning
+
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
index 18df09e..61068e4 100644
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,9 +18,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
S="${WORKDIR}"/autoEditor-1.20/TigrFoundation-2.0
src_prepare(){
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-01-25 19:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 19:15 [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2017-02-24 15:39 Martin Mokrejs
2016-07-11 9:24 Martin Mokrejs
2016-07-11 9:22 Martin Mokrejs
2016-07-11 9:19 Martin Mokrejs
2015-09-22 8:19 Justin Lecher
2011-06-25 17:21 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox