public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/tac_plus: ChangeLog tac_plus-4.0.4.19-r4.ebuild tac_plus-4.0.4.19-r2.ebuild tac_plus-4.0.4.15.ebuild tac_plus-4.0.4.14.ebuild
@ 2013-02-28 21:31 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2013-02-28 21:31 UTC (permalink / raw
  To: gentoo-commits

chainsaw    13/02/28 21:31:37

  Modified:             ChangeLog
  Added:                tac_plus-4.0.4.19-r4.ebuild
  Removed:              tac_plus-4.0.4.19-r2.ebuild
                        tac_plus-4.0.4.15.ebuild tac_plus-4.0.4.14.ebuild
  Log:
  Automatic deansification was requested by the build system but not actually required. Remove to ensure compatibility with automake 1.12; closes bug #438638 by Diego Elio "Flameeyes" Pettenò. Remove old non-stable ebuilds.
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.16                 net-nds/tac_plus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/tac_plus/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/tac_plus/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/tac_plus/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/tac_plus/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	9 Dec 2012 10:27:58 -0000	1.15
+++ ChangeLog	28 Feb 2013 21:31:37 -0000	1.16
@@ -1,6 +1,15 @@
 # ChangeLog for net-nds/tac_plus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/ChangeLog,v 1.15 2012/12/09 10:27:58 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/ChangeLog,v 1.16 2013/02/28 21:31:37 chainsaw Exp $
+
+*tac_plus-4.0.4.19-r4 (28 Feb 2013)
+
+  28 Feb 2013; Tony Vroon <chainsaw@gentoo.org> -tac_plus-4.0.4.14.ebuild,
+  -tac_plus-4.0.4.15.ebuild, -tac_plus-4.0.4.19-r2.ebuild,
+  +tac_plus-4.0.4.19-r4.ebuild, +files/tac_plus-4.0.4.19-deansification.patch:
+  Automatic deansification was requested by the build system but not actually
+  required. Remove to ensure compatibility with automake 1.12; closes bug
+  #438638 by Diego Elio "Flameeyes" Pettenò. Remove old non-stable ebuilds.
 
   09 Dec 2012; Ulrich Müller <ulm@gentoo.org> tac_plus-4.0.4.14.ebuild,
   tac_plus-4.0.4.15.ebuild, tac_plus-4.0.4.19-r2.ebuild,



1.1                  net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild?rev=1.1&content-type=text/plain

Index: tac_plus-4.0.4.19-r4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild,v 1.1 2013/02/28 21:31:37 chainsaw Exp $

EAPI=5

inherit autotools base libtool

MY_P="tacacs+-F${PV}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="An updated version of Cisco's TACACS+ server"
HOMEPAGE="http://www.shrubbery.net/tac_plus/"
SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"

LICENSE="HPND RSA GPL-2" # GPL-2 only for init script
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug finger maxsess tcpd skey static-libs"

DEPEND="skey? ( >=sys-auth/skey-1.1.5-r1 )
	tcpd? ( sys-apps/tcp-wrappers )
	sys-libs/pam"
RDEPEND="${DEPEND}"

PATCHES=(
"${FILESDIR}/${P}-parallelmake.patch"
"${FILESDIR}/${P}-deansification.patch"
)

src_prepare() {
	base_src_prepare
	AT_M4DIR="." eautoreconf
	elibtoolize
}

src_configure() {
	econf \
		$(use_with skey) \
		$(use_with tcpd libwrap) \
		$(use_enable debug) \
		$(use_enable finger) \
		$(use_enable maxsess) \
		$(use_enable static-libs static) \
		|| die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"

	use static-libs || find "${D}" -name '*.la' -delete || die "Unable to remove spurious libtool archive"
	dodoc CHANGES FAQ

	newinitd "${FILESDIR}/tac_plus.init2" tac_plus
	newconfd "${FILESDIR}/tac_plus.confd2" tac_plus

	insinto /etc/tac_plus
	newins "${FILESDIR}/tac_plus.conf2" tac_plus.conf
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-28 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 21:31 [gentoo-commits] gentoo-x86 commit in net-nds/tac_plus: ChangeLog tac_plus-4.0.4.19-r4.ebuild tac_plus-4.0.4.19-r2.ebuild tac_plus-4.0.4.15.ebuild tac_plus-4.0.4.14.ebuild Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox