diff options
author | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-06-18 01:22:18 +0530 |
---|---|---|
committer | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-06-18 01:22:18 +0530 |
commit | 312567e3cd07814caee58f0e82866e77236d249e (patch) | |
tree | 4945416fc2a6f1b83b60e48f04da8d8e69815e2d | |
parent | fix setup.py (diff) | |
download | gentoostats-312567e3cd07814caee58f0e82866e77236d249e.tar.gz gentoostats-312567e3cd07814caee58f0e82866e77236d249e.tar.bz2 gentoostats-312567e3cd07814caee58f0e82866e77236d249e.zip |
initial version of ebuild for client
-rw-r--r-- | overlay/app-portage/gentoostats/Manifest | 1 | ||||
-rw-r--r-- | overlay/app-portage/gentoostats/gentoostats-9999.ebuild | 38 | ||||
-rw-r--r-- | overlay/profiles/repo_name | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/overlay/app-portage/gentoostats/Manifest b/overlay/app-portage/gentoostats/Manifest new file mode 100644 index 0000000..0837087 --- /dev/null +++ b/overlay/app-portage/gentoostats/Manifest @@ -0,0 +1 @@ +EBUILD gentoostats-9999.ebuild 636 RMD160 9555c38818abc7142b20d355885408a07583c194 SHA1 c5350b519cec2e06835ccf4b2262b80f29913708 SHA256 66e98764eebc40f29b516926dc315632e86fb22e8f26a1beb0aa185be1731610 diff --git a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild new file mode 100644 index 0000000..d19a8ee --- /dev/null +++ b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit distutils python git + +DESCRIPTION="Package statistics client" +HOMEPAGE="http://soc.dev.gentoo.org/gentoostats" +SRC_URI="" + +EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoostats.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + sys-apps/portage + >=app-portage/gentoolkit-0.3.0.2 + dev-python/simplejson" + +src_compile() { + cd "client" + distutils_src_compile +} + +src_install() { + cd "client" + distutils_src_install +} + +pkg_postinst() { + distutils_pkg_postinst +} diff --git a/overlay/profiles/repo_name b/overlay/profiles/repo_name new file mode 100644 index 0000000..d0a540c --- /dev/null +++ b/overlay/profiles/repo_name @@ -0,0 +1 @@ +gentoostats |