summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-28 20:04:29 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-28 20:04:29 +0000
commit88c0cc0ada160ccdaa9c90980863e0d7f403b915 (patch)
tree8a58e38e499f8c75ae58be01528749622e5565c6 /dev-python/louie
parentRemove version restriction from maxima dependency. (diff)
downloadhistorical-88c0cc0ada160ccdaa9c90980863e0d7f403b915.tar.gz
historical-88c0cc0ada160ccdaa9c90980863e0d7f403b915.tar.bz2
historical-88c0cc0ada160ccdaa9c90980863e0d7f403b915.zip
Initial import. Fixes #225475. Initial ebuild by Maciej Blizinski.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/louie')
-rw-r--r--dev-python/louie/ChangeLog10
-rw-r--r--dev-python/louie/Manifest4
-rw-r--r--dev-python/louie/louie-1.1.ebuild24
-rw-r--r--dev-python/louie/metadata.xml5
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/louie/ChangeLog b/dev-python/louie/ChangeLog
new file mode 100644
index 000000000000..b5969c5493ce
--- /dev/null
+++ b/dev-python/louie/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/louie
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.1 2009/02/28 20:04:29 patrick Exp $
+
+*louie-1.1 (28 Feb 2009)
+
+ 28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+ +louie-1.1.ebuild:
+ Initial import. Fixes #225475. Initial ebuild by Maciej Blizinski.
+
diff --git a/dev-python/louie/Manifest b/dev-python/louie/Manifest
new file mode 100644
index 000000000000..efa549209b17
--- /dev/null
+++ b/dev-python/louie/Manifest
@@ -0,0 +1,4 @@
+DIST Louie-1.1.tar.gz 22306 RMD160 85b963990e49a07e2931855c947c0d337e69f3e0 SHA1 8d9df8fb3eab98064463d587da9e14ee29be3ad5 SHA256 75f33f2978e9a7ba1f541c594d8e93d0c4a965a706db688fd11a77f4049e5a5b
+EBUILD louie-1.1.ebuild 711 RMD160 ef80f9aa56ca7bdfe6665f4275dbf92efae06eb5 SHA1 8d1a2386d715ead7342882116d9dd9783f9d4fae SHA256 9a74964aa9b7d2d3c16689ccc31182334089f48d801265002602e849a2c1b160
+MISC ChangeLog 388 RMD160 b60055205d500ff8502d62bd9cdf566951e32d98 SHA1 7a8f5539ea1f3ffed6f076ee959b449fc5b28edd SHA256 bab5ffd71510178308441789f5d20a6883c07265277e50beee5bccf943fbaff5
+MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild
new file mode 100644
index 000000000000..dc38aff0d1b6
--- /dev/null
+++ b/dev-python/louie/louie-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.1 2009/02/28 20:04:29 patrick Exp $
+
+inherit distutils
+
+MY_P="Louie-${PV}"
+DESCRIPTION="Signal dispatching mechanism for Python"
+HOMEPAGE="http://pylouie.org/"
+SRC_URI="http://cheeseshop.python.org/packages/source/L/Louie/${MY_P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+# This has changed with upstream migrating to setuptools. No idea how to actually run them tests now ...
+#src_test() {
+# python selftest.py || die "selftest.py failed"
+#}
diff --git a/dev-python/louie/metadata.xml b/dev-python/louie/metadata.xml
new file mode 100644
index 000000000000..301d2207cc29
--- /dev/null
+++ b/dev-python/louie/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>