diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-07-22 06:46:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-07-22 06:46:04 +0000 |
commit | 7b14840109e81488e3af272aaabc204d84bf7e58 (patch) | |
tree | a5ea85ce7014d5b390d7200895e9d2d1a56b3e7d /dev-ruby/redcloth | |
parent | Use packaged sgabios instead of what QEMU ships with. (diff) | |
download | gentoo-2-7b14840109e81488e3af272aaabc204d84bf7e58.tar.gz gentoo-2-7b14840109e81488e3af272aaabc204d84bf7e58.tar.bz2 gentoo-2-7b14840109e81488e3af272aaabc204d84bf7e58.zip |
Remove old versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild | 69 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.3.ebuild | 66 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.8.ebuild | 70 |
4 files changed, 6 insertions, 207 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index afd7d4461557..21c8528c75ff 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/redcloth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.67 2011/12/31 20:33:23 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.68 2012/07/22 06:46:04 graaff Exp $ + + 22 Jul 2012; Hans de Graaff <graaff@gentoo.org> -redcloth-4.2.3.ebuild, + -redcloth-4.2.3-r2.ebuild, -redcloth-4.2.8.ebuild: + Remove old versions. 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> redcloth-4.2.9.ebuild: Add Prefix keywords, bug #396547 diff --git a/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild b/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild deleted file mode 100644 index 24389f12dd07..000000000000 --- a/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild +++ /dev/null @@ -1,69 +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/redcloth/redcloth-4.2.3-r2.ebuild,v 1.1 2011/01/23 09:39:11 graaff Exp $ - -EAPI=2 - -# jruby → tests still fail with UTF-8 characters -# http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="RedCloth" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README CHANGELOG" - -RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require" - -inherit ruby-fakegem versionator - -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://redcloth.org/" - -SRC_URI="http://github.com/jgarber/redcloth/tarball/RELEASE_$(replace_all_version_separators _) -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz - http://dev.gentoo.org/~flameeyes/patches/${PN}/${P}+ruby-1.9.2.patch.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -DEPEND="$DEPEND - dev-util/ragel" -RDEPEND="$RDEPEND" - -S="${WORKDIR}/jgarber-${PN}-*" - -ruby_add_bdepend " - dev-ruby/rake - >=dev-ruby/echoe-3.0.1 - test? ( - dev-ruby/rspec - dev-ruby/diff-lcs - )" - -RUBY_PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${DISTDIR}"/${P}+ruby-1.9.2.patch.bz2 -) - -pkg_setup() { - # Export the VERBOSE variable to avoid remapping of stdout and - # stderr, and that breaks because of bad interactions between - # echoe, Ruby and Gentoo. - export VERBOSE=1 -} - -each_ruby_compile() { - # We cannot run this manually easily, because Ragel re-generation - # is a mess - ${RUBY} -S rake compile || die "rake compile failed" -} - -each_ruby_test() { - find spec -name '*_spec.rb' -print0 | xargs -0 ${RUBY} -I lib -S spec -Du -fs -} diff --git a/dev-ruby/redcloth/redcloth-4.2.3.ebuild b/dev-ruby/redcloth/redcloth-4.2.3.ebuild deleted file mode 100644 index cd6a141d0e9e..000000000000 --- a/dev-ruby/redcloth/redcloth-4.2.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3.ebuild,v 1.7 2010/08/29 18:08:28 armin76 Exp $ - -EAPI=2 - -# jruby → tests still fail with UTF-8 characters -USE_RUBY="ruby18" - -RUBY_FAKEGEM_NAME="RedCloth" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README CHANGELOG" - -RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require" - -inherit ruby-fakegem versionator - -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://redcloth.org/" - -SRC_URI="http://github.com/jgarber/redcloth/tarball/RELEASE_$(replace_all_version_separators _) -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="$DEPEND - dev-util/ragel" -RDEPEND="$RDEPEND" - -S="${WORKDIR}/jgarber-${PN}-*" - -ruby_add_bdepend " - dev-ruby/rake - >=dev-ruby/echoe-3.0.1 - test? ( - dev-ruby/rspec - dev-ruby/diff-lcs - )" - -pkg_setup() { - # Export the VERBOSE variable to avoid remapping of stdout and - # stderr, and that breaks because of bad interactions between - # echoe, Ruby and Gentoo. - export VERBOSE=1 -} - -all_ruby_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -each_ruby_compile() { - # We cannot run this manually easily, because Ragel re-generation - # is a mess - ${RUBY} -S rake compile || die "rake compile failed" -} - -each_ruby_test() { - find spec -name '*_spec.rb' -print0 | xargs -0 ${RUBY} -I lib -S spec -Du -fs -} diff --git a/dev-ruby/redcloth/redcloth-4.2.8.ebuild b/dev-ruby/redcloth/redcloth-4.2.8.ebuild deleted file mode 100644 index f27d7bd412d6..000000000000 --- a/dev-ruby/redcloth/redcloth-4.2.8.ebuild +++ /dev/null @@ -1,70 +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/redcloth/redcloth-4.2.8.ebuild,v 1.3 2011/10/08 14:52:39 graaff Exp $ - -EAPI=4 - -# jruby → tests still fail with UTF-8 characters -# http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="RedCloth" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG" - -RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require" - -inherit ruby-fakegem versionator - -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://redcloth.org/" - -GITHUB_USER=jgarber -SRC_URI="https://github.com/${GITHUB_USER}/redcloth/tarball/v${PV} -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz" -RUBY_S="${GITHUB_USER}-${PN}-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -DEPEND="$DEPEND - dev-util/ragel" -RDEPEND="$RDEPEND" - -ruby_add_bdepend " - >=dev-ruby/rake-0.8.7 - >=dev-ruby/rake-compiler-0.7.1 - test? ( - >=dev-ruby/rspec-2.4 - >=dev-ruby/diff-lcs-1.1.2 - )" - -pkg_setup() { - ruby-ng_pkg_setup - - # Export the VERBOSE variable to avoid remapping of stdout and - # stderr, and that breaks because of bad interactions between - # echoe, Ruby and Gentoo. - export VERBOSE=1 -} - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die - rm tasks/{release,gems,rspec}.rake || die -} - -each_ruby_compile() { - # We cannot run this manually easily, because Ragel re-generation - # is a mess - ${RUBY} -S rake compile || die "rake compile failed" -} - -each_ruby_test() { - ${RUBY} -I lib -S rspec spec || die -} |