diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-11-28 18:05:42 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-11-28 18:05:42 +0000 |
commit | d3c875304bd09e57f9a10cdcbd85d58b6eaff709 (patch) | |
tree | 829683ec334d3653505d233e961f56001edf926a /dev-db/metakit | |
parent | moved tcltk USE flag over to separate tk and tcl flags, see bug #17808 (diff) | |
download | gentoo-2-d3c875304bd09e57f9a10cdcbd85d58b6eaff709.tar.gz gentoo-2-d3c875304bd09e57f9a10cdcbd85d58b6eaff709.tar.bz2 gentoo-2-d3c875304bd09e57f9a10cdcbd85d58b6eaff709.zip |
moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-db/metakit')
-rw-r--r-- | dev-db/metakit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/metakit/metakit-2.4.7.37.ebuild | 10 | ||||
-rw-r--r-- | dev-db/metakit/metakit-2.4.9.2-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-db/metakit/metakit-2.4.9.3-r2.ebuild | 8 |
4 files changed, 20 insertions, 15 deletions
diff --git a/dev-db/metakit/ChangeLog b/dev-db/metakit/ChangeLog index ff756589b47a..b772a9a32932 100644 --- a/dev-db/metakit/ChangeLog +++ b/dev-db/metakit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/metakit # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.32 2006/10/07 13:19:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.33 2006/11/28 18:05:42 opfer Exp $ + + 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> + metakit-2.4.7.37.ebuild, metakit-2.4.9.2-r1.ebuild, + metakit-2.4.9.3-r2.ebuild: + moved tcltk USE flag over to separate tk and tcl flags, see bug #17808 07 Oct 2006; Simon Stelling <blubb@gentoo.org> +files/metakit-2.4.9.3-64bit.patch, metakit-2.4.9.3-r2.ebuild: diff --git a/dev-db/metakit/metakit-2.4.7.37.ebuild b/dev-db/metakit/metakit-2.4.7.37.ebuild index 59864cf613d1..3b52ab2b1b6f 100644 --- a/dev-db/metakit/metakit-2.4.7.37.ebuild +++ b/dev-db/metakit/metakit-2.4.7.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.7.37.ebuild,v 1.15 2005/06/17 21:23:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.7.37.ebuild,v 1.16 2006/11/28 18:05:42 opfer Exp $ S=${WORKDIR}/${PN}-${PV%.*} DESCRIPTION="Embedded database library" @@ -10,10 +10,10 @@ SRC_URI="http://www.equi4.com/pub/mk/${PN}-${PV%.*}-${PV##*.}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc hppa" -IUSE="python tcltk" +IUSE="python tcl" DEPEND="python? ( >=dev-lang/python-2.2.1 ) - tcltk? ( >=dev-lang/tcl-8.3.3-r2 )" + tcl? ( >=dev-lang/tcl-8.3.3-r2 )" src_unpack() { unpack ${A} ; cd ${S} @@ -25,7 +25,7 @@ src_unpack() { src_compile() { local myconf use python && myconf="--enable-python" - use tcltk && myconf="${myconf} --with-tcl=/usr/include" + use tcl && myconf="${myconf} --with-tcl=/usr/include" CXXFLAGS="${CXXFLAGS}" unix/configure \ ${myconf} \ diff --git a/dev-db/metakit/metakit-2.4.9.2-r1.ebuild b/dev-db/metakit/metakit-2.4.9.2-r1.ebuild index 26a9bca66785..c34b09ae3568 100644 --- a/dev-db/metakit/metakit-2.4.9.2-r1.ebuild +++ b/dev-db/metakit/metakit-2.4.9.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.2-r1.ebuild,v 1.9 2005/06/17 21:23:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.2-r1.ebuild,v 1.10 2006/11/28 18:05:42 opfer Exp $ DESCRIPTION="Embedded database library" HOMEPAGE="http://www.equi4.com/metakit/" @@ -9,11 +9,11 @@ SRC_URI="http://www.equi4.com/pub/mk/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~ppc hppa" -IUSE="python tcltk" +IUSE="python tcl" DEPEND=">=sys-apps/sed-4 python? ( >=dev-lang/python-2.2.1 ) - tcltk? ( >=dev-lang/tcl-8.3.3-r2 )" + tcl? ( >=dev-lang/tcl-8.3.3-r2 )" src_unpack() { unpack ${A} ; cd ${S} @@ -29,7 +29,7 @@ src_unpack() { src_compile() { local myconf use python && myconf="--with-python" - use tcltk && myconf="${myconf} --with-tcl=/usr/include" + use tcl && myconf="${myconf} --with-tcl=/usr/include" CXXFLAGS="${CXXFLAGS}" unix/configure \ ${myconf} \ diff --git a/dev-db/metakit/metakit-2.4.9.3-r2.ebuild b/dev-db/metakit/metakit-2.4.9.3-r2.ebuild index 7dea4a01fdad..60a2cdee721d 100644 --- a/dev-db/metakit/metakit-2.4.9.3-r2.ebuild +++ b/dev-db/metakit/metakit-2.4.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.3-r2.ebuild,v 1.20 2006/10/07 13:19:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.3-r2.ebuild,v 1.21 2006/11/28 18:05:42 opfer Exp $ inherit python multilib eutils @@ -11,11 +11,11 @@ SRC_URI="http://www.equi4.com/pub/mk/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 hppa ia64 ppc s390 sparc x86" -IUSE="python tcltk" +IUSE="python tcl" DEPEND=">=sys-apps/sed-4 python? ( >=dev-lang/python-2.2.1 ) - tcltk? ( >=dev-lang/tcl-8.3.3-r2 )" + tcl? ( >=dev-lang/tcl-8.3.3-r2 )" RESTRICT="test" @@ -36,7 +36,7 @@ src_unpack() { src_compile() { local myconf use python && myconf="--with-python=/usr/include/python${PYVER},/usr/$(get_libdir)/python${PYVER}/site-packages" - use tcltk && myconf="${myconf} --with-tcl=/usr/include,/usr/$(get_libdir)" + use tcl && myconf="${myconf} --with-tcl=/usr/include,/usr/$(get_libdir)" CXXFLAGS="${CXXFLAGS}" unix/configure \ ${myconf} \ |