summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2012-01-30 23:30:04 -0500
committerJustin Riley <justin.t.riley@gmail.com>2012-01-30 23:30:04 -0500
commit5829309058807abcf5ab33525eb9c760a7d94679 (patch)
treefd293fa979bb9b031acd2a81c92711431b9bdd7c /dev-python
parentadd pyzmq live development ebuild (diff)
downloadjtriley-5829309058807abcf5ab33525eb9c760a7d94679.tar.gz
jtriley-5829309058807abcf5ab33525eb9c760a7d94679.tar.bz2
jtriley-5829309058807abcf5ab33525eb9c760a7d94679.zip
add rtmapi 0.5 ebuild
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/rtmapi/rtmapi-0.5.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/rtmapi/rtmapi-0.5.ebuild b/dev-python/rtmapi/rtmapi-0.5.ebuild
new file mode 100644
index 0000000..bbb7fd7
--- /dev/null
+++ b/dev-python/rtmapi/rtmapi-0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.0a.ebuild,v 1.2 2008/01/18 03:05:35 mr_bones_ Exp $
+
+inherit distutils
+
+IUSE=""
+DESCRIPTION="Remember the Milk API in Python"
+HOMEPAGE="http://code.google.com/p/rtmapi/"
+SRC_URI="http://rtmapi.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-lang/python-2.4"