summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 15:32:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 15:32:19 +0000
commit2c44d5bb48d1334358159d968309d1c63f6ca165 (patch)
treeb10cf6121b9ca39ded7d9a4c89bdbdc82a9b4406 /dev-ruby/oauth
parentDelete older ebuild. (diff)
downloadgentoo-2-2c44d5bb48d1334358159d968309d1c63f6ca165.tar.gz
gentoo-2-2c44d5bb48d1334358159d968309d1c63f6ca165.tar.bz2
gentoo-2-2c44d5bb48d1334358159d968309d1c63f6ca165.zip
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/oauth')
-rw-r--r--dev-ruby/oauth/ChangeLog6
-rw-r--r--dev-ruby/oauth/oauth-0.3.6-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog
index 4138a72ecfd3..9722b850c71a 100644
--- a/dev-ruby/oauth/ChangeLog
+++ b/dev-ruby/oauth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/oauth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.7 2010/02/26 07:06:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.8 2010/05/22 15:32:19 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ oauth-0.3.6-r1.ebuild:
+ Various cleanups.
*oauth-0.3.6-r1 (25 Feb 2010)
diff --git a/dev-ruby/oauth/oauth-0.3.6-r1.ebuild b/dev-ruby/oauth/oauth-0.3.6-r1.ebuild
index 7f7ec0199077..36ebbfa880b1 100644
--- a/dev-ruby/oauth/oauth-0.3.6-r1.ebuild
+++ b/dev-ruby/oauth/oauth-0.3.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.3.6-r1.ebuild,v 1.1 2010/02/26 07:06:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.3.6-r1.ebuild,v 1.2 2010/05/22 15:32:19 flameeyes Exp $
EAPI="2"
USE_RUBY="ruby18"
@@ -23,7 +23,7 @@ IUSE=""
RUBY_PATCHES=( "oauth-0.3.6-newgem.patch" )
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
ruby_add_rdepend ">=dev-ruby/ruby-hmac-0.3.1 dev-ruby/rubigen"