public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/netgen: netgen-1.4.48.ebuild ChangeLog netgen-1.4.44.ebuild netgen-1.4.42.ebuild
@ 2013-05-29  6:51 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-05-29  6:51 UTC (permalink / raw
  To: gentoo-commits

xmw         13/05/29 06:51:32

  Modified:             ChangeLog
  Added:                netgen-1.4.48.ebuild
  Removed:              netgen-1.4.44.ebuild netgen-1.4.42.ebuild
  Log:
  Version bump, drop old.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.7                  sci-electronics/netgen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/netgen/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 May 2013 05:57:35 -0000	1.6
+++ ChangeLog	29 May 2013 06:51:32 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-electronics/netgen
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/ChangeLog,v 1.6 2013/05/24 05:57:35 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/ChangeLog,v 1.7 2013/05/29 06:51:32 xmw Exp $
+
+*netgen-1.4.48 (29 May 2013)
+
+  29 May 2013; Michael Weber <xmw@gentoo.org> +netgen-1.4.48.ebuild,
+  -netgen-1.4.42.ebuild, -netgen-1.4.44.ebuild:
+  Version bump, drop old.
 
 *netgen-1.4.44 (24 May 2013)
 



1.1                  sci-electronics/netgen/netgen-1.4.48.ebuild

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

Index: netgen-1.4.48.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/netgen-1.4.48.ebuild,v 1.1 2013/05/29 06:51:32 xmw Exp $

EAPI=4

inherit eutils

DESCRIPTION="LVS tool (layout versus schematic comparison)"
HOMEPAGE="http://www.opencircuitdesign.com/netgen/index.html"
SRC_URI="http://www.opencircuitdesign.com/${PN}/archive/${P}.tgz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="X"

DEPEND="X? (
		dev-lang/tcl
		dev-lang/tk
		x11-libs/libX11 )"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.4.40-tcl-bin-name.patch

	if $(use X) ; then
		cp -r "${S}" "${WORKDIR}"/with-x || die
	fi
}

src_configure() {
	cd scripts
	econf --without-x

	if $(use X) ; then
		cd "${WORKDIR}"/with-x/scripts || die
		econf --with-x
	fi
}

src_compile() {
	emake

	if $(use X) ; then
		cd "${WORKDIR}"/with-x || die
		emake
	fi
}

src_install() {
	emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install

	if $(use X) ; then
		cd "${WORKDIR}"/with-x || die
		emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install
	fi

	dodoc Changes README TO_DO
}





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

only message in thread, other threads:[~2013-05-29  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29  6:51 [gentoo-commits] gentoo-x86 commit in sci-electronics/netgen: netgen-1.4.48.ebuild ChangeLog netgen-1.4.44.ebuild netgen-1.4.42.ebuild 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