summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/grs/grs-0.1.ebuild')
-rw-r--r--app-portage/grs/grs-0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-portage/grs/grs-0.1.ebuild b/app-portage/grs/grs-0.1.ebuild
new file mode 100644
index 0000000..7ca999e
--- /dev/null
+++ b/app-portage/grs/grs-0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v 1.8 2015/06/25 00:24:51 floppym Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Suite to build Gentoo Reference Systems"
+HOMEPAGE="http://dev.gentoo.org/~blueness/${PN}"
+SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/configparser"
+RDEPEND="dev-libs/libcgroup"