diff options
author | 2008-12-08 02:43:05 +0000 | |
---|---|---|
committer | 2008-12-08 02:43:05 +0000 | |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/DCOP | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/DCOP')
-rw-r--r-- | dev-perl/DCOP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DCOP/DCOP-0.038.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/DCOP/ChangeLog b/dev-perl/DCOP/ChangeLog index 302ff327f4ea..b726a584ffec 100644 --- a/dev-perl/DCOP/ChangeLog +++ b/dev-perl/DCOP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DCOP # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/ChangeLog,v 1.6 2008/04/29 06:00:16 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/ChangeLog,v 1.7 2008/12/08 02:14:19 robbat2 Exp $ + +*DCOP-0.038 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +DCOP-0.038.ebuild: + Version bump. *DCOP-0.037 (29 Apr 2008) diff --git a/dev-perl/DCOP/DCOP-0.038.ebuild b/dev-perl/DCOP/DCOP-0.038.ebuild new file mode 100644 index 000000000000..4dae6dd96be5 --- /dev/null +++ b/dev-perl/DCOP/DCOP-0.038.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/DCOP-0.038.ebuild,v 1.1 2008/12/08 02:14:19 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Extensible inheritable Perl class to dcop." +SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JC/JCMULLER/${P}.readme" + +RDEPEND="kde-base/kdelibs" + +IUSE="" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +SRC_TEST="do" |