diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-23 08:32:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-23 08:32:25 +0000 |
commit | 8d50f08669497383cd378bfab2bdb9afeac18bce (patch) | |
tree | c886822c3daa2ec7163a117b4b09bb6ac680e352 /dev-ruby/stomp | |
parent | x86 stable wrt bug #407357 (diff) | |
download | historical-8d50f08669497383cd378bfab2bdb9afeac18bce.tar.gz historical-8d50f08669497383cd378bfab2bdb9afeac18bce.tar.bz2 historical-8d50f08669497383cd378bfab2bdb9afeac18bce.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.2.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.4.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 5133f6365c72..5d5e9b563b69 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.12 2012/08/13 00:14:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.13 2012/09/23 08:32:25 graaff Exp $ + + 23 Sep 2012; Hans de Graaff <graaff@gentoo.org> -stomp-1.2.2.ebuild, + -stomp-1.2.4.ebuild: + Cleanup. *stomp-1.2.5 (13 Aug 2012) diff --git a/dev-ruby/stomp/stomp-1.2.2.ebuild b/dev-ruby/stomp/stomp-1.2.2.ebuild deleted file mode 100644 index f70515e91a01..000000000000 --- a/dev-ruby/stomp/stomp-1.2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.2.ebuild,v 1.2 2012/07/05 22:35:55 flameeyes Exp $ - -EAPI="2" - -USE_RUBY="ruby18 ruby19 ree18" - -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="~x86 ~amd64" -IUSE="" diff --git a/dev-ruby/stomp/stomp-1.2.4.ebuild b/dev-ruby/stomp/stomp-1.2.4.ebuild deleted file mode 100644 index 799b9825f8a5..000000000000 --- a/dev-ruby/stomp/stomp-1.2.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.4.ebuild,v 1.1 2012/07/05 22:35:55 flameeyes Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18" - -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="~x86 ~amd64" -IUSE="" |