summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-03-13 14:53:57 +0000
committerMichael Weber <xmw@gentoo.org>2013-03-13 14:53:57 +0000
commit2fb67099c7c56ed56a115a91adc9d21f8e9c5e2b (patch)
treec1a61bfbf5fb6fc978eac199da380ef411a27eae /sci-electronics/xcircuit
parentVersion bump to 3.0.21. (diff)
downloadgentoo-2-2fb67099c7c56ed56a115a91adc9d21f8e9c5e2b.tar.gz
gentoo-2-2fb67099c7c56ed56a115a91adc9d21f8e9c5e2b.tar.bz2
gentoo-2-2fb67099c7c56ed56a115a91adc9d21f8e9c5e2b.zip
Drop old, version bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog8
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.8.24.ebuild63
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.8.37.ebuild (renamed from sci-electronics/xcircuit/xcircuit-3.7.40.ebuild)4
3 files changed, 9 insertions, 66 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 62635c93ff82..156f0b438423 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.57 2013/01/21 09:59:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.58 2013/03/13 14:53:57 xmw Exp $
+
+*xcircuit-3.8.37 (13 Mar 2013)
+
+ 13 Mar 2013; Michael Weber <xmw@gentoo.org> +xcircuit-3.8.37.ebuild,
+ -xcircuit-3.7.40.ebuild, -xcircuit-3.8.24.ebuild:
+ Drop old, version bump
*xcircuit-3.8.36 (21 Jan 2013)
*xcircuit-3.7.48 (21 Jan 2013)
diff --git a/sci-electronics/xcircuit/xcircuit-3.8.24.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.24.ebuild
deleted file mode 100644
index c5fe6b117777..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.8.24.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.8.24.ebuild,v 1.2 2012/07/11 18:24:21 jlec Exp $
-
-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
- 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"
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.37.ebuild
index 0bf43da35bd1..f7b42fc8d42e 100644
--- a/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.8.37.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild,v 1.2 2012/07/11 18:24:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.8.37.ebuild,v 1.1 2013/03/13 14:53:57 xmw Exp $
EAPI=4