diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-05 15:43:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-05 15:43:32 +0000 |
commit | f275762991632cfdcc1fa7386c2f87c3d775d830 (patch) | |
tree | b463a6925e6a15bd09d6ee1a63e6bc053773dc90 /app-portage | |
parent | Fix qtdbus dependency by Nikoli (diff) | |
download | gentoo-2-f275762991632cfdcc1fa7386c2f87c3d775d830.tar.gz gentoo-2-f275762991632cfdcc1fa7386c2f87c3d775d830.tar.bz2 gentoo-2-f275762991632cfdcc1fa7386c2f87c3d775d830.zip |
Introduce an ebuild for our Python maintenance utilities.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-9999.ebuild | 29 | ||||
-rw-r--r-- | app-portage/gpyutils/metadata.xml | 15 |
3 files changed, 53 insertions, 0 deletions
diff --git a/app-portage/gpyutils/ChangeLog b/app-portage/gpyutils/ChangeLog new file mode 100644 index 000000000000..cf5f9ae3d9fc --- /dev/null +++ b/app-portage/gpyutils/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2013/08/05 15:43:32 mgorny Exp $ + +*gpyutils-9999 (05 Aug 2013) + + 05 Aug 2013; Michał Górny <mgorny@gentoo.org> +gpyutils-9999.ebuild, + +metadata.xml: + Introduce an ebuild for our Python maintenance utilities. diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild new file mode 100644 index 000000000000..0b8fb15b0d0a --- /dev/null +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/gpyutils-9999.ebuild,v 1.1 2013/08/05 15:43:32 mgorny Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) + +inherit distutils-r1 + +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +inherit git-2 +#endif + +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.8" + +#if LIVE +KEYWORDS= +SRC_URI= +#endif diff --git a/app-portage/gpyutils/metadata.xml b/app-portage/gpyutils/metadata.xml new file mode 100644 index 000000000000..dcba79b81aa5 --- /dev/null +++ b/app-portage/gpyutils/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://bitbucket.org/mgorny/gpyutils/issues/</bugs-to> + </upstream> +</pkgmetadata> |