summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-04-09 20:08:33 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-04-09 20:08:33 +0000
commit5be60db180a809e5f5dab0f84054ff12eeb71cb6 (patch)
treefb8e691d94698333518a99e289f4eb3a0de57c41 /sci-electronics/xcircuit
parentMask various packages for treecleaners, app-admin/cpu -> bug 173064, app-admi... (diff)
downloadgentoo-2-5be60db180a809e5f5dab0f84054ff12eeb71cb6.tar.gz
gentoo-2-5be60db180a809e5f5dab0f84054ff12eeb71cb6.tar.bz2
gentoo-2-5be60db180a809e5f5dab0f84054ff12eeb71cb6.zip
Removed old development-branch ebuild.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog5
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-3.6.593
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.59.ebuild45
3 files changed, 4 insertions, 49 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 8ae336e70f6e..e50cb3e896d4 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.27 2007/04/01 13:08:01 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.28 2007/04/09 20:08:33 calchan Exp $
+
+ 09 Apr 2007; Denis Dupeyron <calchan@gentoo.org> -xcircuit-3.6.59.ebuild:
+ Removed old development-branch ebuild.
*xcircuit-3.6.86 (01 Apr 2007)
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.6.59 b/sci-electronics/xcircuit/files/digest-xcircuit-3.6.59
deleted file mode 100644
index 173840e15787..000000000000
--- a/sci-electronics/xcircuit/files/digest-xcircuit-3.6.59
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2dcf228f45f1c473bd56f27ba35f4b54 xcircuit-3.6.59.tgz 1422740
-RMD160 cea8b278ba3e6c7b59dd3a001c5453743e1d29f1 xcircuit-3.6.59.tgz 1422740
-SHA256 855c2daf796ff0d22383cbe12da754d075ce3f35848f672fd238830f8ae5f2d9 xcircuit-3.6.59.tgz 1422740
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild
deleted file mode 100644
index e2b19d54b04d..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.6.59.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/xcircuit/xcircuit-3.6.59.ebuild,v 1.2 2007/01/31 18:07:40 calchan Exp $
-
-DESCRIPTION="Circuit drawing and schematic capture program."
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-# This is a development version. Do not keyword without contacting maintainer as we add/remove these at random.
-KEYWORDS=""
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# Disable tests, see bug #131024
-RESTRICT="test"
-
-DEPEND="virtual/ghostscript
- dev-lang/tk
- || ( x11-libs/libXt
- virtual/x11
- )"
-
-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
-
- doman ${D}/usr/lib/xcircuit-3.6/man/xcircuit.1
- rm ${D}/usr/lib/xcircuit-3.6/man -rf
-}
-
-src_postinst() {
- ewarn "You may want to emerge ng-spice-rework which integrates well with xcircuit."
- ewarn "Note that in order for ngspice to work with xcircuit, you'll need at least"
- ewarn "sci-electronics/ng-spice-rework-17-r1."
-}