maksbotan 14/06/30 12:20:19 Modified: ChangeLog Added: libteam-1.11.ebuild Log: Bump to 1.11, thanks to slepnoga (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.3 net-misc/libteam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libteam/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libteam/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libteam/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Mar 2013 21:10:23 -0000 1.2 +++ ChangeLog 30 Jun 2014 12:20:19 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/libteam -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.2 2013/03/08 21:10:23 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.3 2014/06/30 12:20:19 maksbotan Exp $ + +*libteam-1.11 (30 Jun 2014) + + 30 Jun 2014; Maxim Koltsov <[email protected]> +libteam-1.11.ebuild: + Bump to 1.11, thanks to slepnoga *libteam-1.0 (08 Mar 2013) @@ -14,4 +19,3 @@ +metadata.xml: Initial commit. Ebuild by Andreis Vinogradovs, he will maintain this package through proxy maintainers - 1.1 net-misc/libteam/libteam-1.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild?rev=1.1&content-type=text/plain Index: libteam-1.11.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild,v 1.1 2014/06/30 12:20:19 maksbotan Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils linux-info DESCRIPTION="Library and tools set for controlling team network device" HOMEPAGE="http://libteam.org" SRC_URI="http://libteam.org/files/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus debug examples static-libs +syslog" DEPEND=">=dev-libs/jansson-2.4 dev-libs/libdaemon >=dev-libs/libnl-3.2.19[utils] dbus? ( sys-apps/dbus ) " RDEPEND="${DEPEND} syslog? ( virtual/logger )" CONFIG_CHECK="~NET_TEAM ~NET_TEAM_MODE_ROUNDROBIN ~NET_TEAM_MODE_ACTIVEBACKUP" ERROR_NET_TEAM="NET_TEAM is not enabled in this kernel! Only >=3.3.0 kernel version support in team mode" DOCS=( README ) src_prepare() { # avoid using -Werror in CFLAGS sed -i -e '/^CFLAGS/s/-Werror//' configure.ac || die 'sed on CFLAGS failed' autotools-utils_src_prepare } src_configure() { local myeconfargs=( $(use_enable debug) $(use_enable syslog logging) $(use_enable dbus) --disable-zmq ) autotools-utils_src_configure } src_install() { autotools-utils_src_install insinto /etc/dbus-1/system.d doins teamd/dbus/teamd.conf if use examples; then docinto examples dodoc teamd/example_configs/* fi }
