diff options
author | Caleb Tennis <caleb@gentoo.org> | 2009-04-19 12:22:25 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2009-04-19 12:22:25 +0000 |
commit | 082d0579dc6fc7435ffe90b6cab66a5feabb88ed (patch) | |
tree | f21319fba71f6c90883b60a01bf5494e1f901bfe /dev-python/morbid | |
parent | Version bump dev-haskell/cgi (diff) | |
download | gentoo-2-082d0579dc6fc7435ffe90b6cab66a5feabb88ed.tar.gz gentoo-2-082d0579dc6fc7435ffe90b6cab66a5feabb88ed.tar.bz2 gentoo-2-082d0579dc6fc7435ffe90b6cab66a5feabb88ed.zip |
Initial import
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'dev-python/morbid')
-rw-r--r-- | dev-python/morbid/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/morbid/metadata.xml | 8 | ||||
-rw-r--r-- | dev-python/morbid/morbid-0.8.4.ebuild | 23 | ||||
-rw-r--r-- | dev-python/morbid/morbid-0.8.6.1.ebuild | 23 |
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-python/morbid/ChangeLog b/dev-python/morbid/ChangeLog new file mode 100644 index 000000000000..16dd8d20dcec --- /dev/null +++ b/dev-python/morbid/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/morbid +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v 1.1 2009/04/19 12:22:25 caleb Exp $ + +*morbid-0.8.6.1 (19 Apr 2009) +*morbid-0.8.4 (19 Apr 2009) + + 19 Apr 2009; Caleb Tennis <caleb@gentoo.org +metadata.xml, + +morbid-0.8.4.ebuild, +morbid-0.8.6.1.ebuild: + Initial import + diff --git a/dev-python/morbid/metadata.xml b/dev-python/morbid/metadata.xml new file mode 100644 index 000000000000..9167772c5c2f --- /dev/null +++ b/dev-python/morbid/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>caleb@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-python/morbid/morbid-0.8.4.ebuild b/dev-python/morbid/morbid-0.8.4.ebuild new file mode 100644 index 000000000000..5c3866d94ea1 --- /dev/null +++ b/dev-python/morbid/morbid-0.8.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.4.ebuild,v 1.1 2009/04/19 12:22:25 caleb Exp $ + +inherit distutils + +DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the STOMP protocol" +HOMEPAGE="http://pypi.python.org/pypi/morbid/0.8.4" +SRC_URI="http://pypi.python.org/packages/source/m/morbid/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-python/twisted" +DEPEND="${RDEPEND} + dev-python/setuptools" + +src_install() { + distutils_src_install +} + diff --git a/dev-python/morbid/morbid-0.8.6.1.ebuild b/dev-python/morbid/morbid-0.8.6.1.ebuild new file mode 100644 index 000000000000..65a66076c654 --- /dev/null +++ b/dev-python/morbid/morbid-0.8.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.6.1.ebuild,v 1.1 2009/04/19 12:22:25 caleb Exp $ + +inherit distutils + +DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the STOMP protocol" +HOMEPAGE="http://pypi.python.org/pypi/morbid/0.8.4" +SRC_URI="http://pypi.python.org/packages/source/m/morbid/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-python/twisted" +DEPEND="${RDEPEND} + dev-python/setuptools" + +src_install() { + distutils_src_install +} + |