public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2018-11-08 22:49 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-11-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5183ed3169249b36fce0c603dc4d3340a950311f
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 13:06:07 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 22:28:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5183ed31

net-misc/mcproxy: bump to EAPI=7.

Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10261
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 57 ++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
new file mode 100644
index 00000000000..5ba92c33d17
--- /dev/null
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit linux-info qmake-utils systemd
+
+DESCRIPTION="A multicast proxy for IGMP/MLD"
+HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="doc"
+
+DEPEND="
+	dev-qt/qtcore:5
+	doc? ( app-doc/doxygen )
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+PATCHES=( "${FILESDIR}/fix_checksum_calculation.patch" )
+
+CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
+
+src_prepare() {
+	# Change install path from '/usr/local/bin' to '/usr/bin'
+	sed -e 's/local//' -i mcproxy.pro || die
+
+	default
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_compile() {
+	default
+
+	use doc && emake doc
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED%/}" install
+
+	insinto /etc
+	doins mcproxy.conf
+
+	newinitd "${FILESDIR}"/mcproxy.initd mcproxy
+	systemd_dounit "${FILESDIR}"/mcproxy.service
+
+	newconfd "${FILESDIR}"/mcproxy.confd mcproxy
+
+	use doc && dodoc -r ../docs/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2018-11-08 22:49 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-11-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a0688a112bd2094c1821d73980eff241174babf1
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 13:07:23 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 22:28:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0688a11

net-misc/mcproxy: drop old version.

Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1.ebuild | 55 -----------------------------------
 1 file changed, 55 deletions(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1.ebuild
deleted file mode 100644
index 463944737b3..00000000000
--- a/net-misc/mcproxy/mcproxy-1.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit linux-info qmake-utils systemd
-
-DESCRIPTION="A multicast proxy for IGMP/MLD"
-HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="doc"
-
-DEPEND="dev-qt/qtcore:5
-	doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/${P}/${PN}"
-
-PATCHES=( "${FILESDIR}/fix_checksum_calculation.patch" )
-
-CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
-
-src_prepare() {
-	# Change install path from '/usr/local/bin' to '/usr/bin'
-	sed -e 's/local//' -i mcproxy.pro || die
-
-	default
-}
-
-src_configure() {
-	eqmake5
-}
-
-src_compile() {
-	default
-
-	use doc && emake doc
-}
-
-src_install() {
-	emake INSTALL_ROOT="${ED%/}" install
-
-	insinto /etc
-	doins mcproxy.conf
-
-	newinitd "${FILESDIR}"/mcproxy.initd mcproxy
-	systemd_dounit "${FILESDIR}"/mcproxy.service
-
-	newconfd "${FILESDIR}"/mcproxy.confd mcproxy
-
-	use doc && dodoc -r ../docs/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2019-04-13 19:10 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2019-04-13 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     29fd278ae81307219bf09116195e0ab208a4708b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:08:47 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:08:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fd278a

net-misc/mcproxy: amd64 stable wrt bug #682758

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index 5ba92c33d17..303cfb244d9 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ DESCRIPTION="A multicast proxy for IGMP/MLD"
 HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="doc"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2019-05-12 20:56 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2019-05-12 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d053e770c0213f0c3fb3ea22f181493d3f7c5f08
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 20:30:42 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 12 20:56:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d053e770

net-misc/mcproxy: x86 stable (bug #682758)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index 303cfb244d9..b45f84ae135 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A multicast proxy for IGMP/MLD"
 HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="doc"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2019-12-05 21:47 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2019-12-05 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fe64303fc97e26bc95e724a148a6d1473001aa6c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 20:03:29 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 21:46:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64303f

net-misc/mcproxy: drop unnecessary slash strip ${ED%/}

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index b45f84ae135..41a61a3847d 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -43,7 +43,7 @@ src_compile() {
 }
 
 src_install() {
-	emake INSTALL_ROOT="${ED%/}" install
+	emake INSTALL_ROOT="${ED}" install
 
 	insinto /etc
 	doins mcproxy.conf


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
@ 2020-08-09 15:53 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2020-08-09 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     253c290b1fa5909f4705fb89ee4052d205e91fed
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 13:29:14 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 15:52:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253c290b

net-misc/mcproxy: don't quote EAPI

In order to make all my packages consistent,
don't quote EAPI version number.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index 41a61a3847d..77232c3d992 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit linux-info qmake-utils systemd
 


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

end of thread, other threads:[~2020-08-09 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 22:49 [gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2020-08-09 15:53 Conrad Kostecki
2019-12-05 21:47 Conrad Kostecki
2019-05-12 20:56 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2018-11-08 22:49 Patrice Clement

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