From e685e626cf7bf6661a3c65e8b10a7ee974bb34dc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 5 Jun 2016 20:01:30 +0200 Subject: sys-auth/google-authenticator: Remove, now in ::gentoo --- sys-auth/google-authenticator/ChangeLog | 15 ------ sys-auth/google-authenticator/Manifest | 5 -- .../files/google-authenticator-1.0-Makefile.patch | 58 ---------------------- .../google-authenticator-1.0.ebuild | 46 ----------------- sys-auth/google-authenticator/metadata.xml | 7 --- 5 files changed, 131 deletions(-) delete mode 100644 sys-auth/google-authenticator/ChangeLog delete mode 100644 sys-auth/google-authenticator/Manifest delete mode 100644 sys-auth/google-authenticator/files/google-authenticator-1.0-Makefile.patch delete mode 100644 sys-auth/google-authenticator/google-authenticator-1.0.ebuild delete mode 100644 sys-auth/google-authenticator/metadata.xml diff --git a/sys-auth/google-authenticator/ChangeLog b/sys-auth/google-authenticator/ChangeLog deleted file mode 100644 index 56e77ad41..000000000 --- a/sys-auth/google-authenticator/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for sys-auth/google-authenticator -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 28 Jul 2012; Manuel Rüger (mrueg) gentoo@rueg.eu - google-authenticator-1.0.ebuild: - Use pam.eclass, link to wiki article. Thanks to floppym - -*google-authenticator-1.0 (09 Jul 2012) - - 09 Jul 2012; Manuel Rüger (mrueg) gentoo@rueg.eu - +google-authenticator-1.0.ebuild, - +files/google-authenticator-1.0-Makefile.patch, +metadata.xml: - New Ebuild for bug #419177, thanks to hasufell, floppym. - diff --git a/sys-auth/google-authenticator/Manifest b/sys-auth/google-authenticator/Manifest deleted file mode 100644 index c10fe0920..000000000 --- a/sys-auth/google-authenticator/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX google-authenticator-1.0-Makefile.patch 2371 SHA256 d560e4099ce24535637a0841247db49837f2f91b26b47f36dd82d277e5e5a43a SHA512 761986713c7b4ebd25fd12d1ea926ff281f064a9f33ac904dd0ef055b588b67945d1cc03a90ecac185f4879c24615c77cd36a9137a2bbdc16d75f4cf63bca2ec WHIRLPOOL 1f5ca70527c8e4e69997ea20e1bcd92f99baeebd4e2f5f512bc956c4a4b6a822088340da8c46f65b52084358496291b07412f8c6fdbbdc1240439633f15aa278 -DIST libpam-google-authenticator-1.0-source.tar.bz2 32708 SHA256 80426045d13ce7a2bf56c692ccfb1751cef3c7484752ad40738facf729264d4b SHA512 92ec473b07e2e46f969cd0a1a6f5707892800418442ad7d046ebc1195bbd1654e396f53245056c7eee38decaeb1997102f9aa988b7da1d734dcd2b104402ef8c WHIRLPOOL fff94006035d0751ff690f81d827a33c5d304f86a48809fa889138bb29ae1f9c47315fb0c3548d29dae545cac63db9f35a9bb6e439f49cd4a6571241a43e4c6a -EBUILD google-authenticator-1.0.ebuild 1129 SHA256 559108328e3342653ff7cb2230f0f74a25dc72476a8ed0a57c45538786cc8d6b SHA512 44342a92631be5bd67441dbfde7e91cbf567c11c76bb239b9c9e44396fa5205d7e557f4ea79ac653e9dfb332adcdf49ec26fab5556e58daa703efa7704642e23 WHIRLPOOL e098285011ec5e151d699137670ea2b7b2eb2557e049918a7f3d8bff5304d2c45bb3ef9bce2a0ab37d8b8d7be80b1713abc21eeb0c80a30cf956fa1b7a0952f9 -MISC ChangeLog 530 SHA256 7c159b5fb845cbf4214f995378607c6e33bde4bb8032aeb44913402895d124c8 SHA512 f0c8c14cf8ed5c9231d6698c12d888bdb3f2ed4c71d90b885d9624385e9374bf02888164fd2984581bbd6d163fdfcd04d1f07f5fdbca10c500dcf5da621638a1 WHIRLPOOL 5a160b4f49526e1d862b224f32c820f65d4758d6b0b1df707b6293dfe13c336259d73342b4f2c85cea7db003e0f80b17335264a8bcb055e4989e065f21e917bf -MISC metadata.xml 214 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 SHA512 aeb2fb354a9ddf41c45a071091a58b91eaf8b25d6d2c49e3e3daa547b591a54530144de4533573160b48dc356289c909612c4e3c80e387f081f88cb39263e130 WHIRLPOOL 54d8861daedd18ca38e4ada0fb71026c612b63946d47a9b34de90d1d6d85c8ce05c0a4b97730f554ea637d73ccce8ed207d33e707c2b8c1dd28af24cf44dd186 diff --git a/sys-auth/google-authenticator/files/google-authenticator-1.0-Makefile.patch b/sys-auth/google-authenticator/files/google-authenticator-1.0-Makefile.patch deleted file mode 100644 index b44e5685a..000000000 --- a/sys-auth/google-authenticator/files/google-authenticator-1.0-Makefile.patch +++ /dev/null @@ -1,58 +0,0 @@ -Sa 7. Jul 19:54:31 CEST 2012 -Manuel Rueger (gentoo@rueg.eu) -Make CC overwritable -Drop -g and -O2 - ---- Makefile.old 2012-06-02 08:10:18.115493988 +0200 -+++ Makefile 2012-07-07 18:51:19.923536018 +0200 -@@ -18,9 +18,7 @@ - - .SUFFIXES: .so - --ifeq ($(origin CC), default) -- CC := gcc --endif -+CC ?= gcc - - DEF_CFLAGS := $(shell [ `uname` = SunOS ] && \ - echo ' -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT') \ -@@ -70,14 +68,14 @@ - libpam-google-authenticator-*-source.tar.bz2 - - google-authenticator: google-authenticator.o base32.o hmac.o sha1.o -- $(CC) -g $(DEF_LDFLAGS) -o $@ $+ $(LDL_LDFLAGS) -+ $(CC) $(DEF_LDFLAGS) -o $@ $+ $(LDL_LDFLAGS) - - demo: demo.o pam_google_authenticator_demo.o base32.o hmac.o sha1.o -- $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ $(LDL_LDFLAGS) -+ $(CC) $(DEF_LDFLAGS) -rdynamic -o $@ $+ $(LDL_LDFLAGS) - - pam_google_authenticator_unittest: pam_google_authenticator_unittest.o \ - base32.o hmac.o sha1.o -- $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ -lc $(LDL_LDFLAGS) -+ $(CC) $(DEF_LDFLAGS) -rdynamic -o $@ $+ -lc $(LDL_LDFLAGS) - - pam_google_authenticator.so: base32.o hmac.o sha1.o - pam_google_authenticator_testing.so: base32.o hmac.o sha1.o -@@ -85,10 +83,10 @@ - pam_google_authenticator.o: pam_google_authenticator.c base32.h hmac.h sha1.h - pam_google_authenticator_demo.o: pam_google_authenticator.c base32.h hmac.h \ - sha1.h -- $(CC) -DDEMO --std=gnu99 -Wall -O2 -g -fPIC -c $(DEF_CFLAGS) -o $@ $< -+ $(CC) -DDEMO --std=gnu99 -Wall -fPIC -c $(DEF_CFLAGS) -o $@ $< - pam_google_authenticator_testing.o: pam_google_authenticator.c base32.h \ - hmac.h sha1.h -- $(CC) -DTESTING --std=gnu99 -Wall -O2 -g -fPIC -c $(DEF_CFLAGS) \ -+ $(CC) -DTESTING --std=gnu99 -Wall -fPIC -c $(DEF_CFLAGS) \ - -o $@ $< - pam_google_authenticator_unittest.o: pam_google_authenticator_unittest.c \ - pam_google_authenticator_testing.so \ -@@ -100,6 +98,6 @@ - sha1.o: sha1.c sha1.h - - .c.o: -- $(CC) --std=gnu99 -Wall -O2 -g -fPIC -c $(DEF_CFLAGS) -o $@ $< -+ $(CC) --std=gnu99 -Wall -fPIC -c $(DEF_CFLAGS) -o $@ $< - .o.so: -- $(CC) -shared -g $(DEF_LDFLAGS) -o $@ $+ -lpam -+ $(CC) -shared $(DEF_LDFLAGS) -o $@ $+ -lpam diff --git a/sys-auth/google-authenticator/google-authenticator-1.0.ebuild b/sys-auth/google-authenticator/google-authenticator-1.0.ebuild deleted file mode 100644 index ae869957d..000000000 --- a/sys-auth/google-authenticator/google-authenticator-1.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils toolchain-funcs pam - -DESCRIPTION="PAM Module for two step verification via mobile platform" -HOMEPAGE="http://code.google.com/p/google-authenticator/" -SRC_URI="http://${PN}.googlecode.com/files/libpam-${P}-source.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/pam" - -RDEPEND="${DEPEND}" - -RESTRICT="test" -# Test fails with: -# pam_google_authenticator_unittest: pam_google_authenticator_unittest.c:317: main: Assertion `pam_sm_open_session(((void *)0), 0, targc, targv) == 0' failed. -# No user name available when checking verification code - -S=${WORKDIR}/libpam-${P} - -src_prepare(){ - epatch "${FILESDIR}"/${P}-Makefile.patch - tc-export CC -} - -src_install(){ - dopammod pam_google_authenticator.so - dobin google-authenticator - dodoc README - dohtml totp.html -} - -pkg_postinst(){ - elog "For further information see" - elog "http://wiki.gentoo.org/wiki/Google_Authenticator" - elog "" - elog "If you want support for QR-Codes, install media-gfx/qrencode." -} diff --git a/sys-auth/google-authenticator/metadata.xml b/sys-auth/google-authenticator/metadata.xml deleted file mode 100644 index cc3fe2494..000000000 --- a/sys-auth/google-authenticator/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - maintainer-wanted@gentoo.org - - -- cgit v1.2.3-65-gdbad