summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-01-10 12:12:03 +1300
committerKent Fredric <kentnl@gentoo.org>2018-01-10 13:05:52 +1300
commitce0869b99ae5cc12d93cc7cb906a01f2e97cb011 (patch)
tree4b62bd9678ff46bd2724aff750243ba5f346156b /dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
parentdev-perl/Sub-Quote: Bump to version 2.4.0 (diff)
downloadgentoo-ce0869b99ae5cc12d93cc7cb906a01f2e97cb011.tar.gz
gentoo-ce0869b99ae5cc12d93cc7cb906a01f2e97cb011.tar.bz2
gentoo-ce0869b99ae5cc12d93cc7cb906a01f2e97cb011.zip
dev-perl/Syntax-Highlight-Engine-Simple: Bump to version 0.101.0
Upstream: - Packaging changes Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild')
-rw-r--r--dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
new file mode 100644
index 000000000000..c00ef3c1a766
--- /dev/null
+++ b/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.101.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.101
+DIST_AUTHOR=AKHUETTEL
+inherit perl-module
+
+DESCRIPTION="Simple Syntax Highlight Engine"
+IUSE="test"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+PATCHES=( "${FILESDIR}/${PN}-0.101-noreadme.patch" )