diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:14:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:14:46 +0000 |
commit | b4f9ad2ec27168f35348e9a8fb448ca3b451626c (patch) | |
tree | 72fbd59c92b84d4942574f5d08476ba314772e9d /dev-perl/Net-DBus | |
parent | [bump] dev-perl/Proc-Simple-1.280.0 (diff) | |
download | historical-b4f9ad2ec27168f35348e9a8fb448ca3b451626c.tar.gz historical-b4f9ad2ec27168f35348e9a8fb448ca3b451626c.tar.bz2 historical-b4f9ad2ec27168f35348e9a8fb448ca3b451626c.zip |
[bump] dev-perl/Net-DBus-1.0.0
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-DBus')
-rw-r--r-- | dev-perl/Net-DBus/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-perl/Net-DBus/ChangeLog b/dev-perl/Net-DBus/ChangeLog index feb02fc72bec..4d140b7e8860 100644 --- a/dev-perl/Net-DBus/ChangeLog +++ b/dev-perl/Net-DBus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Net-DBus -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.17 2010/10/13 17:28:03 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.18 2011/07/06 13:14:46 tove Exp $ + +*Net-DBus-1.0.0 (06 Jul 2011) + + 06 Jul 2011; Torsten Veller <tove@gentoo.org> +Net-DBus-1.0.0.ebuild: + Version bump 13 Oct 2010; Raúl Porcel <armin76@gentoo.org> Net-DBus-0.33.6.ebuild: alpha/ia64 stable diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild b/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild new file mode 100644 index 000000000000..88dd3ebc95ce --- /dev/null +++ b/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild,v 1.1 2011/07/06 13:14:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBERR +MODULE_VERSION=1.0.0 +inherit perl-module + +DESCRIPTION="Perl extension for the DBus message system" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND=" + sys-apps/dbus + dev-perl/XML-Twig +" +DEPEND="${RDEPEND} + dev-util/pkgconfig + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" |