* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2017-12-01 23:01 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-12-01 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 1c33fbaddaa21ce573071eeacce621297b5e7fc6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 22:43:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 23:01:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c33fbad
sci-libs/inchi: [QA] Fix DESCRIPTION.toolong
sci-libs/inchi/inchi-1.04.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/inchi/inchi-1.04.ebuild b/sci-libs/inchi/inchi-1.04.ebuild
index 84ae21c021e..984b312edaf 100644
--- a/sci-libs/inchi/inchi-1.04.ebuild
+++ b/sci-libs/inchi/inchi-1.04.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit eutils toolchain-funcs
-DESCRIPTION="A program and library for generating standard and non-standard InChI and InChIKeys"
+DESCRIPTION="Program and library for generating standard and non-standard InChI and InChIKeys"
HOMEPAGE="http://www.iupac.org/inchi/"
SRC_URI="
http://www.inchi-trust.org/sites/default/files/inchi-${PV}/INCHI-1-API.ZIP -> ${P}.zip
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-03-01 10:23 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-03-01 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 8b4749acc292d4ba1336174b76490649fa9814c6
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 10:22:22 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 10:23:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4749ac
sci-libs/inchi: add version 1.06
Co-authored-by: Mike Benson <mike <AT> kambe.com.au>
Closes: https://bugs.gentoo.org/798474
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/inchi/Manifest | 2 ++
sci-libs/inchi/inchi-1.06.ebuild | 75 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/sci-libs/inchi/Manifest b/sci-libs/inchi/Manifest
index a6149c0b2588..6d3e86309a7c 100644
--- a/sci-libs/inchi/Manifest
+++ b/sci-libs/inchi/Manifest
@@ -1,2 +1,4 @@
DIST inchi-1.04-doc.zip 2128303 BLAKE2B 041ee948e8a852b66e64c8b04a52a4b4972a750ebdc0e31ce68e6bacfae4d81e49e8356cde766fc87affacc6839c015d5e578e9bacff486605ce5d6b63ed1552 SHA512 930fe10ac2bae11074b7e47446b5af9c01e2aa55f891d04912c71c76e214871c78cc22b3dafea99b57eede5080ac0cfaa6b6d35a73242c8549bea8ffa86e7df7
DIST inchi-1.04.zip 2701930 BLAKE2B 12e5153fdefffdd97794b3942936f93742729cd195a1be0687762263e1d8aa9b0130a79cc1c8a652d2cad67b14a175b8f5ad968c83094f9ebf250f43bcebc18c SHA512 c5a1c2f08d472fcde603acbd898a9a8880407474869eadf0089444503693ae89ff805c579161cb3ee9d7f18e891289a21c4b8a65cc7ece69ee730f7f4e283be4
+DIST inchi-1.06-doc.zip 4143516 BLAKE2B 10daaffe40c1ce523ec1f51e090d4cb0080f17ee103859a872eb2a5606b06e84b25459c3ed0492e5009d4898caef36ce251c34bea8148ee773e4c9bff7f0ba3d SHA512 df31014d21d46498e3bcde85d8c782a23193225e8d3b6ba7f6e31816c935c8ea1a60b2472fb0cd81733a47ae71918de973324ccd20a49fea3808bdfed92e6850
+DIST inchi-1.06.zip 2931129 BLAKE2B 9ae317b359e886c5e16f6c5f2ef6037c1b9f46b4928b1cb372d7dc4ec9f50e695bd58424eb30c75b823f8c12d392a4aa0070161c43a448e6a078d2427df8c956 SHA512 56248030f30b0fa065cb783353cc9eab0da0e39b580a54120e9fca0a2ad8a0cfc85da1ea81b6231e48cfd59a3a5d81e1c6310778d913c21ec3f2e72d6a7fad8a
diff --git a/sci-libs/inchi/inchi-1.06.ebuild b/sci-libs/inchi/inchi-1.06.ebuild
new file mode 100644
index 000000000000..96578dc57371
--- /dev/null
+++ b/sci-libs/inchi/inchi-1.06.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Program and library for generating standard and non-standard InChI and InChIKeys"
+HOMEPAGE="https://www.iupac.org/inchi/"
+SRC_URI="
+ https://www.inchi-trust.org/download/${PV//.}/INCHI-1-SRC.zip -> ${P}.zip
+ doc? ( https://www.inchi-trust.org/download/${PV//.}/INCHI-1-DOC.zip -> ${P}-doc.zip )
+"
+S="${WORKDIR}/INCHI-1-SRC"
+
+LICENSE="IUPAC-InChi"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+BDEPEND="app-arch/unzip"
+
+src_compile() {
+ local common_opts target_opts
+
+ append-cflags \${P_INCL} -ansi -DCOMPILE_ANSI_ONLY -fPIC -c
+ append-cxxflags \${P_INCL} -ansi -frtti -c
+
+ common_opts=(
+ C_COMPILER=$(tc-getCC)
+ CPP_COMPILER=$(tc-getCXX)
+ AR="$(tc-getAR)"
+ RANLIB="$(tc-getRANLIB)"
+ LINKER="$(tc-getCXX)"
+ SHARED_LINK="$(tc-getCC)"
+ SHARED_LINK_PARM="${LDFLAGS} -shared "
+ ISLINUX=1
+ )
+
+ # Compile the library
+ target_opts=(
+ LINKER_OPTIONS="${LDFLAGS} "
+ C_OPTIONS="${CFLAGS} -DTARGET_API_LIB -D_LIB "
+ CPP_OPTIONS="${CXXFLAGS} -DTARGET_API_LIB -D_LIB "
+ CREATE_MAIN=
+ )
+ emake -C INCHI_API/libinchi/gcc "${common_opts[@]}" "${target_opts[@]}"
+
+ pushd "INCHI_API/bin/Linux" || die
+ ln -s libinchi.so.1 libinchi.so || die
+ popd > /dev/null || die
+
+ # Compile the executable
+ target_opts=(
+ LINKER_OPTIONS="${LDFLAGS} -L${S}/INCHI_API/bin/Linux -linchi "
+ C_COMPILER_OPTIONS="${CFLAGS} -DTARGET_EXE_STANDALONE "
+ CPP_COMPILER_OPTIONS="${CXXFLAGS} -DTARGET_EXE_STANDALONE "
+ CREATE_MAIN=
+ )
+ emake -C INCHI_EXE/inchi-1/gcc "${common_opts[@]}" "${target_opts[@]}"
+
+}
+
+src_install() {
+ dodoc readme*.txt
+ if use doc ; then
+ pushd "${WORKDIR}/INCHI-1-DOC" || die
+ docinto doc
+ dodoc *.pdf readme.txt
+ popd || die
+ fi
+ dobin "${S}/INCHI_EXE/bin/Linux/inchi-1"
+ dolib.so "${S}/INCHI_API/bin/Linux/"lib*so*
+ doheader "${S}/INCHI_BASE/src/inchi_api.h"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-11-09 3:54 Ionen Wolkens
0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-11-09 3:54 UTC (permalink / raw
To: gentoo-commits
commit: aab7960f5ed621d66db18b1c8e5f31d2d72af551
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 03:44:58 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 03:52:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab7960f
sci-libs/inchi: fix build w/ clang16, install ixa.h
Also add the lacking quotes around tc-getCC/CXX.
Just quickfixes, ebuild feels rather fragile.
Closes: https://bugs.gentoo.org/834488
Closes: https://bugs.gentoo.org/874696
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
sci-libs/inchi/{inchi-1.06.ebuild => inchi-1.06-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-libs/inchi/inchi-1.06.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
similarity index 90%
rename from sci-libs/inchi/inchi-1.06.ebuild
rename to sci-libs/inchi/inchi-1.06-r1.ebuild
index 96578dc57371..48d6556426ff 100644
--- a/sci-libs/inchi/inchi-1.06.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -27,8 +27,8 @@ src_compile() {
append-cxxflags \${P_INCL} -ansi -frtti -c
common_opts=(
- C_COMPILER=$(tc-getCC)
- CPP_COMPILER=$(tc-getCXX)
+ C_COMPILER="$(tc-getCC)"
+ CPP_COMPILER="$(tc-getCXX)"
AR="$(tc-getAR)"
RANLIB="$(tc-getRANLIB)"
LINKER="$(tc-getCXX)"
@@ -40,7 +40,7 @@ src_compile() {
# Compile the library
target_opts=(
LINKER_OPTIONS="${LDFLAGS} "
- C_OPTIONS="${CFLAGS} -DTARGET_API_LIB -D_LIB "
+ C_OPTIONS="${CFLAGS} -DTARGET_API_LIB -D_LIB -D_XOPEN_SOURCE=500 " #874696
CPP_OPTIONS="${CXXFLAGS} -DTARGET_API_LIB -D_LIB "
CREATE_MAIN=
)
@@ -71,5 +71,5 @@ src_install() {
fi
dobin "${S}/INCHI_EXE/bin/Linux/inchi-1"
dolib.so "${S}/INCHI_API/bin/Linux/"lib*so*
- doheader "${S}/INCHI_BASE/src/inchi_api.h"
+ doheader "${S}/INCHI_BASE/src/"{inchi_api,ixa}.h
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-12-01 22:24 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 71e4103fe76049099705d295841952abe0efbdf8
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 22:24:01 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 22:24:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e4103f
sci-libs/inchi: Stabilize 1.06-r1 amd64, #883913
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-libs/inchi/inchi-1.06-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
index 48d6556426ff..4ae151f288ea 100644
--- a/sci-libs/inchi/inchi-1.06-r1.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC"
LICENSE="IUPAC-InChi"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-12-01 22:28 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:28 UTC (permalink / raw
To: gentoo-commits
commit: 340300c67bf7e228bf2e519a7cdd228fb00e7ea6
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 22:27:49 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 22:27:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340300c6
sci-libs/inchi: Stabilize 1.06-r1 x86, #883913
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-libs/inchi/inchi-1.06-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
index 4ae151f288ea..8fb31e1fe6f5 100644
--- a/sci-libs/inchi/inchi-1.06-r1.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC"
LICENSE="IUPAC-InChi"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-12-02 0:46 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-02 0:46 UTC (permalink / raw
To: gentoo-commits
commit: 2f981b40da4b2d000cc14e0285aacdc42d4dec4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 00:45:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 00:45:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f981b40
sci-libs/inchi: Stabilize 1.06-r1 ppc64, #883913
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/inchi/inchi-1.06-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
index c927296dee25..70a95c62eea2 100644
--- a/sci-libs/inchi/inchi-1.06-r1.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC"
LICENSE="IUPAC-InChi"
SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2022-12-02 0:46 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-02 0:46 UTC (permalink / raw
To: gentoo-commits
commit: 517edbd241159ddd8057d661d72a89b6a0e3b5ca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 00:45:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 00:45:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517edbd2
sci-libs/inchi: Stabilize 1.06-r1 arm, #883913
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/inchi/inchi-1.06-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
index 8fb31e1fe6f5..c927296dee25 100644
--- a/sci-libs/inchi/inchi-1.06-r1.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC"
LICENSE="IUPAC-InChi"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/
@ 2023-01-13 18:42 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-01-13 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 219d79f514c3965432d8f53b3c548f2aff358438
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:42:16 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:42:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219d79f5
sci-libs/inchi: Stabilize 1.06-r1 ppc, #883913
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/inchi/inchi-1.06-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/inchi/inchi-1.06-r1.ebuild b/sci-libs/inchi/inchi-1.06-r1.ebuild
index 70a95c62eea2..3e06c9fc8bfc 100644
--- a/sci-libs/inchi/inchi-1.06-r1.ebuild
+++ b/sci-libs/inchi/inchi-1.06-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}/INCHI-1-SRC"
LICENSE="IUPAC-InChi"
SLOT="0"
-KEYWORDS="amd64 arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-01-13 18:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 23:01 [gentoo-commits] repo/gentoo:master commit in: sci-libs/inchi/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-03-01 10:23 Andrew Ammerlaan
2022-11-09 3:54 Ionen Wolkens
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:28 Jakov Smolić
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2023-01-13 18:42 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox