From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CSS-Minifier-XS/
Date: Sun, 5 Jul 2020 18:49:31 +0000 (UTC) [thread overview]
Message-ID: <1593973395.5080889678cab5b7f5d192999d681849a2d1b5f7.kentnl@gentoo> (raw)
commit: 5080889678cab5b7f5d192999d681849a2d1b5f7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 3 22:24:09 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 18:23:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50808896
dev-perl/CSS-Minifier-XS: -r bump for EAPI7 + toolchain love
- EAPI7
- Don't break when LD=!ccld
- Ensure passing CFLAGS through to compiler
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../CSS-Minifier-XS-0.90.0-r2.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-perl/CSS-Minifier-XS/CSS-Minifier-XS-0.90.0-r2.ebuild b/dev-perl/CSS-Minifier-XS/CSS-Minifier-XS-0.90.0-r2.ebuild
new file mode 100644
index 00000000000..eaa4bd52d5f
--- /dev/null
+++ b/dev-perl/CSS-Minifier-XS/CSS-Minifier-XS-0.90.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GTERMARS
+DIST_VERSION="0.09"
+
+inherit perl-module
+
+DESCRIPTION="XS based CSS minifier"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="
+ >=dev-perl/Module-Build-0.40.0
+ virtual/perl-ExtUtils-CBuilder
+"
+src_configure() {
+ unset LD
+ [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+ perl-module_src_configure
+}
+src_compile() {
+ ./Build --config optimize="${CFLAGS}" build || die
+}
next reply other threads:[~2020-07-05 18:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-05 18:49 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-16 17:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CSS-Minifier-XS/ Andreas K. Hüttel
2021-07-29 7:08 Agostino Sarubbo
2021-05-12 20:10 Andreas K. Hüttel
2020-09-26 9:24 Kent Fredric
2016-09-20 20:24 Aaron Swenson
2016-09-20 20:24 Aaron Swenson
2016-09-20 19:22 Aaron Swenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1593973395.5080889678cab5b7f5d192999d681849a2d1b5f7.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox