From a85717f29c887a66514697a29a24247881079d75 Mon Sep 17 00:00:00 2001 From: Federico Ferri Date: Sun, 26 Oct 2008 11:35:16 +0000 Subject: version bumped, removed 1.10 (Portage version: 2.1.4.4) --- dev-tcltk/tcllib/ChangeLog | 10 ++++++++-- dev-tcltk/tcllib/tcllib-1.10.ebuild | 27 --------------------------- dev-tcltk/tcllib/tcllib-1.11.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 29 deletions(-) delete mode 100644 dev-tcltk/tcllib/tcllib-1.10.ebuild create mode 100644 dev-tcltk/tcllib/tcllib-1.11.ebuild (limited to 'dev-tcltk') diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index 2592ff9982e8..243f8fea5b14 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/tcllib -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.23 2007/12/24 04:02:22 matsuu Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.24 2008/10/26 11:35:16 mescalinum Exp $ + +*tcllib-1.11 (26 Oct 2008) + + 26 Oct 2008; Federico Ferri -tcllib-1.10.ebuild, + +tcllib-1.11.ebuild: + version bump *tcllib-1.10 (24 Dec 2007) diff --git a/dev-tcltk/tcllib/tcllib-1.10.ebuild b/dev-tcltk/tcllib/tcllib-1.10.ebuild deleted file mode 100644 index e8d602a365e0..000000000000 --- a/dev-tcltk/tcllib/tcllib-1.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.10.ebuild,v 1.1 2007/12/24 04:02:22 matsuu Exp $ - -DESCRIPTION="Tcl Standard Library." -HOMEPAGE="http://www.tcl.tk/software/tcllib/" -SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="examples" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~x86-fbsd" - -DEPEND=">=dev-lang/tcl-8.4" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc ChangeLog DESCRIPTION.txt README* STATUS devdoc/*.txt - dohtml devdoc/*.html - if use examples ; then - for f in $(find examples -type f); do - docinto $(dirname $f) - dodoc $f - done - fi -} diff --git a/dev-tcltk/tcllib/tcllib-1.11.ebuild b/dev-tcltk/tcllib/tcllib-1.11.ebuild new file mode 100644 index 000000000000..73c89b2b88ba --- /dev/null +++ b/dev-tcltk/tcllib/tcllib-1.11.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.ebuild,v 1.1 2008/10/26 11:35:16 mescalinum Exp $ + +DESCRIPTION="Tcl Standard Library." +HOMEPAGE="http://www.tcl.tk/software/tcllib/" +SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +IUSE="examples" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~x86-fbsd" + +DEPEND=">=dev-lang/tcl-8.4" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc ChangeLog DESCRIPTION.txt README* STATUS devdoc/*.txt + dohtml devdoc/*.html + if use examples ; then + for f in $(find examples -type f); do + docinto $(dirname $f) + dodoc $f + done + fi +} -- cgit v1.2.3-65-gdbad