summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/gnucap/gnucap-20060117.ebuild')
-rw-r--r--sci-electronics/gnucap/gnucap-20060117.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-electronics/gnucap/gnucap-20060117.ebuild b/sci-electronics/gnucap/gnucap-20060117.ebuild
deleted file mode 100644
index 602a989543cb..000000000000
--- a/sci-electronics/gnucap/gnucap-20060117.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060117.ebuild,v 1.1 2006/04/07 22:40:57 plasmaroo Exp $
-
-inherit eutils
-
-MY_PV="${PV:0:4}-${PV:4:2}-${PV:6}"
-
-DESCRIPTION="GNUCap is the GNU Circuit Analysis Package"
-SRC_URI="http://geda.seul.org/dist/gnucap-${MY_PV}.tar.gz"
-HOMEPAGE="http://www.geda.seul.org/tools/gnucap"
-
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-DEPEND=""
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_unpack() {
- unpack ${A} || die "Failed to unpack!"
- epatch ${FILESDIR}/${P}.gcc-4.1.patch || die "Failed to apply GCC 4.1 patch!"
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install () {
- insinto /usr/bin
- doins src/O/gnucap
- doins ibis/O/gnucap-ibis
-
- fperms 755 /usr/bin/gnucap
- fperms 755 /usr/bin/gnucap-ibis
-
- cd doc
- doman gnucap.1 gnucap-ibis.1
-}