summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/maintboot/maintboot-0.1.0.ebuild')
-rw-r--r--sys-block/maintboot/maintboot-0.1.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-block/maintboot/maintboot-0.1.0.ebuild b/sys-block/maintboot/maintboot-0.1.0.ebuild
new file mode 100644
index 000000000000..693b2d94be8a
--- /dev/null
+++ b/sys-block/maintboot/maintboot-0.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/maintboot/maintboot-0.1.0.ebuild,v 1.1 2015/04/03 08:05:19 idella4 Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Runs maintenance tasks outside the OS"
+HOMEPAGE="https://github.com/g2p/maintboot"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"