commit:     720b314d0c306e2db770dfc1d3756cdbd3afe7af
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Thu Sep 18 14:13:20 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 14:13:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=720b314d

Version bump

Package-Manager: portage-2.2.12
Manifest-Sign-Key: 62EEF090

---
 sys-apps/iproute2/ChangeLog                      |  5 +++++
 sys-apps/iproute2/Manifest                       | 13 +++++++++++++
 sys-apps/iproute2/iproute2-0.89_p20140724.ebuild | 24 ++++++++++++++++++++++++
 sys-apps/iproute2/iproute2-9999.ebuild           | 24 ++++++++++++++++++++++++
 sys-apps/iproute2/metadata.xml                   |  8 ++++++++
 5 files changed, 74 insertions(+)

diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
new file mode 100644
index 0000000..06cd9ae
--- /dev/null
+++ b/sys-apps/iproute2/ChangeLog
@@ -0,0 +1,5 @@
+*iproute-mptcp-9999 (17 Sep 2014)
+
+  17 Sep 2014; Michael Weber <x...@gentoo.org> +iproute-mptcp-9999.ebuild,
+  +metadata.xml:
+  Initial import

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
new file mode 100644
index 0000000..976d5aa
--- /dev/null
+++ b/sys-apps/iproute2/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST iproute2-0.89_p20140724.tar.gz 586714 SHA256 
7a22545b38f6615775ea23f462cbc0cf52981713528de75dd03c9a962cc9b22d SHA512 
1920046364c42f782bd70c18705b0e02f68d8c447b35be5c299dc910d2ec5c85d16c7538af7b6bf0f517325530671f9ccfc400995eac4bfcdc34157402c8e641
 WHIRLPOOL 
5347467110b96e124818be651004a7144792dceec40b5f3d0c8e79aee8bd3fe6c4e19b329a587498ce1996b19c0e9ef214775cfe56370518ceedecfd2a080642
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iL4EAREIAGYFAlQa6IBfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
+bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky
+N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JAO3QD/efRGgum7sm0N3wCr+GhxTilD
+rqyHM+8pPWLWV3gKo0QA/imvJjp0MUQ/NYoSca00oBnBlQT91dN0MwwFkRGQWLoW
+=MhuW
+-----END PGP SIGNATURE-----

diff --git a/sys-apps/iproute2/iproute2-0.89_p20140724.ebuild 
b/sys-apps/iproute2/iproute2-0.89_p20140724.ebuild
new file mode 100644
index 0000000..9dc1f83
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-0.89_p20140724.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils vcs-snapshot toolchain-funcs
+
+DESCRIPTION="IP-Route extensions for MultiPath TCP"
+HOMEPAGE="https://github.com/multipath-tcp/iproute-mptcp";
+SRC_URI="https://github.com/multipath-tcp/iproute-mptcp/tarball/fda77b0 -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="atm"
+
+DEPEND="arm? ( net-dialup/linux-atm )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       tc-export CC AR
+       default
+}

diff --git a/sys-apps/iproute2/iproute2-9999.ebuild 
b/sys-apps/iproute2/iproute2-9999.ebuild
new file mode 100644
index 0000000..01f54d8
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-2 toolchain-funcs
+
+DESCRIPTION="IP-Route extensions for MultiPath TCP"
+HOMEPAGE="https://github.com/multipath-tcp/iproute-mptcp";
+EGIT_REPO_URI="https://github.com/multipath-tcp/iproute-mptcp.git";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="atm"
+
+DEPEND="arm? ( net-dialup/linux-atm )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       tc-export CC AR
+       default
+}

diff --git a/sys-apps/iproute2/metadata.xml b/sys-apps/iproute2/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/sys-apps/iproute2/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer>
+<email>x...@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>

Reply via email to