diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-12-09 10:19:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-12-09 10:19:21 +0000 |
commit | b4ba56b705cc6c848f517eb276cd3c85f691ccac (patch) | |
tree | 3049572c2412f7faa648e6b53ddaddb147c9978d /dev-ruby/stomp | |
parent | Version bump. Bug #446336 (diff) | |
download | gentoo-2-b4ba56b705cc6c848f517eb276cd3c85f691ccac.tar.gz gentoo-2-b4ba56b705cc6c848f517eb276cd3c85f691ccac.tar.bz2 gentoo-2-b4ba56b705cc6c848f517eb276cd3c85f691ccac.zip |
Remove old version.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.1.7.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 2ae06f80f41f..37a9a88c0b23 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2012/10/16 09:52:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.17 2012/12/09 10:19:20 graaff Exp $ + + 09 Dec 2012; Hans de Graaff <graaff@gentoo.org> -stomp-1.1.7.ebuild: + Remove old version. *stomp-1.2.6 (16 Oct 2012) diff --git a/dev-ruby/stomp/stomp-1.1.7.ebuild b/dev-ruby/stomp/stomp-1.1.7.ebuild deleted file mode 100644 index 1267b7218c0e..000000000000 --- a/dev-ruby/stomp/stomp-1.1.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.5 2011/09/19 21:53:21 maekke Exp $ - -EAPI="2" - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -# There is also a test task but that requires a live stomp server. -RUBY_FAKEGEM_TASK_TEST="spec" - -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="" - -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" |