diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-12-24 04:02:23 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-12-24 04:02:23 +0000 |
commit | c0337476488dd2dd61e16366adcaf13211994079 (patch) | |
tree | f7f020d342288eadc134a50e7e59c3ad67154456 /dev-tcltk/tcllib/tcllib-1.8.ebuild | |
parent | Renamed /usr/bin/qterm to /usr/bin/QTerm, bug #176533. (diff) | |
download | gentoo-2-c0337476488dd2dd61e16366adcaf13211994079.tar.gz gentoo-2-c0337476488dd2dd61e16366adcaf13211994079.tar.bz2 gentoo-2-c0337476488dd2dd61e16366adcaf13211994079.zip |
Version bumped, bug #195451.
Removed old versions.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-tcltk/tcllib/tcllib-1.8.ebuild')
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.8.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-tcltk/tcllib/tcllib-1.8.ebuild b/dev-tcltk/tcllib/tcllib-1.8.ebuild deleted file mode 100644 index e35f9f968094..000000000000 --- a/dev-tcltk/tcllib/tcllib-1.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.8.ebuild,v 1.1 2006/07/11 10:57:40 matsuu Exp $ - -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="" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86" - -DEPEND=">=dev-lang/tcl-8.3.1" - -src_install() { - make DESTDIR="${D}" install || die - - dodoc ChangeLog PACKAGES* README STATUS *.txt -} |