diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-11-03 10:10:11 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-11-03 10:10:11 +0000 |
commit | 92f43c103b1a050e62cadf315f6f862bb57306f4 (patch) | |
tree | 51112e24fffc8d7982d8995997c6c7cc1eff5b3b /dev-lang/caml-light | |
parent | s/tcltk/tk/g (bug #17808). (diff) | |
download | gentoo-2-92f43c103b1a050e62cadf315f6f862bb57306f4.tar.gz gentoo-2-92f43c103b1a050e62cadf315f6f862bb57306f4.tar.bz2 gentoo-2-92f43c103b1a050e62cadf315f6f862bb57306f4.zip |
s/tcltk/tk/g (bug #17808).
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-lang/caml-light')
-rw-r--r-- | dev-lang/caml-light/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/caml-light/caml-light-0.75.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/caml-light/files/digest-caml-light-0.75 | 2 |
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/caml-light/ChangeLog b/dev-lang/caml-light/ChangeLog index 69637570ad1c..29e0a6025fd6 100644 --- a/dev-lang/caml-light/ChangeLog +++ b/dev-lang/caml-light/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/caml-light -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/ChangeLog,v 1.2 2005/02/18 10:29:29 mattam Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/ChangeLog,v 1.3 2006/11/03 10:10:11 nattfodd Exp $ + + 03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> + caml-light-0.75.ebuild: + Change tcltk USE to tk (bug #17808). 18 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> caml-light-0.75.ebuild: Fix path bug. diff --git a/dev-lang/caml-light/caml-light-0.75.ebuild b/dev-lang/caml-light/caml-light-0.75.ebuild index adeb31507eda..fdb44cd6dfe4 100644 --- a/dev-lang/caml-light/caml-light-0.75.ebuild +++ b/dev-lang/caml-light/caml-light-0.75.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-lang/caml-light/caml-light-0.75.ebuild,v 1.2 2005/02/18 10:29:29 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/caml-light-0.75.ebuild,v 1.3 2006/11/03 10:10:11 nattfodd Exp $ inherit flag-o-matic eutils @@ -12,10 +12,10 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/caml-light/cl75unix.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="tcltk" +IUSE="tk" DEPEND="virtual/libc - tcltk? ( >=dev-lang/tk-3.3.3 )" + tk? ( >=dev-lang/tk-3.3.3 )" src_unpack() { unpack ${A} diff --git a/dev-lang/caml-light/files/digest-caml-light-0.75 b/dev-lang/caml-light/files/digest-caml-light-0.75 index 5188195d88a0..65a8d4345380 100644 --- a/dev-lang/caml-light/files/digest-caml-light-0.75 +++ b/dev-lang/caml-light/files/digest-caml-light-0.75 @@ -1 +1,3 @@ MD5 6c236074e4487949ec22001c7a498057 cl75unix.tar.gz 1108206 +RMD160 88bc2e6e001298807a8653d87305856a381fb115 cl75unix.tar.gz 1108206 +SHA256 ac2ad4c7b28716ec3f0e2e24b8b092b99253a573ac8de7da396e08e8bcd10fd2 cl75unix.tar.gz 1108206 |