public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog
@ 2013-10-23 10:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-23 10:58 UTC (permalink / raw
  To: gentoo-commits

jer         13/10/23 10:58:30

  Modified:             ChangeLog
  Added:                libnl-3.2.9999.ebuild
  Log:
  Add live ebuild.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.188                dev-libs/libnl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	29 Sep 2013 14:36:09 -0000	1.187
+++ ChangeLog	23 Oct 2013 10:58:30 -0000	1.188
@@ -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.187 2013/09/29 14:36:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.188 2013/10/23 10:58:30 jer Exp $
+
+*libnl-3.2.9999 (23 Oct 2013)
+
+  23 Oct 2013; Jeroen Roovers <jer@gentoo.org> +libnl-3.2.9999.ebuild:
+  Add live ebuild.
 
   29 Sep 2013; Jeroen Roovers <jer@gentoo.org> -libnl-1.1.3.ebuild,
   -libnl-3.2.21.ebuild:



1.1                  dev-libs/libnl/libnl-3.2.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.1&content-type=text/plain

Index: libnl-3.2.9999.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.9999.ebuild,v 1.1 2013/10/23 10:58:30 jer Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 eutils git-r3 libtool multilib

DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
EGIT_REPO_URI="
	https://github.com/tgraf/libnl.git
"
LICENSE="LGPL-2.1 doc? ( GPL-3 ) utils? ( GPL-2 )"
SLOT="3"
KEYWORDS=""
IUSE="doc static-libs python utils"

RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
	python? ( dev-lang/swig )
	sys-devel/flex
	sys-devel/bison
"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

DOCS=( ChangeLog )

src_prepare() {
	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
	epatch "${FILESDIR}"/${PN}-3.2.22-python.patch

	eautoreconf
}

src_configure() {
	econf \
		--disable-silent-rules \
		$(use_enable static-libs static) \
		$(use_enable utils cli)
}

src_compile() {
	default

	if use python; then
		cd "${S}"/python || die
		distutils-r1_src_compile
	fi
}

src_install() {
	default

	if use python; then
		# Unset DOCS= since distutils-r1.eclass interferes
		DOCS=''
		cd "${S}"/python || die
		distutils-r1_src_install
	fi

	prune_libtool_files $(usex static-libs --modules --all)
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog
@ 2014-01-01 17:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-01 17:39 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/01 17:39:15

  Modified:             libnl-3.2.9999.ebuild ChangeLog
  Log:
  Remove USE=doc.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-libs/libnl/libnl-3.2.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.2&r2=1.3

Index: libnl-3.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnl-3.2.9999.ebuild	20 Dec 2013 15:05:26 -0000	1.2
+++ libnl-3.2.9999.ebuild	1 Jan 2014 17:39:15 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.2 2013/12/20 15:05:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.3 2014/01/01 17:39:15 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
@@ -12,10 +12,10 @@
 EGIT_REPO_URI="
 	https://github.com/tgraf/libnl.git
 "
-LICENSE="LGPL-2.1 doc? ( GPL-3 ) utils? ( GPL-2 )"
+LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
 KEYWORDS=""
-IUSE="doc static-libs python utils"
+IUSE="static-libs python utils"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}



1.198                dev-libs/libnl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog	26 Dec 2013 14:44:37 -0000	1.197
+++ ChangeLog	1 Jan 2014 17:39:15 -0000	1.198
@@ -1,6 +1,9 @@
 # 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.197 2013/12/26 14:44:37 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.198 2014/01/01 17:39:15 jer Exp $
+
+  01 Jan 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.9999.ebuild:
+  Remove USE=doc.
 
   26 Dec 2013; Markus Meier <maekke@gentoo.org> libnl-3.2.23.ebuild:
   arm stable, bug #494836





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog
@ 2014-01-29 15:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-29 15:43 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/29 15:43:44

  Modified:             libnl-3.2.9999.ebuild ChangeLog
  Log:
  Update live ebuild.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  dev-libs/libnl/libnl-3.2.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.3&r2=1.4

Index: libnl-3.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnl-3.2.9999.ebuild	1 Jan 2014 17:39:15 -0000	1.3
+++ libnl-3.2.9999.ebuild	29 Jan 2014 15:43:44 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.3 2014/01/01 17:39:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.4 2014/01/29 15:43:44 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
@@ -32,7 +32,6 @@
 	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
-	epatch "${FILESDIR}"/${PN}-3.2.23-python.patch
 
 	eautoreconf
 }



1.204                dev-libs/libnl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.203&r2=1.204

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	21 Jan 2014 20:39:40 -0000	1.203
+++ ChangeLog	29 Jan 2014 15:43:44 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libnl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.203 2014/01/21 20:39:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.204 2014/01/29 15:43:44 jer Exp $
+
+  29 Jan 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.9999.ebuild:
+  Update live ebuild.
 
 *libnl-3.2.24 (21 Jan 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog
@ 2015-03-20  7:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2015-03-20  7:09 UTC (permalink / raw
  To: gentoo-commits

jer         15/03/20 07:09:43

  Modified:             libnl-3.2.9999.ebuild ChangeLog
  Log:
  Switch to the moving repository.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.7                  dev-libs/libnl/libnl-3.2.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.6&r2=1.7

Index: libnl-3.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libnl-3.2.9999.ebuild	25 May 2014 11:29:04 -0000	1.6
+++ libnl-3.2.9999.ebuild	20 Mar 2015 07:09:43 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.6 2014/05/25 11:29:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.7 2015/03/20 07:09:43 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
@@ -10,7 +10,7 @@
 DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
 HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
 EGIT_REPO_URI="
-	https://github.com/tgraf/libnl.git
+	https://github.com/thom311/libnl.git
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"



1.221                dev-libs/libnl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.220&r2=1.221

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog	12 Mar 2015 19:40:55 -0000	1.220
+++ ChangeLog	20 Mar 2015 07:09:43 -0000	1.221
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libnl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.220 2015/03/12 19:40:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.221 2015/03/20 07:09:43 jer Exp $
+
+  20 Mar 2015; Jeroen Roovers <jer@gentoo.org> libnl-3.2.9999.ebuild:
+  Switch to the moving repository.
 
 *libnl-3.2.26_rc1 (12 Mar 2015)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-20  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 17:39 [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-20  7:09 Jeroen Roovers (jer)
2014-01-29 15:43 Jeroen Roovers (jer)
2013-10-23 10:58 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox