summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-30 15:42:03 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-30 15:42:03 +0000
commit875fc279f75d90ded9fadbcde71a6de077797aa3 (patch)
tree286fc09571e9f64949b767b4a347189eca3c834f /dev-tcltk
parentStable for HPPA (bug #539532). (diff)
downloadgentoo-2-875fc279f75d90ded9fadbcde71a6de077797aa3.tar.gz
gentoo-2-875fc279f75d90ded9fadbcde71a6de077797aa3.tar.bz2
gentoo-2-875fc279f75d90ded9fadbcde71a6de077797aa3.zip
Clean vulnerable
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tcllib/ChangeLog5
-rw-r--r--dev-tcltk/tcllib/tcllib-1.15-r1.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog
index 83fd2a9a6464..bb932b06f3dc 100644
--- a/dev-tcltk/tcllib/ChangeLog
+++ b/dev-tcltk/tcllib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tcllib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.59 2015/03/30 10:02:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.60 2015/03/30 15:42:03 jlec Exp $
+
+ 30 Mar 2015; Justin Lecher <jlec@gentoo.org> -tcllib-1.15-r1.ebuild:
+ Clean vulnerable
30 Mar 2015; Agostino Sarubbo <ago@gentoo.org> tcllib-1.15-r2.ebuild:
Stable for alpha, wrt bug #541912
diff --git a/dev-tcltk/tcllib/tcllib-1.15-r1.ebuild b/dev-tcltk/tcllib/tcllib-1.15-r1.ebuild
deleted file mode 100644
index 5b8bf3b5337e..000000000000
--- a/dev-tcltk/tcllib/tcllib-1.15-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r1.ebuild,v 1.10 2015/03/20 10:13:29 jlec Exp $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Tcl Standard Library"
-HOMEPAGE="http://www.tcl.tk/software/tcllib/"
-SRC_URI="
- http://dev.gentoo.org/~jlec/distfiles/${P}-manpage-rename.patch.xz
- http://dev.gentoo.org/~jlec/distfiles/${P}-test.patch.xz
- 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:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( DESCRIPTION.txt STATUS )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-tcl8.6-test.patch \
- "${WORKDIR}"/${P}-test.patch \
- "${WORKDIR}"/${P}-manpage-rename.patch
-}
-
-src_test() {
-# emake test_interactive
- emake test_batch
-}
-
-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
-}