xmw 14/07/23 22:14:32 Modified: ChangeLog Added: batctl-2014.2.0.ebuild Removed: batctl-2013.2.0.ebuild batctl-2013.1.0.ebuild batctl-2013.3.0.ebuild batctl-2013.0.0.ebuild Log: Version bump (thanks Antonio Quartulli, bug 502230), drop old versions. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.15 net-misc/batctl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 24 Nov 2013 22:41:47 -0000 1.14 +++ ChangeLog 23 Jul 2014 22:14:32 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/batctl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.14 2013/11/24 22:41:47 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.15 2014/07/23 22:14:32 xmw Exp $ + +*batctl-2014.2.0 (23 Jul 2014) + + 23 Jul 2014; Michael Weber <x...@gentoo.org> +batctl-2014.2.0.ebuild, + -batctl-2013.0.0.ebuild, -batctl-2013.1.0.ebuild, -batctl-2013.2.0.ebuild, + -batctl-2013.3.0.ebuild: + Version bump (thanks Antonio Quartulli, bug 502230), drop old versions. *batctl-2013.4.0 (24 Nov 2013) 1.1 net-misc/batctl/batctl-2014.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/batctl-2014.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/batctl-2014.2.0.ebuild?rev=1.1&content-type=text/plain Index: batctl-2014.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2014.2.0.ebuild,v 1.1 2014/07/23 22:14:32 xmw Exp $ EAPI=4 inherit linux-info toolchain-funcs DESCRIPTION="BATMAN advanced control and management tool" HOMEPAGE="http://www.open-mesh.org/" SRC_URI="http://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/libnl:3" DEPEND="${RDEPEND} virtual/pkgconfig" pkg_setup() { if ( linux_config_exists && linux_chkconfig_present BATMAN_ADV ) \ || ! has_version net-misc/batman-adv ; then ewarn "You need the batman-adv kernel module," ewarn "either from the kernel tree or via net-misc/batman-adv" fi } src_compile() { emake CC="$(tc-getCC)" V=1 REVISION=gentoo-"${PVR}" } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install dodoc README }