summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-06 21:13:27 +0000
committerUlrich Müller <ulm@gentoo.org>2012-01-06 21:13:27 +0000
commit555beb1b5684d32b5c7d2251c7697a9115e26804 (patch)
treebee1e71597c895ed6cf1f0fadd6dae48802f2819 /sys-auth/pam_skey
parentUse new config_rpath_update helper from autotools.eclass rather than caching ... (diff)
downloadgentoo-2-555beb1b5684d32b5c7d2251c7697a9115e26804.tar.gz
gentoo-2-555beb1b5684d32b5c7d2251c7697a9115e26804.tar.bz2
gentoo-2-555beb1b5684d32b5c7d2251c7697a9115e26804.zip
New patchset with long pending typo fix. Update to EAPI 4.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_skey')
-rw-r--r--sys-auth/pam_skey/ChangeLog7
-rw-r--r--sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild30
2 files changed, 18 insertions, 19 deletions
diff --git a/sys-auth/pam_skey/ChangeLog b/sys-auth/pam_skey/ChangeLog
index 3ecb7fea552e..3bb1e886005d 100644
--- a/sys-auth/pam_skey/ChangeLog
+++ b/sys-auth/pam_skey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_skey
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.17 2010/10/15 20:50:18 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.18 2012/01/06 21:13:27 ulm Exp $
+
+ 06 Jan 2012; Ulrich Mueller <ulm@gentoo.org> pam_skey-1.1.5-r2.ebuild:
+ New patchset with long pending typo fix. Update to EAPI 4.
15 Oct 2010; Ulrich Mueller <ulm@gentoo.org> -pam_skey-1.1.5-r1.ebuild:
Remove old.
diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild
index 658c5d3eb05b..39f4b91964cd 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild,v 1.4 2010/10/10 10:38:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild,v 1.5 2012/01/06 21:13:27 ulm Exp $
+
+EAPI=4
inherit eutils pam autotools multilib
DESCRIPTION="PAM interface for the S/Key authentication system"
HOMEPAGE="http://freshmeat.net/projects/pam_skey/"
SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
- mirror://gentoo/${P}-patches-2.tar.bz2"
+ mirror://gentoo/${P}-patches-3.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=">=sys-libs/pam-0.78-r3
+RDEPEND=">=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils"
+
+DOCS="README INSTALL"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
EPATCH_SUFFIX=patch epatch
cd autoconf
@@ -29,15 +32,8 @@ src_unpack() {
mv configure defs.h.in .. || die "mv failed"
}
-src_compile() {
- econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC" \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README INSTALL
+src_configure() {
+ econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
}
pkg_postinst() {