summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-04-04 18:57:40 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-04-04 18:57:40 +0000
commit681304454318da9db5dec52e66563a486866e09e (patch)
treecb9f8392d3c22b856ef6a4fc0006a3caf1f8264b /sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
parentsvn path=/; revision=195 (diff)
downloadje_fro-681304454318da9db5dec52e66563a486866e09e.tar.gz
je_fro-681304454318da9db5dec52e66563a486866e09e.tar.bz2
je_fro-681304454318da9db5dec52e66563a486866e09e.zip
added to portage tree
svn path=/; revision=196
Diffstat (limited to 'sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild')
-rw-r--r--sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild b/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
deleted file mode 100644
index 07f8c48..0000000
--- a/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.4.ebuild,v 1.1 2007/12/11 04:50:25 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 "
-}