diff options
Diffstat (limited to 'app-pda/pilot-link')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild | 8 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index bdf46a2d8621..e04ca26d5af8 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.25 2006/09/16 14:19:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.26 2006/11/28 17:34:39 peper Exp $ + + 28 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> + pilot-link-0.11.8.ebuild, pilot-link-0.11.8-r1.ebuild: + Change useflag: tcltk -> tk, bug #17808. 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> pilot-link-0.11.8-r1.ebuild: diff --git a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild index 4c438ea16f77..6bad514fc5a5 100644 --- a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.8-r1.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/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.16 2006/09/16 14:19:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.17 2006/11/28 17:34:39 peper Exp $ inherit perl-module eutils @@ -11,13 +11,13 @@ SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86" -IUSE="perl java tcltk python png readline" +IUSE="perl java tk python png readline" DEPEND="virtual/libc sys-libs/ncurses perl? ( dev-lang/perl ) java? ( virtual/jre ) - tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) + tk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) python? ( dev-lang/python ) png? ( media-libs/libpng ) readline? ( sys-libs/readline )" @@ -59,7 +59,7 @@ src_compile() { && myconf="${myconf} --with-python=yes" \ || myconf="${myconf} --with-python=no" - use tcltk \ + use tk \ && myconf="${myconf} --with-tcl=/usr/lib --with-itcl=yes --with-tk=yes" \ || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" diff --git a/app-pda/pilot-link/pilot-link-0.11.8.ebuild b/app-pda/pilot-link/pilot-link-0.11.8.ebuild index 1d1db5c13006..d7190f67b14e 100644 --- a/app-pda/pilot-link/pilot-link-0.11.8.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.8.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/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.15 2005/11/03 21:34:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.16 2006/11/28 17:34:39 peper Exp $ inherit perl-module eutils @@ -11,13 +11,13 @@ SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="perl java tcltk python png readline" +IUSE="perl java tk python png readline" DEPEND="virtual/libc sys-libs/ncurses perl? ( dev-lang/perl ) java? ( virtual/jre ) - tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) + tk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) python? ( dev-lang/python ) png? ( media-libs/libpng ) readline? ( sys-libs/readline )" @@ -42,7 +42,7 @@ src_compile() { && myconf="${myconf} --with-python=yes" \ || myconf="${myconf} --with-python=no" - use tcltk \ + use tk \ && myconf="${myconf} --with-tcl=/usr/lib --with-itcl=yes --with-tk=yes" \ || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" |