forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
MODULE_AUTHOR=LEEJO | ||
MODULE_VERSION=2.00 | ||
inherit perl-module | ||
|
||
DESCRIPTION='Another CSS minifier' | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Regexp-RegGrp-1.1.1_rc | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.590.0 | ||
test? ( virtual/perl-Test-Simple ) | ||
" | ||
|
||
SRC_TEST="do parallel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST CSS-Packer-1.002001.tar.gz 31201 SHA256 1cfb9d1d40861337f01ed9b449d3d258ab636fab03d978e0c21801624beb3e38 SHA512 d6dce678b7e9d661efa9cfbbe971865f8e89d589d5fe4b05032c8386c043f80f1700ead0e1526dfc0624f2e3514cec3d008578d503e8f494db8dbc866916c483 WHIRLPOOL fffeb4df7b33b3fc53fc29787516d715499552db82f65e086781271bb8b19ad063c1e5ee9bbc641db9c3d52f84e05d195349d8980315d4e53d397ba4d76f94d7 | ||
DIST CSS-Packer-2.00.tar.gz 33199 SHA256 f4ad99319c6490e9c8d33f91bd1a465cce873584c152307340d3645d48640f85 SHA512 2b41bf85297ad5882a2a6fb5fd72c1d3c6b0c9073283a66ae2e99798c749e111e667ef2b6c2ca589198817c366d3070b1150182886f64f476a982420c2c6527b WHIRLPOOL 3c5079c824ac8f03df76f46b9611fca6d8a354c4dc3c943e3c40dcebc115298ba9c290f4fa8121a7f2445610b390da920c4b72b4a468ccf8566cd1bb5e629eb2 |