public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2013-07-04 11:57 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2013-07-04 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e928e78c8283c614dc2e3536c32fbf43eb54c8e2
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jul  4 11:57:26 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 11:57:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e928e78c

Initial import.

Package-Manager: portage-2.1.12.2

---
 dev-ruby/git-pivotal-tracker-integration/ChangeLog | 10 ++++++++++
 dev-ruby/git-pivotal-tracker-integration/Manifest  |  1 +
 .../git-pivotal-tracker-integration-1.4.0.ebuild   | 23 ++++++++++++++++++++++
 .../git-pivotal-tracker-integration/metadata.xml   |  5 +++++
 4 files changed, 39 insertions(+)

diff --git a/dev-ruby/git-pivotal-tracker-integration/ChangeLog b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
new file mode 100644
index 0000000..62de1bb
--- /dev/null
+++ b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/git-pivotal-tracker-integration
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*git-pivotal-tracker-integration-1.4.0 (04 Jul 2013)
+
+  04 Jul 2013; Hans de Graaff <graaff@gentoo.org>
+  +git-pivotal-tracker-integration-1.4.0.ebuild, +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/git-pivotal-tracker-integration/Manifest b/dev-ruby/git-pivotal-tracker-integration/Manifest
new file mode 100644
index 0000000..85132b8
--- /dev/null
+++ b/dev-ruby/git-pivotal-tracker-integration/Manifest
@@ -0,0 +1 @@
+DIST git-pivotal-tracker-integration-1.4.0.gem 20992 SHA256 9c6591c8f5b9432e49a1397a1f52656dd6f41a91933d8c1d547e0ec6a52b3d75 SHA512 5a776575cf11cfc8430518b9f15060591fcc5231bea2ce6702f491d8e1128f0806fed4899df9ec02e4b1d561482cd5a968ed93e508ff2099fbbd37a3e4a2825f WHIRLPOOL 145e0b35bc6b20035c7ee49916a9d1ee5586040fef785eb70382b6fe1d217d79d468775d54380a339bd8e3f4036be54baeb5eaafc33c370e3b75a347e8606d6b

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
new file mode 100644
index 0000000..d0ed54e
--- /dev/null
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# 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="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+# Not all files present.
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A set of additional Git commands to help developers when working with Pivotal Tracker"
+HOMEPAGE="https://github.com/nebhale/git-pivotal-tracker-integration"
+LICENSE="Apache-2.0"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"

diff --git a/dev-ruby/git-pivotal-tracker-integration/metadata.xml b/dev-ruby/git-pivotal-tracker-integration/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/git-pivotal-tracker-integration/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] 6+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2013-10-30 13:29 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2013-10-30 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8989f271119a5550b52bcc22b930ddef93f0e3ff
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Oct 30 13:29:24 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 13:29:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8989f271

Add missing pivotal-tracker dependency.

Package-Manager: portage-2.2.7

---
 dev-ruby/git-pivotal-tracker-integration/ChangeLog                    | 4 ++++
 .../git-pivotal-tracker-integration-1.4.0.ebuild                      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/dev-ruby/git-pivotal-tracker-integration/ChangeLog b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
index 62de1bb..1c8ef32 100644
--- a/dev-ruby/git-pivotal-tracker-integration/ChangeLog
+++ b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Jul 2013; Hans de Graaff <graaff@gentoo.org>
+  git-pivotal-tracker-integration-1.4.0.ebuild:
+  Add missing pivotal-tracker dependency.
+
 *git-pivotal-tracker-integration-1.4.0 (04 Jul 2013)
 
   04 Jul 2013; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
index d0ed54e..0368889 100644
--- a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
@@ -21,3 +21,5 @@ LICENSE="Apache-2.0"
 KEYWORDS="~amd64"
 SLOT="0"
 IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/pivotal-tracker-0.5"


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2014-09-23  8:23 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2014-09-23  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dd7843266fec5d19a491475fb8ddf71b68305f11
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Sep 23 08:23:36 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 08:23:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=dd784326

Add ruby20.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/git-pivotal-tracker-integration/ChangeLog                  | 6 +++++-
 .../git-pivotal-tracker-integration-1.4.0.ebuild                    | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/git-pivotal-tracker-integration/ChangeLog b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
index 1c8ef32..a6517ab 100644
--- a/dev-ruby/git-pivotal-tracker-integration/ChangeLog
+++ b/dev-ruby/git-pivotal-tracker-integration/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/git-pivotal-tracker-integration
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Sep 2014; Hans de Graaff <graaff@gentoo.org>
+  git-pivotal-tracker-integration-1.4.0.ebuild:
+  Add ruby20.
+
   04 Jul 2013; Hans de Graaff <graaff@gentoo.org>
   git-pivotal-tracker-integration-1.4.0.ebuild:
   Add missing pivotal-tracker dependency.

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
index 0368889..c803845 100644
--- a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.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="README.md"
 


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2015-10-01  9:48 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2015-10-01  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0e89933c37f5f130e6f94ccd01f433cfbb54ebc5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct  1 09:46:50 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 09:46:50 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=0e89933c

dev-ruby/git-pivotal-tracker-integration: add ruby21

Package-Manager: portage-2.2.20.1

 .../git-pivotal-tracker-integration-1.4.0.ebuild                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
index c803845..7baf278 100644
--- a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2016-09-11 13:38 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-09-11 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     cc552239da4b413b0bd15a705a0cb2d3ff693d06
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Sep 11 13:31:59 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:31:59 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cc552239

dev-ruby/git-pivotal-tracker-integration: add ruby22

Package-Manager: portage-2.2.28

 .../git-pivotal-tracker-integration-1.4.0.ebuild                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
index a797807..520ff9c 100644
--- a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_TASK_TEST=""
 
 inherit ruby-fakegem
 
-DESCRIPTION="A set of additional Git commands to help developers when working with Pivotal Tracker"
+DESCRIPTION="A set of Git commands to help developers when working with Pivotal Tracker"
 HOMEPAGE="https://github.com/nebhale/git-pivotal-tracker-integration"
 LICENSE="Apache-2.0"
 


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/
@ 2016-09-11 13:38 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2016-09-11 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     be314bd0c5e4e80e4b23bff0aa69615f5cb0a076
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Sep 11 13:22:38 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:22:38 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=be314bd0

dev-ruby/git-pivotal-tracker-integration: drop ruby19

Package-Manager: portage-2.2.28

 .../git-pivotal-tracker-integration-1.4.0.ebuild                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
index 7baf278..a797807 100644
--- a/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
+++ b/dev-ruby/git-pivotal-tracker-integration/git-pivotal-tracker-integration-1.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


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

end of thread, other threads:[~2016-09-11 13:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 13:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/git-pivotal-tracker-integration/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-09-11 13:38 Hans de Graaff
2015-10-01  9:48 Hans de Graaff
2014-09-23  8:23 Hans de Graaff
2013-10-30 13:29 Hans de Graaff
2013-07-04 11:57 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