public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gnome-chemistry-utils/
Date: Mon,  8 Apr 2013 08:47:59 +0000 (UTC)	[thread overview]
Message-ID: <1365205879.d99d20584bbdf9b7b6683776d5d4f2d1ba91b666.jlec@gentoo> (raw)

commit:     d99d20584bbdf9b7b6683776d5d4f2d1ba91b666
Author:     Karl Lindén <spray.sucks <AT> gmail <DOT> com>
AuthorDate: Fri Apr  5 23:51:19 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 23:51:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d99d2058

sci-chemistry/gnome-chemistry-utils: initial ebuild

---
 sci-chemistry/gnome-chemistry-utils/ChangeLog      |   10 ++++
 .../gnome-chemistry-utils-0.14.2.ebuild            |   48 ++++++++++++++++++++
 sci-chemistry/gnome-chemistry-utils/metadata.xml   |   11 +++++
 3 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/gnome-chemistry-utils/ChangeLog b/sci-chemistry/gnome-chemistry-utils/ChangeLog
new file mode 100644
index 0000000..43938a9
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/gnome-chemistry-utils
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*gnome-chemistry-utils-0.14.2 (05 Apr 2013)
+
+  05 Apr 2013; Karl Linden (lilrc) <lilrc@users.sourceforge.net>
+  +gnome-chemistry-utils-0.14.2.ebuild, +metadata.xml:
+  Initial ebuild.
+

diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2.ebuild
new file mode 100644
index 0000000..dfcbf6b
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit versionator autotools-utils
+
+DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
+HOMEPAGE="http://gchemutils.nongnu.org/"
+SRC_URI="http://download.savannah.gnu.org/releases/gchemutils/$(get_version_component_range 1-2)/${P}.tar.bz2"
+RESTRICT="mirror"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3 FDL-1.3"
+IUSE="gnumeric nls"
+
+RDEPEND="
+	>=dev-libs/glib-2.26.0
+	>=dev-libs/libxml2-2.4.16
+	>=gnome-extra/libgsf-1.14.9
+	>=sci-chemistry/bodr-5
+	>=sci-chemistry/chemical-mime-data-0.1.94
+	>=sci-chemistry/openbabel-2.1.0
+	>=x11-libs/cairo-1.6.0
+	>=x11-libs/gdk-pixbuf-2.22.0
+	>=x11-libs/goffice-0.10.0
+	x11-libs/gtk+:3
+	>=x11-libs/libX11-1.0.0
+	gnumeric? ( >=app-office/gnumeric-1.11.6 )"
+DEPEND="
+	virtual/pkgconfig
+	app-doc/doxygen"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable nls)
+		--disable-mozilla-plugin
+		--disable-update-databases
+	)
+	autotools-utils_src_configure
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+}

diff --git a/sci-chemistry/gnome-chemistry-utils/metadata.xml b/sci-chemistry/gnome-chemistry-utils/metadata.xml
new file mode 100644
index 0000000..5a8da44
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription lang="en">
+		The Gnome Chemistry Utils provide some programs and library containing
+		GTK widgets and some C++ classes related to chemistry. 
+	</longdescription>
+	<use>
+		<flag name="gnumeric">Build pluging for gnumeric</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2013-04-08  8:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  8:47 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-12  9:00 [gentoo-commits] proj/sci:master commit in: sci-chemistry/gnome-chemistry-utils/ Justin Lecher
2013-07-19 12:59 Justin Lecher
2013-07-18  8:00 Justin Lecher
2013-06-26  7:09 Justin Lecher
2013-04-08  8:47 Justin Lecher
2013-04-08  8:47 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365205879.d99d20584bbdf9b7b6683776d5d4f2d1ba91b666.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox