commit:     15d8995ee4ab56cb3039e1759e69a226d7dadafe
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  6 00:14:11 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec  6 00:14:11 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=15d8995e

[cleanup] dev-perl/HTML-Highlight moved to main tree

---
 dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild | 17 -----------------
 dev-perl/HTML-Highlight/files/fix-pod.patch        | 22 ----------------------
 dev-perl/HTML-Highlight/metadata.xml               |  9 ---------
 3 files changed, 48 deletions(-)

diff --git a/dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild 
b/dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild
deleted file mode 100644
index 3a7f2a9..0000000
--- a/dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="TRIPIE"
-inherit perl-module
-
-DESCRIPTION="A module to highlight words or patterns in HTML documents"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"
-PATCHES=( "${FILESDIR}"/fix-pod.patch )

diff --git a/dev-perl/HTML-Highlight/files/fix-pod.patch 
b/dev-perl/HTML-Highlight/files/fix-pod.patch
deleted file mode 100644
index 5f5bd85..0000000
--- a/dev-perl/HTML-Highlight/files/fix-pod.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Author: gregor herrmann <[email protected]>
-Descriotion: fix pod error (=item outside of =over)
-
---- a/Highlight.pm
-+++ b/Highlight.pm
-@@ -247,6 +247,7 @@
- This module provides Google-like highlighting of words or patterns in HTML
- documents. This feature is typically used to highlight search results.
- 
-+=over
- 
- =item The construcutor:
- 
-@@ -341,6 +342,8 @@
- That means only the first occurence of each of the words is taken into
- account.
- 
-+=back
-+
- =head1 SUPPORT
- 
- No official support is provided, but I welcome any comments, patches

diff --git a/dev-perl/HTML-Highlight/metadata.xml 
b/dev-perl/HTML-Highlight/metadata.xml
deleted file mode 100644
index d11d547..0000000
--- a/dev-perl/HTML-Highlight/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-        <herd>perl</herd>
-        <upstream>
-                <remote-id type="cpan">HTML-Highlight</remote-id>
-                <remote-id type="cpan-module">HTML::Highlight</remote-id>
-        </upstream>
-</pkgmetadata>

Reply via email to