public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/magic: ChangeLog magic-7.4.46.ebuild
@ 2007-11-29 12:48 Denis Dupeyron (calchan)
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Dupeyron (calchan) @ 2007-11-29 12:48 UTC (permalink / raw
  To: gentoo-commits

calchan     07/11/29 12:48:34

  Modified:             ChangeLog
  Added:                magic-7.4.46.ebuild
  Log:
  Stable branch version bump.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.44                 sci-electronics/magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	8 Jun 2007 19:18:12 -0000	1.43
+++ ChangeLog	29 Nov 2007 12:48:34 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/magic
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.43 2007/06/08 19:18:12 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.44 2007/11/29 12:48:34 calchan Exp $
+
+*magic-7.4.46 (29 Nov 2007)
+
+  29 Nov 2007; Denis Dupeyron <calchan@gentoo.org> +magic-7.4.46.ebuild:
+  Stable branch version bump.
 
   08 Jun 2007; Denis Dupeyron <calchan@gentoo.org> -magic-7.5.78.ebuild:
   Removed old development version.



1.1                  sci-electronics/magic/magic-7.4.46.ebuild

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

Index: magic-7.4.46.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.1 2007/11/29 12:48:34 calchan Exp $

DESCRIPTION="The VLSI design CAD tool."
HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"
SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \
	ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz"

LICENSE="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="sys-libs/ncurses
	sys-libs/readline
	dev-lang/tcl
	dev-lang/tk
	dev-tcltk/blt"
DEPEND="${RDEPEND}
	app-shells/tcsh"

src_compile() {
	# Short-circuit top-level configure script to retain CFLAGS
	cd scripts
	CPP="cpp" econf --libdir=/usr/share || die "Configuration failed"
	cd ..
	emake -j1 || die "Compilation failed"
}

src_install() {
	emake -j1 DESTDIR="${D}" install || die "Installation failed"
	dodoc README README.Tcl TODO

	# Install latest MOSIS tech files
	cp -pPR "${WORKDIR}"/2002a "${D}"/usr/share/magic/sys/current
}

pkg_postinst() {
	ewarn 'Magic now uses "~/.magicrc" as the personal startup file rather'
	ewarn 'than "~/.magic" or the previously Gentoo specific "~/.magic-cad".'
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/magic: ChangeLog magic-7.4.46.ebuild
@ 2007-12-23 21:08 Dawid Weglinski (cla)
  0 siblings, 0 replies; 4+ messages in thread
From: Dawid Weglinski (cla) @ 2007-12-23 21:08 UTC (permalink / raw
  To: gentoo-commits

cla         07/12/23 21:08:26

  Modified:             ChangeLog magic-7.4.46.ebuild
  Log:
  Stable on x86 wrt bug #203172
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.47                 sci-electronics/magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	23 Dec 2007 20:09:55 -0000	1.46
+++ ChangeLog	23 Dec 2007 21:08:25 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/magic
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.46 2007/12/23 20:09:55 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.47 2007/12/23 21:08:25 cla Exp $
+
+  23 Dec 2007; Dawid Węgliński <cla@gentoo.org> magic-7.4.46.ebuild:
+  Stable on x86 (bug #203172)
 
 *magic-7.4.49 (23 Dec 2007)
 



1.2                  sci-electronics/magic/magic-7.4.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?r1=1.1&r2=1.2

Index: magic-7.4.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- magic-7.4.46.ebuild	29 Nov 2007 12:48:34 -0000	1.1
+++ magic-7.4.46.ebuild	23 Dec 2007 21:08:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.1 2007/11/29 12:48:34 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.2 2007/12/23 21:08:25 cla Exp $
 
 DESCRIPTION="The VLSI design CAD tool."
 HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"
@@ -9,7 +9,7 @@
 
 LICENSE="as-is GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/magic: ChangeLog magic-7.4.46.ebuild
@ 2007-12-24 13:41 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-12-24 13:41 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/12/24 13:41:17

  Modified:             ChangeLog magic-7.4.46.ebuild
  Log:
  Stable on ppc wrt bug 203172
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.48                 sci-electronics/magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	23 Dec 2007 21:08:25 -0000	1.47
+++ ChangeLog	24 Dec 2007 13:41:17 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/magic
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.47 2007/12/23 21:08:25 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.48 2007/12/24 13:41:17 nixnut Exp $
+
+  24 Dec 2007; nixnut <nixnut@gentoo.org> magic-7.4.46.ebuild:
+  Stable on ppc wrt bug 203172
 
   23 Dec 2007; Dawid Węgliński <cla@gentoo.org> magic-7.4.46.ebuild:
   Stable on x86 (bug #203172)



1.3                  sci-electronics/magic/magic-7.4.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?r1=1.2&r2=1.3

Index: magic-7.4.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- magic-7.4.46.ebuild	23 Dec 2007 21:08:25 -0000	1.2
+++ magic-7.4.46.ebuild	24 Dec 2007 13:41:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.2 2007/12/23 21:08:25 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.3 2007/12/24 13:41:17 nixnut Exp $
 
 DESCRIPTION="The VLSI design CAD tool."
 HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"
@@ -9,7 +9,7 @@
 
 LICENSE="as-is GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/magic: ChangeLog magic-7.4.46.ebuild
@ 2008-01-14 19:05 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2008-01-14 19:05 UTC (permalink / raw
  To: gentoo-commits

angelos     08/01/14 19:05:23

  Modified:             ChangeLog magic-7.4.46.ebuild
  Log:
  Stable on amd64 wrt bug #203172
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.49                 sci-electronics/magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	24 Dec 2007 13:41:17 -0000	1.48
+++ ChangeLog	14 Jan 2008 19:05:22 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/magic
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.48 2007/12/24 13:41:17 nixnut Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.49 2008/01/14 19:05:22 angelos Exp $
+
+  14 Jan 2008; Christoph Mende <angelos@gentoo.org> magic-7.4.46.ebuild:
+  Stable on amd64 wrt bug #203172
 
   24 Dec 2007; nixnut <nixnut@gentoo.org> magic-7.4.46.ebuild:
   Stable on ppc wrt bug 203172



1.4                  sci-electronics/magic/magic-7.4.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?r1=1.3&r2=1.4

Index: magic-7.4.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- magic-7.4.46.ebuild	24 Dec 2007 13:41:17 -0000	1.3
+++ magic-7.4.46.ebuild	14 Jan 2008 19:05:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.3 2007/12/24 13:41:17 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild,v 1.4 2008/01/14 19:05:22 angelos Exp $
 
 DESCRIPTION="The VLSI design CAD tool."
 HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"
@@ -9,7 +9,7 @@
 
 LICENSE="as-is GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-14 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29 12:48 [gentoo-commits] gentoo-x86 commit in sci-electronics/magic: ChangeLog magic-7.4.46.ebuild Denis Dupeyron (calchan)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-23 21:08 Dawid Weglinski (cla)
2007-12-24 13:41 Gysbert Wassenaar (nixnut)
2008-01-14 19:05 Christoph Mende (angelos)

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