diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-26 17:12:08 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-26 17:32:53 +1300 |
commit | e45c3124bc3210015f206008eed75a8a7a933abc (patch) | |
tree | 2007f1b66cd4d09fedc112d715e7f5235a954c85 /dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild | |
parent | dev-perl/IO-Prompt: Add remote-id's to metadata.xml (diff) | |
download | gentoo-e45c3124bc3210015f206008eed75a8a7a933abc.tar.gz gentoo-e45c3124bc3210015f206008eed75a8a7a933abc.tar.bz2 gentoo-e45c3124bc3210015f206008eed75a8a7a933abc.zip |
dev-perl/IO-SessionData: EAPI6
- EAPI6
- Add remote id's to metadata.xml
- Parallelise tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild')
-rw-r--r-- | dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild new file mode 100644 index 000000000000..180ef9c860d7 --- /dev/null +++ b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PHRED +DIST_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Session data support module for SOAP::Lite" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |