public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ebuildgen:master commit in: overlay/app-portage/ebuildgen/, /, overlay/profiles/
@ 2011-08-16 20:43 Sebastian Parborg
  0 siblings, 0 replies; only message in thread
From: Sebastian Parborg @ 2011-08-16 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     96333c9e80eea0d62421143f3c98ec1fc8db13f9
Author:     Sebastian Parborg <darkdefende <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 19:06:41 2011 +0000
Commit:     Sebastian Parborg <darkdefende <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 19:06:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ebuildgen.git;a=commit;h=96333c9e

Added the ebuild to the git repo

---
 README                                             |    5 +++
 overlay/app-portage/ebuildgen/Manifest             |    1 +
 .../app-portage/ebuildgen/ebuildgen-9999.ebuild    |   36 ++++++++++++++++++++
 overlay/profiles/repo_name                         |    1 +
 4 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/README b/README
new file mode 100644
index 0000000..d8b9b22
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This is the ebuild generator project.
+
+Run "genebuild" to execute the program.
+
+The sources files is in the dir "ebuildgen" and the ebuild for the project is in the dir "overlay"

diff --git a/overlay/app-portage/ebuildgen/Manifest b/overlay/app-portage/ebuildgen/Manifest
new file mode 100644
index 0000000..c1b1ed6
--- /dev/null
+++ b/overlay/app-portage/ebuildgen/Manifest
@@ -0,0 +1 @@
+EBUILD ebuildgen-9999.ebuild 634 RMD160 e66ddff45ce97c0c07d4cf1997adb5d645f9408e SHA1 dd4c88878a911073370b3934cd6eaffeafdb928f SHA256 42811afa69a15c8da80e19ad15370d828718b29fb3b156d0549167799a7ed1f1

diff --git a/overlay/app-portage/ebuildgen/ebuildgen-9999.ebuild b/overlay/app-portage/ebuildgen/ebuildgen-9999.ebuild
new file mode 100644
index 0000000..6ae7622
--- /dev/null
+++ b/overlay/app-portage/ebuildgen/ebuildgen-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="3:3.2"
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.*"
+inherit git distutils
+
+DESCRIPTION="A python script to generate ebuilds for autotool C/C++ projects"
+HOMEPAGE=""
+EGIT_REPO_URI="git://github.com/DarkDefender/ebuildgen.git"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-python/ply
+	app-portage/gentoopm
+	app-portage/portage-utils"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	distutils_src_prepare
+}
+
+src_compile() {
+	distutils_src_compile
+}
+
+src_install() {
+	distutils_src_install
+}

diff --git a/overlay/profiles/repo_name b/overlay/profiles/repo_name
new file mode 100644
index 0000000..5e3b76f
--- /dev/null
+++ b/overlay/profiles/repo_name
@@ -0,0 +1 @@
+ebuildgen



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-16 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 20:43 [gentoo-commits] proj/ebuildgen:master commit in: overlay/app-portage/ebuildgen/, /, overlay/profiles/ Sebastian Parborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox