* [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/
@ 2017-02-12 11:32 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-12 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 7bf5750ecf710d2c2a7fab98934dc752a04ff368
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 10:12:07 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 11:32:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf5750e
net-libs/osptoolkit: Remove old
Bug: https://bugs.gentoo.org/show_bug.cgi?id=581058
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3928
net-libs/osptoolkit/Manifest | 2 -
net-libs/osptoolkit/osptoolkit-3.5.0.ebuild | 94 -----------------------------
net-libs/osptoolkit/osptoolkit-4.1.5.ebuild | 94 -----------------------------
3 files changed, 190 deletions(-)
diff --git a/net-libs/osptoolkit/Manifest b/net-libs/osptoolkit/Manifest
index 0a5720a2d8..9b7734221f 100644
--- a/net-libs/osptoolkit/Manifest
+++ b/net-libs/osptoolkit/Manifest
@@ -1,3 +1 @@
-DIST OSPToolkit-3.5.0.tar.gz 393788 SHA256 b15e2b8deec032c1e12dcbf28e2fe2b3f964ebab647e0705ec051bf17932d7b1 SHA512 2687bed2a8d67c7571c1b5a854b8204120e19b0105af16cbdfed58ac2462cf6d5805760dc23a4565d696fef5b9b5207ae9ae3489797f5cf2cfdf0a46af9fa82e WHIRLPOOL 34c303097d70d91e23a4e0ac4d1a8638915d42db9999de2367543934571675e0546ca81940b9a597e482d4da5cccea3f314ecb9329d6ce97a7422c8ad62dbf16
-DIST OSPToolkit-4.1.5.tar.gz 408481 SHA256 a0bf3247494375e63a75b4520c5c9aaaa0ed1423df54a013598c83a95846fccf SHA512 cc6244c0a62167ce90c85e646b13c991cac6d3663888ca4738666675f3c6c4904463e8502de376eab40cfd89e1d5c3d208d4ccaa58a95ed7a5895d74ea31aecc WHIRLPOOL 86111ab57301cf056a0ae9da56ce6a3bf2bbfcdd3c590f2447985420f204321a7e92ae747d2abae8e27d80e500f364f4982395311547c903de00eeaf1eef1d91
DIST OSPToolkit-4.13.0.tar.gz 422064 SHA256 e12771340b5c33f22d006a7cc03c952be8a11e9af1d531136ecadcfa2a8d2483 SHA512 35e54350cdecf0367af47986a7c3eddfcdf924b0d6e7c52ccccdecd96d3d64ba7f8d8d266cc4d26708f0741e40eeff80db4690272702c35d4e5bafba745776bf WHIRLPOOL ab918e6f054038802dbf1220c5e698a3b64815b6326a23fa6a9114ffe5376b19ac2779acfcda0c44967374e08355d20f7d75e0794b123ad1aa7e4fd55595ba25
diff --git a/net-libs/osptoolkit/osptoolkit-3.5.0.ebuild b/net-libs/osptoolkit/osptoolkit-3.5.0.ebuild
deleted file mode 100644
index b19794eb3d..0000000000
--- a/net-libs/osptoolkit/osptoolkit-3.5.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-S_DATE="20090302"
-
-DESCRIPTION="Open Settlement Protocol development kit"
-HOMEPAGE="http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/OSP%20Toolkit%20Documents.htm"
-SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/TK-${PV//./_}-${S_DATE}
-
-# TODO:
-# generate a shared lib
-
-# NOTES:
-# osptest isn't a test that can be used for src_test, it's part of the toolkit
-
-src_prepare() {
- # remove -O and use users CFLAGS, see bug 241034
- sed -i -e "s/ -O//" -e "s/^CFLAGS =/CFLAGS +=/" src/Makefile test/Makefile \
- enroll/Makefile || die "patching Makefiles failed"
-
- # use users LDFLAGS
- sed -i -e "s:LFLAGS:LDFLAGS:" test/Makefile \
- || die "patching test/Makefile failed"
- sed -i -e "s:\(\$(LIBS\):\$(LDFLAGS) \1:" enroll/Makefile \
- || die "patching enroll/Makefile failed"
-
- # change lib dir to $(get_libdir)
- sed -i -e "s:\$(INSTALL_PATH)/lib:\$(INSTALL_PATH)/$(get_libdir):" \
- src/Makefile || die "patching src/Makefile failed"
-
- # test.cfg is located in /etc/${PN}/test.cfg
- sed -i -e \
- "s:\(^#define CONFIG_FILENAME.*\"\).*\(test.cfg\"\):\1/etc/${PN}/\2:" \
- test/test_app.c || die "patching test/test_app.c failed"
-
- # configure enroll.sh
- sed -i -e "s:^\(OPENSSL_CONF\).*:\1=/etc/${PN}/openssl.cnf:" \
- -e "s:^\(RANDFILE\).*:\1=\/etc/${PN}/.rnd:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-
- # change enroll path
- sed -i -e "s:^\(enroll\):/usr/lib/${PN}/\1:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-}
-
-src_compile() {
- local my_cc=$(tc-getCC)
-
- emake -C src CC="${my_cc}" build || die "emake libosp failed"
- emake -C enroll CC="${my_cc}" linux || die "emake enroll failed"
- emake -C test CC="${my_cc}" linux || die "emake test failed"
-}
-
-src_install() {
- local ospdir="/usr/$(get_libdir)/${PN}"
-
- emake -C src INSTALL_PATH="${D}"/usr install || die "emake install failed"
-
- insinto /etc/${PN}
- doins bin/test.cfg bin/.rnd bin/openssl.cnf || die "doins failed"
-
- # install enroll and enroll.sh in lib dir to prevent executing them
- dodir ${ospdir}
- exeinto ${ospdir}
- doexe bin/enroll bin/enroll.sh || die "doexe failed"
-
- # use the symlink to execute enroll.sh
- dosym ${ospdir}/enroll.sh /usr/bin/ospenroll || die "dosym failed"
-
- newbin bin/test_app osptest || die "newbin failed"
-
- dodoc README.txt RELNOTES.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "OSP test application is now available with 'osptest' command"
- elog "OSP enroll application is now available with 'ospenroll' command"
- elog "ospenroll is using /etc/${PN}/openssl.cnf as an openssl configuration"
-}
diff --git a/net-libs/osptoolkit/osptoolkit-4.1.5.ebuild b/net-libs/osptoolkit/osptoolkit-4.1.5.ebuild
deleted file mode 100644
index c97becdbf4..0000000000
--- a/net-libs/osptoolkit/osptoolkit-4.1.5.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs
-
-S_DATE="20130819"
-
-DESCRIPTION="Open Settlement Protocol development kit"
-HOMEPAGE="http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/OSP%20Toolkit%20Documents.htm"
-SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/TK-${PV//./_}-${S_DATE}
-
-# TODO:
-# generate a shared lib
-
-# NOTES:
-# osptest isn't a test that can be used for src_test, it's part of the toolkit
-
-src_prepare() {
- # remove -O and use users CFLAGS, see bug 241034
- sed -i -e "s/ -O//" -e "s/^CFLAGS =/CFLAGS +=/" src/Makefile test/Makefile \
- enroll/Makefile || die "patching Makefiles failed"
-
- # use users LDFLAGS
- sed -i -e "s:LFLAGS:LDFLAGS:" test/Makefile \
- || die "patching test/Makefile failed"
- sed -i -e "s:\(\$(LIBS\):\$(LDFLAGS) \1:" enroll/Makefile \
- || die "patching enroll/Makefile failed"
-
- # change lib dir to $(get_libdir)
- sed -i -e "s:\$(INSTALL_PATH)/lib:\$(INSTALL_PATH)/$(get_libdir):" \
- src/Makefile || die "patching src/Makefile failed"
-
- # test.cfg is located in /etc/${PN}/test.cfg
- sed -i -e \
- "s:\(^#define CONFIG_FILENAME.*\"\).*\(test.cfg\"\):\1/etc/${PN}/\2:" \
- test/test_app.c || die "patching test/test_app.c failed"
-
- # configure enroll.sh
- sed -i -e "s:^\(OPENSSL_CONF\).*:\1=/etc/${PN}/openssl.cnf:" \
- -e "s:^\(RANDFILE\).*:\1=\/etc/${PN}/.rnd:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-
- # change enroll path
- sed -i -e "s:^\(enroll\):/usr/lib/${PN}/\1:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-}
-
-src_compile() {
- local my_cc=$(tc-getCC)
-
- emake -C src CC="${my_cc}" build || die "emake libosp failed"
- emake -C enroll CC="${my_cc}" linux || die "emake enroll failed"
- emake -C test CC="${my_cc}" linux || die "emake test failed"
-}
-
-src_install() {
- local ospdir="/usr/$(get_libdir)/${PN}"
-
- emake -C src INSTALL_PATH="${D}"/usr install || die "emake install failed"
-
- insinto /etc/${PN}
- doins bin/test.cfg bin/.rnd bin/openssl.cnf || die "doins failed"
-
- # install enroll and enroll.sh in lib dir to prevent executing them
- dodir ${ospdir}
- exeinto ${ospdir}
- doexe bin/enroll bin/enroll.sh || die "doexe failed"
-
- # use the symlink to execute enroll.sh
- dosym ${ospdir}/enroll.sh /usr/bin/ospenroll || die "dosym failed"
-
- newbin bin/test_app osptest || die "newbin failed"
-
- dodoc README.txt RELNOTES.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "OSP test application is now available with 'osptest' command"
- elog "OSP enroll application is now available with 'ospenroll' command"
- elog "ospenroll is using /etc/${PN}/openssl.cnf as an openssl configuration"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/
@ 2017-02-23 8:59 Michael Weber
0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2017-02-23 8:59 UTC (permalink / raw
To: gentoo-commits
commit: b1c59eb6fbf0b56c0c8d6c6ce4a147c4d8d0eb7c
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 08:45:17 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 08:58:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c59eb6
net-libs/osptoolkit: Add ~ppc64 keyword (bug 413543).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-libs/osptoolkit/osptoolkit-4.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
index a9afec67b4..700a3d5343 100644
--- a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
+++ b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl:0="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/
@ 2017-02-23 12:54 Michael Weber
0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2017-02-23 12:54 UTC (permalink / raw
To: gentoo-commits
commit: 36f5c97f80304b2c903eed1a276c6454940b4302
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 12:53:49 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:53:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f5c97f
net-libs/osptoolkit: Add ~ppc keyword (bug 413543).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-libs/osptoolkit/osptoolkit-4.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
index 700a3d5343..4130fe4585 100644
--- a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
+++ b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl:0="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/
@ 2020-07-16 17:45 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-07-16 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 1694594e8c4af6bfd21f7184f0cec21592dd5c63
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:43:44 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:45:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1694594e
net-libs/osptoolkit: arm64 keyworded (bug #716426)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/osptoolkit/osptoolkit-4.13.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
index 2c1dd1459db..1fc4da7fed8 100644
--- a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
+++ b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl:0="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/
@ 2020-07-20 12:24 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-07-20 12:24 UTC (permalink / raw
To: gentoo-commits
commit: f58f2d4858147a4f19809b749ecaf9d208ee921d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:20:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 12:20:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58f2d48
net-libs/osptoolkit: arm keyworded (bug #716426)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/osptoolkit/osptoolkit-4.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
index 1fc4da7fed8..49bf8997723 100644
--- a/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
+++ b/net-libs/osptoolkit/osptoolkit-4.13.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/osp-toolkit/OSPToolkit-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl:0="
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-07-20 12:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-20 12:24 [gentoo-commits] repo/gentoo:master commit in: net-libs/osptoolkit/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-07-16 17:45 Sam James
2017-02-23 12:54 Michael Weber
2017-02-23 8:59 Michael Weber
2017-02-12 11:32 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox