summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-06-29 14:49:33 +0000
committerIan Delaney <idella4@gentoo.org>2013-06-29 14:49:33 +0000
commit35b83457ce7d2674337d25d9f10c2f16c677b748 (patch)
tree0b97bbc41d9aebd858a4c307120e593b6a66c980 /dev-python/oauth
parentRelax java deps to not make repoman explode so violently (diff)
downloadgentoo-2-35b83457ce7d2674337d25d9f10c2f16c677b748.tar.gz
gentoo-2-35b83457ce7d2674337d25d9f10c2f16c677b748.tar.bz2
gentoo-2-35b83457ce7d2674337d25d9f10c2f16c677b748.zip
return -1.0.1
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/oauth')
-rw-r--r--dev-python/oauth/ChangeLog7
-rw-r--r--dev-python/oauth/oauth-1.0.1.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/oauth/ChangeLog b/dev-python/oauth/ChangeLog
index 22d8ae3c6920..d4157bcb315d 100644
--- a/dev-python/oauth/ChangeLog
+++ b/dev-python/oauth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/oauth
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.7 2013/06/29 13:10:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.8 2013/06/29 14:49:33 idella4 Exp $
+
+*oauth-1.0.1 (29 Jun 2013)
+
+ 29 Jun 2013; Ian Delaney <idella4@gentoo.org> +oauth-1.0.1.ebuild:
+ return -1.0.1
*oauth-1.0.1-r1 (29 Jun 2013)
diff --git a/dev-python/oauth/oauth-1.0.1.ebuild b/dev-python/oauth/oauth-1.0.1.ebuild
new file mode 100644
index 000000000000..8ca85784efb3
--- /dev/null
+++ b/dev-python/oauth/oauth-1.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1.ebuild,v 1.7 2013/06/29 14:49:33 idella4 Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Python OAuth module"
+HOMEPAGE="http://pypi.python.org/pypi/oauth"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""