From: Kent Fredric Date: Thu, 7 May 2020 14:36:38 +0000 (+1200) Subject: dev-perl/CSS-Minifier: -r bump for EAPI7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=832576b3ac4c60469416714640bb2df1fab3b5d5;p=gentoo.git dev-perl/CSS-Minifier: -r bump for EAPI7 - EAPI7 - Add license note - Remove empty variable assignments - Remove unneeded variables Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric --- diff --git a/dev-perl/CSS-Minifier/CSS-Minifier-0.10.0-r2.ebuild b/dev-perl/CSS-Minifier/CSS-Minifier-0.10.0-r2.ebuild new file mode 100644 index 000000000000..b763a9fc51de --- /dev/null +++ b/dev-perl/CSS-Minifier/CSS-Minifier-0.10.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PMICHAUX +DIST_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Perl extension for minifying CSS" +# License note: perl or later https://bugs.gentoo.org/718946 +SLOT="0" +KEYWORDS="~amd64 ~x86"