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>[email protected]</email>
+               <name>Proxy-Maintainer; please assign him to bugs.</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Perl Project</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</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>

Reply via email to