public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: sci-mathematics/eo/
@ 2011-08-24 14:09 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2011-08-24 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     fae574f6908eef9968e783172486cb3034288692
Author:     Tiziano Mueller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 14:07:14 2011 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 14:07:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=fae574f6

added preliminary ebuild for eo

---
 sci-mathematics/eo/Manifest              |    2 +
 sci-mathematics/eo/eo-1.2.0_beta1.ebuild |   44 ++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/sci-mathematics/eo/Manifest b/sci-mathematics/eo/Manifest
new file mode 100644
index 0000000..ce6a407
--- /dev/null
+++ b/sci-mathematics/eo/Manifest
@@ -0,0 +1,2 @@
+EBUILD eo-1.2.0_beta1.ebuild 716 RMD160 29833b7fa0d8e868e237b24caf98f5b83bfc0fa0 SHA1 bb88c23da89b1be4c6f1c2f9b2e0c1437d9c90c3 SHA256 e704406bee625db3fe2ebf896712d4271677aff538472aea2ab3db077c139b76
+DIST eo_1.2.0beta1.zip 4605157 RMD160 85b99acdb8e1d7f726108c1e87c4b755a603ffc6 SHA1 468207cc7ae2968ea44ff73e7681eaae02304fd9 SHA256 0728e36e0a903d8c789b1b8ccded039f80787ff6e264b02fc578102bf077ad83

diff --git a/sci-mathematics/eo/eo-1.2.0_beta1.ebuild b/sci-mathematics/eo/eo-1.2.0_beta1.ebuild
new file mode 100644
index 0000000..b838e8c
--- /dev/null
+++ b/sci-mathematics/eo/eo-1.2.0_beta1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+MY_P="${PN}_${PV/_}"
+
+DESCRIPTION="Evolving Objects library."
+HOMEPAGE="http://eodev.sourceforge.net/"
+SRC_URI="mirror://sourceforge/eodev/${MY_P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	# disable app building since they're broken
+	sed -i \
+		-e '/app/d' \
+		"${S}/CMakeLists.txt"
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	cd "${S}"
+
+	dodoc AUTHORS CHANGELOG NEWS README THANKS ToDo
+
+	if use doc ; then
+		dohtml tutorial/html/*
+	fi
+
+	rm -rf "${D}/usr/share/eo"
+}



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

only message in thread, other threads:[~2011-08-24 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24 14:09 [gentoo-commits] dev/dev-zero:master commit in: sci-mathematics/eo/ Tiziano Müller

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