diff options
author | 2016-07-24 18:25:43 +0200 | |
---|---|---|
committer | 2016-07-24 18:25:43 +0200 | |
commit | 16174a833700fea6892ba2f8339e8c359c954d09 (patch) | |
tree | f9fefdd7b90254a4fbe5296f20927b2433cde937 /sci-electronics/xcircuit/xcircuit-3.7.49.ebuild | |
parent | dev-libs/rasqal: Stable for PPC64 (bug #530654). (diff) | |
download | gentoo-16174a833700fea6892ba2f8339e8c359c954d09.tar.gz gentoo-16174a833700fea6892ba2f8339e8c359c954d09.tar.bz2 gentoo-16174a833700fea6892ba2f8339e8c359c954d09.zip |
sci-electronics/xcircuit: bump to last stable upstream version. drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-electronics/xcircuit/xcircuit-3.7.49.ebuild')
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.7.49.ebuild | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild deleted file mode 100644 index 65a2662bc8d0..000000000000 --- a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils 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=" - app-text/ghostscript-gpl - dev-lang/tk:0 - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXpm - x11-libs/libSM - x11-libs/libICE" -RDEPEND=${DEPEND} - -RESTRICT="test" #131024 - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - # automake-1.12 - sed \ - -e '/AM_C_PROTOTYPES/d' \ - -i configure.in || die - # automake-1.13 - mv configure.{in,ac} || die - autotools-utils_src_prepare -} - -src_configure() { - export loader_run_path="/usr/$(get_libdir)" - local myeconfargs=( - --disable-dependency-tracking - --with-tcl - --with-ngspice - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults" -} - -src_install () { - autotools-utils_src_install \ - appdefaultsdir="/usr/share/X11/app-defaults" \ - appmandir="/usr/share/man/man1" -} |