summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gchempaint')
-rw-r--r--sci-chemistry/gchempaint/ChangeLog9
-rw-r--r--sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/sci-chemistry/gchempaint/ChangeLog b/sci-chemistry/gchempaint/ChangeLog
index c5474e50c705..4f03f49df960 100644
--- a/sci-chemistry/gchempaint/ChangeLog
+++ b/sci-chemistry/gchempaint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/gchempaint
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/ChangeLog,v 1.2 2007/12/24 13:30:13 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/ChangeLog,v 1.3 2008/03/29 23:48:48 je_fro Exp $
+
+*gchempaint-0.8.7 (29 Mar 2008)
+
+ 29 Mar 2008; Jeff Gardner <je_fro@gentoo.org> +gchempaint-0.8.7.ebuild:
+ Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
24 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Fixing metadata.xml to use a proper herd-tag.
diff --git a/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild b/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild
new file mode 100644
index 000000000000..f1389549fa35
--- /dev/null
+++ b/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchempaint/gchempaint-0.8.7.ebuild,v 1.1 2008/03/29 23:48:48 je_fro Exp $
+
+inherit autotools gnome2
+
+DESCRIPTION="2D chemical structures editor for the Gnome-2 desktop"
+HOMEPAGE="http://www.nongnu.org/gchempaint/"
+SRC_URI="http://savannah.nongnu.org/download/gchempaint/0.8/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sci-chemistry/gchemutils-0.8.0"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ eautoreconf
+}
+
+src_compile() {
+ gnome2_src_compile --disable-update-databases
+}