summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-08-17 06:56:59 +0000
committerHans de Graaff <graaff@gentoo.org>2007-08-17 06:56:59 +0000
commitc8a1fa170ea74d62a1ef493c1669262013da62ca (patch)
treed01c69c4eaf406939a76cfcef39c0ebb15b41474 /dev-ruby
parentFix use of USE_RUBY (diff)
downloadgentoo-2-c8a1fa170ea74d62a1ef493c1669262013da62ca.tar.gz
gentoo-2-c8a1fa170ea74d62a1ef493c1669262013da62ca.tar.bz2
gentoo-2-c8a1fa170ea74d62a1ef493c1669262013da62ca.zip
Remove old version
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/text-format/ChangeLog5
-rw-r--r--dev-ruby/text-format/files/digest-text-format-0.613
-rw-r--r--dev-ruby/text-format/text-format-0.61.ebuild19
3 files changed, 4 insertions, 23 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog
index 430a5c378f72..9a4f455110ce 100644
--- a/dev-ruby/text-format/ChangeLog
+++ b/dev-ruby/text-format/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-format
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.14 2007/08/17 06:54:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.15 2007/08/17 06:56:59 graaff Exp $
+
+ 17 Aug 2007; Hans de Graaff <graaff@gentoo.org> -text-format-0.61.ebuild:
+ Remove old version
17 Aug 2007; Hans de Graaff <graaff@gentoo.org> text-format-0.64.ebuild:
Change USE_RUBY from 'any' to 'ruby18' to avoid emerge errors.
diff --git a/dev-ruby/text-format/files/digest-text-format-0.61 b/dev-ruby/text-format/files/digest-text-format-0.61
deleted file mode 100644
index 6aab9b9b3a2c..000000000000
--- a/dev-ruby/text-format/files/digest-text-format-0.61
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 da965e66aceddd7d39dbdd9a23e05236 text-format-0.61.tar.gz 47279
-RMD160 1ad84e1041a3e5a6e2de04daf5b1b59b9252e28f text-format-0.61.tar.gz 47279
-SHA256 b42f800ddd357d25aa105571c8c4daaf6ba347fddbeda02818120b00ee9c4238 text-format-0.61.tar.gz 47279
diff --git a/dev-ruby/text-format/text-format-0.61.ebuild b/dev-ruby/text-format/text-format-0.61.ebuild
deleted file mode 100644
index aa89878c23ba..000000000000
--- a/dev-ruby/text-format/text-format-0.61.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.6 2005/03/14 11:43:25 nigoro Exp $
-
-DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
-HOMEPAGE="http://www.halostatue.ca/ruby/Text__Format.html"
-SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="virtual/ruby"
-
-src_install() {
- dodoc Changelog
- dohtml -r doc/*
- DESTDIR=${D} ruby install.rb
-}