summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-13 02:03:46 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-14 19:55:41 +1200
commit140d49d709990a28ef6c362bcd023519124b8252 (patch)
tree22cc05673cf2558593127d158db6bbca05df3f62 /dev-perl/Device-SerialPort
parentdev-perl/Devel-SmallProf: Remove old 2.20.0-r3 (diff)
downloadgentoo-140d49d709990a28ef6c362bcd023519124b8252.tar.gz
gentoo-140d49d709990a28ef6c362bcd023519124b8252.tar.bz2
gentoo-140d49d709990a28ef6c362bcd023519124b8252.zip
dev-perl/Device-SerialPort: Remove old 1.40.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Device-SerialPort')
-rw-r--r--dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild
deleted file mode 100644
index f0bc0134dc01..000000000000
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=COOK
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="A Serial port Perl Module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-#From the module:
-# If you run 'make test', you must make sure that nothing is plugged
-# into '/dev/ttyS1'!
-# Doesn't sound wise to enable SRC_TEST="do" - mcummings