summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/CSS-Squish/CSS-Squish-0.09.ebuild21
-rw-r--r--dev-perl/CSS-Squish/ChangeLog10
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/CSS-Squish/CSS-Squish-0.09.ebuild b/dev-perl/CSS-Squish/CSS-Squish-0.09.ebuild
new file mode 100644
index 000000000000..ee34309c6b18
--- /dev/null
+++ b/dev-perl/CSS-Squish/CSS-Squish-0.09.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 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.09.ebuild,v 1.1 2010/03/27 21:39:43 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=TSIBLEY
+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 8037d6eb21dd..6a2eda1ca023 100644
--- a/dev-perl/CSS-Squish/ChangeLog
+++ b/dev-perl/CSS-Squish/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/CSS-Squish
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CSS-Squish/ChangeLog,v 1.3 2009/05/02 12:00:17 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CSS-Squish/ChangeLog,v 1.4 2010/03/27 21:39:43 robbat2 Exp $
+
+*CSS-Squish-0.09 (27 Mar 2010)
+
+ 27 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +CSS-Squish-0.09.ebuild:
+ Version bump via perl-bump experimental tool.
02 May 2009; Torsten Veller <tove@gentoo.org> -CSS-Squish-0.07.ebuild:
Cleanup