summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-03-21 13:08:04 +0000
committerIan Delaney <idella4@gentoo.org>2013-03-21 13:08:04 +0000
commitc0e78b93805d6047b032a04413fd91b933a4ef49 (patch)
tree3c07a7649bb5aa0832ded792e1e8ba9b82b6c1b4 /dev-python/virtualenv-clone
parentnew ebuild, upstream split from molecule (diff)
downloadgentoo-2-c0e78b93805d6047b032a04413fd91b933a4ef49.tar.gz
gentoo-2-c0e78b93805d6047b032a04413fd91b933a4ef49.tar.bz2
gentoo-2-c0e78b93805d6047b032a04413fd91b933a4ef49.zip
migration revbump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/virtualenv-clone')
-rw-r--r--dev-python/virtualenv-clone/ChangeLog10
-rw-r--r--dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/virtualenv-clone/ChangeLog b/dev-python/virtualenv-clone/ChangeLog
index 4eba9e367b0c..5319f19a769b 100644
--- a/dev-python/virtualenv-clone/ChangeLog
+++ b/dev-python/virtualenv-clone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/virtualenv-clone
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/ChangeLog,v 1.1 2012/11/05 08:50:19 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/ChangeLog,v 1.2 2013/03/21 13:08:04 idella4 Exp $
+
+*virtualenv-clone-0.2.4-r1 (21 Mar 2013)
+
+ 21 Mar 2013; Ian Delaney <idella4@gentoo.org>
+ +virtualenv-clone-0.2.4-r1.ebuild:
+ migration revbump
*virtualenv-clone-0.2.4 (05 Nov 2012)
diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild
new file mode 100644
index 000000000000..5fb56dffad9f
--- /dev/null
+++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild,v 1.1 2013/03/21 13:08:04 idella4 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} python{3_1,3_2} )
+
+inherit distutils-r1
+
+DESCRIPTION="A script for cloning a non-relocatable virtualenv."
+HOMEPAGE="http://github.com/edwardgeorge/virtualenv-clone"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"