Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Michael Weber (xmw)" <xmw@g.o>
|
|
Subject:
|
gentoo-x86 commit in sci-electronics/gnetman: gnetman-0.0.1_pre20110124.ebuild gnetman-0.0.1_pre20060522-r2.ebuild
|
|
Date:
|
Fri, 25 May 2012 07:49:02 +0000 (UTC)
|
|
xmw 12/05/25 07:49:02
Modified: gnetman-0.0.1_pre20060522-r2.ebuild
Added: gnetman-0.0.1_pre20110124.ebuild
Log:
Version bump to latest git HEAD, fix HOMEPAGE (bug 231232), drop ~ppd keywords due deps.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild?r1=1.2&r2=1.3
Index: gnetman-0.0.1_pre20060522-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnetman-0.0.1_pre20060522-r2.ebuild 26 Apr 2012 15:43:56 -0000 1.2
+++ gnetman-0.0.1_pre20060522-r2.ebuild 25 May 2012 07:49:02 -0000 1.3
@@ -1,13 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild,v 1.2 2012/04/26 15:43:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20060522-r2.ebuild,v 1.3 2012/05/25 07:49:02 xmw Exp $
EAPI=4
MY_P="${PN}-22May06"
DESCRIPTION="A GNU Netlist Manipulation Library"
-HOMEPAGE="http://www.viasic.com/opensource/"
+HOMEPAGE="http://sourceforge.net/projects/gnetman/
+ http://www.viasic.com/opensource/"
SRC_URI="http://www.viasic.com/opensource/${MY_P}.tar.gz"
SLOT="0"
1.1 sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild?rev=1.1&content-type=text/plain
Index: gnetman-0.0.1_pre20110124.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild,v 1.1 2012/05/25 07:49:02 xmw Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="A GNU Netlist Manipulation Library"
HOMEPAGE="http://sourceforge.net/projects/gnetman/"
#snapshot from http://gnetman.git.sourceforge.net/git/gitweb.cgi?p=gnetman/gnetman;
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
IUSE="doc examples"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${P}/src/batch
RDEPEND="dev-lang/tcl
sci-electronics/geda"
DEPEND="${RDEPEND}
dev-db/datadraw"
src_prepare() {
sed -e "/^CFLAGS=/s:-g -Wall:${CFLAGS}:" \
-e "/^CFLAGS=/s:-I/usr/include/tcl8.4::" \
-e "/^LIBS=/s:-ltcl8.4:-ltcl:" \
-e '/^$(TARGET):/,+3s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
-i configure || die
tc-export CC
}
src_install () {
cd ../.. || die
dobin bin/${PN}
insinto /usr/share/gEDA
doins system-gnetmanrc.tcl
use examples && dodoc -r sym sch test
dodoc README
use doc && dodoc doc/*.{html,jpg}
}
|
|