dev-perl/Parse-Yapp: Remove old
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 24 Oct 2019 23:58:01 +0000 (01:58 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 24 Oct 2019 23:59:02 +0000 (01:59 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-perl/Parse-Yapp/Manifest
dev-perl/Parse-Yapp/Parse-Yapp-1.50.0-r1.ebuild [deleted file]

index 6a8ace8f4b3697398938bcfb58213ad552a0bea7..fdaa47ea46299b462d540d49fdbc64b68eebb784 100644 (file)
@@ -1,2 +1 @@
-DIST Parse-Yapp-1.05.tar.gz 47776 BLAKE2B 8eb9747ff2f2fe0d9dc1d9a0e79cda477a45b4f77f18f06d6c05c4e7bf7af9a674873f1a1c1dd295db8e14757a29579cd60846fc0c67fdcd6dec1c90b3d87970 SHA512 27375b333bf4358f04354baa1d389b082863e12925bc16425b8b029fa4780a04f6d2e314fd011be4ddcc8dff5f17e9921b257c7a3b1c3cea728220c971bb059b
 DIST Parse-Yapp-1.21.tar.gz 108661 BLAKE2B b5d8e135f8befc4841250c75385fb935757e665b213373c983428809e5990e9f50fed250c3af9a5253da0f6a1494883b23b6ae42e4ae23cff799c3663bd054f0 SHA512 dbf6182d4813ff7e355ea1713c748bfdf8290040a93f123acec645c7a1733fe457ab6e0ab51c4ec83cf82bc43d7fb35cbf89875df7b5c2ffc9635e85458cfeee
diff --git a/dev-perl/Parse-Yapp/Parse-Yapp-1.50.0-r1.ebuild b/dev-perl/Parse-Yapp/Parse-Yapp-1.50.0-r1.ebuild
deleted file mode 100644 (file)
index f29e11b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FDESAR
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="Compiles yacc-like LALR grammars to generate Perl OO parser modules"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!=net-fs/samba-4*"
-
-src_install() {
-       perl-module_src_install
-
-       insinto /usr/share/doc/${PF}/examples
-       doins Calc.yp YappParse.yp
-}