diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-06-11 19:29:04 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-06-11 19:29:04 +0000 |
commit | c67b484a249d5759d75760e2a15a61718f340da6 (patch) | |
tree | ef32802b12b27d78d61401a2dbdcfcba70d67bb1 /sci-electronics | |
parent | marked x86 per dilfridge (diff) | |
download | gentoo-2-c67b484a249d5759d75760e2a15a61718f340da6.tar.gz gentoo-2-c67b484a249d5759d75760e2a15a61718f340da6.tar.bz2 gentoo-2-c67b484a249d5759d75760e2a15a61718f340da6.zip |
Version bump; remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/ChangeLog | 10 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-0.21.12.ebuild (renamed from sci-electronics/klayout/klayout-0.21.10.ebuild) | 11 |
2 files changed, 14 insertions, 7 deletions
diff --git a/sci-electronics/klayout/ChangeLog b/sci-electronics/klayout/ChangeLog index 6aba8ffeee19..2c19d5b1a15e 100644 --- a/sci-electronics/klayout/ChangeLog +++ b/sci-electronics/klayout/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/klayout -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.8 2011/07/25 22:05:21 dilfridge Exp $ +# 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 $ + +*klayout-0.21.12 (11 Jun 2012) + + 11 Jun 2012; Andreas K. Huettel <dilfridge@gentoo.org> + -klayout-0.21.10.ebuild, +klayout-0.21.12.ebuild: + Version bump; remove old *klayout-0.21.11 (25 Jul 2011) diff --git a/sci-electronics/klayout/klayout-0.21.10.ebuild b/sci-electronics/klayout/klayout-0.21.12.ebuild index b6fd16b9f4d8..adbef6d697bc 100644 --- a/sci-electronics/klayout/klayout-0.21.10.ebuild +++ b/sci-electronics/klayout/klayout-0.21.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.10.ebuild,v 1.2 2011/05/29 08:44:55 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.21.12.ebuild,v 1.1 2012/06/11 19:29:04 dilfridge Exp $ EAPI=3 @@ -20,14 +20,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ruby" -RDEPEND="x11-libs/qt-gui:4[qt3support]" +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 - - epatch "${FILESDIR}/${P}-gcc46.patch" } each_ruby_configure() { |