public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/
@ 2013-09-19 10:17 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2013-09-19 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8d5c51f6f6ec6dc427272c2aa0f54386175bdbc6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep 19 10:16:36 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 10:16:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8d5c51f6

Initial import.

Package-Manager: portage-2.2.1

---
 dev-ruby/api-versions/ChangeLog                 | 10 +++++++++
 dev-ruby/api-versions/Manifest                  |  1 +
 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 29 +++++++++++++++++++++++++
 dev-ruby/api-versions/metadata.xml              |  5 +++++
 4 files changed, 45 insertions(+)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
new file mode 100644
index 0000000..f6dd737
--- /dev/null
+++ b/dev-ruby/api-versions/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/api-versions
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*api-versions-1.2.0 (19 Sep 2013)
+
+  19 Sep 2013; Hans de Graaff <graaff@gentoo.org> +api-versions-1.2.0.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/api-versions/Manifest b/dev-ruby/api-versions/Manifest
new file mode 100644
index 0000000..82ffc4e
--- /dev/null
+++ b/dev-ruby/api-versions/Manifest
@@ -0,0 +1 @@
+DIST api-versions-1.2.0.gem 13312 SHA256 490336d0c1cf217e4a7ca38a54d9e835e867b02083f50815b5fa0d6f00e66724 SHA512 4c893ff25cd6da397f8764258466961b511d508dc88e9e85ae8598a782cce9d19af8f8639bb735b29d4f0d56939f94bfa2a07283c1ea87f02122a8b5ec2aa44e WHIRLPOOL a0bb6cad88b9f80add726b252850fe45b97d2e440afa0cb4dc80d3c6da614cdb0e5631edd495fb2ecc5287994b617204d8eaa270f4963afe5c441b0f3c6fe130

diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
new file mode 100644
index 0000000..7107a0d
--- /dev/null
+++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a Gem to help you manage your Rails API endpoints"
+HOMEPAGE="https://github.com/EDMC/api-versions"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+# Needs a specific old version of ammeter that is no longer available
+# for us.
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/actionpack-3.0 >=dev-ruby/activesupport-3.0"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-rails dev-ruby/ammeter )"

diff --git a/dev-ruby/api-versions/metadata.xml b/dev-ruby/api-versions/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/api-versions/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/
@ 2014-06-27  7:59 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-06-27  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     85cdaab872bacb8f397198c2dd72695c90c86fa7
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jun 26 14:04:08 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 14:04:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=85cdaab8

Add ruby20.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/api-versions/ChangeLog                 | 5 ++++-
 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
index f6dd737..73570e8 100644
--- a/dev-ruby/api-versions/ChangeLog
+++ b/dev-ruby/api-versions/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/api-versions
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2014; Hans de Graaff <graaff@gentoo.org> api-versions-1.2.0.ebuild:
+  Add ruby20.
+
 *api-versions-1.2.0 (19 Sep 2013)
 
   19 Sep 2013; Hans de Graaff <graaff@gentoo.org> +api-versions-1.2.0.ebuild,

diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
index 7107a0d..2cb840c 100644
--- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild
+++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=5
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/
@ 2015-04-17 13:02 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-04-17 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a334f2717d371917b65b93e2f8f2dc6339797d3d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 12:05:49 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:05:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a334f271

Version bump.

Package-Manager: portage-2.2.14

 dev-ruby/api-versions/ChangeLog                 |  7 +++++-
 dev-ruby/api-versions/Manifest                  |  1 +
 dev-ruby/api-versions/api-versions-1.2.1.ebuild | 29 +++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
index 73570e8..42151b4 100644
--- a/dev-ruby/api-versions/ChangeLog
+++ b/dev-ruby/api-versions/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/api-versions
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*api-versions-1.2.1 (17 Apr 2015)
+
+  17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +api-versions-1.2.1.ebuild:
+  Version bump.
+
   26 Jun 2014; Hans de Graaff <graaff@gentoo.org> api-versions-1.2.0.ebuild:
   Add ruby20.
 

diff --git a/dev-ruby/api-versions/Manifest b/dev-ruby/api-versions/Manifest
index 82ffc4e..e171529 100644
--- a/dev-ruby/api-versions/Manifest
+++ b/dev-ruby/api-versions/Manifest
@@ -1 +1,2 @@
 DIST api-versions-1.2.0.gem 13312 SHA256 490336d0c1cf217e4a7ca38a54d9e835e867b02083f50815b5fa0d6f00e66724 SHA512 4c893ff25cd6da397f8764258466961b511d508dc88e9e85ae8598a782cce9d19af8f8639bb735b29d4f0d56939f94bfa2a07283c1ea87f02122a8b5ec2aa44e WHIRLPOOL a0bb6cad88b9f80add726b252850fe45b97d2e440afa0cb4dc80d3c6da614cdb0e5631edd495fb2ecc5287994b617204d8eaa270f4963afe5c441b0f3c6fe130
+DIST api-versions-1.2.1.gem 13824 SHA256 80b9f3bdc120e1cd703c5fc03b33c3625753cb95795146ba27edfb5fd3725063 SHA512 82e5eff2ee1765ea50e55cb54c9d1cb4eb9aab529d233557d9779918a8031c1705d10df9c4d28a9b113b526d3ab899089de95818d8b1c03eb03f4c9e7a93a2c0 WHIRLPOOL 646e2c56634e1089455f76e8775f4ab1845f555eb00c330d86ad91e5a7377b7066f9317747f1b051a8cc525d1b4ae8e7ad26e989a9f4bf0b664d6c3c9b14bd22

diff --git a/dev-ruby/api-versions/api-versions-1.2.1.ebuild b/dev-ruby/api-versions/api-versions-1.2.1.ebuild
new file mode 100644
index 0000000..1a6c071
--- /dev/null
+++ b/dev-ruby/api-versions/api-versions-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a Gem to help you manage your Rails API endpoints"
+HOMEPAGE="https://github.com/EDMC/api-versions"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+# Needs a specific old version of ammeter that is no longer available
+# for us.
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/actionpack-3.0 >=dev-ruby/activesupport-3.0"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-rails dev-ruby/ammeter )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/
@ 2015-08-04  5:54 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-08-04  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3c412bd6bfce53eceb5bc8bc410970488a06a8cd
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Aug  4 05:46:16 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 05:46:16 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3c412bd6

Add ruby21.

Package-Manager: portage-2.2.20

 dev-ruby/api-versions/ChangeLog                 | 3 +++
 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
index 42151b4..156dee3 100644
--- a/dev-ruby/api-versions/ChangeLog
+++ b/dev-ruby/api-versions/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2015; Hans de Graaff <graaff@gentoo.org> api-versions-1.2.0.ebuild:
+  Add ruby21.
+
 *api-versions-1.2.1 (17 Apr 2015)
 
   17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +api-versions-1.2.1.ebuild:

diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
index 2cb840c..1a6c071 100644
--- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild
+++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/
@ 2016-08-26  5:38 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-08-26  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ec6dc0e6ec390074758450af98601a8afd696061
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Aug 26 05:16:00 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 05:16:00 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ec6dc0e6

dev-ruby/api-versions: fix repoman warnings, add ruby 22

Package-Manager: portage-2.2.28

 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
index 1a6c071..3861de2 100644
--- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild
+++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-26  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26  5:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2015-08-04  5:54 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2014-06-27  7:59 Hans de Graaff
2013-09-19 10:17 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox