diff options
author | Alex Legler <a3li@gentoo.org> | 2009-08-26 23:16:11 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-08-26 23:16:11 +0000 |
commit | 6d1a48bddbbc25833132a22cd2e45ef36e43f99b (patch) | |
tree | d231f9fbb4ad9945d1cb7f6cbd6cb2b956a8ef0a /dev-ruby/twitter | |
parent | Per bug #140192 and bug #282371: re-add the dep on mailx, and put it behind U... (diff) | |
download | gentoo-2-6d1a48bddbbc25833132a22cd2e45ef36e43f99b.tar.gz gentoo-2-6d1a48bddbbc25833132a22cd2e45ef36e43f99b.tar.bz2 gentoo-2-6d1a48bddbbc25833132a22cd2e45ef36e43f99b.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/twitter')
-rw-r--r-- | dev-ruby/twitter/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/twitter/twitter-0.6.15.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/twitter/ChangeLog b/dev-ruby/twitter/ChangeLog index f225f9a71560..ea99ad8a3034 100644 --- a/dev-ruby/twitter/ChangeLog +++ b/dev-ruby/twitter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/twitter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.13 2009/08/22 07:06:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.14 2009/08/26 23:16:11 a3li Exp $ + +*twitter-0.6.15 (26 Aug 2009) + + 26 Aug 2009; Alex Legler <a3li@gentoo.org> +twitter-0.6.15.ebuild: + Version bump. oauth version requirement was raised. *twitter-0.6.14 (22 Aug 2009) diff --git a/dev-ruby/twitter/twitter-0.6.15.ebuild b/dev-ruby/twitter/twitter-0.6.15.ebuild new file mode 100644 index 000000000000..1206faf0b92d --- /dev/null +++ b/dev-ruby/twitter/twitter-0.6.15.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-0.6.15.ebuild,v 1.1 2009/08/26 23:16:11 a3li Exp $ + +inherit gems + +DESCRIPTION="Ruby wrapper around the Twitter API" +HOMEPAGE="http://twitter.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +USE_RUBY="ruby18" + +DEPEND="=dev-ruby/httparty-0.4.3 + >=dev-ruby/oauth-0.3.5 + =dev-ruby/mash-0.0.3" +RDEPEND="${DEPEND}" |