summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-26 12:27:01 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-26 12:27:01 +0000
commite7f1fd7ad47141766dd45ef166c9b62445df2a1f (patch)
treed506281dcc1c84fdf55bad3d83b93c4377d25fa2 /dev-ruby/mime-types
parentChangeLog fix. (diff)
downloadgentoo-2-e7f1fd7ad47141766dd45ef166c9b62445df2a1f.tar.gz
gentoo-2-e7f1fd7ad47141766dd45ef166c9b62445df2a1f.tar.bz2
gentoo-2-e7f1fd7ad47141766dd45ef166c9b62445df2a1f.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mime-types')
-rw-r--r--dev-ruby/mime-types/ChangeLog6
-rw-r--r--dev-ruby/mime-types/mime-types-1.16-r3.ebuild32
-rw-r--r--dev-ruby/mime-types/mime-types-1.18.ebuild34
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-ruby/mime-types/ChangeLog b/dev-ruby/mime-types/ChangeLog
index ca6efaae0b82..3da71e6f2037 100644
--- a/dev-ruby/mime-types/ChangeLog
+++ b/dev-ruby/mime-types/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/mime-types
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.27 2012/07/05 23:10:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.28 2012/08/26 12:27:01 graaff Exp $
+
+ 26 Aug 2012; Hans de Graaff <graaff@gentoo.org> -mime-types-1.16-r3.ebuild,
+ -mime-types-1.18.ebuild:
+ Cleanup.
*mime-types-1.19 (05 Jul 2012)
diff --git a/dev-ruby/mime-types/mime-types-1.16-r3.ebuild b/dev-ruby/mime-types/mime-types-1.16-r3.ebuild
deleted file mode 100644
index 77fe955b975c..000000000000
--- a/dev-ruby/mime-types/mime-types-1.16-r3.ebuild
+++ /dev/null
@@ -1,32 +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/mime-types/mime-types-1.16-r3.ebuild,v 1.6 2012/05/01 18:24:19 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Install.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby."
-HOMEPAGE="http://rubyforge.org/projects/mime-types"
-
-LICENSE="Ruby Artistic GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )
- test? ( dev-ruby/hoe virtual/ruby-test-unit )"
-
-all_ruby_prepare() {
- # when rcov is installed, and a new enough Hoe is installed as
- # well, the Rakefile will fail because Hoe::test_files is no
- # longer defined. Since we don't use rcov for testing, we just
- # disable the whole section unconditionally.
- sed -i -e '/rcovtask/,/end/ s:^:#:' Rakefile || die "Rakefile fix failed"
-}
diff --git a/dev-ruby/mime-types/mime-types-1.18.ebuild b/dev-ruby/mime-types/mime-types-1.18.ebuild
deleted file mode 100644
index a007a5635272..000000000000
--- a/dev-ruby/mime-types/mime-types-1.18.ebuild
+++ /dev/null
@@ -1,34 +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/mime-types/mime-types-1.18.ebuild,v 1.3 2012/05/01 18:24:19 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby."
-HOMEPAGE="http://rubyforge.org/projects/mime-types"
-
-LICENSE="Ruby Artistic GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/rubyforge )
- test? ( dev-ruby/hoe virtual/ruby-test-unit dev-ruby/rubyforge )"
-
-all_ruby_prepare() {
- # when rcov is installed, and a new enough Hoe is installed as
- # well, the Rakefile will fail because Hoe::test_files is no
- # longer defined. Since we don't use rcov for testing, we just
- # disable the whole section unconditionally.
- sed -i -e '/rcovtask/,/end/ s:^:#:' Rakefile || die "Rakefile fix failed"
-
- epatch "${FILESDIR}/${P}-linux-tests.patch"
-}