summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-10 09:51:46 +0000
committerJustin Lecher <jlec@gentoo.org>2013-10-10 09:51:46 +0000
commitae8eb66e75184d8cfadb5752eb139b1fd206502f (patch)
treef6fbfd63e2ed35aca2cf7eb1d6de23fe278b96b2 /dev-tcltk
parentDrop desktop-wm from metadata.xml (diff)
downloadgentoo-2-ae8eb66e75184d8cfadb5752eb139b1fd206502f.tar.gz
gentoo-2-ae8eb66e75184d8cfadb5752eb139b1fd206502f.tar.bz2
gentoo-2-ae8eb66e75184d8cfadb5752eb139b1fd206502f.zip
dev-tcltk/tcllib: Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tcllib/ChangeLog6
-rw-r--r--dev-tcltk/tcllib/tcllib-1.14.ebuild39
-rw-r--r--dev-tcltk/tcllib/tcllib-1.15.ebuild46
3 files changed, 5 insertions, 86 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog
index fa31b94cfcdb..3c8281f6bfa9 100644
--- a/dev-tcltk/tcllib/ChangeLog
+++ b/dev-tcltk/tcllib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tcllib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.46 2013/06/30 18:07:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.47 2013/10/10 09:51:46 jlec Exp $
+
+ 10 Oct 2013; Justin Lecher <jlec@gentoo.org> -tcllib-1.14.ebuild,
+ -tcllib-1.15.ebuild:
+ Drop old
30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> tcllib-1.15-r1.ebuild:
Stable for s390, wrt bug #470478
diff --git a/dev-tcltk/tcllib/tcllib-1.14.ebuild b/dev-tcltk/tcllib/tcllib-1.14.ebuild
deleted file mode 100644
index 75d42c9da9ae..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 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.3 2013/03/02 17:49:01 jlec Exp $
-
-EAPI=4
-
-inherit eutils
-
-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"
-
-RDEPEND="dev-lang/tcl"
-DEPEND="${RDEPEND}"
-
-DOCS=( DESCRIPTION.txt STATUS )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-test.patch
-}
-
-src_install() {
- default
-
- dodoc 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.15.ebuild b/dev-tcltk/tcllib/tcllib-1.15.ebuild
deleted file mode 100644
index 1b38b4531d23..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.15.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15.ebuild,v 1.3 2013/03/04 08:02:39 jlec Exp $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Tcl Standard Library"
-HOMEPAGE="http://www.tcl.tk/software/tcllib/"
-SRC_URI="mirror://sourceforge/tcllib/${P}.tar.bz2"
-
-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"
-
-RDEPEND="dev-lang/tcl"
-DEPEND="${RDEPEND}"
-
-DOCS=( DESCRIPTION.txt STATUS )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tcl8.6-test.patch
-}
-
-src_test() {
-# emake test_interactive
- emake test_batch
-}
-
-src_install() {
- default
-
- rm "${ED}"/usr/share/man/mann/{string,variable,zlib}.n || die
-
- dodoc devdoc/*.txt
-
- dohtml devdoc/*.html
- if use examples ; then
- for f in $(find examples -type f); do
- docinto $(dirname $f)
- dodoc $f
- done
- fi
-}