aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 17:17:17 +0200
committerStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 17:17:17 +0200
commit184dfdeacd95cfe5504d934075af1fd3059b7e90 (patch)
tree787dc3212ed85cd7b24fd37f9d91002a8a3ba610
parentChanged models for web interface to be real python (diff)
downloadcollagen-184dfdeacd95cfe5504d934075af1fd3059b7e90.tar.gz
collagen-184dfdeacd95cfe5504d934075af1fd3059b7e90.tar.bz2
collagen-184dfdeacd95cfe5504d934075af1fd3059b7e90.zip
Created simple ebuild for collagen
Using git eclass this was quite simple
-rw-r--r--collagen-1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/collagen-1.0.ebuild b/collagen-1.0.ebuild
new file mode 100644
index 0000000..21d9e16
--- /dev/null
+++ b/collagen-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils git
+
+DESCRIPTION="Gentoo tree-wide file database and QA tool"
+HOMEPAGE="http://soc.gentooexperimental.org/projects/show/collision-database"
+EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/collagen.git"
+EGIT_TREE="release-1.0"
+
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="virtual/python"
+
+