summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2009-02-10 13:15:01 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2009-02-10 13:15:01 +0000
commitdaf59c69d202e49beddbc6eae8b07b09f2ed94d7 (patch)
tree7d1c0eb997baa5751f75a1b896a3337eac1fe3ee /dev-python/cssutils
parentRegenerate manifest, i updated tarball so it should work as server now withou... (diff)
downloadgentoo-2-daf59c69d202e49beddbc6eae8b07b09f2ed94d7.tar.gz
gentoo-2-daf59c69d202e49beddbc6eae8b07b09f2ed94d7.tar.bz2
gentoo-2-daf59c69d202e49beddbc6eae8b07b09f2ed94d7.zip
initial import
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r--dev-python/cssutils/ChangeLog11
-rw-r--r--dev-python/cssutils/cssutils-0.9.5.1.ebuild19
-rw-r--r--dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild19
-rw-r--r--dev-python/cssutils/metadata.xml12
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-python/cssutils/ChangeLog b/dev-python/cssutils/ChangeLog
new file mode 100644
index 000000000000..38cdeb557337
--- /dev/null
+++ b/dev-python/cssutils/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-python/cssutils
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.1 2009/02/10 13:15:01 lordvan Exp $
+
+*cssutils-0.9.6_alpha1 (10 Feb 2009)
+*cssutils-0.9.5.1 (10 Feb 2009)
+
+ 10 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
+ +cssutils-0.9.5.1.ebuild, +cssutils-0.9.6_alpha1.ebuild:
+ initial version
+
diff --git a/dev-python/cssutils/cssutils-0.9.5.1.ebuild b/dev-python/cssutils/cssutils-0.9.5.1.ebuild
new file mode 100644
index 000000000000..6b083aa97953
--- /dev/null
+++ b/dev-python/cssutils/cssutils-0.9.5.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.5.1.ebuild,v 1.1 2009/02/10 13:15:01 lordvan Exp $
+
+inherit distutils eutils
+
+MY_P=${P/_alpha/a}
+DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets."
+HOMEPAGE="http://code.google.com/p/cssutils"
+SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-lang/python-2.4"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild b/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild
new file mode 100644
index 000000000000..7c7993b3f8a5
--- /dev/null
+++ b/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.6_alpha1.ebuild,v 1.1 2009/02/10 13:15:01 lordvan Exp $
+
+inherit distutils eutils
+
+MY_P=${P/_alpha/a}
+DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets."
+HOMEPAGE="http://code.google.com/p/cssutils"
+SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-lang/python-2.4"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/cssutils/metadata.xml b/dev-python/cssutils/metadata.xml
new file mode 100644
index 000000000000..7e13342704f8
--- /dev/null
+++ b/dev-python/cssutils/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>lordvan@gentoo.org</email>
+ <name>Thomas Raschbacher</name>
+ </maintainer>
+ <longdescription lang="en">
+ A Python package to parse and build CSS Cascading Style Sheets.
+ </longdescription>
+</pkgmetadata>