commit:     03e2a51b850358c65eadf116dc1c707845e6f1db
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 22:15:52 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 26 22:15:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e2a51b

sys-auth/otpcalc: Remove old.

Package-Manager: portage-2.3.0_rc1

 sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | 54 ---------------------------------
 1 file changed, 54 deletions(-)

diff --git a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild 
b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild
deleted file mode 100644
index 7820ae8..0000000
--- a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A One Time Password and S/Key calculator for X"
-HOMEPAGE="http://killa.net/infosec/otpCalc/";
-SRC_URI="http://killa.net/infosec/otpCalc/otpCalc-${PV}.tar.gz";
-
-LICENSE="GPL-2+" # bundled crypto functions are not used
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       dev-libs/openssl"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S="${WORKDIR}/otpCalc-${PV}"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}/${PN}-man-table-format.diff" \
-               "${FILESDIR}/${P}-badindex.diff" \
-               "${FILESDIR}/${PN}-crypto-proto.diff" \
-               "${FILESDIR}/${P}-gtk2-gentoo.patch" \
-               "${FILESDIR}/${P}-skey-md5.patch" \
-               "${FILESDIR}/${P}-sha1-byteorder.patch" \
-               "${FILESDIR}/${P}-gtk-deprecated.patch"
-
-       # print correct version in manpage
-       sed -i -e "s/VERSION/${PV}/g" otpCalc.man || die
-
-       # override hardcoded FLAGS
-       sed -i \
-               -e 's:$(CC) $(CFLAGS) $^:$(CC) $(LDFLAGS) $(CFLAGS) $^:' \
-               -e "s#-s -O3#${CFLAGS}#g" \
-               Makefile.in || die
-
-       tc-export CC
-}
-
-src_install() {
-       dobin otpCalc
-       dosym otpCalc /usr/bin/otpcalc
-       newman otpCalc.man otpCalc.1
-       newman - otpcalc.1 <<<".so man1/otpCalc.1"
-       domenu "${FILESDIR}/${PN}.desktop"
-       dodoc BUGS ChangeLog TODO
-}

Reply via email to