diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-03-29 18:03:43 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-03-29 18:03:43 +0000 |
commit | 85d69e22f42773123e29d62d8016a057f0fd0ae2 (patch) | |
tree | a77b44e6a393b66a2eb7b415444235aaeb640804 /sci-electronics/magic | |
parent | Stable for HPPA (bug #215339). (diff) | |
download | gentoo-2-85d69e22f42773123e29d62d8016a057f0fd0ae2.tar.gz gentoo-2-85d69e22f42773123e29d62d8016a057f0fd0ae2.tar.bz2 gentoo-2-85d69e22f42773123e29d62d8016a057f0fd0ae2.zip |
Cleanup.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-electronics/magic')
-rw-r--r-- | sci-electronics/magic/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/magic/magic-7.4.35.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/magic/magic-7.4.49.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/magic/magic-7.5.79.ebuild | 44 | ||||
-rw-r--r-- | sci-electronics/magic/magic-7.5.95.ebuild | 44 |
5 files changed, 5 insertions, 173 deletions
diff --git a/sci-electronics/magic/ChangeLog b/sci-electronics/magic/ChangeLog index cc93c68a091c..a816073fd39c 100644 --- a/sci-electronics/magic/ChangeLog +++ b/sci-electronics/magic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/magic # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.50 2008/03/27 12:54:22 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.51 2008/03/29 18:03:43 calchan Exp $ + + 29 Mar 2008; Denis Dupeyron <calchan@gentoo.org> -magic-7.4.35.ebuild, + -magic-7.4.49.ebuild, -magic-7.5.79.ebuild, -magic-7.5.95.ebuild: + Cleanup. *magic-7.5.127 (27 Mar 2008) diff --git a/sci-electronics/magic/magic-7.4.35.ebuild b/sci-electronics/magic/magic-7.4.35.ebuild deleted file mode 100644 index 11b4650e9e29..000000000000 --- a/sci-electronics/magic/magic-7.4.35.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.35.ebuild,v 1.1 2007/04/30 23:04:38 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".' -} diff --git a/sci-electronics/magic/magic-7.4.49.ebuild b/sci-electronics/magic/magic-7.4.49.ebuild deleted file mode 100644 index 27598cf81ff0..000000000000 --- a/sci-electronics/magic/magic-7.4.49.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.49.ebuild,v 1.1 2007/12/23 20:09:55 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".' -} diff --git a/sci-electronics/magic/magic-7.5.79.ebuild b/sci-electronics/magic/magic-7.5.79.ebuild deleted file mode 100644 index 44d6b78cfd11..000000000000 --- a/sci-electronics/magic/magic-7.5.79.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.5.79.ebuild,v 1.1 2007/05/30 21:14:20 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" - -# This is a development version. Do not keyword without contacting maintainer as we add/remove these at random. -LICENSE="as-is GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="sys-libs/ncurses - sys-libs/readline - dev-lang/tcl - dev-lang/tk - dev-tcltk/blt" -DEPEND="${RDEPEND} - app-shells/tcsh" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e "s: -pg : :" tcltk/Makefile || die "Patch failed" -} - -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 -} diff --git a/sci-electronics/magic/magic-7.5.95.ebuild b/sci-electronics/magic/magic-7.5.95.ebuild deleted file mode 100644 index 2bed7e2b9632..000000000000 --- a/sci-electronics/magic/magic-7.5.95.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.5.95.ebuild,v 1.1 2007/11/29 15:31:07 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" - -# This is a development version. Do not keyword without contacting maintainer as we add/remove these at random. -LICENSE="as-is GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="sys-libs/ncurses - sys-libs/readline - dev-lang/tcl - dev-lang/tk - dev-tcltk/blt" -DEPEND="${RDEPEND} - app-shells/tcsh" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e "s: -pg : :" tcltk/Makefile || die "Patch failed" -} - -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 -} |