diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-10-10 09:51:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-10-10 09:51:46 +0000 |
commit | ae8eb66e75184d8cfadb5752eb139b1fd206502f (patch) | |
tree | f6fbfd63e2ed35aca2cf7eb1d6de23fe278b96b2 /dev-tcltk/tcllib/tcllib-1.14.ebuild | |
parent | Drop desktop-wm from metadata.xml (diff) | |
download | gentoo-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/tcllib/tcllib-1.14.ebuild')
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.14.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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 -} |