summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Pod-Markdown-Github/Manifest1
-rw-r--r--dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.10.0.ebuild38
-rw-r--r--dev-perl/Pod-Markdown-Github/metadata.xml7
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-perl/Pod-Markdown-Github/Manifest b/dev-perl/Pod-Markdown-Github/Manifest
deleted file mode 100644
index 824092e23..000000000
--- a/dev-perl/Pod-Markdown-Github/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Pod-Markdown-Github-0.01.tar.gz 9444 SHA256 4c6407d1049f0c88326a58abf67db7c1a550cdb8bea84ceb05157aa0c1f6d0df SHA512 a07714675121cb86d0ae70a4e47d60453f4c0645b04d8f99ac6f120b55f5f49025b68119e6e92cafc19b9e52c97b5ba379b2f7671da68b552702d4d6ce73b053 WHIRLPOOL 4500bee08f3903b2addda04bfc05a82aa32c4b76c700d1163df21553273f9d85419ef2af23b877635f7a06dd752375e564e75fdd9079b8618eca494b64b7d25e
diff --git a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.10.0.ebuild b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.10.0.ebuild
deleted file mode 100644
index 8fc4d6da2..000000000
--- a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.10.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=MINIMAL
-MODULE_VERSION=0.01
-inherit perl-module
-
-DESCRIPTION="Convert POD to Githubs specific markdown"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-}
-perl_meta_build() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Pod::Markdown
- echo \>=dev-perl/Pod-Markdown-3
- # parent
- echo virtual/perl-parent
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/Pod-Markdown-Github/metadata.xml b/dev-perl/Pod-Markdown-Github/metadata.xml
deleted file mode 100644
index fcb39fe7f..000000000
--- a/dev-perl/Pod-Markdown-Github/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- </maintainer>
-</pkgmetadata>