summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2008-03-27 10:11:36 +0000
committerDenis Dupeyron <calchan@gentoo.org>2008-03-27 10:11:36 +0000
commit36d4aa12e8922107c87937457930bb83d8989de3 (patch)
tree421a648c5831c778a663e9393c589520d336750a /sci-electronics/xcircuit
parentRemove installation of outdated manpages from Debian used in version 0.10. (diff)
downloadgentoo-2-36d4aa12e8922107c87937457930bb83d8989de3.tar.gz
gentoo-2-36d4aa12e8922107c87937457930bb83d8989de3.tar.bz2
gentoo-2-36d4aa12e8922107c87937457930bb83d8989de3.zip
Removed old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.27.ebuild41
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.127.ebuild43
3 files changed, 5 insertions, 85 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 43a1c0baa3b7..d7e0b4ab4e57 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.36 2008/03/18 18:12:43 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.37 2008/03/27 10:11:36 calchan Exp $
+
+ 27 Mar 2008; Denis Dupeyron <calchan@gentoo.org> -xcircuit-3.4.27.ebuild,
+ -xcircuit-3.6.127.ebuild:
+ Removed old ebuilds.
*xcircuit-3.6.130 (18 Mar 2008)
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild
deleted file mode 100644
index bc46cc029b23..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild
+++ /dev/null
@@ -1,41 +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.4.27.ebuild,v 1.1 2007/09/21 14:13:25 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
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild
deleted file mode 100644
index c59057682484..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild
+++ /dev/null
@@ -1,43 +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.127.ebuild,v 1.1 2007/11/30 21:32:10 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"
-
-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."
-}