aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2006-04-09 14:32:14 +0000
committertulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2006-04-09 14:32:14 +0000
commitf1b025057ac9e2a3d61fc428f4617d72a4b2a851 (patch)
treeadd11dc6fd93c3b85a749a55ee8e655eb51d6d00 /sci-electronics/linsmith
parentVersion bump for linsmith-0.9.4 (diff)
downloadsci-f1b025057ac9e2a3d61fc428f4617d72a4b2a851.tar.gz
sci-f1b025057ac9e2a3d61fc428f4617d72a4b2a851.tar.bz2
sci-f1b025057ac9e2a3d61fc428f4617d72a4b2a851.zip
Removed previous linsmith versions
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@152 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-electronics/linsmith')
-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
-}