summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-30 00:09:08 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-30 00:09:08 +0000
commit0b85f6403b739a96aa21deddc72e4b2f0c03b76a (patch)
tree36317210f7b1f9423a6bd86cacdadd19c005b7cd /net-libs
parentia64 stable wrt bug #538798 (diff)
downloadgentoo-2-0b85f6403b739a96aa21deddc72e4b2f0c03b76a.tar.gz
gentoo-2-0b85f6403b739a96aa21deddc72e4b2f0c03b76a.tar.bz2
gentoo-2-0b85f6403b739a96aa21deddc72e4b2f0c03b76a.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/osptoolkit/ChangeLog8
-rw-r--r--net-libs/osptoolkit/osptoolkit-3.3.6-r1.ebuild66
-rw-r--r--net-libs/osptoolkit/osptoolkit-3.4.2.ebuild99
3 files changed, 6 insertions, 167 deletions
diff --git a/net-libs/osptoolkit/ChangeLog b/net-libs/osptoolkit/ChangeLog
index b40b9f1f82a3..775b6e65ac91 100644
--- a/net-libs/osptoolkit/ChangeLog
+++ b/net-libs/osptoolkit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/osptoolkit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/osptoolkit/ChangeLog,v 1.20 2013/10/27 09:44:45 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/osptoolkit/ChangeLog,v 1.21 2015/05/30 00:09:08 mrueg Exp $
+
+ 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -osptoolkit-3.3.6-r1.ebuild,
+ -osptoolkit-3.4.2.ebuild:
+ Remove old.
27 Oct 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due voip herd removal:
diff --git a/net-libs/osptoolkit/osptoolkit-3.3.6-r1.ebuild b/net-libs/osptoolkit/osptoolkit-3.3.6-r1.ebuild
deleted file mode 100644
index ed20af9c2825..000000000000
--- a/net-libs/osptoolkit/osptoolkit-3.3.6-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/osptoolkit/osptoolkit-3.3.6-r1.ebuild,v 1.2 2009/04/14 09:57:59 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="OSP (Open Settlement Protocol) library"
-HOMEPAGE="http://www.transnexus.com/"
-SRC_URI="http://www.transnexus.com/OSP%20Toolkit/Toolkits%20for%20Download/OSPToolkit-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/TK-${PV//./_}-20060303
-
-src_prepare() {
- # change lib dir to $(LIBDIR)
- # and use users CFLAGS, see bug #241034
- sed -i -e "s:\$(INSTALL_PATH)/lib:\$(INSTALL_PATH)/\$(LIBDIR):" \
- -e "s:CFLAGS\t= -O:CFLAGS\t+= :" \
- src/Makefile || die "patching src/Makefile failed"
-
- sed -i -e "/CFLAGS /d" enroll/Makefile \
- || die "patching enroll/Makefile failed"
-
- sed -i -e "s/CFLAGS = -g/CFLAGS +=/" test/Makefile \
- || die "patching test/Makefile failed"
-}
-
-src_compile() {
- emake -C src build || die "emake libosp failed"
- emake -C enroll linux || die "emake enroll failed"
- emake -C test linux || die "emake test failed"
-}
-
-src_install() {
- dodir /usr/include /usr/$(get_libdir)
-
- emake -C src INSTALL_PATH="${D}"/usr LIBDIR=$(get_libdir) \
- install || die "make install failed"
-
- sed -i -e "s:^\(OPENSSL_CONF\).*:\1=/etc/ssl/openssl.cnf:" \
- -e "s:^\(RANDFILE\).*:\1=/etc/ssl/.rnd:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-
- dosbin bin/enroll* || die "dosbin failed"
- newbin bin/test_app osp_test_app || die "newbin failed"
-
- dodoc *.txt || die "dodoc failed"
-
- insinto /usr/share/doc/${PF}
- doins bin/test.cfg || die "doins failed"
-}
-
-pkg_postinst() {
- elog "The OSP test application is located in ${ROOT}usr/bin/osp_test_app"
- elog "See ${ROOT}usr/share/doc/${PF}/test.cfg for a sample test.cfg for osp_test_app"
-}
diff --git a/net-libs/osptoolkit/osptoolkit-3.4.2.ebuild b/net-libs/osptoolkit/osptoolkit-3.4.2.ebuild
deleted file mode 100644
index 00db3fa4a411..000000000000
--- a/net-libs/osptoolkit/osptoolkit-3.4.2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/osptoolkit/osptoolkit-3.4.2.ebuild,v 1.2 2009/04/20 17:06:55 volkmar Exp $
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-S_DATE="20071227"
-
-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
- mirror://sourceforge/osp-toolkit/${PN}_${PV}-1.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/TK-${PV//./_}-${S_DATE}
-
-# TODO:
-# generate a shared lib
-
-# NOTES:
-# debian patch is used atm but will surely not for further versions
-# osptest isn't a test that can be used for src_test, it's part of the toolkit
-
-src_prepare() {
- # applying debian patches
- epatch "${WORKDIR}"/${PN}_${PV}-1.diff
-
- # change enroll path from debian paches
- sed -i -e "s:^\(ospdir\).*:\1=/usr/lib/${PN}:" \
- bin/enroll.sh || die "patching bin/enroll.sh failed"
-
- # 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/ssl/openssl.cnf:" \
- -e "s:^\(RANDFILE\).*:\1=\/etc/${PN}/.rnd:" \
- 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"
- # line above doesn't build tests but osptest (see NOTES)
- 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 || 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"
-}