summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-26 15:00:28 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-26 15:00:28 +0000
commite14fce8ce98bc0d91e89d5193097033d2295a699 (patch)
treec7e9d8ddfd314e1b2fc4b1ef98237f48aa0ea2f4 /dev-ruby/rdiscount
parentx86 stable, bug #394397 (diff)
downloadgentoo-2-e14fce8ce98bc0d91e89d5193097033d2295a699.tar.gz
gentoo-2-e14fce8ce98bc0d91e89d5193097033d2295a699.tar.bz2
gentoo-2-e14fce8ce98bc0d91e89d5193097033d2295a699.zip
Remove old version.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rdiscount')
-rw-r--r--dev-ruby/rdiscount/ChangeLog5
-rw-r--r--dev-ruby/rdiscount/rdiscount-1.6.5.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/dev-ruby/rdiscount/ChangeLog b/dev-ruby/rdiscount/ChangeLog
index 1b4dc4ac5873..0cce11dd0528 100644
--- a/dev-ruby/rdiscount/ChangeLog
+++ b/dev-ruby/rdiscount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rdiscount
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.6 2011/12/04 23:28:34 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.7 2011/12/26 15:00:28 graaff Exp $
+
+ 26 Dec 2011; Hans de Graaff <graaff@gentoo.org> -rdiscount-1.6.5.ebuild:
+ Remove old version.
04 Dec 2011; Naohiro Aota <naota@gentoo.org> rdiscount-1.6.8.ebuild:
Add ~x86-fbsd.
diff --git a/dev-ruby/rdiscount/rdiscount-1.6.5.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.5.ebuild
deleted file mode 100644
index 07ad331a6bbe..000000000000
--- a/dev-ruby/rdiscount/rdiscount-1.6.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.5.ebuild,v 1.2 2011/08/07 18:58:43 armin76 Exp $
-
-EAPI=2
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="http://github.com/rtomayko/rdiscount"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
- # Hanna is broken for us and therefore we don't have it in portage.
- sed -i -e 's/hanna/rdoc/' Rakefile || die
-
- # Remove rule that will force a rebuild when running tests.
- sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext || die
- cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/rdiscount.1
-}