summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Net-DBus
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Net-DBus')
-rw-r--r--dev-perl/Net-DBus/Manifest1
-rw-r--r--dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild28
-rw-r--r--dev-perl/Net-DBus/metadata.xml37
3 files changed, 66 insertions, 0 deletions
diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
new file mode 100644
index 000000000000..26b6f2de73b5
--- /dev/null
+++ b/dev-perl/Net-DBus/Manifest
@@ -0,0 +1 @@
+DIST Net-DBus-1.0.0.tar.gz 100667 SHA256 bfd0f3bc8ae228b410952829d97ed5f9c1d53587ab645b9d99241f6b51e2590f SHA512 fa0c47360e204076168e9e62cf72f3443397e7cd83d09ab041b892ef78a017a1abc8f4d57a4114bb415c146cdded283c39dca5c262b5fda14fefbcd4fe634e51 WHIRLPOOL f5e06540dd4c6ed859055b9505aa253d860d70e89175d2a8cced09cb6c9862c94e258be25cd34a4696743ca4a22f528f9c13fca6bd331686efbb9bf5b96808e1
diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..fc5c929e4099
--- /dev/null
+++ b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DANBERR
+MODULE_VERSION=1.0.0
+inherit perl-module
+
+DESCRIPTION="Perl extension for the DBus message system"
+
+SLOT="0"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
+IUSE="test"
+
+RDEPEND="
+ sys-apps/dbus
+ dev-perl/XML-Twig
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Net-DBus/metadata.xml b/dev-perl/Net-DBus/metadata.xml
new file mode 100644
index 000000000000..f9cded3c0ea3
--- /dev/null
+++ b/dev-perl/Net-DBus/metadata.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Net-DBus</remote-id>
+ <remote-id type="cpan-module">Net::DBus</remote-id>
+ <remote-id type="cpan-module">Net::DBus::ASyncReply</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Annotation</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Bus</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Connection</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Introspector</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Iterator</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Message</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Message::Error</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Message::MethodCall</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Message::MethodReturn</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Message::Signal</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::PendingCall</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Server</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Value</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Binding::Watch</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Callback</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Dumper</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Error</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Exporter</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Object</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Reactor</remote-id>
+ <remote-id type="cpan-module">Net::DBus::RemoteObject</remote-id>
+ <remote-id type="cpan-module">Net::DBus::RemoteService</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Service</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Test::MockConnection</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Test::MockIterator</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Test::MockMessage</remote-id>
+ <remote-id type="cpan-module">Net::DBus::Test::MockObject</remote-id>
+ </upstream>
+</pkgmetadata>