* [gentoo-commits] gentoo-x86 commit in net-misc/aiccu: aiccu-2007.01.15-r4.ebuild ChangeLog aiccu-2007.01.15-r3.ebuild
@ 2013-05-27 5:23 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-05-27 5:23 UTC (permalink / raw
To: gentoo-commits
xmw 13/05/27 05:23:57
Modified: ChangeLog
Added: aiccu-2007.01.15-r4.ebuild
Removed: aiccu-2007.01.15-r3.ebuild
Log:
Fix test in Makefile patch, thanks Łukasz Stelmach for testing
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.44 net-misc/aiccu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aiccu/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aiccu/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aiccu/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 24 May 2013 07:18:23 -0000 1.43
+++ ChangeLog 27 May 2013 05:23:57 -0000 1.44
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/aiccu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.43 2013/05/24 07:18:23 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.44 2013/05/27 05:23:57 xmw Exp $
+
+*aiccu-2007.01.15-r4 (27 May 2013)
+
+ 27 May 2013; Michael Weber <xmw@gentoo.org> +aiccu-2007.01.15-r4.ebuild,
+ -aiccu-2007.01.15-r3.ebuild, files/aiccu-2007.01.15-systemd.patch:
+ Fix test in Makefile patch, thanks Łukasz Stelmach for testing
*aiccu-2007.01.15-r3 (24 May 2013)
1.1 net-misc/aiccu/aiccu-2007.01.15-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild?rev=1.1&content-type=text/plain
Index: aiccu-2007.01.15-r4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild,v 1.1 2013/05/27 05:23:57 xmw Exp $
EAPI=5
inherit eutils linux-info systemd toolchain-funcs
DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS"
HOMEPAGE="http://www.sixxs.net/tools/aiccu"
SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/${PN}_${PV//\./}.tar.gz"
LICENSE="SixXS"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
IUSE="systemd"
RDEPEND="net-libs/gnutls
sys-apps/iproute2
systemd? ( sys-apps/systemd )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
CONFIG_CHECK="~TUN"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-r2-init.gentoo.patch \
"${FILESDIR}"/${P}-Makefile.patch \
"${FILESDIR}"/${P}-setupscript.patch \
"${FILESDIR}"/${P}-uclibc.patch \
"${FILESDIR}"/${P}-systemd.patch
}
src_compile() {
# Don't use main Makefile since it requires additional
# dependencies which are useless for us.
emake CC=$(tc-getCC) STRIP= -C unix-console \
HAVE_SYSTEMD=$(usex systemd 1 0)
}
src_install() {
dosbin unix-console/${PN}
insopts -m 600
insinto /etc
doins doc/${PN}.conf
newinitd doc/${PN}.init.gentoo ${PN}
use systemd && systemd_dounit doc/${PN}.service
dodoc doc/{HOWTO,README,changelog}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-27 5:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 5:23 [gentoo-commits] gentoo-x86 commit in net-misc/aiccu: aiccu-2007.01.15-r4.ebuild ChangeLog aiccu-2007.01.15-r3.ebuild Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox