summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-08-04 06:00:41 +0000
committerHans de Graaff <graaff@gentoo.org>2009-08-04 06:00:41 +0000
commit225259b18b5985ca71a13db9fb67aab514a00f7f (patch)
treea5fffccfd195617af8e7072d476df642b5bd50d7 /dev-ruby/httparty
parentVersion bump. (diff)
downloadgentoo-2-225259b18b5985ca71a13db9fb67aab514a00f7f.tar.gz
gentoo-2-225259b18b5985ca71a13db9fb67aab514a00f7f.tar.bz2
gentoo-2-225259b18b5985ca71a13db9fb67aab514a00f7f.zip
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/httparty')
-rw-r--r--dev-ruby/httparty/ChangeLog6
-rw-r--r--dev-ruby/httparty/httparty-0.2.4.ebuild16
-rw-r--r--dev-ruby/httparty/httparty-0.3.1.ebuild15
3 files changed, 5 insertions, 32 deletions
diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog
index a8204c4ce2ea..bed1bcd6ea09 100644
--- a/dev-ruby/httparty/ChangeLog
+++ b/dev-ruby/httparty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httparty
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.6 2009/08/04 05:58:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.7 2009/08/04 06:00:41 graaff Exp $
+
+ 04 Aug 2009; Hans de Graaff <graaff@gentoo.org> -httparty-0.2.4.ebuild,
+ -httparty-0.3.1.ebuild:
+ Remove old versions.
*httparty-0.4.4 (04 Aug 2009)
diff --git a/dev-ruby/httparty/httparty-0.2.4.ebuild b/dev-ruby/httparty/httparty-0.2.4.ebuild
deleted file mode 100644
index 0a21874363c0..000000000000
--- a/dev-ruby/httparty/httparty-0.2.4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.2.4.ebuild,v 1.1 2008/12/28 10:36:25 graaff Exp $
-
-inherit gems
-
-DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy."
-HOMEPAGE="http://httparty.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-ruby/rubygems-1.3.0
- =dev-ruby/json-1.1*"
diff --git a/dev-ruby/httparty/httparty-0.3.1.ebuild b/dev-ruby/httparty/httparty-0.3.1.ebuild
deleted file mode 100644
index 648325c3de41..000000000000
--- a/dev-ruby/httparty/httparty-0.3.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.3.1.ebuild,v 1.2 2009/03/20 14:34:14 josejx Exp $
-
-inherit gems
-
-DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy."
-HOMEPAGE="http://httparty.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-ruby/rubygems-1.3.0"