public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: ChangeLog xcircuit-3.4.27.ebuild
@ 2007-09-21 14:13 Denis Dupeyron (calchan)
  0 siblings, 0 replies; only message in thread
From: Denis Dupeyron (calchan) @ 2007-09-21 14:13 UTC (permalink / raw
  To: gentoo-commits

calchan     07/09/21 14:13:26

  Modified:             ChangeLog
  Added:                xcircuit-3.4.27.ebuild
  Log:
  Stable branch version bump.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.31                 sci-electronics/xcircuit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	23 Jul 2007 19:24:35 -0000	1.30
+++ ChangeLog	21 Sep 2007 14:13:25 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/xcircuit
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.30 2007/07/23 19:24:35 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.31 2007/09/21 14:13:25 calchan Exp $
+
+*xcircuit-3.4.27 (21 Sep 2007)
+
+  21 Sep 2007; Denis Dupeyron <calchan@gentoo.org> +xcircuit-3.4.27.ebuild:
+  Stable branch version bump.
 
 *xcircuit-3.6.109 (23 Jul 2007)
 



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

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

Index: xcircuit-3.4.27.ebuild
===================================================================
# 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
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-09-21 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 14:13 [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: ChangeLog xcircuit-3.4.27.ebuild Denis Dupeyron (calchan)

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