summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-04 13:36:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-04 13:36:43 +0000
commit3bc17d463adce9994b94cde2940d6a6537c99ebc (patch)
treec8341b307ebab772ee38f6a0629d32399be471e5 /dev-ruby/coderay
parentCleanup useflag desc in metadata.xml. (diff)
downloadgentoo-2-3bc17d463adce9994b94cde2940d6a6537c99ebc.tar.gz
gentoo-2-3bc17d463adce9994b94cde2940d6a6537c99ebc.tar.bz2
gentoo-2-3bc17d463adce9994b94cde2940d6a6537c99ebc.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r--dev-ruby/coderay/ChangeLog5
-rw-r--r--dev-ruby/coderay/coderay-0.9.8.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog
index af03b9a8ad01..0a14f1d92ff6 100644
--- a/dev-ruby/coderay/ChangeLog
+++ b/dev-ruby/coderay/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/coderay
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.75 2013/09/02 06:01:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.76 2013/09/04 13:36:43 mrueg Exp $
+
+ 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -coderay-0.9.8.ebuild:
+ Cleanup old.
*coderay-1.1.0 (02 Sep 2013)
diff --git a/dev-ruby/coderay/coderay-0.9.8.ebuild b/dev-ruby/coderay/coderay-0.9.8.ebuild
deleted file mode 100644
index 36add893cd7f..000000000000
--- a/dev-ruby/coderay/coderay-0.9.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild,v 1.9 2012/10/28 17:38:33 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="lib/README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby library for syntax highlighting."
-HOMEPAGE="http://coderay.rubychan.de/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-# Redcloth is optional but automagically tested, so we add this
-# dependency to ensure that we get at least a version that works: bug
-# 330621. We use this convoluted way because redcloth isn't available
-# yet for jruby.
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"