summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-14 13:40:53 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-14 13:40:53 +0000
commita4c65c8136f97d2fb76c91733809d6ad2427a040 (patch)
tree248d219bd8cc7f3d44e5052c7775f12bef04dcff /sci-electronics
parentDrop limewire. Masked for removal since 2008. (diff)
downloadgentoo-2-a4c65c8136f97d2fb76c91733809d6ad2427a040.tar.gz
gentoo-2-a4c65c8136f97d2fb76c91733809d6ad2427a040.tar.bz2
gentoo-2-a4c65c8136f97d2fb76c91733809d6ad2427a040.zip
QA: Drop old masked version since newer is around.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gwave/ChangeLog6
-rw-r--r--sci-electronics/gwave/gwave-20070514.ebuild45
2 files changed, 5 insertions, 46 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog
index be305911aa40..808c856c0737 100644
--- a/sci-electronics/gwave/ChangeLog
+++ b/sci-electronics/gwave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gwave
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.20 2009/10/04 15:16:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.21 2009/11/14 13:40:53 scarabeus Exp $
+
+ 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -gwave-20070514.ebuild:
+ QA: Drop old masked version since newer is around.
04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> gwave-20051222.ebuild,
gwave-20060606.ebuild:
diff --git a/sci-electronics/gwave/gwave-20070514.ebuild b/sci-electronics/gwave/gwave-20070514.ebuild
deleted file mode 100644
index dbd66047a476..000000000000
--- a/sci-electronics/gwave/gwave-20070514.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20070514.ebuild,v 1.4 2007/11/25 17:03:02 calchan Exp $
-
-MY_P="${PN}2-${PV}"
-DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
-LICENSE="GPL-2"
-HOMEPAGE="http://www.geda.seul.org/tools/gwave/"
-SRC_URI="http://www.telltronics.org/pub/gwave/${MY_P}.tar.gz"
-
-KEYWORDS="~ppc ~x86"
-IUSE="gnuplot plotutils"
-SLOT="0"
-
-DEPEND="=dev-scheme/guile-1.8*
- =x11-libs/guile-gtk-2*
- dev-scheme/guile-gnome-platform"
-RDEPEND="${DEPEND}
- gnuplot? ( sci-visualization/gnuplot )
- plotutils? ( media-libs/plotutils )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix what seems to be an unintentional newline in the sources from upstream
- sed -i -e '/readline "-l$/N;s/\n//' configure || die "sed failed"
-
- # --as-needed fixes
- sed -i -e 's/$(LINK) \($(.*_LDFLAGS)\) \($(.*_OBJECTS) $(.*_LDADD) $(LIBS)\)/$(LINK) \2 \1/' spicefile/Makefile.in || die "sed failed"
- sed -i -e 's/_LDADD = @GTK_LIBS@/_LDADD = @GTK_LIBS@ -lX11/' remote/Makefile.in || die "sed failed"
-}
-
-src_compile() {
- econf --disable-dependency-tracking || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
- rm -f doc/Makefile* *.1 || die "Removing doc/Makefile failed"
- dodoc AUTHORS NEWS README TODO || die "Installation of documentation failed"
-}