From f285b1557ebb3ff0278848711a71f323ae3f4c80 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Fri, 13 Mar 2015 23:52:54 +0100 Subject: sys-auth/oath-toolkit: Moved to the tree. --- sys-auth/oath-toolkit/ChangeLog | 13 ---------- sys-auth/oath-toolkit/Manifest | 4 ---- sys-auth/oath-toolkit/metadata.xml | 5 ---- sys-auth/oath-toolkit/oath-toolkit-1.10.5.ebuild | 30 ------------------------ 4 files changed, 52 deletions(-) delete mode 100644 sys-auth/oath-toolkit/ChangeLog delete mode 100644 sys-auth/oath-toolkit/Manifest delete mode 100644 sys-auth/oath-toolkit/metadata.xml delete mode 100644 sys-auth/oath-toolkit/oath-toolkit-1.10.5.ebuild diff --git a/sys-auth/oath-toolkit/ChangeLog b/sys-auth/oath-toolkit/ChangeLog deleted file mode 100644 index 8306d8600..000000000 --- a/sys-auth/oath-toolkit/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for sys-auth/oath-toolkit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 29 Jan 2012; Artem Sidorenko (Scader) metadata.xml: - Fixed maintainer for ebuild sys-auth/toolkit - -*oath-toolkit-1.10.5 (29 Jan 2012) - - 29 Jan 2012; Artem Sidorenko (Scader) - +oath-toolkit-1.10.5.ebuild, +metadata.xml: - New Ebuild for bug 401409 - diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest deleted file mode 100644 index aa53065d7..000000000 --- a/sys-auth/oath-toolkit/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST oath-toolkit-1.10.5.tar.gz 1876773 RMD160 52c09b838b10df8536e3f122e1b829eec1f830f4 SHA1 b3fddfbc442c7cffe854ec159466155ef6ce0cbc SHA256 7a710756f5593965954aa6cffdd0aa7bded7b48f4cb807821b927d8c70bf689c -EBUILD oath-toolkit-1.10.5.ebuild 635 RMD160 c1df816a4374048cef91aea0415cadc52b970f8e SHA1 a5fda692daea304383b0962922a2bb559fd8793f SHA256 02dde68b8d2e7bea233b859384199c3745ba181e91a201cab39c55b9b388cd63 -MISC ChangeLog 421 RMD160 6e61d30092c92ff2f7312dc8ecde5c1a2dbe7d2f SHA1 20e3f6c99acd0ab63d1159f9fc84c0e702d86011 SHA256 8a993cb8ccc1dea63bea63a8dc5787e2d28066be4800e2bf1c088e7e45319f9b -MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/sys-auth/oath-toolkit/metadata.xml b/sys-auth/oath-toolkit/metadata.xml deleted file mode 100644 index 31dc017fa..000000000 --- a/sys-auth/oath-toolkit/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -maintainer-wanted@gentoo.org - diff --git a/sys-auth/oath-toolkit/oath-toolkit-1.10.5.ebuild b/sys-auth/oath-toolkit/oath-toolkit-1.10.5.ebuild deleted file mode 100644 index e00817754..000000000 --- a/sys-auth/oath-toolkit/oath-toolkit-1.10.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit pam - -DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms" -HOMEPAGE="http://www.nongnu.org/oath-toolkit/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-2.1" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="pam" - -DEPEND="pam? ( virtual/pam )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable pam) --with-pam-dir=$(getpam_mod_dir) -} - -src_install() { - default - if use pam; then - newdoc pam_oath/README README.pam - fi -} -- cgit v1.2.3-65-gdbad