summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-09-10 14:29:00 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-09-10 14:29:00 +0000
commit90e04ae1ce636e515f3e890fd2e0881805351bd8 (patch)
tree1992dbedc9154bc22daa3f1b01bd1ed6a2cee91a /dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild
parentRemove automagical detection of jai and jimi support that fails with JAVA_PKG... (diff)
downloadgentoo-2-90e04ae1ce636e515f3e890fd2e0881805351bd8.tar.gz
gentoo-2-90e04ae1ce636e515f3e890fd2e0881805351bd8.tar.bz2
gentoo-2-90e04ae1ce636e515f3e890fd2e0881805351bd8.zip
Adding binding support to dbus, requested by steev and compnerd
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild')
-rw-r--r--dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild b/dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild
new file mode 100644
index 000000000000..4ce28c4c6835
--- /dev/null
+++ b/dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-0.33.3.ebuild,v 1.1 2006/09/10 14:29:00 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for the DBus message system"
+HOMEPAGE="http://search.cpan.org/~danberr/"
+SRC_URI="mirror://cpan/authors/id/D/DA/DANBERR/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ sys-apps/dbus
+ dev-perl/XML-Twig"