diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-16 08:47:00 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-16 08:47:00 +0000 |
commit | e2f4ec8c399349d2216b415110231e3c00704447 (patch) | |
tree | 8066f1ccec98559577927def82a1b0d326cffbfc /dev-ruby/tclink | |
parent | Remove old version. (diff) | |
download | gentoo-2-e2f4ec8c399349d2216b415110231e3c00704447.tar.gz gentoo-2-e2f4ec8c399349d2216b415110231e3c00704447.tar.bz2 gentoo-2-e2f4ec8c399349d2216b415110231e3c00704447.zip |
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tclink')
-rw-r--r-- | dev-ruby/tclink/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/tclink/tclink-3.4.4.ebuild | 28 |
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-ruby/tclink/ChangeLog b/dev-ruby/tclink/ChangeLog index 9c2d988271d4..98a967bad4ce 100644 --- a/dev-ruby/tclink/ChangeLog +++ b/dev-ruby/tclink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tclink -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tclink/ChangeLog,v 1.2 2010/07/11 19:55:16 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tclink/ChangeLog,v 1.3 2011/01/16 08:47:00 graaff Exp $ + + 16 Jan 2011; Hans de Graaff <graaff@gentoo.org> -tclink-3.4.4.ebuild: + Remove old version. *tclink-3.4.4-r1 (11 Jul 2010) diff --git a/dev-ruby/tclink/tclink-3.4.4.ebuild b/dev-ruby/tclink/tclink-3.4.4.ebuild deleted file mode 100644 index 71ba2655aa88..000000000000 --- a/dev-ruby/tclink/tclink-3.4.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tclink/tclink-3.4.4.ebuild,v 1.2 2008/01/24 04:55:11 mr_bones_ Exp $ - -inherit ruby - -MY_P=${P}-ruby - -DESCRIPTION="Make-like scripting in Ruby" -HOMEPAGE="http://www.trustcommerce.com/tclink.html" -SRC_URI="http://www.trustcommerce.com/downloads/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" - -S=${WORKDIR}/${MY_P} - -RDEPEND="=dev-lang/ruby-1.8* - >=dev-libs/openssl-0.9.8" -DEPEND=${RDEPEND} - -src_compile() { - ./build.sh - ruby tctest.rb -} |