summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-26 08:54:03 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-26 08:54:03 +0000
commit8f2191a73459c546c59ce939024b3d4d95988b23 (patch)
treebb95af6df3a74620a6bdc171d5532b989ddf83b9 /sci-libs
parentsci-biology/mafft: Version Bump, add test function (diff)
downloadgentoo-2-8f2191a73459c546c59ce939024b3d4d95988b23.tar.gz
gentoo-2-8f2191a73459c546c59ce939024b3d4d95988b23.tar.bz2
gentoo-2-8f2191a73459c546c59ce939024b3d4d95988b23.zip
sci-libs/libqalculate: Drop old
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libqalculate/ChangeLog5
-rw-r--r--sci-libs/libqalculate/libqalculate-0.9.7.ebuild53
2 files changed, 4 insertions, 54 deletions
diff --git a/sci-libs/libqalculate/ChangeLog b/sci-libs/libqalculate/ChangeLog
index fecf8ed20328..81158d6fada4 100644
--- a/sci-libs/libqalculate/ChangeLog
+++ b/sci-libs/libqalculate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libqalculate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.60 2013/05/25 14:28:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.61 2013/05/26 08:54:03 jlec Exp $
+
+ 26 May 2013; Justin Lecher <jlec@gentoo.org> -libqalculate-0.9.7.ebuild:
+ Drop old
25 May 2013; Agostino Sarubbo <ago@gentoo.org> libqalculate-0.9.7-r1.ebuild:
Stable for alpha, wrt bug #450906
diff --git a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild b/sci-libs/libqalculate/libqalculate-0.9.7.ebuild
deleted file mode 100644
index 6e33556897f8..000000000000
--- a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.7.ebuild,v 1.12 2012/05/04 08:22:53 jdhore Exp $
-
-EAPI=4
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="http://qalculate.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="readline static-libs"
-
-COMMON_DEPEND=">=sci-libs/cln-1.2
- dev-libs/libxml2:2
- dev-libs/glib:2
- sys-libs/zlib
- readline? ( sys-libs/readline )"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
- >=sci-visualization/gnuplot-3.7
- net-misc/wget"
-
-src_prepare() {
- cat >po/POTFILES.skip <<-EOF
- # Required by make check
- data/currencies.xml.in
- data/datasets.xml.in
- data/elements.xml.in
- data/functions.xml.in
- data/planets.xml.in
- data/units.xml.in
- data/variables.xml.in
- src/defs2doc.cc
- EOF
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with readline)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README* TODO
- rm -f "${ED}"usr/lib*/${PN}.la
-}