public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2011-02-22  0:45 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2011-02-22  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2059f883a184d94f1398fc3ed5f196e3d6475d23
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Feb 22 00:42:51 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 00:42:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2059f883

net-misc/makeway: 1.0.0.1

---
 net-misc/makeway/makeway-1.0.0.1.ebuild |   30 ++++++++++++++++++++++++++++++
 net-misc/makeway/metadata.xml           |    9 +++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/net-misc/makeway/makeway-1.0.0.1.ebuild b/net-misc/makeway/makeway-1.0.0.1.ebuild
new file mode 100644
index 0000000..ef79fc2
--- /dev/null
+++ b/net-misc/makeway/makeway-1.0.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit flag-o-matic
+
+DESCRIPTION="Tool to edit IP/MAC mappings"
+HOMEPAGE="http://nakkaya.com/makeWay.html"
+SRC_URI="https://github.com/nakkaya/makeWay/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/nakkaya-makeWay-22c257a"
+
+src_compile() {
+	emake -j1 linux || die
+}
+
+src_install() {
+	dodoc README.md || die
+	dobin build/makeWay || die
+}

diff --git a/net-misc/makeway/metadata.xml b/net-misc/makeway/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/net-misc/makeway/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2011-02-22  0:56 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2011-02-22  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2bdefc3ed40752f843fa5834663ec13284807f56
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Feb 22 00:55:50 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 00:56:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2bdefc3e

net-misc/makeway: Fix description, remove inherit leftover

---
 net-misc/makeway/makeway-1.0.0.1.ebuild |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/net-misc/makeway/makeway-1.0.0.1.ebuild b/net-misc/makeway/makeway-1.0.0.1.ebuild
index ef79fc2..bc18c13 100644
--- a/net-misc/makeway/makeway-1.0.0.1.ebuild
+++ b/net-misc/makeway/makeway-1.0.0.1.ebuild
@@ -4,9 +4,7 @@
 
 EAPI="2"
 
-inherit flag-o-matic
-
-DESCRIPTION="Tool to edit IP/MAC mappings"
+DESCRIPTION="Route all gateway traffic to us"
 HOMEPAGE="http://nakkaya.com/makeWay.html"
 SRC_URI="https://github.com/nakkaya/makeWay/tarball/${PV} -> ${P}.tar.gz"
 



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

* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2011-03-05 20:16 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2011-03-05 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8d54d4359ba21ab6a18ddf63c0367aaeeb9db282
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Mar  5 20:16:03 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 20:16:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8d54d435

net-misc/makeway: 1.0.0.2

---
 ...keway-1.0.0.1.ebuild => makeway-1.0.0.2.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-misc/makeway/makeway-1.0.0.1.ebuild b/net-misc/makeway/makeway-1.0.0.2.ebuild
similarity index 92%
rename from net-misc/makeway/makeway-1.0.0.1.ebuild
rename to net-misc/makeway/makeway-1.0.0.2.ebuild
index bc18c13..f557892 100644
--- a/net-misc/makeway/makeway-1.0.0.1.ebuild
+++ b/net-misc/makeway/makeway-1.0.0.2.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="net-libs/libpcap"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/nakkaya-makeWay-22c257a"
+S="${WORKDIR}/nakkaya-makeWay-0182caa"
 
 src_compile() {
 	emake -j1 linux || die



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

* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2011-10-27 18:02 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c9d8bf8e439466ece63a83b1fe6e2187a91728b7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 17:20:32 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:20:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c9d8bf8e

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 net-misc/makeway/ChangeLog    |    7 +++++++
 net-misc/makeway/metadata.xml |    1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/net-misc/makeway/ChangeLog b/net-misc/makeway/ChangeLog
new file mode 100644
index 0000000..5d05b34
--- /dev/null
+++ b/net-misc/makeway/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for net-misc/makeway
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+

diff --git a/net-misc/makeway/metadata.xml b/net-misc/makeway/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/net-misc/makeway/metadata.xml
+++ b/net-misc/makeway/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>sping@gentoo.org</email>
 		<name>Sebastian Pipping</name>



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

* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2015-06-06 10:37 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-06 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e0744e687e865fca6dd14c060ef49ddc860deb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:33:54 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:33:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=d6e0744e

net-misc/makeway: Bump to EAPI=5

Package-Manager: portage-2.2.20

 net-misc/makeway/ChangeLog              |  3 +++
 net-misc/makeway/makeway-1.0.0.2.ebuild | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-misc/makeway/ChangeLog b/net-misc/makeway/ChangeLog
index 310897f..ff217f0 100644
--- a/net-misc/makeway/ChangeLog
+++ b/net-misc/makeway/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> makeway-1.0.0.2.ebuild:
+  net-misc/makeway: Bump to EAPI=5
+
   06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   net-misc/makeway: Add github to remote-id in metadata.xml
 

diff --git a/net-misc/makeway/makeway-1.0.0.2.ebuild b/net-misc/makeway/makeway-1.0.0.2.ebuild
index f557892..4f9c1c1 100644
--- a/net-misc/makeway/makeway-1.0.0.2.ebuild
+++ b/net-misc/makeway/makeway-1.0.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 DESCRIPTION="Route all gateway traffic to us"
 HOMEPAGE="http://nakkaya.com/makeWay.html"
@@ -19,10 +19,10 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/nakkaya-makeWay-0182caa"
 
 src_compile() {
-	emake -j1 linux || die
+	emake -j1 linux
 }
 
 src_install() {
-	dodoc README.md || die
-	dobin build/makeWay || die
+	dodoc README.md
+	dobin build/makeWay
 }


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

* [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/
@ 2015-06-06 10:37 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-06 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     fc6375d4af7ccf267d697b4f6010e20153ea8a7e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:32:58 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:32:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=fc6375d4

net-misc/makeway: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 net-misc/makeway/ChangeLog    |  6 ++++--
 net-misc/makeway/metadata.xml | 11 +++++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-misc/makeway/ChangeLog b/net-misc/makeway/ChangeLog
index 5d05b34..310897f 100644
--- a/net-misc/makeway/ChangeLog
+++ b/net-misc/makeway/ChangeLog
@@ -1,7 +1,9 @@
 # ChangeLog for net-misc/makeway
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  net-misc/makeway: Add github to remote-id in metadata.xml
+
   27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
-

diff --git a/net-misc/makeway/metadata.xml b/net-misc/makeway/metadata.xml
index 16bcc9f..4a14a85 100644
--- a/net-misc/makeway/metadata.xml
+++ b/net-misc/makeway/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>sping@gentoo.org</email>
-		<name>Sebastian Pipping</name>
-	</maintainer>
+  <maintainer>
+    <email>sping@gentoo.org</email>
+    <name>Sebastian Pipping</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">nakkaya/makeWay</remote-id>
+  </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2015-06-06 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 10:37 [gentoo-commits] proj/betagarden:master commit in: net-misc/makeway/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-06-06 10:37 Justin Lecher
2011-10-27 18:02 Justin Lecher
2011-03-05 20:16 Sebastian Pipping
2011-02-22  0:56 Sebastian Pipping
2011-02-22  0:45 Sebastian Pipping

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