summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/xcircuit/xcircuit-3.4.28.ebuild')
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.28.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild
deleted file mode 100644
index fd93dd212674..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild,v 1.1 2008/03/18 17:36:34 calchan Exp $
-
-DESCRIPTION="Circuit drawing and schematic capture program."
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# Disable tests, see bug #131024
-RESTRICT="test"
-
-DEPEND="virtual/ghostscript
- dev-lang/tk
- x11-libs/libXt"
-
-src_unpack() {
- unpack ${A}
- sed -i \
- -e "s:\$(datadir):\$(libdir):" \
- -e "s:\$(appmandir):\$(mandir)/man1:" \
- "${S}"/Makefile.in
-}
-
-src_compile() {
- econf \
- --with-tcl \
- --with-ngspice \
- --disable-dependency-tracking \
- || die 'econf failed!'
- emake || die 'emake failed!'
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "Installation failed"
- dodoc CHANGES README* TODO
-}