public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2019-02-22 20:51 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-02-22 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     36e3b88da3c95c4bce5b4a9cc582d122b5dc0507
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 21 19:58:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 20:50:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e3b88d

net-misc/ncp: take maintainership

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/ncp/metadata.xml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/net-misc/ncp/metadata.xml b/net-misc/ncp/metadata.xml
index f0915952f0f..da384e181f0 100644
--- a/net-misc/ncp/metadata.xml
+++ b/net-misc/ncp/metadata.xml
@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
+	<maintainer type="person">
+		<email>bu9zilla@gmail.com</email>
+		<name>Michael Mair-Keimberger</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
 "ncp" is a utility for copying files in a LAN. It has absolutely no security or integrity checking, no throttling, no features, except one: you don't have to type the coordinates of your peer.
-</longdescription>
-<use><flag name="diet">Compile against <pkg>dev-libs/dietlibc</pkg></flag></use>
+	</longdescription>
+	<use><flag name="diet">Compile against <pkg>dev-libs/dietlibc</pkg></flag></use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2019-02-22 20:51 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-02-22 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fadcab79ce2a55794c009b4c3fb5c4c53dac6985
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 21 19:57:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 20:50:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadcab79

net-misc/ncp: EAPI7 bump, use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11126
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/ncp/ncp-1.2.4-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/net-misc/ncp/ncp-1.2.4-r1.ebuild b/net-misc/ncp/ncp-1.2.4-r1.ebuild
new file mode 100644
index 00000000000..6309febf029
--- /dev/null
+++ b/net-misc/ncp/ncp-1.2.4-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility for copying files in a LAN (npoll, npush)"
+HOMEPAGE="https://www.fefe.de/ncp/"
+SRC_URI="https://dl.fefe.de/${P}.tar.bz2"
+
+LICENSE="public-domain" # mail from author, bug 446540
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="diet"
+
+DEPEND=">=dev-libs/libowfat-0.28-r1
+	diet? ( dev-libs/dietlibc )"
+
+src_prepare() {
+	default
+	rm Makefile || die
+	sed -e '/^ncp:/,+5s:strip:#strip:' \
+		-i GNUmakefile || die
+}
+
+src_compile() {
+	emake \
+		CC="$(use diet && echo "diet -Os ")$(tc-getCC)" \
+		CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
+		LDFLAGS="${LDFLAGS}" \
+		STRIP="#"
+}
+
+src_install() {
+	dobin ${PN}
+	dosym ${PN} /usr/bin/npoll
+	dosym ${PN} /usr/bin/npush
+
+	doman ncp.1 npush.1
+	dodoc NEWS
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2019-06-27 17:21 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-06-27 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     201725bbe706f93cb4df54fe91741e4696a3c900
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 13:54:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201725bb

net-misc/ncp: Drop 1.2.4 (r0)

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/ncp/ncp-1.2.4.ebuild | 42 ------------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-misc/ncp/ncp-1.2.4.ebuild b/net-misc/ncp/ncp-1.2.4.ebuild
deleted file mode 100644
index 12a07aed2c1..00000000000
--- a/net-misc/ncp/ncp-1.2.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="utility for copying files in a LAN (npoll, npush)"
-HOMEPAGE="http://www.fefe.de/ncp/"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="public-domain" # mail from author, bug 446540
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="diet"
-
-RDEPEND=""
-DEPEND=">=dev-libs/libowfat-0.28-r1
-	diet? ( dev-libs/dietlibc )"
-
-src_prepare() {
-	rm Makefile || die
-	sed -e '/^ncp:/,+5s:strip:#strip:' \
-		-i GNUmakefile || die
-}
-
-src_compile() {
-	emake \
-		CC="$(use diet && echo "diet -Os ")$(tc-getCC)" \
-		CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
-		LDFLAGS="${LDFLAGS}" \
-		STRIP="#"
-}
-
-src_install() {
-	dobin ${PN}
-	dosym ${PN} /usr/bin/npoll
-	dosym ${PN} /usr/bin/npush
-
-	doman ncp.1 npush.1
-	dodoc NEWS
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2019-08-06 18:26 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-08-06 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a6b8c3c56a28b40fce5bd66de89425501c8ec495
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Aug  6 16:33:24 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 18:25:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b8c3c5

net-misc/ncp: update e-mail address

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12622
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/ncp/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ncp/metadata.xml b/net-misc/ncp/metadata.xml
index da384e181f0..cbd3e630248 100644
--- a/net-misc/ncp/metadata.xml
+++ b/net-misc/ncp/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>bu9zilla@gmail.com</email>
+		<email>m.mairkeimberger@gmail.com</email>
 		<name>Michael Mair-Keimberger</name>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2020-08-16 18:55 Jonas Stein
  0 siblings, 0 replies; 7+ messages in thread
From: Jonas Stein @ 2020-08-16 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     73c3474a9efb20ece70930731197868b02b42b42
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug 16 13:52:11 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 18:50:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c3474a

net-misc/ncp: update maintainer email

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 net-misc/ncp/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ncp/metadata.xml b/net-misc/ncp/metadata.xml
index cbd3e630248..874363d1925 100644
--- a/net-misc/ncp/metadata.xml
+++ b/net-misc/ncp/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>m.mairkeimberger@gmail.com</email>
+		<email>mmk@levelnine.at</email>
 		<name>Michael Mair-Keimberger</name>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2020-09-17 20:35 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-09-17 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea4ec2ecb6f3f17fabfb6e53f7e512c300effe1
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 17:28:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 20:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea4ec2e

net-misc/ncp: remove old

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17162
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/ncp/ncp-1.2.4-r1.ebuild | 42 ----------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-misc/ncp/ncp-1.2.4-r1.ebuild b/net-misc/ncp/ncp-1.2.4-r1.ebuild
deleted file mode 100644
index 6309febf029..00000000000
--- a/net-misc/ncp/ncp-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility for copying files in a LAN (npoll, npush)"
-HOMEPAGE="https://www.fefe.de/ncp/"
-SRC_URI="https://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="public-domain" # mail from author, bug 446540
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="diet"
-
-DEPEND=">=dev-libs/libowfat-0.28-r1
-	diet? ( dev-libs/dietlibc )"
-
-src_prepare() {
-	default
-	rm Makefile || die
-	sed -e '/^ncp:/,+5s:strip:#strip:' \
-		-i GNUmakefile || die
-}
-
-src_compile() {
-	emake \
-		CC="$(use diet && echo "diet -Os ")$(tc-getCC)" \
-		CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
-		LDFLAGS="${LDFLAGS}" \
-		STRIP="#"
-}
-
-src_install() {
-	dobin ${PN}
-	dosym ${PN} /usr/bin/npoll
-	dosym ${PN} /usr/bin/npush
-
-	doman ncp.1 npush.1
-	dodoc NEWS
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/
@ 2023-03-14 23:03 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2023-03-14 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e76df9ac8ef869f5a4123e0ce4e912f8fc1f3d03
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Mar 11 09:35:59 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 23:03:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76df9ac

net-misc/ncp: remove myself as maintainer

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/ncp/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-misc/ncp/metadata.xml b/net-misc/ncp/metadata.xml
index 5412e44936d4..a02990a673ff 100644
--- a/net-misc/ncp/metadata.xml
+++ b/net-misc/ncp/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>mmk@levelnine.at</email>
-		<name>Michael Mair-Keimberger</name>
-	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription lang="en">
 "ncp" is a utility for copying files in a LAN. It has absolutely no security or integrity checking, no throttling, no features, except one: you don't have to type the coordinates of your peer.
 	</longdescription>


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

end of thread, other threads:[~2023-03-14 23:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-06 18:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/ncp/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14 23:03 Conrad Kostecki
2020-09-17 20:35 Sam James
2020-08-16 18:55 Jonas Stein
2019-06-27 17:21 Andreas Sturmlechner
2019-02-22 20:51 Andreas Sturmlechner
2019-02-22 20:51 Andreas Sturmlechner

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