Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/
Date: Fri, 04 Mar 2016 07:25:22
Message-Id: 1457076289.20b61633165b917b97b97553829ca82b69e42c97.graaff@gentoo
1 commit: 20b61633165b917b97b97553829ca82b69e42c97
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 05:46:46 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 07:24:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b61633
7
8 dev-ruby/stomp: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/stomp/stomp-1.3.2-r1.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild b/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
16 deleted file mode 100644
17 index 7a0b39b..0000000
18 --- a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
28 -
29 -RUBY_FAKEGEM_DOCDIR="doc"
30 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
31 -
32 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Ruby bindings for the stomp messaging protocol"
37 -HOMEPAGE="https://github.com/stompgem/stomp"
38 -
39 -LICENSE="Apache-2.0"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""