From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IYjNr-0005bE-EX for garchives@archives.gentoo.org; Fri, 21 Sep 2007 14:21:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l8LEDTXM023743; Fri, 21 Sep 2007 14:13:29 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l8LEDSp2023726 for ; Fri, 21 Sep 2007 14:13:29 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D2ADF6578F for ; Fri, 21 Sep 2007 14:13:27 +0000 (UTC) Received: from calchan by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IYjG2-0002gj-7y for gentoo-commits@lists.gentoo.org; Fri, 21 Sep 2007 14:13:26 +0000 From: "Denis Dupeyron (calchan)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: ChangeLog xcircuit-3.4.27.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog xcircuit-3.4.27.ebuild X-VCS-Directories: sci-electronics/xcircuit X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Denis Dupeyron Date: Fri, 21 Sep 2007 14:13:26 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: 51aad609-a5e9-4c63-b673-e89014b01e80 X-Archives-Hash: 828d6d5df7fc80545355d7ab81d3881b 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 +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