diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:28:35 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:28:35 +0000 |
commit | 4dfbd58d152671c77c89f203ffd7e117dc9aac1c (patch) | |
tree | 051af7cfc116dfeade43b5cb33d5d844badf07b1 /dev-ruby/stomp | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-4dfbd58d152671c77c89f203ffd7e117dc9aac1c.tar.gz gentoo-2-4dfbd58d152671c77c89f203ffd7e117dc9aac1c.tar.bz2 gentoo-2-4dfbd58d152671c77c89f203ffd7e117dc9aac1c.zip |
Remove ruby18 target. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.16.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.3.1.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.3.2.ebuild | 6 |
4 files changed, 10 insertions, 28 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index fb676515adc7..e2c0f3049aec 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.33 2014/01/20 19:19:53 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.34 2014/04/19 03:28:35 mrueg Exp $ + + 19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -stomp-1.3.1.ebuild, + stomp-1.2.16.ebuild, stomp-1.3.2.ebuild: + Remove ruby18 target. Cleanup old. 20 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -stomp-1.2.7.ebuild: Cleanup old. diff --git a/dev-ruby/stomp/stomp-1.2.16.ebuild b/dev-ruby/stomp/stomp-1.2.16.ebuild index e23fd5c42011..58891a75de63 100644 --- a/dev-ruby/stomp/stomp-1.2.16.ebuild +++ b/dev-ruby/stomp/stomp-1.2.16.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.16.ebuild,v 1.3 2014/01/19 16:54:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.16.ebuild,v 1.4 2014/04/19 03:28:35 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby19 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" diff --git a/dev-ruby/stomp/stomp-1.3.1.ebuild b/dev-ruby/stomp/stomp-1.3.1.ebuild deleted file mode 100644 index 4a45ed9caf99..000000000000 --- a/dev-ruby/stomp/stomp-1.3.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.3.1.ebuild,v 1.1 2013/11/01 06:31:50 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Ruby bindings for the stomp messaging protocol" -HOMEPAGE="http://rubyforge.org/projects/stomp/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-ruby/stomp/stomp-1.3.2.ebuild b/dev-ruby/stomp/stomp-1.3.2.ebuild index 3a79b9fd900f..f1a9df92c831 100644 --- a/dev-ruby/stomp/stomp-1.3.2.ebuild +++ b/dev-ruby/stomp/stomp-1.3.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.3.2.ebuild,v 1.1 2013/12/09 06:55:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.3.2.ebuild,v 1.2 2014/04/19 03:28:35 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |