public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/
@ 2012-01-17  9:37 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2012-01-17  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c5e4bed5f14db1b73bff0b47ca762f6e7f0efc84
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 09:36:39 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 09:36:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c5e4bed5

New addition

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

---
 sci-chemistry/concoord/ChangeLog           |   10 ++++++++
 sci-chemistry/concoord/concoord-2.1.ebuild |   34 ++++++++++++++++++++++++++++
 sci-chemistry/concoord/metadata.xml        |    8 ++++++
 3 files changed, 52 insertions(+), 0 deletions(-)

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

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
new file mode 100644
index 0000000..22c2155
--- /dev/null
+++ b/sci-chemistry/concoord/concoord-2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+
+DESCRIPTION="Method to generate protein conformations around a known structure based on geometric restrictions"
+HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
+SRC_URI="
+	amd64? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
+	x86? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="as-is"
+IUSE=""
+
+QA_DT_HASH="opt/${PN}/bin/.*"
+
+S="${WORKDIR}"/${PN}${PV}
+
+src_install() {
+	insinto /opt/${PN}/
+	rm lib/*.a || die
+	doins -r lib
+	exeinto /opt/${PN}/bin
+	doexe bin/*
+	cat >> "${T}"/60${PN} <<- EOF
+	CONCOORDLIB="${EPREFIX}/opt/${PN}/lib"
+	CONCOORDBIN="${EPREFIX}/opt/${PN}/bin"
+	PATH="${EPREFIX}/opt/${PN}/bin"
+	EOF
+	doenvd "${T}"/60${PN}
+}

diff --git a/sci-chemistry/concoord/metadata.xml b/sci-chemistry/concoord/metadata.xml
new file mode 100644
index 0000000..210ad0d
--- /dev/null
+++ b/sci-chemistry/concoord/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>



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/
@ 2012-07-24 12:21 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2012-07-24 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     64316e2c677072aa46fb1907e99f86ec7362d425
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 12:20:57 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 12:20:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=64316e2c

sci-chemistry/concoord: Use QA_PREBUILT for binary packages

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

---
 sci-chemistry/concoord/ChangeLog           |    3 +++
 sci-chemistry/concoord/concoord-2.1.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sci-chemistry/concoord/ChangeLog b/sci-chemistry/concoord/ChangeLog
index a0039ff..2297c3e 100644
--- a/sci-chemistry/concoord/ChangeLog
+++ b/sci-chemistry/concoord/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jul 2012; Justin Lecher <jlec@gentoo.org> concoord-2.1.ebuild:
+  Use QA_PREBUILT for binary packages
+
 *concoord-2.1 (17 Jan 2012)
 
   17 Jan 2012; Justin Lecher <jlec@gentoo.org> +concoord-2.1.ebuild,

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
index 22c2155..84f3d88 100644
--- a/sci-chemistry/concoord/concoord-2.1.ebuild
+++ b/sci-chemistry/concoord/concoord-2.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="as-is"
 IUSE=""
 
-QA_DT_HASH="opt/${PN}/bin/.*"
+QA_PREBUILT="opt/${PN}/bin/*"
 
 S="${WORKDIR}"/${PN}${PV}
 


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/
@ 2013-03-21  6:54 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-03-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4d53496fb20e2d451e646d2de89c2f316a8c8045
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 14:52:44 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 14:52:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d53496f

sci-chemistry/concoord: Version Bump; switch license to all-rights-reserved

Package-Manager: portage-2.2.0_alpha166

---
 sci-chemistry/concoord/ChangeLog                   |    8 +++++++-
 .../{concoord-2.1.ebuild => concoord-2.1.2.ebuild} |   13 ++++++-------
 sci-chemistry/concoord/concoord-2.1.ebuild         |    4 ++--
 sci-chemistry/concoord/metadata.xml                |    8 ++++----
 4 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/sci-chemistry/concoord/ChangeLog b/sci-chemistry/concoord/ChangeLog
index 2297c3e..0cc1262 100644
--- a/sci-chemistry/concoord/ChangeLog
+++ b/sci-chemistry/concoord/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/concoord
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*concoord-2.1.2 (11 Mar 2013)
+
+  11 Mar 2013; Justin Lecher <jlec@gentoo.org> concoord-2.1.ebuild,
+  +concoord-2.1.2.ebuild, metadata.xml:
+  Version Bump; switch license to all-rights-reserved
+
   24 Jul 2012; Justin Lecher <jlec@gentoo.org> concoord-2.1.ebuild:
   Use QA_PREBUILT for binary packages
 

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.2.ebuild
similarity index 69%
copy from sci-chemistry/concoord/concoord-2.1.ebuild
copy to sci-chemistry/concoord/concoord-2.1.2.ebuild
index 84f3d88..b36801f 100644
--- a/sci-chemistry/concoord/concoord-2.1.ebuild
+++ b/sci-chemistry/concoord/concoord-2.1.2.ebuild
@@ -1,27 +1,26 @@
-# 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="Method to generate protein conformations around a known structure based on geometric restrictions"
 HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
 SRC_URI="
-	amd64? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
-	x86? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
+	amd64? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux64.tgz )
+	x86? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux32.tgz )"
 
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 IUSE=""
 
 QA_PREBUILT="opt/${PN}/bin/*"
 
-S="${WORKDIR}"/${PN}${PV}
+S="${WORKDIR}"/${PN}_${PV}
 
 src_install() {
 	insinto /opt/${PN}/
-	rm lib/*.a || die
 	doins -r lib
 	exeinto /opt/${PN}/bin
 	doexe bin/*

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
index 84f3d88..a1f95c5 100644
--- a/sci-chemistry/concoord/concoord-2.1.ebuild
+++ b/sci-chemistry/concoord/concoord-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
@@ -12,7 +12,7 @@ SRC_URI="
 
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 IUSE=""
 
 QA_PREBUILT="opt/${PN}/bin/*"

diff --git a/sci-chemistry/concoord/metadata.xml b/sci-chemistry/concoord/metadata.xml
index 210ad0d..5ef07a3 100644
--- a/sci-chemistry/concoord/metadata.xml
+++ b/sci-chemistry/concoord/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>


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

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

commit:     76c1dc233198d5e997dee79477ef40e107a5c0ee
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar  5 09:04:22 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar  5 09:04:22 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=76c1dc23

sci-chemistry/concoord: EAPI bump

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

 sci-chemistry/concoord/concoord-2.1.2.ebuild | 11 +++++------
 sci-chemistry/concoord/concoord-2.1.ebuild   | 11 +++++------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/sci-chemistry/concoord/concoord-2.1.2.ebuild b/sci-chemistry/concoord/concoord-2.1.2.ebuild
index 1a94efd6e..56de61279 100644
--- a/sci-chemistry/concoord/concoord-2.1.2.ebuild
+++ b/sci-chemistry/concoord/concoord-2.1.2.ebuild
@@ -1,18 +1,17 @@
-# 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="Protein conformations around a known structure based on geometric restrictions"
-HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
+HOMEPAGE="https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
 SRC_URI="
-	amd64? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux64.tgz )
-	x86? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux32.tgz )"
+	amd64? ( https://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux64.tgz )
+	x86? ( https://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux32.tgz )"
 
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="all-rights-reserved"
-IUSE=""
 
 QA_PREBUILT="opt/${PN}/bin/*"
 

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
index 1a7728ddd..2926f76c8 100644
--- a/sci-chemistry/concoord/concoord-2.1.ebuild
+++ b/sci-chemistry/concoord/concoord-2.1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Protein conformations around a known structure based on geometric restrictions"
-HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
+HOMEPAGE="https://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
 SRC_URI="
-	amd64? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
-	x86? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
+	amd64? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
+	x86? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
 
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="all-rights-reserved"
-IUSE=""
 
 QA_PREBUILT="opt/${PN}/bin/*"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/
@ 2023-02-10 13:54 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     26ecd7ebde4d5ce43a9f26cda9d3c13ed2bb0907
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 13:54:20 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 13:54:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=26ecd7eb

sci-chemistry/concoord: drop 2.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-chemistry/concoord/concoord-2.1.ebuild | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
deleted file mode 100644
index 2926f76c8..000000000
--- a/sci-chemistry/concoord/concoord-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Protein conformations around a known structure based on geometric restrictions"
-HOMEPAGE="https://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
-SRC_URI="
-	amd64? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
-	x86? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="all-rights-reserved"
-
-QA_PREBUILT="opt/${PN}/bin/*"
-
-S="${WORKDIR}"/${PN}${PV}
-
-src_install() {
-	insinto /opt/${PN}/
-	rm lib/*.a || die
-	doins -r lib
-	exeinto /opt/${PN}/bin
-	doexe bin/*
-	cat >> "${T}"/60${PN} <<- EOF
-	CONCOORDLIB="${EPREFIX}/opt/${PN}/lib"
-	CONCOORDBIN="${EPREFIX}/opt/${PN}/bin"
-	PATH="${EPREFIX}/opt/${PN}/bin"
-	EOF
-	doenvd "${T}"/60${PN}
-}


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

end of thread, other threads:[~2023-02-10 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17  9:37 [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-07-24 12:21 Justin Lecher
2013-03-21  6:54 Justin Lecher
2021-03-05  9:04 Andrew Ammerlaan
2023-02-10 13:54 Andrew Ammerlaan

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