diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:40:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:40:23 +0000 |
commit | 6a6526d9f83bbd843891e579aaf25d14cdcb239b (patch) | |
tree | 71cbbfcf397566fc8a17117d4150071bc279a2ef /dev-python/pymountboot | |
parent | Import the live ebuild. (diff) | |
download | gentoo-2-6a6526d9f83bbd843891e579aaf25d14cdcb239b.tar.gz gentoo-2-6a6526d9f83bbd843891e579aaf25d14cdcb239b.tar.bz2 gentoo-2-6a6526d9f83bbd843891e579aaf25d14cdcb239b.zip |
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-9999.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-python/pymountboot/ChangeLog b/dev-python/pymountboot/ChangeLog index 463a5841c478..0c43d8fca2d2 100644 --- a/dev-python/pymountboot/ChangeLog +++ b/dev-python/pymountboot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pymountboot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.6 2012/12/10 18:54:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.7 2012/12/15 12:40:23 mgorny Exp $ + +*pymountboot-9999 (15 Dec 2012) + + 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-9999.ebuild: + Import the live ebuild. *pymountboot-0.2.2 (10 Dec 2012) diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild new file mode 100644 index 000000000000..ef0955f1cc98 --- /dev/null +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.1 2012/12/15 12:40:23 mgorny Exp $ + +EAPI=4 +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) + +inherit distutils-r1 + +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +inherit git-2 +#endif + +DESCRIPTION="Python extension module to (re)mount /boot" +HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=sys-apps/util-linux-2.20" +DEPEND="${RDEPEND}" +#if LIVE + +KEYWORDS= +SRC_URI= +#endif |