jlec 15/03/25 16:50:52 Modified: rancid-2.3.8.ebuild ChangeLog Log: Fix tcl/tk slotting; bump to EAPI=5 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 net-misc/rancid/rancid-2.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?r1=1.5&r2=1.6 Index: rancid-2.3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rancid-2.3.8.ebuild 17 Jun 2013 10:22:08 -0000 1.5 +++ rancid-2.3.8.ebuild 25 Mar 2015 16:50:52 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.5 2013/06/17 10:22:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.6 2015/03/25 16:50:52 jlec Exp $ EAPI=5 @@ -15,12 +15,14 @@ RESTRICT="mirror" KEYWORDS="~amd64 ~x86" IUSE="+cvs subversion" + REQUIRED_USE="^^ ( cvs subversion )" # app-arch/par is blocker, due to bug #455838 -DEPEND="!app-arch/par +DEPEND=" + !app-arch/par dev-lang/perl - dev-lang/tcl + dev-lang/tcl:0= dev-tcltk/expect sys-apps/diffutils cvs? ( dev-vcs/cvs ) 1.8 net-misc/rancid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 18 Sep 2013 03:24:05 -0000 1.7 +++ ChangeLog 25 Mar 2015 16:50:52 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rancid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.7 2013/09/18 03:24:05 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.8 2015/03/25 16:50:52 jlec Exp $ + + 25 Mar 2015; Justin Lecher <[email protected]> rancid-2.3.8.ebuild: + Fix tcl/tk slotting; bump to EAPI=5 18 Sep 2013; Chris Reffett <[email protected]> metadata.xml: Update proxy maintainer's email at his request.
