* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_abl: pam_abl-0.5.0.ebuild ChangeLog pam_abl-0.2.3-r1.ebuild
@ 2013-02-24 5:52 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2013-02-24 5:52 UTC (permalink / raw
To: gentoo-commits
flameeyes 13/02/24 05:52:40
Modified: ChangeLog
Added: pam_abl-0.5.0.ebuild
Removed: pam_abl-0.2.3-r1.ebuild
Log:
Remove old; version bump; hide symbols.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Revision Changes Path
1.16 sys-auth/pam_abl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 24 May 2012 05:05:31 -0000 1.15
+++ ChangeLog 24 Feb 2013 05:52:40 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/pam_abl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.15 2012/05/24 05:05:31 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.16 2013/02/24 05:52:40 flameeyes Exp $
+
+*pam_abl-0.5.0 (24 Feb 2013)
+
+ 24 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> +pam_abl-0.5.0.ebuild,
+ -files/pam_abl-0.2.3-as-needed.patch, -pam_abl-0.2.3-r1.ebuild:
+ Remove old; version bump; hide symbols.
24 May 2012; Mike Frysinger <vapier@gentoo.org> pam_abl-0.2.3-r1.ebuild:
Inherit eutils for epatch.
@@ -69,4 +75,3 @@
08 Jun 2006; Jakub Moc <jakub@gentoo.org> +pam_abl-0.2.3.ebuild:
New ebuild, based on ebuild submitted by iryoku (iryoku at terra dot es),
Bug 95248
-
1.1 sys-auth/pam_abl/pam_abl-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/pam_abl-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/pam_abl-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: pam_abl-0.5.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.5.0.ebuild,v 1.1 2013/02/24 05:52:40 flameeyes Exp $
EAPI=5
MY_PN="${PN/_/-}"
MY_P="${MY_PN}-${PV}"
inherit flag-o-matic pam cmake-utils db-use multilib
DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
HOMEPAGE="http://pam-abl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-libs/pam-0.78-r2
>=sys-libs/db-4.2.52_p2"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}"
src_configure() {
pammod_hide_symbols
local mycmakeargs=(
-DDB_INCLUDE_DIR=$(db_includedir)
-DDB_LINK_DIR=/usr/$(get_libdir)
-DDB_LIBRARY=$(db_libname)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
dodir $(getpam_mod_dir)
mv "${D}"/usr/lib/security/*.so "${D}"/"$(getpam_mod_dir)" || die
dodoc doc/*.txt README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-24 5:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24 5:52 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_abl: pam_abl-0.5.0.ebuild ChangeLog pam_abl-0.2.3-r1.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox