summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-02 14:48:19 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-02 14:48:19 +0000
commit0ef4a2ec4e48a152af941f386f9f5bfa4362041e (patch)
tree792e7fc041e7dd5741cbd938d870ee882b95234d /dev-ruby/patron
parentbump alsa requirements, bug #344999 by Yang Dehua <yangdh@cableplus.com.cn> (diff)
downloadgentoo-2-0ef4a2ec4e48a152af941f386f9f5bfa4362041e.tar.gz
gentoo-2-0ef4a2ec4e48a152af941f386f9f5bfa4362041e.tar.bz2
gentoo-2-0ef4a2ec4e48a152af941f386f9f5bfa4362041e.zip
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r--dev-ruby/patron/ChangeLog7
-rw-r--r--dev-ruby/patron/patron-0.4.9-r1.ebuild39
2 files changed, 5 insertions, 41 deletions
diff --git a/dev-ruby/patron/ChangeLog b/dev-ruby/patron/ChangeLog
index bba9275e099b..9f7e639237e5 100644
--- a/dev-ruby/patron/ChangeLog
+++ b/dev-ruby/patron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/patron
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.8 2010/12/27 20:43:34 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.9 2011/01/02 14:48:19 graaff Exp $
+
+ 02 Jan 2011; Hans de Graaff <graaff@gentoo.org> -patron-0.4.9-r1.ebuild:
+ Remove old version.
27 Dec 2010; Fabian Groffen <grobian@gentoo.org> patron-0.4.10.ebuild:
Added Prefix keywords
diff --git a/dev-ruby/patron/patron-0.4.9-r1.ebuild b/dev-ruby/patron/patron-0.4.9-r1.ebuild
deleted file mode 100644
index f39ed83123ed..000000000000
--- a/dev-ruby/patron/patron-0.4.9-r1.ebuild
+++ /dev/null
@@ -1,39 +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/patron/patron-0.4.9-r1.ebuild,v 1.2 2010/10/22 14:57:15 fauli Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_EXTRADOC="README.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION.yml"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl."
-HOMEPAGE="http://toland.github.com/patron/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
-#ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec )"
-
-DEPEND="${DEPEND} net-misc/curl"
-RDEPEND="${RDEPEND} net-misc/curl"
-
-# Tests require a live web service that is not included in the distribution.
-RESTRICT="test"
-
-each_ruby_configure() {
- ${RUBY} -Cext/patron extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext/patron || die
- cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
-}