summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-08 18:38:00 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-08 18:38:00 +0000
commite8aa3431e4fcb89a293f8226af61fedb32fb9416 (patch)
tree7ea9ef6820532ac00abbfc42c31c358621becfc3 /sci-misc
parentUse gnome2.eclass for gconf schema(s). (diff)
downloadgentoo-2-e8aa3431e4fcb89a293f8226af61fedb32fb9416.tar.gz
gentoo-2-e8aa3431e4fcb89a293f8226af61fedb32fb9416.tar.bz2
gentoo-2-e8aa3431e4fcb89a293f8226af61fedb32fb9416.zip
Add live ebuild
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gcam/ChangeLog9
-rw-r--r--sci-misc/gcam/gcam-9999.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/sci-misc/gcam/ChangeLog b/sci-misc/gcam/ChangeLog
index d4bb7a6b9eef..3414d7d5f737 100644
--- a/sci-misc/gcam/ChangeLog
+++ b/sci-misc/gcam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-misc/gcam
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.3 2010/10/23 06:52:42 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/ChangeLog,v 1.4 2012/01/08 18:38:00 dilfridge Exp $
+
+*gcam-9999 (08 Jan 2012)
+
+ 08 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +gcam-9999.ebuild:
+ Add live ebuild
23 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org>
gcam-2010.07.27.ebuild:
diff --git a/sci-misc/gcam/gcam-9999.ebuild b/sci-misc/gcam/gcam-9999.ebuild
new file mode 100644
index 000000000000..9198116c953c
--- /dev/null
+++ b/sci-misc/gcam/gcam-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v 1.1 2012/01/08 18:38:00 dilfridge Exp $
+
+EAPI=4
+
+ESVN_REPO_URI="http://gcam.js.cx/svn/gcam/trunk"
+ESVN_USER=gcam
+ESVN_PASSWORD=gcam
+inherit base autotools subversion
+
+DESCRIPTION="GNU Computer Aided Manufacturing"
+HOMEPAGE="http://gcam.js.cx"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="x11-libs/gtk+:2
+ x11-libs/gtkglext"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ base_src_prepare
+ eautoreconf
+}