public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2021-03-19 11:09 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-19 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     fb2fc92617ab5670fd55ec41faa08eb60f67e38d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 11:05:19 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 11:05:19 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb2fc926

sci-chemistry/module2: fix MisplacedVariable

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index 0d739497b..d9123f318 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -30,7 +30,7 @@ QA_PREBUILT="opt/bin/.*"
 pkg_nofetch() {
 	elog "Please download ${A} from"
 	elog "${HOMEPAGE}"
-	elog "and place it in ${DISTDIR}"
+	elog "and place it into your DISTDIR folder"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2022-01-25 14:30 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     16a82c65a61fa9c542bf49cbaa2cedfb677b02bc
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 14:30:23 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 14:30:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=16a82c65

sci-chemistry/module2: drop dead package

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

 sci-chemistry/module2/metadata.xml                 | 11 -----
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 47 ----------------------
 2 files changed, 58 deletions(-)

diff --git a/sci-chemistry/module2/metadata.xml b/sci-chemistry/module2/metadata.xml
deleted file mode 100644
index 713d21566..000000000
--- a/sci-chemistry/module2/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>jlec@gentoo.org</email>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci-chemistry@gentoo.org</email>
-		<name>Gentoo Chemistry Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
deleted file mode 100644
index d9123f318..000000000
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis software"
-HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en"
-SRC_URI="MODULE2.tar.gz"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS=""
-
-RDEPEND="
-	x11-libs/motif[abi_x86_32(-)]
-	x11-libs/libX11[abi_x86_32(-)]
-	x11-libs/libXext[abi_x86_32(-)]
-	x11-libs/libXpm[abi_x86_32(-)]
-	x11-libs/libXt[abi_x86_32(-)]
-"
-DEPEND="${RDEPEND}
-"
-
-RESTRICT="fetch splitdebug"
-
-S="${WORKDIR}"/MODULE2
-
-QA_PREBUILT="opt/bin/.*"
-
-pkg_nofetch() {
-	elog "Please download ${A} from"
-	elog "${HOMEPAGE}"
-	elog "and place it into your DISTDIR folder"
-}
-
-src_install() {
-	use prefix && \
-		patchelf --set-rpath "${EPREFIX}"/usr/lib
-	exeinto /opt/bin
-	doexe module
-	dosym module /opt/bin/${PN}
-
-	dodoc -r MODULE2_manual_fichiers MODULE2_manual.htm
-
-	insinto /usr/share/${PN}
-	doins sample*
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2021-01-10 18:48 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-01-10 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ec5c92f1a48f7cf808b8c830616169190aced539
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 10 18:48:09 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 10 18:48:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec5c92f1

sci-chemistry/module2: dohtml --> dodoc

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/module2/module2-0_pre20140717.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index b7d7c757c..0d739497b 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,7 @@ src_install() {
 	doexe module
 	dosym module /opt/bin/${PN}
 
-	dohtml -r MODULE2_manual_fichiers MODULE2_manual.htm
+	dodoc -r MODULE2_manual_fichiers MODULE2_manual.htm
 
 	insinto /usr/share/${PN}
 	doins sample*


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2021-01-10 18:31 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-01-10 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     03c674a1d8451db202e753e57e936c270abc2bbf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 10 18:31:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 10 18:31:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=03c674a1

sci-chemistry/module2: motif dependency is no longer slotted

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/module2/module2-0_pre20140717.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index 894de6662..b7d7c757c 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-# inherit
+EAPI=7
 
 DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis software"
 HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en"
@@ -12,10 +10,9 @@ SRC_URI="MODULE2.tar.gz"
 SLOT="0"
 LICENSE="all-rights-reserved"
 KEYWORDS=""
-IUSE=""
 
 RDEPEND="
-	x11-libs/motif:2.2[abi_x86_32(-)]
+	x11-libs/motif[abi_x86_32(-)]
 	x11-libs/libX11[abi_x86_32(-)]
 	x11-libs/libXext[abi_x86_32(-)]
 	x11-libs/libXpm[abi_x86_32(-)]


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2014-11-13 13:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-11-13 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     db6c56ef94de0c1eae8a1dd5a54eee2a1b00d651
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 13:14:54 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 13:14:54 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db6c56ef

sci-chemistry/module2: Drop all KEYWORDS due to broken revdeps

Package-Manager: portage-2.2.14

---
 sci-chemistry/module2/ChangeLog                    | 3 +++
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/module2/ChangeLog b/sci-chemistry/module2/ChangeLog
index 88093f8..417f1a2 100644
--- a/sci-chemistry/module2/ChangeLog
+++ b/sci-chemistry/module2/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Nov 2014; Justin Lecher <jlec@gentoo.org> module2-0_pre20140717.ebuild:
+  Drop all KEYWORDS due to broken revdeps
+
   16 Sep 2014; Justin Lecher <jlec@gentoo.org> module2-0_pre20140717.ebuild:
   Add back dropped ~amd64
 

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index 124d0ff..b32b5f2 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -12,7 +12,7 @@ SRC_URI="MODULE2.tar.gz"
 
 SLOT="0"
 LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2014-09-16  8:28 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-09-16  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7a228deef59abb2807a0faf21ac725744bcd929b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 08:20:44 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 08:20:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7a228dee

sci-chemistry/module2: Add back dropped ~amd64

Package-Manager: portage-2.2.12
RepoMan-Options: --force

---
 sci-chemistry/module2/ChangeLog                    | 3 +++
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/module2/ChangeLog b/sci-chemistry/module2/ChangeLog
index c062cfb..88093f8 100644
--- a/sci-chemistry/module2/ChangeLog
+++ b/sci-chemistry/module2/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Justin Lecher <jlec@gentoo.org> module2-0_pre20140717.ebuild:
+  Add back dropped ~amd64
+
   15 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
   module2-0_pre20140717.ebuild:
   dropped ~amd64 as no-multilib doesn't have abi_x86_32

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index 0d401db..124d0ff 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -12,7 +12,7 @@ SRC_URI="MODULE2.tar.gz"
 
 SLOT="0"
 LICENSE="all-rights-reserved"
-KEYWORDS="~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2014-09-16  0:26 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2014-09-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e2decff6fdb0eb8eb74a3e031bc4ada4ff6cbe6e
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 23:59:28 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 00:26:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e2decff6

dropped ~amd64 as no-multilib doesn't have abi_x86_32

Package-Manager: portage-2.2.8-r1

---
 sci-chemistry/module2/ChangeLog                    | 5 ++++-
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/module2/ChangeLog b/sci-chemistry/module2/ChangeLog
index 8a965e2..c062cfb 100644
--- a/sci-chemistry/module2/ChangeLog
+++ b/sci-chemistry/module2/ChangeLog
@@ -2,9 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
+  module2-0_pre20140717.ebuild:
+  dropped ~amd64 as no-multilib doesn't have abi_x86_32
+
 *module2-0_pre20140717 (17 Jul 2014)
 
   17 Jul 2014; Justin Lecher <jlec@gentoo.org> +module2-0_pre20140717.ebuild,
   +metadata.xml:
   New package written by me
-

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
index 124d0ff..0d401db 100644
--- a/sci-chemistry/module2/module2-0_pre20140717.ebuild
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -12,7 +12,7 @@ SRC_URI="MODULE2.tar.gz"
 
 SLOT="0"
 LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/
@ 2014-07-22  6:24 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-07-22  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     29f63c74c501c9dd80e3ec0b4db29a55ef23265c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 11:40:44 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 11:40:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29f63c74

sci-chemistry/module2: New package written by me

Package-Manager: portage-2.2.10
RepoMan-Options: --force

---
 sci-chemistry/module2/ChangeLog                    | 10 +++++
 sci-chemistry/module2/metadata.xml                 |  8 ++++
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 51 ++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/sci-chemistry/module2/ChangeLog b/sci-chemistry/module2/ChangeLog
new file mode 100644
index 0000000..8a965e2
--- /dev/null
+++ b/sci-chemistry/module2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/module2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*module2-0_pre20140717 (17 Jul 2014)
+
+  17 Jul 2014; Justin Lecher <jlec@gentoo.org> +module2-0_pre20140717.ebuild,
+  +metadata.xml:
+  New package written by me
+

diff --git a/sci-chemistry/module2/metadata.xml b/sci-chemistry/module2/metadata.xml
new file mode 100644
index 0000000..ae9ec7c
--- /dev/null
+++ b/sci-chemistry/module2/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/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild
new file mode 100644
index 0000000..124d0ff
--- /dev/null
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+# inherit
+
+DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis software"
+HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en"
+SRC_URI="MODULE2.tar.gz"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+	x11-libs/motif:2.2[abi_x86_32(-)]
+	x11-libs/libX11[abi_x86_32(-)]
+	x11-libs/libXext[abi_x86_32(-)]
+	x11-libs/libXpm[abi_x86_32(-)]
+	x11-libs/libXt[abi_x86_32(-)]
+"
+DEPEND="${RDEPEND}
+"
+
+RESTRICT="fetch splitdebug"
+
+S="${WORKDIR}"/MODULE2
+
+QA_PREBUILT="opt/bin/.*"
+
+pkg_nofetch() {
+	elog "Please download ${A} from"
+	elog "${HOMEPAGE}"
+	elog "and place it in ${DISTDIR}"
+}
+
+src_install() {
+	use prefix && \
+		patchelf --set-rpath "${EPREFIX}"/usr/lib
+	exeinto /opt/bin
+	doexe module
+	dosym module /opt/bin/${PN}
+
+	dohtml -r MODULE2_manual_fichiers MODULE2_manual.htm
+
+	insinto /usr/share/${PN}
+	doins sample*
+}


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

end of thread, other threads:[~2022-01-25 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 11:09 [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-01-25 14:30 Andrew Ammerlaan
2021-01-10 18:48 Andrew Ammerlaan
2021-01-10 18:31 Andrew Ammerlaan
2014-11-13 13:15 Justin Lecher
2014-09-16  8:28 Justin Lecher
2014-09-16  0:26 Christoph Junghans
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