diff options
author | 2012-07-22 17:11:19 +0000 | |
---|---|---|
committer | 2012-07-22 17:11:19 +0000 | |
commit | f99ac06716681bd22dade7afd37fffd3b9e7a7fe (patch) | |
tree | c4db8784f7901202e8849b07784285a25b661d39 /sci-electronics | |
parent | Remove notice about compiz and AddARGBGLXVisuals per bug #427608 (diff) | |
download | gentoo-2-f99ac06716681bd22dade7afd37fffd3b9e7a7fe.tar.gz gentoo-2-f99ac06716681bd22dade7afd37fffd3b9e7a7fe.tar.bz2 gentoo-2-f99ac06716681bd22dade7afd37fffd3b9e7a7fe.zip |
Version bump; remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-0.21.11.ebuild | 74 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-0.21.19.ebuild (renamed from sci-electronics/klayout/klayout-0.21.12.ebuild) | 2 |
3 files changed, 8 insertions, 76 deletions
diff --git a/sci-electronics/klayout/ChangeLog b/sci-electronics/klayout/ChangeLog index 2c19d5b1a15e..a5af85f835cf 100644 --- a/sci-electronics/klayout/ChangeLog +++ b/sci-electronics/klayout/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/klayout # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.9 2012/06/11 19:29:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.10 2012/07/22 17:11:19 dilfridge Exp $ + +*klayout-0.21.19 (22 Jul 2012) + + 22 Jul 2012; Andreas K. Huettel <dilfridge@gentoo.org> + -klayout-0.21.11.ebuild, -klayout-0.21.12.ebuild, +klayout-0.21.19.ebuild: + Version bump; remove old *klayout-0.21.12 (11 Jun 2012) diff --git a/sci-electronics/klayout/klayout-0.21.11.ebuild b/sci-electronics/klayout/klayout-0.21.11.ebuild deleted file mode 100644 index 65d03c0d3d8c..000000000000 --- a/sci-electronics/klayout/klayout-0.21.11.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.11.ebuild,v 1.1 2011/07/25 22:05:21 dilfridge Exp $ - -EAPI=3 - -USE_RUBY="ruby18" -# note: define maximally ONE implementation here - -RUBY_OPTIONAL=yes - -inherit eutils multilib toolchain-funcs ruby-ng - -DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts" -HOMEPAGE="http://www.klayout.de/" -SRC_URI="http://www.klayout.de/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ruby" - -RDEPEND=" - x11-libs/qt-gui:4[qt3support] - ruby? ( $(ruby_implementations_depend) ) -" -DEPEND="${RDEPEND}" - -all_ruby_prepare() { - # now we generate the stub build configuration file for the home-brew build system - cp "${FILESDIR}/${PN}-0.21.7-Makefile.conf.linux-gentoo" "${S}/config/Makefile.conf.linux-gentoo" || die -} - -each_ruby_configure() { - local rbflags - - if use ruby ; then - rbflags="-rblib $(ruby_get_libruby) -rbinc $(ruby_get_hdrdir)" - fi - - ./build.sh \ - -dry-run \ - -platform linux-gentoo \ - -bin bin \ - -qtbin /usr/bin \ - -qtinc /usr/include/qt4 \ - -qtlib /usr/$(get_libdir)/qt4 \ - ${rbflags} || die "Configuration failed" -} - -each_ruby_compile() { - cd build.linux-gentoo - tc-export CC CXX AR LD RANLIB - export AR="${AR} -r" - emake all || die "Build failed" -} - -each_ruby_install() { - cd build.linux-gentoo - emake install || die "make install failed" - - cd .. - dobin bin/klayout || die - - insinto /usr/share/${PN}/testdata/gds - doins testdata/gds/*.gds || die "Installation of gds testdata failed" - insinto /usr/share/${PN}/testdata/oasis - doins testdata/oasis/*.oas testdata/oasis/*.ot || die "Installation of oasis testdata failed" - - if use ruby; then - insinto /usr/share/${PN} - doins -r testdata/ruby || die "Installation of ruby testdata failed" - fi -} diff --git a/sci-electronics/klayout/klayout-0.21.12.ebuild b/sci-electronics/klayout/klayout-0.21.19.ebuild index adbef6d697bc..2a3b7095a5b5 100644 --- a/sci-electronics/klayout/klayout-0.21.12.ebuild +++ b/sci-electronics/klayout/klayout-0.21.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.12.ebuild,v 1.1 2012/06/11 19:29:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.19.ebuild,v 1.1 2012/07/22 17:11:19 dilfridge Exp $ EAPI=3 |