diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 08:36:02 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-16 08:36:02 +0000 |
commit | 5e4ad3ca48e9d87990b9940c1fd856d3a783862d (patch) | |
tree | 63d5fc4325cd6d11097058856f1f8060376b5ed4 /sys-cluster | |
parent | Keyworded ~amd64 (diff) | |
download | gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.tar.gz gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.tar.bz2 gentoo-2-5e4ad3ca48e9d87990b9940c1fd856d3a783862d.zip |
moved from USE flag tcltk to tk, see bug 17808
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openpbs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild | 12 | ||||
-rw-r--r-- | sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/sys-cluster/openpbs/ChangeLog b/sys-cluster/openpbs/ChangeLog index 8060493b7813..635b2ee358df 100644 --- a/sys-cluster/openpbs/ChangeLog +++ b/sys-cluster/openpbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/openpbs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/ChangeLog,v 1.31 2007/02/10 23:33:53 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/ChangeLog,v 1.32 2007/04/16 08:36:02 opfer Exp $ + + 16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + openpbs-2.3.16-r2.ebuild, openpbs-2.3.16-r3.ebuild: + moved from USE flag tcltk to tk, see bug 17808 10 Feb 2007; Christian Faulhammer <opfer@gentoo.org> openpbs-2.3.16-r4.ebuild: diff --git a/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild b/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild index 6c6798b0ac58..87bb714510f9 100644 --- a/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild +++ b/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild,v 1.4 2006/08/29 00:34:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r2.ebuild,v 1.5 2007/04/16 08:36:02 opfer Exp $ inherit eutils @@ -14,13 +14,13 @@ LICENSE="openpbs" PROVIDE="virtual/pbs" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="X tcltk crypt doc" +IUSE="X tcl crypt doc" RESTRICT="fetch" PROVIDE="virtual/pbs" DEPEND="virtual/libc X? ( || ( x11-libs/libX11 virtual/x11 ) ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) !virtual/pbs" RDEPEND="${DEPEND} crypt? ( net-misc/openssh )" @@ -37,7 +37,7 @@ pkg_nofetch() { src_unpack() { unpack ${A} cd ${S} - # apply a patch I made for gcc3. + # apply a patch I made for gcc3. # maybe this should be done with sed but I'm too lazy epatch ${FILESDIR}/makedepend-sh-gcc3.patch epatch ${FILESDIR}/openpbs-${PV}-errno-fixup.patch @@ -55,7 +55,7 @@ src_unpack() { src_compile() { local myconf use X || myconf="--disable-gui" - use tcltk && myconf="${myconf} --with-tcl" + use tcl && myconf="${myconf} --with-tcl" use crypt && myconf="${myconf} --with-scp" use doc && myconf="${myconf} --enable-docs" diff --git a/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild b/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild index 1bd974c69acf..3e4fd702d983 100644 --- a/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild +++ b/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild,v 1.6 2006/09/25 17:25:32 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r3.ebuild,v 1.7 2007/04/16 08:36:02 opfer Exp $ inherit eutils @@ -14,13 +14,13 @@ LICENSE="openpbs" PROVIDE="virtual/pbs" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="X tcltk crypt doc" +IUSE="X tcl crypt doc" RESTRICT="fetch" PROVIDE="virtual/pbs" DEPEND="virtual/libc X? ( || ( x11-libs/libX11 virtual/x11 ) ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) sys-apps/ed !virtual/pbs" RDEPEND="${DEPEND} @@ -38,7 +38,7 @@ pkg_nofetch() { src_unpack() { unpack ${A} cd ${S} - # apply a patch I made for gcc3. + # apply a patch I made for gcc3. # maybe this should be done with sed but I'm too lazy epatch ${FILESDIR}/makedepend-sh-gcc3.patch epatch ${FILESDIR}/openpbs-${PV}-errno-fixup.patch @@ -61,7 +61,7 @@ src_unpack() { src_compile() { local myconf use X || myconf="--disable-gui" - use tcltk && myconf="${myconf} --with-tcl" + use tcl && myconf="${myconf} --with-tcl" use crypt && myconf="${myconf} --with-scp" use doc && myconf="${myconf} --enable-docs" |