summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-06-19 15:35:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-06-19 15:35:14 +0000
commit53c4e48a6abb50e8f1a0eefab90a6b4c9565f21f (patch)
treea9198cb74e35c8be0f240d04311cf1feb692e297 /dev-tcltk
parentsci-libs/cctbx: Add fix for gcc-4.7 (diff)
downloadgentoo-2-53c4e48a6abb50e8f1a0eefab90a6b4c9565f21f.tar.gz
gentoo-2-53c4e48a6abb50e8f1a0eefab90a6b4c9565f21f.tar.bz2
gentoo-2-53c4e48a6abb50e8f1a0eefab90a6b4c9565f21f.zip
dev-tcltk/tcllib: Dropped old, bump to EAPI=4, add missing dep on dev-lang/tcl
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tcllib/ChangeLog6
-rw-r--r--dev-tcltk/tcllib/tcllib-1.11.1.ebuild27
-rw-r--r--dev-tcltk/tcllib/tcllib-1.11.ebuild27
-rw-r--r--dev-tcltk/tcllib/tcllib-1.14.ebuild16
-rw-r--r--dev-tcltk/tcllib/tcllib-1.6.1.ebuild25
5 files changed, 17 insertions, 84 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog
index e6d040138840..1fb0c5b64d7c 100644
--- a/dev-tcltk/tcllib/ChangeLog
+++ b/dev-tcltk/tcllib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tcllib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.33 2012/03/02 15:20:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.34 2012/06/19 15:35:14 jlec Exp $
+
+ 19 Jun 2012; Justin Lecher <jlec@gentoo.org> -tcllib-1.6.1.ebuild,
+ -tcllib-1.11.ebuild, -tcllib-1.11.1.ebuild, tcllib-1.14.ebuild:
+ Dropped old, bump to EAPI=4, add missing dep on dev-lang/tcl
02 Mar 2012; Justin Lecher <jlec@gentoo.org> +tcllib-1.14.ebuild,
metadata.xml:
diff --git a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild b/dev-tcltk/tcllib/tcllib-1.11.1.ebuild
deleted file mode 100644
index bca8c566b193..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.11.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.11.1.ebuild,v 1.8 2010/01/02 18:32:40 fauli 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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-
-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
deleted file mode 100644
index 73c89b2b88ba..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}
diff --git a/dev-tcltk/tcllib/tcllib-1.14.ebuild b/dev-tcltk/tcllib/tcllib-1.14.ebuild
index b9b98613cd38..2df1fcedf56f 100644
--- a/dev-tcltk/tcllib/tcllib-1.14.ebuild
+++ b/dev-tcltk/tcllib/tcllib-1.14.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.14.ebuild,v 1.1 2012/03/02 15:20:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.14.ebuild,v 1.2 2012/06/19 15:35:14 jlec Exp $
-DESCRIPTION="Tcl Standard Library."
+EAPI=4
+
+DESCRIPTION="Tcl Standard Library"
HOMEPAGE="http://www.tcl.tk/software/tcllib/"
SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz"
@@ -11,10 +13,16 @@ SLOT="0"
IUSE="examples"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+RDEPEND="dev-lang/tcl"
+DEPEND="${RDEPEND}"
+
+DOCS=( DESCRIPTION.txt STATUS )
+
src_install() {
- emake DESTDIR="${D}" install || die
+ default
+
+ dodoc devdoc/*.txt
- dodoc ChangeLog DESCRIPTION.txt README* STATUS devdoc/*.txt
dohtml devdoc/*.html
if use examples ; then
for f in $(find examples -type f); do
diff --git a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild b/dev-tcltk/tcllib/tcllib-1.6.1.ebuild
deleted file mode 100644
index 0c998f0a05cb..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.1.ebuild,v 1.8 2005/08/07 13:00:26 hansmi Exp $
-
-DESCRIPTION="Tcl Standard Library."
-HOMEPAGE="http://www.tcl.tk/software/tcllib/"
-SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz"
-IUSE="X doc"
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc s390 sparc x86"
-
-DEPEND=">=dev-lang/tcl-8.3.3
- X? ( >=dev-lang/tk-8.3.3 )"
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog README license.terms
- use doc && dohtml -r doc/html/*
-}