Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/configuration/
Date: Sat, 31 May 2014 14:12:32
Message-Id: 1401545522.d994ceadddafa6c8462cfc384a5fbf95c98072a5.mrueg@gentoo
1 commit: d994ceadddafa6c8462cfc384a5fbf95c98072a5
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 31 14:12:02 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat May 31 14:12:02 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=d994cead
7
8 [dev-ruby/configuration] Add metadata.xml. Drop back to a-r-r license. Silence repoman.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-ruby/configuration/configuration-1.1.0.ebuild | 7 ++++---
14 dev-ruby/configuration/metadata.xml | 5 +++++
15 2 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/configuration/configuration-1.1.0.ebuild b/dev-ruby/configuration/configuration-1.1.0.ebuild
18 index 8bbda27..a9aaaf4 100644
19 --- a/dev-ruby/configuration/configuration-1.1.0.ebuild
20 +++ b/dev-ruby/configuration/configuration-1.1.0.ebuild
21 @@ -2,8 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild,v 1.2 2009/12/15 19:59:15 flameeyes Exp $
24
25 -EAPI=2
26 -USE_RUBY="ruby18 ruby19 jruby"
27 +EAPI=5
28 +
29 +USE_RUBY="ruby19 jruby"
30
31 RUBY_FAKEGEM_TASK_DOC=""
32 RUBY_FAKEGEM_TASK_TEST=""
33 @@ -16,7 +17,7 @@ DESCRIPTION="Pure ruby scoped configuration files"
34 HOMEPAGE="http://github.com/ahoward/configuration/tree/master"
35
36 # We hope, I've contacted upstream on this matter
37 -LICENSE="as-is"
38 +LICENSE="all-rights-reserved"
39 SLOT="0"
40 KEYWORDS="~amd64"
41 IUSE=""
42
43 diff --git a/dev-ruby/configuration/metadata.xml b/dev-ruby/configuration/metadata.xml
44 new file mode 100644
45 index 0000000..8521361
46 --- /dev/null
47 +++ b/dev-ruby/configuration/metadata.xml
48 @@ -0,0 +1,5 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 +<herd>ruby</herd>
53 +</pkgmetadata>