summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-01-30 08:16:45 +0000
committerPeter Volkov <pva@gentoo.org>2008-01-30 08:16:45 +0000
commit13e752495ff218a9f4e77c3c7604b06acada9002 (patch)
tree48783df68eaec396ead7591bb74c9412fc1fda11 /dev-libs/libnl
parentstable x86, bug 207634 (diff)
downloadgentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.tar.gz
gentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.tar.bz2
gentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.zip
Version bump, bug 197450, thank you Daniel Bahrdt, valentin, and Robert Buchholz.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r--dev-libs/libnl/ChangeLog11
-rw-r--r--dev-libs/libnl/files/digest-libnl-1.13
-rw-r--r--dev-libs/libnl/libnl-0.5.0.ebuild6
-rw-r--r--dev-libs/libnl/libnl-1.0_pre6.ebuild10
-rw-r--r--dev-libs/libnl/libnl-1.1.ebuild18
5 files changed, 38 insertions, 10 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog
index 5184328f9568..ce101af118a3 100644
--- a/dev-libs/libnl/ChangeLog
+++ b/dev-libs/libnl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libnl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.21 2007/12/01 19:47:49 rbu Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.22 2008/01/30 08:16:45 pva Exp $
+
+*libnl-1.1 (30 Jan 2008)
+
+ 30 Jan 2008; <pva@gentoo.org> libnl-0.5.0.ebuild, libnl-1.0_pre6.ebuild,
+ +libnl-1.1.ebuild:
+ Version bump, bug 197450, thank you Daniel Bahrdt, valentin, and Robert
+ Buchholz.
*libnl-1.0_pre6-r1 (01 Dec 2007)
diff --git a/dev-libs/libnl/files/digest-libnl-1.1 b/dev-libs/libnl/files/digest-libnl-1.1
new file mode 100644
index 000000000000..d7016c6ed94d
--- /dev/null
+++ b/dev-libs/libnl/files/digest-libnl-1.1
@@ -0,0 +1,3 @@
+MD5 ae970ccd9144e132b68664f98e7ceeb1 libnl-1.1.tar.gz 288932
+RMD160 ebfc660302f31e5a94f03683f1ba85a3e057cf30 libnl-1.1.tar.gz 288932
+SHA256 35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3 libnl-1.1.tar.gz 288932
diff --git a/dev-libs/libnl/libnl-0.5.0.ebuild b/dev-libs/libnl/libnl-0.5.0.ebuild
index 6105cb9e1197..1f7e874067e5 100644
--- a/dev-libs/libnl/libnl-0.5.0.ebuild
+++ b/dev-libs/libnl/libnl-0.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-0.5.0.ebuild,v 1.10 2007/01/14 11:07:20 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-0.5.0.ebuild,v 1.11 2008/01/30 08:16:45 pva Exp $
inherit eutils multilib
@@ -14,7 +14,7 @@ IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-include.diff"
epatch "${FILESDIR}/${P}-libdir.patch"
}
diff --git a/dev-libs/libnl/libnl-1.0_pre6.ebuild b/dev-libs/libnl/libnl-1.0_pre6.ebuild
index 253cf7d091eb..fa9882787d16 100644
--- a/dev-libs/libnl/libnl-1.0_pre6.ebuild
+++ b/dev-libs/libnl/libnl-1.0_pre6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6.ebuild,v 1.7 2007/08/28 14:38:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6.ebuild,v 1.8 2008/01/30 08:16:45 pva Exp $
inherit eutils multilib linux-info
@@ -14,9 +14,9 @@ IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}/lib
+ cd "${S}"/lib
sed -i Makefile -e 's:install -o root -g root:install:'
- cd ${S}/include
+ cd "${S}"/include
sed -i Makefile -e 's:install -o root -g root:install:g'
epatch "${FILESDIR}/${PN}-1.0_pre5-include.diff"
epatch "${FILESDIR}/${PN}-1.0_pre5-__u64_x86_64.patch"
@@ -25,5 +25,5 @@ src_unpack() {
src_install() {
make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
insinto /usr/share/pkgconfig/
- doins ${FILESDIR}/libnl-1.pc
+ doins "${FILESDIR}"/libnl-1.pc
}
diff --git a/dev-libs/libnl/libnl-1.1.ebuild b/dev-libs/libnl/libnl-1.1.ebuild
new file mode 100644
index 000000000000..6387faae2cc1
--- /dev/null
+++ b/dev-libs/libnl/libnl-1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.ebuild,v 1.1 2008/01/30 08:16:45 pva Exp $
+
+inherit eutils multilib linux-info
+
+DESCRIPTION="A library for applications dealing with netlink socket"
+HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
+SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc ChangeLog
+}