summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-20 06:47:51 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-20 06:47:51 +0000
commitcc744a4ff1e14eb64f91c5985a49fbcbd8cf7156 (patch)
tree26a9375b8a7cb479cee623e3eff1ec6f2f829928 /dev-ruby/stomp
parentInitial commit, wrt bug #458922. Thanks to mike <michael.stahn.42 AT googlema... (diff)
downloadgentoo-2-cc744a4ff1e14eb64f91c5985a49fbcbd8cf7156.tar.gz
gentoo-2-cc744a4ff1e14eb64f91c5985a49fbcbd8cf7156.tar.bz2
gentoo-2-cc744a4ff1e14eb64f91c5985a49fbcbd8cf7156.zip
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r--dev-ruby/stomp/ChangeLog7
-rw-r--r--dev-ruby/stomp/stomp-1.2.6.ebuild22
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog
index d04676cf8e63..e0c3e281a441 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.18 2012/12/09 10:21:24 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.19 2013/04/20 06:47:51 graaff Exp $
+
+ 20 Apr 2013; Hans de Graaff <graaff@gentoo.org> -stomp-1.2.6.ebuild:
+ Cleanup.
*stomp-1.2.7 (09 Dec 2012)
diff --git a/dev-ruby/stomp/stomp-1.2.6.ebuild b/dev-ruby/stomp/stomp-1.2.6.ebuild
deleted file mode 100644
index b01a22dd9da5..000000000000
--- a/dev-ruby/stomp/stomp-1.2.6.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.6.ebuild,v 1.1 2012/10/16 09:52:17 graaff 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="~amd64 ~x86"
-IUSE=""