From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25EE139083 for ; Thu, 21 Dec 2017 09:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EBCCE114B; Thu, 21 Dec 2017 09:07:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C18E115B for ; Thu, 21 Dec 2017 09:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4D6C340806 for ; Thu, 21 Dec 2017 09:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 276D8AE91 for ; Thu, 21 Dec 2017 09:07:47 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1513847254.c8a4c24c38ba3a30ed6fbf3069c37ff39c2b3566.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator/Manifest sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild X-VCS-Directories: sys-auth/google-authenticator/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c8a4c24c38ba3a30ed6fbf3069c37ff39c2b3566 X-VCS-Branch: master Date: Thu, 21 Dec 2017 09:07:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2aa4459-b393-4577-96cc-2db2f7cbac52 X-Archives-Hash: 705b609d0f7c1f6608704595aac6c2cd commit: c8a4c24c38ba3a30ed6fbf3069c37ff39c2b3566 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 21 08:58:02 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 21 09:07:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a4c24c sys-auth/google-authenticator: remove 1.01_pre20160307231538 Package-Manager: Portage-2.3.14, Repoman-2.3.6 sys-auth/google-authenticator/Manifest | 1 - ...gle-authenticator-1.01_pre20160307231538.ebuild | 70 ---------------------- 2 files changed, 71 deletions(-) diff --git a/sys-auth/google-authenticator/Manifest b/sys-auth/google-authenticator/Manifest index 4a66f85b719..cb12f907b1a 100644 --- a/sys-auth/google-authenticator/Manifest +++ b/sys-auth/google-authenticator/Manifest @@ -1,2 +1 @@ -DIST google-authenticator-1.01_pre20160307231538.tar.xz 255316 BLAKE2B 3c121321c6cf3e97c3deb70b9313ed289b8edd8109396e84fee7d0ad90a76e67e95626d5cca2057ca195dc55fb674e14553cbb8c59559f35211800aea093de2b SHA512 cee3898b7afec54079968ff0690f076b78512b0b2c982ef5bedb2d6c5850b103c80191caa4b172069a83eb4d15ea4fce5b3f5eefdb36aa0426d985ba29736108 DIST google-authenticator-1.04.tar.gz 54019 BLAKE2B 06afb1be1ceabb68bb7ba94921af415fe1dfd68b3b1ed75b58b3c5a58901ec482ae11063f487db0a7032868e833644022335ad9844f54734c2ad78c514f255a8 SHA512 e4b8ad74301312e17edd0a7f25257086fd805c8d5215b06b71d96e9a64a71b2c87d0c5a532d9eca21d6d67e30c02c2c2c77dbd338a2f49af25c32dcd355ee98e diff --git a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild b/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild deleted file mode 100644 index b637ffb3858..00000000000 --- a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit multilib - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/google/${PN}.git" - inherit git-r3 autotools - S="${WORKDIR}/${P}/libpam" -else - MY_P=${P%_pre*} - SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="PAM Module for two step verification via mobile platform" -HOMEPAGE="https://github.com/google/google-authenticator" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="virtual/pam" -RDEPEND="${DEPEND}" - -src_prepare() { - if [[ ${PV} == "9999" ]] ; then - eautoreconf - fi -} - -src_configure() { - # We might want to use getpam_mod_dir from pam eclass, - # but the build already appends "/security" for us. - econf \ - --docdir="\$(datarootdir)/doc/${PF}" \ - --htmldir='$(docdir)/html' \ - --libdir="/$(get_libdir)" -} - -src_compile() { - default - - if [[ ${PV} == "9999" ]] ; then - local stamp=$(date --date="$(git log -n1 --pretty=format:%ci master)" -u "+%Y%m%d%H%M%S") - emake dist - - local otar=$(echo ${PN}-*.tar.gz) - local ntar="${otar%.tar.gz}_pre${stamp}.tar.xz" - zcat "${otar}" | xz > "${ntar}" - fi -} - -src_install() { - default - # Punt the pam module libtool archive. - find "${ED}" -name '*.la' -delete -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "For further information see" - elog "https://wiki.gentoo.org/wiki/Google_Authenticator" - elog "" - elog "If you want support for QR-Codes, install media-gfx/qrencode." - fi -}