summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-26 19:56:49 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-26 19:56:49 +0000
commit6877783f11b12b553699d70dfeb4feca865eb3eb (patch)
tree3e7db2b57b3c03b3524fa5204a724f3b75edba86 /sci-electronics
parentRemove old. (diff)
downloadgentoo-2-6877783f11b12b553699d70dfeb4feca865eb3eb.tar.gz
gentoo-2-6877783f11b12b553699d70dfeb4feca865eb3eb.tar.bz2
gentoo-2-6877783f11b12b553699d70dfeb4feca865eb3eb.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/xcircuit/ChangeLog7
-rw-r--r--sci-electronics/xcircuit/files/xcircuit-3.6.165-implicit.patch12
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.30.ebuild40
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.165.ebuild51
4 files changed, 6 insertions, 104 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 5155259f5e78..a5861147e0b4 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.68 2015/03/20 15:25:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.69 2015/04/26 19:56:49 mrueg Exp $
+
+ 26 Apr 2015; Manuel Rüger <mrueg@gentoo.org>
+ -files/xcircuit-3.6.165-implicit.patch, -xcircuit-3.4.30.ebuild,
+ -xcircuit-3.6.165.ebuild:
+ Remove old.
20 Mar 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
xcircuit-3.4.30.ebuild, xcircuit-3.6.165.ebuild, xcircuit-3.7.48.ebuild,
diff --git a/sci-electronics/xcircuit/files/xcircuit-3.6.165-implicit.patch b/sci-electronics/xcircuit/files/xcircuit-3.6.165-implicit.patch
deleted file mode 100644
index 210070a71719..000000000000
--- a/sci-electronics/xcircuit/files/xcircuit-3.6.165-implicit.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-svg.c:240: warning: incompatible implicit declaration of built-in function ‘execlp’
-
---- svg.c
-+++ svg.c
-@@ -10,6 +10,7 @@
- #include <limits.h>
- #include <sys/stat.h>
- #include <sys/wait.h>
-+#include <unistd.h> /* execlp */
-
- #ifndef _MSC_VER
- #include <X11/Intrinsic.h>
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild
deleted file mode 100644
index e9bee5b1e506..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild,v 1.7 2015/03/20 15:25:12 jlec Exp $
-
-EAPI=2
-inherit autotools eutils
-
-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=""
-
-RDEPEND="app-text/ghostscript-gpl
- dev-lang/tk:0
- x11-libs/libXt"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test" #131024
-
-src_prepare() {
- sed -i -e 's:$(datadir):$(libdir):g' Makefile.am || die "sed failed"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --with-tcl \
- --with-ngspice
-}
-
-src_install () {
- emake DESTDIR="${D}" appdefaultsdir="/usr/share/X11/app-defaults" \
- appmandir="/usr/share/man/man1" install || die "emake install failed"
- dodoc CHANGES README* TODO
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
deleted file mode 100644
index 4219c1b18423..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild,v 1.8 2015/03/20 15:25:12 jlec Exp $
-
-EAPI=2
-inherit autotools eutils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXpm
- x11-libs/libSM
- x11-libs/libICE
- sys-libs/zlib
- app-text/ghostscript-gpl
- dev-lang/tcl:0
- dev-lang/tk:0"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test" #131024
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-implicit.patch
- eautoreconf
-}
-
-src_configure() {
- export loader_run_path="/usr/$(get_libdir)"
- econf \
- --disable-dependency-tracking \
- --with-tcl \
- --with-ngspice
-}
-
-src_compile() {
- emake appdefaultsdir="/usr/share/X11/app-defaults" || die
-}
-
-src_install () {
- emake DESTDIR="${D}" appdefaultsdir="/usr/share/X11/app-defaults" \
- appmandir="/usr/share/man/man1" install || die
- dodoc CHANGES README* TODO
-}