summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Neumann (Necoro) <gentoo@necoro.eu>2008-04-24 08:44:40 +0000
committerRené Neumann (Necoro) <gentoo@necoro.eu>2008-04-24 08:44:40 +0000
commit29b4b0cd2b300a24f4e37d9956471cc9f40d1306 (patch)
treef077d58d7b0572f081812988bbadf55ccecab65b /dev-python/shm/shm-1.2.1.ebuild
parentsys-fs/aufs: Version bump for kernel version 2.6.25 (diff)
downloadsunrise-29b4b0cd2b300a24f4e37d9956471cc9f40d1306.tar.gz
sunrise-29b4b0cd2b300a24f4e37d9956471cc9f40d1306.tar.bz2
sunrise-29b4b0cd2b300a24f4e37d9956471cc9f40d1306.zip
dev-python/shm: Bump to 1.2.1
svn path=/sunrise/; revision=6094
Diffstat (limited to 'dev-python/shm/shm-1.2.1.ebuild')
-rw-r--r--dev-python/shm/shm-1.2.1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/shm/shm-1.2.1.ebuild b/dev-python/shm/shm-1.2.1.ebuild
new file mode 100644
index 000000000..405a84087
--- /dev/null
+++ b/dev-python/shm/shm-1.2.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="An implementation of shared memory access for Python."
+HOMEPAGE="http://nikitathespider.com/python/shm/"
+SRC_URI="http://nikitathespider.com/python/shm/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""