* [gentoo-commits] gentoo-x86 commit in net-misc/rancid: rancid-2.3.8.ebuild ChangeLog
@ 2013-02-07 9:41 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-02-07 9:41 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/02/07 09:41:03
Modified: rancid-2.3.8.ebuild ChangeLog
Log:
Respect CFLAGS wrt bug #455840, fix conditions on nonexistent 'svn' USE flag - use 'subversion' instead
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?r1=1.1&r2=1.2
Index: rancid-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rancid-2.3.8.ebuild 22 Jan 2013 23:08:39 -0000 1.1
+++ rancid-2.3.8.ebuild 7 Feb 2013 09:41:03 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.1 2013/01/22 23:08:39 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.2 2013/02/07 09:41:03 pinkbyte Exp $
EAPI=4
@@ -33,6 +33,10 @@
epatch "${FILESDIR}"/${P}-mailprefix.patch
epatch "${FILESDIR}"/${P}-config.patch
epatch "${FILESDIR}"/${P}-buildsystem.patch
+
+ # respect CFLAGS, bug #455840
+ sed -i -e '/^CFLAGS/d' bin/Makefile.am || die 'sed on bin/Makefile.am failed'
+
eautoreconf
}
@@ -42,13 +46,13 @@
--enable-conf-install \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
- $(use svn && echo "--with-svn=fsfs")
+ $(use subversion && echo "--with-svn=fsfs")
}
src_install() {
default
- if use svn ; then
+ if use subversion ; then
sed -e 's/^RCSSYS=cvs/RCSSYS=svn/' \
-i "${D}"/etc/rancid.conf || die
fi
1.3 net-misc/rancid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 23 Jan 2013 16:55:15 -0000 1.2
+++ ChangeLog 7 Feb 2013 09:41:03 -0000 1.3
@@ -1,6 +1,10 @@
# 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.2 2013/01/23 16:55:15 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.3 2013/02/07 09:41:03 pinkbyte Exp $
+
+ 07 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> rancid-2.3.8.ebuild:
+ Respect CFLAGS wrt bug #455840, fix conditions on nonexistent 'svn' USE flag
+ - use 'subversion' instead
23 Jan 2013; Michael Weber <xmw@gentoo.org> metadata.xml:
fix herd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/rancid: rancid-2.3.8.ebuild ChangeLog
@ 2013-03-03 12:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-03-03 12:06 UTC (permalink / raw
To: gentoo-commits
pacho 13/03/03 12:06:21
Modified: rancid-2.3.8.ebuild ChangeLog
Log:
DISABLE_AUTOFORMATTING needs to be used to prevent README.gentoo file from being really hard to read
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?r1=1.2&r2=1.3
Index: rancid-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rancid-2.3.8.ebuild 7 Feb 2013 09:41:03 -0000 1.2
+++ rancid-2.3.8.ebuild 3 Mar 2013 12:06:21 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.2 2013/02/07 09:41:03 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.3 2013/03/03 12:06:21 pacho Exp $
EAPI=4
@@ -74,6 +74,7 @@
fowners ${PN}:${PN} /var/${PN}/{,logs,.cloginrc}
}
+DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="Micro-HOWTO on how to get running:
1) Modify MAILPREFIX, ADMINMAILPREFIX, and LIST_OF_GROUPS
1.4 net-misc/rancid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 7 Feb 2013 09:41:03 -0000 1.3
+++ ChangeLog 3 Mar 2013 12:06:21 -0000 1.4
@@ -1,6 +1,10 @@
# 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.3 2013/02/07 09:41:03 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.4 2013/03/03 12:06:21 pacho Exp $
+
+ 03 Mar 2013; Pacho Ramos <pacho@gentoo.org> rancid-2.3.8.ebuild:
+ DISABLE_AUTOFORMATTING needs to be used to prevent README.gentoo file from
+ being really hard to read
07 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> rancid-2.3.8.ebuild:
Respect CFLAGS wrt bug #455840, fix conditions on nonexistent 'svn' USE flag
@@ -15,4 +19,3 @@
+files/rancid-2.3.8-buildsystem.patch, +files/rancid-2.3.8-config.patch,
+files/rancid-2.3.8-mailprefix.patch, +metadata.xml:
Initial import, thanks to all contributors on bug 151846.
-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/rancid: rancid-2.3.8.ebuild ChangeLog
@ 2013-06-17 10:19 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-06-17 10:19 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/06/17 10:19:30
Modified: rancid-2.3.8.ebuild ChangeLog
Log:
Bump EAPI to 5, make cvs USE-flag default per upstream, add ~x86 keyword
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild?r1=1.3&r2=1.4
Index: rancid-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rancid-2.3.8.ebuild 3 Mar 2013 12:06:21 -0000 1.3
+++ rancid-2.3.8.ebuild 17 Jun 2013 10:19:30 -0000 1.4
@@ -1,8 +1,8 @@
# Copyright 1999-2013 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.3 2013/03/03 12:06:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.4 2013/06/17 10:19:30 pinkbyte Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils readme.gentoo user
@@ -13,8 +13,8 @@
SLOT="0"
RESTRICT="mirror"
-KEYWORDS="~amd64"
-IUSE="cvs subversion"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cvs subversion"
REQUIRED_USE="^^ ( cvs subversion )"
DEPEND="dev-lang/perl
1.5 net-misc/rancid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rancid/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 3 Mar 2013 12:06:21 -0000 1.4
+++ ChangeLog 17 Jun 2013 10:19:30 -0000 1.5
@@ -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.4 2013/03/03 12:06:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.5 2013/06/17 10:19:30 pinkbyte Exp $
+
+ 17 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> rancid-2.3.8.ebuild:
+ Bump EAPI to 5, make cvs USE-flag default per upstream, add ~x86 keyword
03 Mar 2013; Pacho Ramos <pacho@gentoo.org> rancid-2.3.8.ebuild:
DISABLE_AUTOFORMATTING needs to be used to prevent README.gentoo file from
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/rancid: rancid-2.3.8.ebuild ChangeLog
@ 2015-03-25 16:50 Justin Lecher (jlec)
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-25 16:50 UTC (permalink / raw
To: gentoo-commits
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 <jlec@gentoo.org> rancid-2.3.8.ebuild:
+ Fix tcl/tk slotting; bump to EAPI=5
18 Sep 2013; Chris Reffett <creffett@gentoo.org> metadata.xml:
Update proxy maintainer's email at his request.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-25 16:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 12:06 [gentoo-commits] gentoo-x86 commit in net-misc/rancid: rancid-2.3.8.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-03-25 16:50 Justin Lecher (jlec)
2013-06-17 10:19 Sergey Popov (pinkbyte)
2013-02-07 9:41 Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox