* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/
@ 2014-07-22 6:24 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-07-22 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 51ba469ab005b2bfdd19d7365e27415e0d9f70ab
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 11:52:29 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 11:52:29 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51ba469a
sci-chemistry/pales-bin: Drop -bin suffix from executable
Package-Manager: portage-2.2.10
---
sci-chemistry/pales-bin/ChangeLog | 3 +++
sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/pales-bin/ChangeLog b/sci-chemistry/pales-bin/ChangeLog
index 29df4ba..2bfbb23 100644
--- a/sci-chemistry/pales-bin/ChangeLog
+++ b/sci-chemistry/pales-bin/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Jul 2014; Justin Lecher <jlec@gentoo.org> pales-bin-0_pre140717.ebuild:
+ Drop -bin suffix from executable
+
*pales-bin-0_pre140717 (17 Jul 2014)
17 Jul 2014; Justin Lecher <jlec@gentoo.org> +pales-bin-0_pre140717.ebuild,
diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
index 2fcdaee..b3c1b88 100644
--- a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
+++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
@@ -22,5 +22,5 @@ src_unpack() {
src_install() {
exeinto /opt/bin
- doexe ${PN}
+ newexe ${PN} ${PN%-bin}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/
@ 2014-07-22 6:24 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-07-22 6:24 UTC (permalink / raw
To: gentoo-commits
commit: e0f6499143e9ce3c650b2ee33860254a3176c2f8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 08:59:07 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 08:59:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e0f64991
sci-chemistry/pales-bin: New package written by me
Package-Manager: portage-2.2.10
---
sci-chemistry/pales-bin/ChangeLog | 10 +++++++++
sci-chemistry/pales-bin/metadata.xml | 8 +++++++
.../pales-bin/pales-bin-0_pre140717.ebuild | 26 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/sci-chemistry/pales-bin/ChangeLog b/sci-chemistry/pales-bin/ChangeLog
new file mode 100644
index 0000000..29df4ba
--- /dev/null
+++ b/sci-chemistry/pales-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/pales-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pales-bin-0_pre140717 (17 Jul 2014)
+
+ 17 Jul 2014; Justin Lecher <jlec@gentoo.org> +pales-bin-0_pre140717.ebuild,
+ +metadata.xml:
+ New package written by me
+
diff --git a/sci-chemistry/pales-bin/metadata.xml b/sci-chemistry/pales-bin/metadata.xml
new file mode 100644
index 0000000..ae9ec7c
--- /dev/null
+++ b/sci-chemistry/pales-bin/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-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
new file mode 100644
index 0000000..2fcdaee
--- /dev/null
+++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Prediction of alignment from structure"
+HOMEPAGE="http://www3.mpibpc.mpg.de/groups/zweckstetter/_links/software_pales.htm"
+SRC_URI="http://www3.mpibpc.mpg.de/groups/zweckstetter/_software_files/_pales/pales-linux -> ${PN}-${PV}"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+QA_PREBUILT="opt/bin/.*"
+
+src_unpack() {
+ mkdir "${S}" || die
+ cp "${DISTDIR}"/${A} "${S}"/${PN} || die
+}
+
+src_install() {
+ exeinto /opt/bin
+ doexe ${PN}
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/
@ 2021-03-05 8:30 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-03-05 8:30 UTC (permalink / raw
To: gentoo-commits
commit: dfa512d6513587c886db839668212872b057203d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 5 08:19:38 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 5 08:19:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dfa512d6
sci-chemistry/pales-bin: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
index e7df0f5ed..a712364fb 100644
--- a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
+++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.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="Prediction of alignment from structure"
HOMEPAGE="http://www3.mpibpc.mpg.de/groups/zweckstetter/_links/software_pales.htm"
@@ -10,7 +10,6 @@ SRC_URI="http://www3.mpibpc.mpg.de/groups/zweckstetter/_software_files/_pales/pa
SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
QA_PREBUILT="opt/bin/.*"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-05 8:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 6:24 [gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-03-05 8:30 Andrew Ammerlaan
2014-07-22 6:24 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox