summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-08 12:09:31 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-08 12:09:31 +0000
commita1ea46c4bf80a3eaf926c541e8cc763d15d17c70 (patch)
treebdfd9c7261bb0bac60ffbb12a13f80f65eccbcb9 /sys-auth
parentNew openguru ebuild, utility used to read Abit uGuru sensors. Bug 112702 (diff)
downloadsunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.tar.gz
sunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.tar.bz2
sunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.zip
Add echangelog svn changes to the sunrise overlay, bug 136048
svn path=/; revision=7
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_skey/ChangeLog19
-rw-r--r--sys-auth/pam_skey/pam_skey-1.1.4.ebuild1
-rw-r--r--sys-auth/pam_skey/pam_skey-1.1.5.ebuild34
3 files changed, 54 insertions, 0 deletions
diff --git a/sys-auth/pam_skey/ChangeLog b/sys-auth/pam_skey/ChangeLog
index 6a0058abf..2b2eddc5e 100644
--- a/sys-auth/pam_skey/ChangeLog
+++ b/sys-auth/pam_skey/ChangeLog
@@ -2,6 +2,25 @@
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> pam_skey-1.1.4.ebuild,
+ +pam_skey-1.1.5.ebuild:
+ version bump
+
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +pam_skey-1.1.5.ebuild:
+ version bump
+
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +pam_skey-1.1.5.ebuild:
+ version bump
+
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +pam_skey-1.1.5.ebuild:
+ version bump
+
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +pam_skey-1.1.5.ebuild:
+ version bump
+
+ 08 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +pam_skey-1.1.5.ebuild:
+ version bump
+
08 Jun 2006; Jakub Moc <jakub@gentoo.org> ChangeLog:
New ebuild, thanks to Ulrich Mueller and Dani Church in Bug 55279
diff --git a/sys-auth/pam_skey/pam_skey-1.1.4.ebuild b/sys-auth/pam_skey/pam_skey-1.1.4.ebuild
index 3ac016ffd..8f18bf6a3 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.4.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.4.ebuild
@@ -4,6 +4,7 @@
inherit eutils pam
+qevcqejfnv
DESCRIPTION="pam interface to existing S/Key library/interface"
HOMEPAGE="http://freshmeat.net/projects/pam_skey/"
SRC_URI="http://kreator.esa.fer.hr/projects/tarballs/${P}.tar.gz"
diff --git a/sys-auth/pam_skey/pam_skey-1.1.5.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5.ebuild
new file mode 100644
index 000000000..3ac016ffd
--- /dev/null
+++ b/sys-auth/pam_skey/pam_skey-1.1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils pam
+
+DESCRIPTION="pam interface to existing S/Key library/interface"
+HOMEPAGE="http://freshmeat.net/projects/pam_skey/"
+SRC_URI="http://kreator.esa.fer.hr/projects/tarballs/${P}.tar.gz"
+ #http://dchurch.ath.cx/${P}-gentoo-${PR}.patch.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=sys-libs/pam-0.78-r3
+ >=app-admin/skey-1.1.5-r4"
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-gentoo.patch
+}
+
+src_compile() {
+ econf --libdir="/lib" || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README INSTALL
+ newpamd ${FILESDIR}/pam_skey-system-auth.pam.d system-auth
+}