diff options
Diffstat (limited to 'dev-perl/CSS-Squish')
-rw-r--r-- | dev-perl/CSS-Squish/CSS-Squish-0.100.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/CSS-Squish/ChangeLog | 9 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/CSS-Squish/CSS-Squish-0.100.ebuild b/dev-perl/CSS-Squish/CSS-Squish-0.100.ebuild new file mode 100644 index 000000000000..fecb3b8cbb65 --- /dev/null +++ b/dev-perl/CSS-Squish/CSS-Squish-0.100.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CSS-Squish/CSS-Squish-0.100.ebuild,v 1.1 2011/01/18 07:38:46 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=TSIBLEY +MODULE_VERSION=0.10 +inherit perl-module + +DESCRIPTION="Compact many CSS files into one big file" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="dev-perl/URI + virtual/perl-File-Spec" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-LongString )" + +SRC_TEST="do" diff --git a/dev-perl/CSS-Squish/ChangeLog b/dev-perl/CSS-Squish/ChangeLog index af9cf4d9d4f4..1530b2fccc2a 100644 --- a/dev-perl/CSS-Squish/ChangeLog +++ b/dev-perl/CSS-Squish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/CSS-Squish -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CSS-Squish/ChangeLog,v 1.5 2010/06/11 06:33:13 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CSS-Squish/ChangeLog,v 1.6 2011/01/18 07:38:46 tove Exp $ + +*CSS-Squish-0.100 (18 Jan 2011) + + 18 Jan 2011; Torsten Veller <tove@gentoo.org> +CSS-Squish-0.100.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -CSS-Squish-0.08.ebuild: Cleanup |