diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-19 19:43:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-19 19:43:17 +0000 |
commit | 62204af0f462d8773d62f8c44fc77388b485b36a (patch) | |
tree | 328f0b0bcc098b8d7f5c6b1139fc16154d769c99 /dev-perl | |
parent | Update nofetch message. (diff) | |
download | gentoo-2-62204af0f462d8773d62f8c44fc77388b485b36a.tar.gz gentoo-2-62204af0f462d8773d62f8c44fc77388b485b36a.tar.bz2 gentoo-2-62204af0f462d8773d62f8c44fc77388b485b36a.zip |
[bump] dev-perl/POE-Component-IKC-0.230.300
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/POE-Component-IKC/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/POE-Component-IKC/ChangeLog b/dev-perl/POE-Component-IKC/ChangeLog index f59d809bd104..681326a944ae 100644 --- a/dev-perl/POE-Component-IKC/ChangeLog +++ b/dev-perl/POE-Component-IKC/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/POE-Component-IKC -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-IKC/ChangeLog,v 1.7 2012/11/18 11:32:20 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-IKC/ChangeLog,v 1.8 2013/01/19 19:43:17 tove Exp $ + +*POE-Component-IKC-0.230.300 (19 Jan 2013) + + 19 Jan 2013; Torsten Veller <tove@gentoo.org> + +POE-Component-IKC-0.230.300.ebuild: + Version bump 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild new file mode 100644 index 000000000000..ac6d38ca5a29 --- /dev/null +++ b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild,v 1.1 2013/01/19 19:43:17 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=GWYN +MODULE_VERSION=0.2303 +inherit perl-module + +DESCRIPTION="POE Inter-Kernel Communication" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/POE-API-Peek-1.34 + dev-perl/POE + dev-perl/Devel-Size +" +DEPEND="${RDEPEND}" |