* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/
@ 2016-04-03 21:24 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 8aa40821ad94d6d17201abd4d4d9a1df50431b2a
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Wed Mar 30 22:39:41 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:23:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa40821
dev-perl/Net-Bonjour: initial ebuild, version 0.960.0
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
dev-perl/Net-Bonjour/Manifest | 1 +
dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild | 31 +++++++++++++++++++++++++
dev-perl/Net-Bonjour/metadata.xml | 22 ++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-perl/Net-Bonjour/Manifest b/dev-perl/Net-Bonjour/Manifest
new file mode 100644
index 0000000..255e48a
--- /dev/null
+++ b/dev-perl/Net-Bonjour/Manifest
@@ -0,0 +1 @@
+DIST Net-Bonjour-0.96.tar.gz 8323 SHA256 c38a1f3ab200b08208d0c3a02b23d30653dfc62c09c6a12561c6ea08a69b1f97 SHA512 1d35f29dac829ba5cdd51878c00f361830d50862ebeb29dce942f4bf291de6f700015ea792061d3410fe315ba20b425222ac87dfb6843ebfb0b97d7dca736a65 WHIRLPOOL f26787d3a872ce18eda8855dd5c5e20178c98f6f4f282bb97977eadd1f2ce0a03bf183085e70379a78e05a70b44bc933f9c3675c97b922f1bd1907a073a2896f
diff --git a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
new file mode 100644
index 0000000..2e1711a
--- /dev/null
+++ b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="CHLIGE"
+DIST_VERSION="0.96"
+inherit perl-module
+
+DESCRIPTION="Module for DNS service discovery (Apple's Bonjour)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test examples"
+
+RDEPEND="
+ >=dev-perl/Net-DNS-0.500.0
+ >=virtual/perl-Socket-1.750.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )"
+
+src_install() {
+ perl-module_src_install
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ docinto examples
+ dodoc -r demo/*
+ fi
+}
diff --git a/dev-perl/Net-Bonjour/metadata.xml b/dev-perl/Net-Bonjour/metadata.xml
new file mode 100644
index 0000000..500a6eb
--- /dev/null
+++ b/dev-perl/Net-Bonjour/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>Proxy-Maintainer; please assign him to bugs.</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Net-Bonjour</remote-id>
+ <remote-id type="cpan-module">Net::Bonjour</remote-id>
+ <remote-id type="cpan-module">Net::Bonjour::Entry</remote-id>
+ <remote-id type="cpan-module">Net::Bonjour::Rendezvous</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/
@ 2017-10-26 20:18 Thomas Deutschmann
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 115aad6bc9c9d9597a48a307f7fe1bf0b50b6b2a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:15:43 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:18:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115aad6b
dev-perl/Net-Bonjour: x86 stable (bug #632664)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
index 4dd6eeaa17d..8f1c4489d39 100644
--- a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
+++ b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Module for DNS service discovery (Apple's Bonjour)"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/
@ 2018-04-03 15:28 Jonas Stein
0 siblings, 0 replies; 4+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 380a7374723cce5066a86f427562b0057b9aecdc
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:10:02 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 15:27:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380a7374
dev-perl/Net-Bonjour: Maintainer retired
Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Net-Bonjour/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-perl/Net-Bonjour/metadata.xml b/dev-perl/Net-Bonjour/metadata.xml
index 500a6ebe4f5..f906d7abb3b 100644
--- a/dev-perl/Net-Bonjour/metadata.xml
+++ b/dev-perl/Net-Bonjour/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tomboy64@sina.cn</email>
- <name>Proxy-Maintainer; please assign him to bugs.</name>
- </maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
<upstream>
<remote-id type="cpan">Net-Bonjour</remote-id>
<remote-id type="cpan-module">Net::Bonjour</remote-id>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/
@ 2021-11-20 17:59 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-20 17:59 UTC (permalink / raw
To: gentoo-commits
commit: f951e80c1c849d486590661afe019eb733f61072
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 17:49:27 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 17:59:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f951e80c
dev-perl/Net-Bonjour: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...r-0.960.0.ebuild => Net-Bonjour-0.960.0-r1.ebuild} | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
similarity index 65%
rename from dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
rename to dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
index 254ccdb39fc6..a7b083e6ebdf 100644
--- a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild
+++ b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0-r1.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DIST_AUTHOR="CHLIGE"
-DIST_VERSION="0.96"
+DIST_AUTHOR=CHLIGE
+DIST_VERSION=0.96
inherit perl-module
DESCRIPTION="Module for DNS service discovery (Apple's Bonjour)"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
+IUSE="examples"
RDEPEND="
>=dev-perl/Net-DNS-0.500.0
- >=virtual/perl-Socket-1.750.0"
-DEPEND="${RDEPEND}
+ >=virtual/perl-Socket-1.750.0
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )"
+ test? ( virtual/perl-Test-Simple )
+"
src_install() {
perl-module_src_install
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-20 17:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 20:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Bonjour/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2021-11-20 17:59 Andreas K. Hüttel
2018-04-03 15:28 Jonas Stein
2016-04-03 21:24 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox