aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/linsmith/ChangeLog2
-rw-r--r--sci-electronics/linsmith/linsmith-0.9.0_alpha3.ebuild35
2 files changed, 1 insertions, 36 deletions
diff --git a/sci-electronics/linsmith/ChangeLog b/sci-electronics/linsmith/ChangeLog
index 5b13eace9..21078f8db 100644
--- a/sci-electronics/linsmith/ChangeLog
+++ b/sci-electronics/linsmith/ChangeLog
@@ -6,7 +6,7 @@
09 Apr 2006; Lucas Chiesa <lucas.chiesa@gmail.com> linsmith-0.9.4.ebuild:
Version bump. Fixed bug which prevented the documentation from being
- installed when USE="doc" was used. Removed linsmith-0.9.0-alpha3.ebuild.
+ installed when USE="doc" was used. Removed previous versions.
*linsmith-0.9.2 (16 Nov 2005)
diff --git a/sci-electronics/linsmith/linsmith-0.9.0_alpha3.ebuild b/sci-electronics/linsmith/linsmith-0.9.0_alpha3.ebuild
deleted file mode 100644
index a8fdc919a..000000000
--- a/sci-electronics/linsmith/linsmith-0.9.0_alpha3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="linSmith is a Smith Charting program, mainly designed for
-educational use."
-HOMEPAGE="http://jcoppens.com/soft/linsmith/index.en.php"
-
-MY_P="linsmith-0.9.0a3"
-SRC_URI="mirror://sourceforge/linsmith/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=gnome-base/libgnomeprint-2.10.3
- >=dev-libs/libxml2-2.6.20-r2
- >=gnome-base/libgnomeui-2.10.1"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-
-src_compile() {
- cd ${S}
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS NEWS README ChangeLog TODO
-}