* [gentoo-commits] gentoo-x86 commit in net-misc/miredo: miredo-1.2.5-r2.ebuild metadata.xml ChangeLog miredo-1.2.5-r1.ebuild
@ 2013-02-20 19:14 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2013-02-20 19:14 UTC (permalink / raw
To: gentoo-commits
flameeyes 13/02/20 19:14:41
Modified: metadata.xml ChangeLog
Added: miredo-1.2.5-r2.ebuild
Removed: miredo-1.2.5-r1.ebuild
Log:
Fix bug #443448 by checking both /sbin and /bin for the ip command; simplify init scripts, avoiding the too-quiet mode and allowing monitoring.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key D4301342)
Revision Changes Path
1.5 net-misc/miredo/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/metadata.xml?r1=1.4&r2=1.5
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/miredo/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml 24 Sep 2011 10:09:52 -0000 1.4
+++ metadata.xml 20 Feb 2013 19:14:40 -0000 1.5
@@ -2,6 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
+ <email>flameeyes@gentoo.org</email>
+</maintainer>
+<maintainer>
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
</maintainer>
1.15 net-misc/miredo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/miredo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 20 Jun 2012 06:22:44 -0000 1.14
+++ ChangeLog 20 Feb 2013 19:14:41 -0000 1.15
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/miredo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/miredo/ChangeLog,v 1.14 2012/06/20 06:22:44 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/miredo/ChangeLog,v 1.15 2013/02/20 19:14:41 flameeyes Exp $
+
+*miredo-1.2.5-r2 (20 Feb 2013)
+
+ 20 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org>
+ +files/miredo-1.2.5-ip-path.patch, +files/miredo.conf.2, +files/miredo.rc.2,
+ +miredo-1.2.5-r2.ebuild, -miredo-1.2.5-r1.ebuild, metadata.xml:
+ Fix bug #443448 by checking both /sbin and /bin for the ip command; simplify
+ init scripts, avoiding the too-quiet mode and allowing monitoring.
*miredo-1.2.5-r1 (20 Jun 2012)
@@ -64,4 +72,3 @@
+files/miredo-server.rc, +metadata.xml:
initial import - in part based on the work Clemmit Sigler and Samuel
Tardieu (bug #77603)
-
1.1 net-misc/miredo/miredo-1.2.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/miredo-1.2.5-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miredo/miredo-1.2.5-r2.ebuild?rev=1.1&content-type=text/plain
Index: miredo-1.2.5-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/miredo/miredo-1.2.5-r2.ebuild,v 1.1 2013/02/20 19:14:40 flameeyes Exp $
EAPI=4
inherit autotools eutils linux-info
DESCRIPTION="Miredo is an open-source Teredo IPv6 tunneling software."
HOMEPAGE="http://www.remlab.net/miredo/"
SRC_URI="http://www.remlab.net/files/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+caps"
RDEPEND="sys-apps/iproute2
dev-libs/judy
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}
app-arch/xz-utils"
CONFIG_CHECK="~IPV6" #318777
#tries to connect to external networks (#339180)
RESTRICT="test"
DOCS=( AUTHORS ChangeLog NEWS README TODO THANKS )
src_prepare() {
epatch "${FILESDIR}"/${P}-configure-libcap.diff
epatch "${FILESDIR}"/${P}-ip-path.patch
eautoreconf
}
src_configure() {
econf \
--disable-static \
--enable-miredo-user \
--localstatedir=/var \
$(use_with caps libcap)
}
src_install() {
default
prune_libtool_files
newinitd "${FILESDIR}"/miredo.rc.2 miredo
newconfd "${FILESDIR}"/miredo.conf.2 miredo
newinitd "${FILESDIR}"/miredo.rc.2 miredo-server
newconfd "${FILESDIR}"/miredo.conf.2 miredo-server
insinto /etc/miredo
doins misc/miredo-server.conf
}
pkg_preinst() {
enewgroup miredo
enewuser miredo -1 -1 /var/empty miredo
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-20 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 19:14 [gentoo-commits] gentoo-x86 commit in net-misc/miredo: miredo-1.2.5-r2.ebuild metadata.xml ChangeLog miredo-1.2.5-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