public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/
@ 2012-08-29 14:07 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-08-29 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 14:07:29 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 14:07:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cf23c0aa

sci-chemistry/ssp: New addition

(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/ssp/ChangeLog        |   10 ++++++++++
 sci-chemistry/ssp/metadata.xml     |    8 ++++++++
 sci-chemistry/ssp/ssp-09.11.ebuild |   26 ++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog
new file mode 100644
index 0000000..c2cb332
--- /dev/null
+++ b/sci-chemistry/ssp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/ssp
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ssp-09.11 (29 Aug 2012)
+
+  29 Aug 2012; Justin Lecher <jlec@gentoo.org> +ssp-09.11.ebuild,
+  +metadata.xml:
+  New addition
+

diff --git a/sci-chemistry/ssp/metadata.xml b/sci-chemistry/ssp/metadata.xml
new file mode 100644
index 0000000..210ad0d
--- /dev/null
+++ b/sci-chemistry/ssp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>jlec@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
new file mode 100644
index 0000000..d788a74
--- /dev/null
+++ b/sci-chemistry/ssp/ssp-09.11.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Secondary structure propensities"
+HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
+SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-lang/perl"
+DEPEND=""
+
+S="${WORKDIR}"/${PN}
+
+src_install() {
+	dobin reref ${PN}
+	dodoc README
+	insinto /usr/share/${PN}
+	doins -r eg* REF
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/
@ 2012-08-30  6:24 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-08-30  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0a35497fc8a75420cd676ffd4e8a6fea94c40715
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 06:23:46 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 06:23:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0a35497f

sci-chemistry/ssp: Fix offset of reference CS DB

(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/ssp/ChangeLog        |    3 +++
 sci-chemistry/ssp/ssp-09.11.ebuild |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog
index c2cb332..8732518 100644
--- a/sci-chemistry/ssp/ChangeLog
+++ b/sci-chemistry/ssp/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Aug 2012; Justin Lecher <jlec@gentoo.org> ssp-09.11.ebuild:
+  Fix offset of reference CS DB
+
 *ssp-09.11 (29 Aug 2012)
 
   29 Aug 2012; Justin Lecher <jlec@gentoo.org> +ssp-09.11.ebuild,

diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
index d788a74..5906142 100644
--- a/sci-chemistry/ssp/ssp-09.11.ebuild
+++ b/sci-chemistry/ssp/ssp-09.11.ebuild
@@ -18,6 +18,12 @@ DEPEND=""
 
 S="${WORKDIR}"/${PN}
 
+src_prepare() {
+	sed \
+		-e "s:\(REF\/\):${EPREFIX}/usr/share/${PN}/\1:g" \
+		-i ${PN} || die
+}
+
 src_install() {
 	dobin reref ${PN}
 	dodoc README


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/
  2013-06-16 15:53 [gentoo-commits] proj/sci:fixing " Justin Lecher
@ 2013-06-16 15:53 ` Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-06-16 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     28f2a57905dfc91de84ad0e63b3a7ec2ed0e786d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 14:26:11 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 14:26:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=28f2a579

sci-chemistry/ssp: Bump to EAPI=5 and fix license

Package-Manager: portage-2.2.0_alpha180

---
 sci-chemistry/ssp/ChangeLog        | 5 ++++-
 sci-chemistry/ssp/metadata.xml     | 8 ++++----
 sci-chemistry/ssp/ssp-09.11.ebuild | 6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog
index 8732518..dd0fd1e 100644
--- a/sci-chemistry/ssp/ChangeLog
+++ b/sci-chemistry/ssp/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/ssp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jun 2013; Justin Lecher <jlec@gentoo.org> ssp-09.11.ebuild, metadata.xml:
+  Bump to EAPI=5 and fix license
+
   30 Aug 2012; Justin Lecher <jlec@gentoo.org> ssp-09.11.ebuild:
   Fix offset of reference CS DB
 

diff --git a/sci-chemistry/ssp/metadata.xml b/sci-chemistry/ssp/metadata.xml
index 210ad0d..5ef07a3 100644
--- a/sci-chemistry/ssp/metadata.xml
+++ b/sci-chemistry/ssp/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>

diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
index 5906142..5d88b10 100644
--- a/sci-chemistry/ssp/ssp-09.11.ebuild
+++ b/sci-chemistry/ssp/ssp-09.11.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="Secondary structure propensities"
 HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
 SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"
 
 SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/
@ 2021-03-05  8:30 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-05  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b92109e3524518a309398fce1bbcbbad8f84fde7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar  5 08:14:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar  5 08:14:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b92109e3

sci-chemistry/ssp: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/ssp/ssp-09.11.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
index baa761bc3..9b57c3350 100644
--- a/sci-chemistry/ssp/ssp-09.11.ebuild
+++ b/sci-chemistry/ssp/ssp-09.11.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Secondary structure propensities"
 HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
@@ -10,14 +10,14 @@ SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"
 SLOT="0"
 LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 RDEPEND="dev-lang/perl"
-DEPEND=""
+DEPEND="${RDEPEND}"
 
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
 
 src_prepare() {
+	default
 	sed \
 		-e "s:\(REF\/\):${EPREFIX}/usr/share/${PN}/\1:g" \
 		-i ${PN} || die


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-05  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  6:24 [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-03-05  8:30 Andrew Ammerlaan
2013-06-16 15:53 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-16 15:53 ` [gentoo-commits] proj/sci:master " Justin Lecher
2012-08-29 14:07 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox