diff options
author | 2006-01-05 21:09:23 +0000 | |
---|---|---|
committer | 2006-01-05 21:09:23 +0000 | |
commit | 0117d5e7eb540b2f582cc18432c4a4cc8cc6fa5f (patch) | |
tree | f2665ee8d9fa5305a9f9520f92198bb0761f37bf /sci-misc | |
parent | IDL_STARTUP + cosmetics (diff) | |
download | sci-0117d5e7eb540b2f582cc18432c4a4cc8cc6fa5f.tar.gz sci-0117d5e7eb540b2f582cc18432c4a4cc8cc6fa5f.tar.bz2 sci-0117d5e7eb540b2f582cc18432c4a4cc8cc6fa5f.zip |
Initial import from bug 50565.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@35 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/g3data/ChangeLog | 11 | ||||
-rw-r--r-- | sci-misc/g3data/Manifest | 3 | ||||
-rw-r--r-- | sci-misc/g3data/files/digest-g3data-1.5.0 | 1 | ||||
-rw-r--r-- | sci-misc/g3data/g3data-1.5.0.ebuild | 26 |
4 files changed, 41 insertions, 0 deletions
diff --git a/sci-misc/g3data/ChangeLog b/sci-misc/g3data/ChangeLog new file mode 100644 index 000000000..0aa297679 --- /dev/null +++ b/sci-misc/g3data/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-misc/boinc +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.18 2005/12/18 13:29:00 cryos Exp $ + +*g3data-1.5.0 (05 Jan 2006) + + 05 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + +g3data-1.5.0.ebuild: + Initial import in the science overlay from bug 50565. Thanks to + Jonathan S. Romero <jonnyro@jonnyro.isa-geek.com> and + Maxim Loginov <Zeliboba@mail.ru> for the work on the initial ebuilds. diff --git a/sci-misc/g3data/Manifest b/sci-misc/g3data/Manifest new file mode 100644 index 000000000..a660e422c --- /dev/null +++ b/sci-misc/g3data/Manifest @@ -0,0 +1,3 @@ +MD5 d87622140cddf62623728e44eb051ec8 ChangeLog 502 +MD5 3c705c157da2894215ebf229677951d9 files/digest-g3data-1.5.0 63 +MD5 72e48cdbddadbd6dfdef05da721a7914 g3data-1.5.0.ebuild 622 diff --git a/sci-misc/g3data/files/digest-g3data-1.5.0 b/sci-misc/g3data/files/digest-g3data-1.5.0 new file mode 100644 index 000000000..eb686c392 --- /dev/null +++ b/sci-misc/g3data/files/digest-g3data-1.5.0 @@ -0,0 +1 @@ +MD5 95a70a4f0a0c622d17619f3c24e51f6f g3data-1.5.0.tar.gz 44921 diff --git a/sci-misc/g3data/g3data-1.5.0.ebuild b/sci-misc/g3data/g3data-1.5.0.ebuild new file mode 100644 index 000000000..da5b645c4 --- /dev/null +++ b/sci-misc/g3data/g3data-1.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tool for extracting data from graphs" +HOMEPAGE="http://koti.welho.com/jfrantz/software/g3data.html" +SRC_URI="http://koti.welho.com/jfrantz/software/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~sci ~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.6.0 + media-libs/imlib" +DEPEND="${RDEPEND} + =app-text/docbook-sgml-utils-0.6.14" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin g3data || die "dobin failed - no binary!" + doman g3data.1.gz || die "doman failed" +} |