summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
commit9639ce3370a9154e3aac1036676094e51ccf2d56 (patch)
tree8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/oauth
parentAdd ~alpha/~ia64/~sparc wrt #293671 (diff)
downloadhistorical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip
Various cleanups.
Package-Manager: portage-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"