mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Merge remote-tracking branch 'github/pr/135'
This commit is contained in:
35
dev-perl/Expect/Expect-1.320.0-r1.ebuild
Normal file
35
dev-perl/Expect/Expect-1.320.0-r1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=SZABGAB
|
||||
MODULE_VERSION=1.32
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Expect for Perl"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test minimal"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-IO
|
||||
>=dev-perl/IO-Tty-1.110.0
|
||||
!minimal? (
|
||||
dev-perl/IO-Stty
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
|
||||
test? (
|
||||
virtual/perl-File-Temp
|
||||
>=dev-perl/Test-Exception-0.320.0
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
|
||||
SRC_TEST="do parallel"
|
||||
28
dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
Normal file
28
dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=TODDR
|
||||
MODULE_VERSION=0.03
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Change and print terminal line settings"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.350.0
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)"
|
||||
SRC_TEST="do"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/98-pod-coverage.t t/99-pod.t
|
||||
perl-module_src_test;
|
||||
}
|
||||
1
dev-perl/IO-Stty/Manifest
Normal file
1
dev-perl/IO-Stty/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST IO-Stty-0.03.tar.gz 10251 SHA256 6929528db85e89d23a9761f400b5b6555ad5a9eba5208b65992399c8bd809152 SHA512 0670005929f604c8c2103d3f5e5e03e17413f8ff8a2e93911d5a064f64f268f59eb8855126c86a69649f8a350b70ecd812e60b01584c5d042bd64174d9710e4f WHIRLPOOL d3c49cacebe09796e6f92700921573a31eda8c71350dceaf6e1f887d9c34828ca643ef47dc3f8b95ee7e0c33f536a13b7c1269237977a617a028af5ed5c21419
|
||||
13
dev-perl/IO-Stty/metadata.xml
Normal file
13
dev-perl/IO-Stty/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>perl</herd>
|
||||
<maintainer>
|
||||
<email>kentfredric@gmail.com</email>
|
||||
<name>Kent Fredric</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">IO-Stty</remote-id>
|
||||
<remote-id type="cpan-module">IO::Stty</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user