summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gchemutils/Manifest2
-rw-r--r--sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild57
2 files changed, 0 insertions, 59 deletions
diff --git a/sci-chemistry/gchemutils/Manifest b/sci-chemistry/gchemutils/Manifest
deleted file mode 100644
index 1ff55e0..0000000
--- a/sci-chemistry/gchemutils/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gnome-chemistry-utils-0.10.3.tar.bz2 4095643 RMD160 c3c47140f6fb42846f8a61fc51db02ac9eb2bf40 SHA1 dbc29d3be6a4b3405afacb8734da1c0527a54faa SHA256 d7a12f077f0481f13afcb73dfb8ee342c7068f64cb0d5f8997fc450cdca7e74d
-EBUILD gchemutils-0.10.3.ebuild 1591 RMD160 9855329d534b34a3cf629f40a73e6def3c3ae585 SHA1 f4df87162d1097f6d6da63666c7e988c298d0eb8 SHA256 f4a5d72571449516cbff21feddd5a0b6e3d6c5493bda0bdcdcd45c9b3e357a1a
diff --git a/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild b/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild
deleted file mode 100644
index 55c6795..0000000
--- a/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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=""
-
-RDEPEND="=gnome-base/libglade-2*
- >=gnome-base/libgnomeprintui-2.4.0
- >=x11-libs/goffice-0.6.5
- x11-libs/gtkglext
- app-text/gnome-doc-utils
- >=sci-chemistry/openbabel-2.1.1
- sci-chemistry/bodr
- sci-chemistry/chemical-mime-data"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- !sci-chemistry/gchempaint"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if ! built_with_use x11-libs/goffice:0.6 gnome ; then
- eerror "Please rebuild >=x11-libs/goffice-0.6.5 with gnome support enabled."
- eerror "This needs gnome-extra/libgsf to be built with gnome support."
- eerror "echo \"x11-libs/goffice gnome\" >> /etc/portage/package.use"
- eerror "and"
- eerror "echo \"gnome-extra/libgsf gnome\" >> /etc/portage/package.use"
- eerror "or add \"gnome\" to your USE string in /etc/make.conf"
- die "No Gnome support found in goffice."
-
- fi
-}
-
-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 "
-}