diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-29 11:44:46 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-29 11:44:46 +0000 |
commit | ff0ef10443c8ef272b0462df881f31e1df36f417 (patch) | |
tree | 78847c41f7769e0f6e7ced9322711a024351d6b7 /app-portage | |
parent | Make use of python-single-r1.eclass and python_fix_shebang. Allow all of pyth... (diff) | |
download | gentoo-2-ff0ef10443c8ef272b0462df881f31e1df36f417.tar.gz gentoo-2-ff0ef10443c8ef272b0462df881f31e1df36f417.tar.bz2 gentoo-2-ff0ef10443c8ef272b0462df881f31e1df36f417.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.1.2.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-portage/gpyutils/ChangeLog b/app-portage/gpyutils/ChangeLog index c5f7b0740af1..81225f64e22e 100644 --- a/app-portage/gpyutils/ChangeLog +++ b/app-portage/gpyutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/gpyutils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.5 2013/10/14 20:35:11 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.6 2014/03/29 11:44:46 mgorny Exp $ + +*gpyutils-0.1.2 (29 Mar 2014) + + 29 Mar 2014; Michał Górny <mgorny@gentoo.org> +gpyutils-0.1.2.ebuild: + Version bump. 14 Oct 2013; Michał Górny <mgorny@gentoo.org> gpyutils-9999.ebuild: Switch to git-r3. diff --git a/app-portage/gpyutils/gpyutils-0.1.2.ebuild b/app-portage/gpyutils/gpyutils-0.1.2.ebuild new file mode 100644 index 000000000000..f742e3e78bac --- /dev/null +++ b/app-portage/gpyutils/gpyutils-0.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/gpyutils-0.1.2.ebuild,v 1.1 2014/03/29 11:44:46 mgorny Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Utitilies for maintaining Python packages" +HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]" |