summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-12-18 03:54:10 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-12-18 03:54:10 +0000
commit25d6666e2a6af4112251934777b0acc3c4fe07e8 (patch)
treebd3962749102daa198a900bf695be24f06af3a20 /sci-libs/libqalculate
parentRemoved old versions. (diff)
downloadgentoo-2-25d6666e2a6af4112251934777b0acc3c4fe07e8.tar.gz
gentoo-2-25d6666e2a6af4112251934777b0acc3c4fe07e8.tar.bz2
gentoo-2-25d6666e2a6af4112251934777b0acc3c4fe07e8.zip
Removed unused versions.
(Portage version: 2.1.7.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libqalculate')
-rw-r--r--sci-libs/libqalculate/ChangeLog6
-rw-r--r--sci-libs/libqalculate/libqalculate-0.9.5.ebuild41
-rw-r--r--sci-libs/libqalculate/libqalculate-0.9.6.ebuild49
3 files changed, 5 insertions, 91 deletions
diff --git a/sci-libs/libqalculate/ChangeLog b/sci-libs/libqalculate/ChangeLog
index 376cbb24e693..73bc6d82e470 100644
--- a/sci-libs/libqalculate/ChangeLog
+++ b/sci-libs/libqalculate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libqalculate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.34 2009/12/18 03:42:17 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.35 2009/12/18 03:54:10 markusle Exp $
+
+ 18 Dec 2009; Markus Dittrich <markusle@gentoo.org>
+ -libqalculate-0.9.5.ebuild, -libqalculate-0.9.6.ebuild:
+ Removed unused versions.
*libqalculate-0.9.6-r2 (18 Dec 2009)
diff --git a/sci-libs/libqalculate/libqalculate-0.9.5.ebuild b/sci-libs/libqalculate/libqalculate-0.9.5.ebuild
deleted file mode 100644
index ac3ed9069d35..000000000000
--- a/sci-libs/libqalculate/libqalculate-0.9.5.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-libs/libqalculate/libqalculate-0.9.5.ebuild,v 1.1 2007/01/04 14:55:12 markusle Exp $
-
-DESCRIPTION="A modern multi-purpose calculator library"
-LICENSE="GPL-2"
-HOMEPAGE="http://qalculate.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
-
-SLOT="0"
-IUSE="readline"
-KEYWORDS="~amd64 ~sparc ~x86"
-
-COMMON_DEPEND=">=sci-libs/cln-1.1
- dev-libs/libxml2
- >=dev-libs/glib-2.4
- sys-libs/zlib
- readline? ( sys-libs/readline )"
-
-DEPEND="${COMMON_DEPEND}
- >=dev-util/pkgconfig-0.12.0
- dev-util/intltool
- sys-devel/gettext"
-
-RDEPEND="${COMMON_DEPEND}
- >=sci-visualization/gnuplot-3.7
- net-misc/wget"
-
-src_compile() {
- # The CLN test is buggy and will often fail though an appropriate version
- # of the library is installed.
- CONFIG="$(use_with readline) --disable-clntest"
- econf ${CONFIG} || die "Configuration failed."
- emake || die "Compilation failed."
-}
-
-src_install() {
- einstall || die "Installation failed."
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- dodoc ${DOCS} || die "Documentation installation failed."
-}
diff --git a/sci-libs/libqalculate/libqalculate-0.9.6.ebuild b/sci-libs/libqalculate/libqalculate-0.9.6.ebuild
deleted file mode 100644
index b5ded5822cdb..000000000000
--- a/sci-libs/libqalculate/libqalculate-0.9.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6.ebuild,v 1.5 2007/10/19 20:14:56 nixnut Exp $
-
-inherit eutils
-
-DESCRIPTION="A modern multi-purpose calculator library"
-LICENSE="GPL-2"
-HOMEPAGE="http://qalculate.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
-
-SLOT="0"
-IUSE="readline"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-COMMON_DEPEND=">=sci-libs/cln-1.1
- dev-libs/libxml2
- >=dev-libs/glib-2.4
- sys-libs/zlib
- readline? ( sys-libs/readline )"
-
-DEPEND="${COMMON_DEPEND}
- >=dev-util/pkgconfig-0.12.0
- dev-util/intltool
- sys-devel/gettext"
-
-RDEPEND="${COMMON_DEPEND}
- >=sci-visualization/gnuplot-3.7
- net-misc/wget"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-check-fix.patch
-}
-
-src_compile() {
- # The CLN test is buggy and will often fail though an appropriate version
- # of the library is installed.
- CONFIG="$(use_with readline) --disable-clntest"
- econf ${CONFIG} || die "Configuration failed."
- emake || die "Compilation failed."
-}
-
-src_install() {
- einstall || die "Installation failed."
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- dodoc ${DOCS} || die "Documentation installation failed."
-}