summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-09-18 14:48:54 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-09-18 14:48:54 +0000
commitde4c8d5015699af01c2c23de2f584563012cb22e (patch)
treea96a75a247343cde86e7b30e08718932837ef466 /sci-chemistry/gchemutils
parentopenvas-libnasl: fix for gpgme 1.2.0 (diff)
downloadgentoo-2-de4c8d5015699af01c2c23de2f584563012cb22e.tar.gz
gentoo-2-de4c8d5015699af01c2c23de2f584563012cb22e.tar.bz2
gentoo-2-de4c8d5015699af01c2c23de2f584563012cb22e.zip
Remove old version using built_with_use.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/gchemutils')
-rw-r--r--sci-chemistry/gchemutils/ChangeLog6
-rw-r--r--sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild56
2 files changed, 5 insertions, 57 deletions
diff --git a/sci-chemistry/gchemutils/ChangeLog b/sci-chemistry/gchemutils/ChangeLog
index 9afcf8fcdfcd..c7132301ed7b 100644
--- a/sci-chemistry/gchemutils/ChangeLog
+++ b/sci-chemistry/gchemutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/gchemutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.9 2009/08/08 08:44:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.10 2009/09/18 14:48:53 betelgeuse Exp $
+
+ 18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+ -gchemutils-0.8.7.ebuild:
+ Remove old version using built_with_use.
08 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
gchemutils-0.10.3.ebuild, +files/gchemutils-0.10.3-glibc-2.10.patch:
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 f6f940e5a9ed..000000000000
--- a/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.3 2008/08/27 05:51:18 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=""
-
-RDEPEND="=gnome-base/libglade-2*
- >=gnome-base/libgnomeprintui-2.4.0
- =x11-libs/goffice-0.4*
- 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"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if ! built_with_use x11-libs/goffice:0.4 gnome ; then
- eerror "Please rebuild x11-libs/goffice-0.4* with gnome support enabled."
- eerror "This needs gnome-extra/libgsf to be built with gnome support."
- eerror "echo \"=x11-libs/goffice-0.4* 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 "
-}