summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-20 19:19:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-20 19:19:53 +0000
commit22cf8681f0ec7a046c40fc2cbdfdf2dea65b92b8 (patch)
tree356462bf854f96a43cbe69542478fa837c841b7c /dev-ruby/stomp
parentVersion bump. (diff)
downloadgentoo-2-22cf8681f0ec7a046c40fc2cbdfdf2dea65b92b8.tar.gz
gentoo-2-22cf8681f0ec7a046c40fc2cbdfdf2dea65b92b8.tar.bz2
gentoo-2-22cf8681f0ec7a046c40fc2cbdfdf2dea65b92b8.zip
Cleanup old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r--dev-ruby/stomp/ChangeLog5
-rw-r--r--dev-ruby/stomp/stomp-1.2.7.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog
index 77c15dcac2c8..fb676515adc7 100644
--- a/dev-ruby/stomp/ChangeLog
+++ b/dev-ruby/stomp/ChangeLog
@@ -1,6 +1,9 @@
# 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.32 2014/01/19 16:54:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.33 2014/01/20 19:19:53 mrueg Exp $
+
+ 20 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -stomp-1.2.7.ebuild:
+ Cleanup old.
19 Jan 2014; Pacho Ramos <pacho@gentoo.org> stomp-1.2.16.ebuild:
amd64 stable, bug #490020
diff --git a/dev-ruby/stomp/stomp-1.2.7.ebuild b/dev-ruby/stomp/stomp-1.2.7.ebuild
deleted file mode 100644
index 0443476daea5..000000000000
--- a/dev-ruby/stomp/stomp-1.2.7.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.2.7.ebuild,v 1.3 2013/04/20 20:47:08 ago Exp $
-
-EAPI=5
-
-USE_RUBY="ruby18 ruby19 ree18 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=""