public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: xcircuit-3.7.40.ebuild ChangeLog
@ 2012-06-13 13:10 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-06-13 13:10 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/13 13:10:02

  Modified:             ChangeLog
  Added:                xcircuit-3.7.40.ebuild
  Log:
  Version bump (thanks euscan)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 sci-electronics/xcircuit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xcircuit/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	12 May 2012 06:19:44 -0000	1.50
+++ ChangeLog	13 Jun 2012 13:10:02 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/xcircuit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.50 2012/05/12 06:19:44 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.51 2012/06/13 13:10:02 xmw Exp $
+
+*xcircuit-3.7.40 (13 Jun 2012)
+
+  13 Jun 2012; Michael Weber <xmw@gentoo.org> +xcircuit-3.7.40.ebuild:
+  Version bump (thanks euscan)
 
 *xcircuit-3.7.39 (12 May 2012)
 



1.1                  sci-electronics/xcircuit/xcircuit-3.7.40.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild?rev=1.1&content-type=text/plain

Index: xcircuit-3.7.40.ebuild
===================================================================
# 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.7.40.ebuild,v 1.1 2012/06/13 13:10:02 xmw 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
	dev-lang/tk"
RDEPEND=${DEPEND}

RESTRICT="test" #131024

src_prepare() {
	eautoreconf		# avoid QA-warning wrt automaintainer mode
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-13 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 13:10 [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: xcircuit-3.7.40.ebuild ChangeLog Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox