diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2008-03-29 23:47:03 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2008-03-29 23:47:03 +0000 |
commit | 26462751b191e2780d25ffa65ef3aece28b348f0 (patch) | |
tree | a95003ec8e6ab3c2f079becbb0f1057a1370448e /sci-chemistry/gchemutils | |
parent | Version bump; security bug #214206. (diff) | |
download | gentoo-2-26462751b191e2780d25ffa65ef3aece28b348f0.tar.gz gentoo-2-26462751b191e2780d25ffa65ef3aece28b348f0.tar.bz2 gentoo-2-26462751b191e2780d25ffa65ef3aece28b348f0.zip |
Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry/gchemutils')
-rw-r--r-- | sci-chemistry/gchemutils/ChangeLog | 9 | ||||
-rw-r--r-- | sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild | 41 |
2 files changed, 48 insertions, 2 deletions
diff --git a/sci-chemistry/gchemutils/ChangeLog b/sci-chemistry/gchemutils/ChangeLog index 268b9f0b9252..ff152a7fc65a 100644 --- a/sci-chemistry/gchemutils/ChangeLog +++ b/sci-chemistry/gchemutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/gchemutils -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.3 2007/12/31 15:50:51 je_fro Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.4 2008/03/29 23:47:03 je_fro Exp $ + +*gchemutils-0.8.7 (29 Mar 2008) + + 29 Mar 2008; Jeff Gardner <je_fro@gentoo.org> +gchemutils-0.8.7.ebuild: + Bump and keyword ~x86 thanks to Robert Bridge on bug 215363. 31 Dec 2007; Jeff Gardner <je_fro@gentoo.org> ChangeLog: Fixing up my email address. diff --git a/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild b/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild new file mode 100644 index 000000000000..30fbfa5e1f50 --- /dev/null +++ b/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild,v 1.1 2008/03/29 23:47:03 je_fro Exp $ + +inherit gnome2 autotools + +MY_P="gnome-chemistry-utils-${PV}" +DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry" +HOMEPAGE="http://www.nongnu.org/gchemutils/" +SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.8/${MY_P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${DEPEND} + dev-util/pkgconfig + =gnome-base/libglade-2* + >=gnome-base/libgnomeprintui-2.4.0 + =x11-libs/goffice-0.4* + x11-libs/gtkglext + >=sci-chemistry/openbabel-2.1.1 + sci-chemistry/bodr + sci-chemistry/chemical-mime-data" + +S=${WORKDIR}/${MY_P} + +src_unpack() { + gnome2_src_unpack + eautoreconf +} + +src_compile() { + gnome2_src_compile --disable-update-databases --docdir=/usr/share/doc/${PN}/html +} + +pkg_postinst() { + elog "You can safely ignore any 'Unknown media type in type blah' warnings above." + elog "For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420795 " +} |