From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 41E53138655 for ; Thu, 24 Jan 2013 14:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B99EF21C003; Thu, 24 Jan 2013 14:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D54521C003 for ; Thu, 24 Jan 2013 14:33:10 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 573BF33DB75 for ; Thu, 24 Jan 2013 14:33:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 40B4C2171D; Thu, 24 Jan 2013 14:33:07 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: ChangeLog libnl-3.2.21.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libnl-3.2.21.ebuild X-VCS-Directories: dev-libs/libnl X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130124143307.40B4C2171D@flycatcher.gentoo.org> Date: Thu, 24 Jan 2013 14:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1394252-9171-4f00-bdc3-9aef3240234a X-Archives-Hash: c7d59d12afae4f1ea7c1ca0794f24499 jer 13/01/24 14:33:07 Modified: ChangeLog Added: libnl-3.2.21.ebuild Log: Version bump. (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.137 dev-libs/libnl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.137&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.137&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.136&r2=1.137 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- ChangeLog 23 Jan 2013 17:20:20 -0000 1.136 +++ ChangeLog 24 Jan 2013 14:33:07 -0000 1.137 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.136 2013/01/23 17:20:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.137 2013/01/24 14:33:07 jer Exp $ + +*libnl-3.2.21 (24 Jan 2013) + + 24 Jan 2013; Jeroen Roovers +libnl-3.2.21.ebuild: + Version bump. *libnl-3.2.20 (23 Jan 2013) 1.1 dev-libs/libnl/libnl-3.2.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.21.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.21.ebuild?rev=1.1&content-type=text/plain Index: libnl-3.2.21.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.21.ebuild,v 1.1 2013/01/24 14:33:07 jer Exp $ EAPI=4 inherit eutils libtool multilib DESCRIPTION="A library for applications dealing with netlink socket" HOMEPAGE="http://www.infradead.org/~tgr/libnl/" SRC_URI=" http://www.infradead.org/~tgr/${PN}/files/${P}.tar.gz doc? ( http://www.infradead.org/~tgr/${PN}/files/${PN}-doc-${PV}.tar.gz ) " LICENSE="LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 )" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc static-libs utils" DEPEND=" sys-devel/flex sys-devel/bison " src_prepare() { elibtoolize epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch } src_configure() { econf \ --disable-silent-rules \ $(use_enable static-libs static) \ $(use_enable utils cli) } src_install() { default if use doc; then dohtml -r \ -a css,html,js,map,png \ "${WORKDIR}"/${PN}-doc-${PV}/* fi prune_libtool_files $(usex static-libs --modules --all) dodoc ChangeLog }