public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
@ 2011-10-04 13:38 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2011-10-04 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2be2ced63a9685501c64dd3d9fdc0b2dc026c0a5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Oct  4 13:38:05 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 13:38:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=2be2ced6

Initial import.

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/declarative_authorization/ChangeLog       |   10 ++++++++
 dev-ruby/declarative_authorization/Manifest        |   14 +++++++++++
 .../declarative_authorization-0.5.3.ebuild         |   25 ++++++++++++++++++++
 dev-ruby/declarative_authorization/metadata.xml    |    5 ++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
new file mode 100644
index 0000000..05b7755
--- /dev/null
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/declarative_authorization
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*declarative_authorization-0.5.3 (04 Oct 2011)
+
+  04 Oct 2011; Hans de Graaff <graaff@gentoo.org>
+  +declarative_authorization-0.5.3.ebuild, +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
new file mode 100644
index 0000000..247196c
--- /dev/null
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST declarative_authorization-0.5.3.gem 74240 RMD160 7e86325d6cc46415156e5d0354d63b1f8eefe285 SHA1 eb8980475f0b21a56a6d4fa89a1e570485808296 SHA256 37f9e5e1f6264149c4df7cc751a262dd4478433194cc8467b0d6303767e58e85
+EBUILD declarative_authorization-0.5.3.ebuild 614 RMD160 27f11a29fe4c53c0151cdf9a9c774b757e232a3d SHA1 b78644b6af43c5908cfed80f8c15b5af43e63ae3 SHA256 5b69a614f920bd5c4914354822690c83deb31b46f571e5dd5af1266f8c42408d
+MISC ChangeLog 310 RMD160 be5ace6536736dfa092fb3aef34e465bc80402ef SHA1 c2622d1aeacc3b8a530830a9a83ca282f64c9151 SHA256 fc6092617d485112c85cef032daeff7bb19d4dd26de454a2cfd4f90c59fba99d
+MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk6LDD0ACgkQiIP6VqMIqNe/NwD+JcK/bLzb/tb9lzwJlDDys8Ub
+kr1oneKDdU+ZrZTcGhUA/il+lvlRVvm+KXEsUW7AM97FoEMPJ0ohX8e8KZc6uMjW
+=oKhJ
+-----END PGP SIGNATURE-----

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild
new file mode 100644
index 0000000..f098eeb
--- /dev/null
+++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+
+# Don't work due to Rails version problems.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
+HOMEPAGE="https://github.com/stffn/declarative_authorization"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"

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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
@ 2012-04-30  9:30 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2012-04-30  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa85e34ec18457a0a849a0dc11073ec108502cf
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 13 10:59:20 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 10:59:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8fa85e34

Version bump.

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/declarative_authorization/ChangeLog       |    8 +++++-
 dev-ruby/declarative_authorization/Manifest        |   10 +++----
 .../declarative_authorization-0.5.5.ebuild         |   25 ++++++++++++++++++++
 3 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index 05b7755..b860f5a 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-ruby/declarative_authorization
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*declarative_authorization-0.5.5 (13 Apr 2012)
+
+  13 Apr 2012; Hans de Graaff <graaff@gentoo.org>
+  +declarative_authorization-0.5.5.ebuild:
+  Version bump.
+
 *declarative_authorization-0.5.3 (04 Oct 2011)
 
   04 Oct 2011; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
index 247196c..dadb6a9 100644
--- a/dev-ruby/declarative_authorization/Manifest
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -2,13 +2,11 @@
 Hash: SHA256
 
 DIST declarative_authorization-0.5.3.gem 74240 RMD160 7e86325d6cc46415156e5d0354d63b1f8eefe285 SHA1 eb8980475f0b21a56a6d4fa89a1e570485808296 SHA256 37f9e5e1f6264149c4df7cc751a262dd4478433194cc8467b0d6303767e58e85
-EBUILD declarative_authorization-0.5.3.ebuild 614 RMD160 27f11a29fe4c53c0151cdf9a9c774b757e232a3d SHA1 b78644b6af43c5908cfed80f8c15b5af43e63ae3 SHA256 5b69a614f920bd5c4914354822690c83deb31b46f571e5dd5af1266f8c42408d
-MISC ChangeLog 310 RMD160 be5ace6536736dfa092fb3aef34e465bc80402ef SHA1 c2622d1aeacc3b8a530830a9a83ca282f64c9151 SHA256 fc6092617d485112c85cef032daeff7bb19d4dd26de454a2cfd4f90c59fba99d
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+DIST declarative_authorization-0.5.5.gem 74752 RMD160 adb0f4f58a9109f7145c338a3a6428ac23154658 SHA1 dd8f3536f586819d5f6a4d27d79d0bedb17d6ef9 SHA256 8deb9a62a40a155e6c4a8d3a5bf6205b7d630972af675c716b54a71dd043f5e7
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk6LDD0ACgkQiIP6VqMIqNe/NwD+JcK/bLzb/tb9lzwJlDDys8Ub
-kr1oneKDdU+ZrZTcGhUA/il+lvlRVvm+KXEsUW7AM97FoEMPJ0ohX8e8KZc6uMjW
-=oKhJ
+iF4EAREIAAYFAk+IBwgACgkQiIP6VqMIqNd1yQD6ArVRMvO7m+gp8lSbEV034wm3
+F+ilBw8JSN48k4ddxVwBAIHS7aDAXNe04zHkDAWMmHMX8Ne3umQf5EIp1JNsgb3F
+=VE8I
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild
new file mode 100644
index 0000000..d49ea42
--- /dev/null
+++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+
+# Don't work due to Rails version problems.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
+HOMEPAGE="https://github.com/stffn/declarative_authorization"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
@ 2012-10-08 13:37 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2012-10-08 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     15475f8c5be451d2b58530279bc221b6b386dc6f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  5 07:02:40 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 07:02:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=15475f8c

Version bump.

(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/declarative_authorization/ChangeLog       |    6 ++++
 dev-ruby/declarative_authorization/Manifest        |   13 +++++----
 .../declarative_authorization-0.5.6.ebuild         |   25 ++++++++++++++++++++
 3 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index b860f5a..dd7b57b 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*declarative_authorization-0.5.6 (05 Oct 2012)
+
+  05 Oct 2012; Hans de Graaff <graaff@gentoo.org>
+  +declarative_authorization-0.5.6.ebuild:
+  Version bump.
+
 *declarative_authorization-0.5.5 (13 Apr 2012)
 
   13 Apr 2012; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
index dadb6a9..a6dd91f 100644
--- a/dev-ruby/declarative_authorization/Manifest
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -1,12 +1,13 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-DIST declarative_authorization-0.5.3.gem 74240 RMD160 7e86325d6cc46415156e5d0354d63b1f8eefe285 SHA1 eb8980475f0b21a56a6d4fa89a1e570485808296 SHA256 37f9e5e1f6264149c4df7cc751a262dd4478433194cc8467b0d6303767e58e85
-DIST declarative_authorization-0.5.5.gem 74752 RMD160 adb0f4f58a9109f7145c338a3a6428ac23154658 SHA1 dd8f3536f586819d5f6a4d27d79d0bedb17d6ef9 SHA256 8deb9a62a40a155e6c4a8d3a5bf6205b7d630972af675c716b54a71dd043f5e7
+DIST declarative_authorization-0.5.3.gem 74240 SHA256 37f9e5e1f6264149c4df7cc751a262dd4478433194cc8467b0d6303767e58e85 SHA512 44b2a5b07022840785dd017e29f0bb16be3ad7963d960a35c415fa3e5c967e102cd5b6d4ee22c4c3389d48b4e72fd26308d8b353e7281dfb21ead727a3ac82ea WHIRLPOOL d24d19680db9c6172da7399964d6e3c5c70aeda6a81c65e8729012b433245d8615c7d3d9c19e0c38d943f5063ddffa3386a71fed4f9b58d45c839c937fe9499b
+DIST declarative_authorization-0.5.5.gem 74752 SHA256 8deb9a62a40a155e6c4a8d3a5bf6205b7d630972af675c716b54a71dd043f5e7 SHA512 13e579df690ef7ae7ae6b519542d0067d54ac72474d5525e7f86e8206966f38f519435f80ba62e870803292bcd396dfeffc64c0482abedbd2575bc96287de70e WHIRLPOOL 4bc58b20d327b864ba8ed45d13813b6d2ebf6887204b28e6224178f153b33f0830409fb52633861e25afe094e42b5d9ddcd762fbb1b81c29cfb6029d2a7ab18e
+DIST declarative_authorization-0.5.6.gem 75264 SHA256 e7d8874251e4c2abf90f2006a1bc4afc7234019e80d9fa2972ce5249c80ea13a SHA512 777dc2957d283fe14caaac606b1ca797fc876016b3a68dcc59779553488a88fbf06847729fa06c3d12475b3da07fd98152a5aa7f08f7b3f74a04bca1208656a0 WHIRLPOOL f4aaa8da857a99a74224142b6532c154fa90043ec7c9fb534320bbb7457704bf67d4dfab95a3c592ccf5f6e9ad063a72fa5090152c0493dd6167a24119d5b6dd
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAk+IBwgACgkQiIP6VqMIqNd1yQD6ArVRMvO7m+gp8lSbEV034wm3
-F+ilBw8JSN48k4ddxVwBAIHS7aDAXNe04zHkDAWMmHMX8Ne3umQf5EIp1JNsgb3F
-=VE8I
+iF4EAREIAAYFAlBuhhAACgkQiIP6VqMIqNfy8AEAiEm7iNRDmGj2hIjQ8VweT4QS
+JilFKE2uWjNAYav/HgoA/2POACYZKwmsL0PKYyuJz/qOUrrCavz3k4gFgAaNu2ex
+=8RmB
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild
new file mode 100644
index 0000000..943fc4d
--- /dev/null
+++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+
+# Don't work due to Rails version problems.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
+HOMEPAGE="https://github.com/stffn/declarative_authorization"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
@ 2013-10-25  9:08 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2013-10-25  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     454ac9f695e555eae1d6299bfed0012ceacf23ce
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 24 14:41:54 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:41:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=454ac9f6

Cleanup.

Package-Manager: portage-2.2.7

---
 dev-ruby/declarative_authorization/ChangeLog       |  7 +++++-
 dev-ruby/declarative_authorization/Manifest        | 12 -----------
 .../declarative_authorization-0.5.3.ebuild         | 25 ----------------------
 .../declarative_authorization-0.5.5.ebuild         | 25 ----------------------
 4 files changed, 6 insertions(+), 63 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index dd7b57b..0f9b0d4 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/declarative_authorization
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Oct 2013; Hans de Graaff <graaff@gentoo.org>
+  -declarative_authorization-0.5.3.ebuild,
+  -declarative_authorization-0.5.5.ebuild:
+  Cleanup.
+
 *declarative_authorization-0.5.6 (05 Oct 2012)
 
   05 Oct 2012; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
index a6dd91f..07d483a 100644
--- a/dev-ruby/declarative_authorization/Manifest
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -1,13 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST declarative_authorization-0.5.3.gem 74240 SHA256 37f9e5e1f6264149c4df7cc751a262dd4478433194cc8467b0d6303767e58e85 SHA512 44b2a5b07022840785dd017e29f0bb16be3ad7963d960a35c415fa3e5c967e102cd5b6d4ee22c4c3389d48b4e72fd26308d8b353e7281dfb21ead727a3ac82ea WHIRLPOOL d24d19680db9c6172da7399964d6e3c5c70aeda6a81c65e8729012b433245d8615c7d3d9c19e0c38d943f5063ddffa3386a71fed4f9b58d45c839c937fe9499b
-DIST declarative_authorization-0.5.5.gem 74752 SHA256 8deb9a62a40a155e6c4a8d3a5bf6205b7d630972af675c716b54a71dd043f5e7 SHA512 13e579df690ef7ae7ae6b519542d0067d54ac72474d5525e7f86e8206966f38f519435f80ba62e870803292bcd396dfeffc64c0482abedbd2575bc96287de70e WHIRLPOOL 4bc58b20d327b864ba8ed45d13813b6d2ebf6887204b28e6224178f153b33f0830409fb52633861e25afe094e42b5d9ddcd762fbb1b81c29cfb6029d2a7ab18e
 DIST declarative_authorization-0.5.6.gem 75264 SHA256 e7d8874251e4c2abf90f2006a1bc4afc7234019e80d9fa2972ce5249c80ea13a SHA512 777dc2957d283fe14caaac606b1ca797fc876016b3a68dcc59779553488a88fbf06847729fa06c3d12475b3da07fd98152a5aa7f08f7b3f74a04bca1208656a0 WHIRLPOOL f4aaa8da857a99a74224142b6532c154fa90043ec7c9fb534320bbb7457704bf67d4dfab95a3c592ccf5f6e9ad063a72fa5090152c0493dd6167a24119d5b6dd
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBuhhAACgkQiIP6VqMIqNfy8AEAiEm7iNRDmGj2hIjQ8VweT4QS
-JilFKE2uWjNAYav/HgoA/2POACYZKwmsL0PKYyuJz/qOUrrCavz3k4gFgAaNu2ex
-=8RmB
------END PGP SIGNATURE-----

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild
deleted file mode 100644
index f098eeb..0000000
--- a/dev-ruby/declarative_authorization/declarative_authorization-0.5.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-
-# Don't work due to Rails version problems.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
-HOMEPAGE="https://github.com/stffn/declarative_authorization"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild
deleted file mode 100644
index d49ea42..0000000
--- a/dev-ruby/declarative_authorization/declarative_authorization-0.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-
-# Don't work due to Rails version problems.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
-HOMEPAGE="https://github.com/stffn/declarative_authorization"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
@ 2013-10-25  9:08 Hans de Graaff
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2013-10-25  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f4246b247bc2eab9f1389f4ee203f7ad18872cce
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 24 14:43:05 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:43:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=f4246b24

Version bump.

Package-Manager: portage-2.2.7

---
 dev-ruby/declarative_authorization/ChangeLog       |  6 ++++++
 dev-ruby/declarative_authorization/Manifest        |  1 +
 .../declarative_authorization-0.5.7.ebuild         | 25 ++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index 0f9b0d4..03bb831 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*declarative_authorization-0.5.7 (24 Oct 2013)
+
+  24 Oct 2013; Hans de Graaff <graaff@gentoo.org>
+  +declarative_authorization-0.5.7.ebuild:
+  Version bump.
+
   24 Oct 2013; Hans de Graaff <graaff@gentoo.org>
   -declarative_authorization-0.5.3.ebuild,
   -declarative_authorization-0.5.5.ebuild:

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
index 07d483a..122e9cd 100644
--- a/dev-ruby/declarative_authorization/Manifest
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -1 +1,2 @@
 DIST declarative_authorization-0.5.6.gem 75264 SHA256 e7d8874251e4c2abf90f2006a1bc4afc7234019e80d9fa2972ce5249c80ea13a SHA512 777dc2957d283fe14caaac606b1ca797fc876016b3a68dcc59779553488a88fbf06847729fa06c3d12475b3da07fd98152a5aa7f08f7b3f74a04bca1208656a0 WHIRLPOOL f4aaa8da857a99a74224142b6532c154fa90043ec7c9fb534320bbb7457704bf67d4dfab95a3c592ccf5f6e9ad063a72fa5090152c0493dd6167a24119d5b6dd
+DIST declarative_authorization-0.5.7.gem 75264 SHA256 3c8bdc1cd52c3e4a5522722dc2a258f63a5efdc2919390fc398587e0e1ddc3cd SHA512 4c86a7d304f9000d999732130750d26e7ccaa5c72b54aa61d600f41ec693191427701c5fefe8580bd528bd959e12a5e8580877bb0f43d2af9f60cde87f374e2f WHIRLPOOL 5cfea01032dd19a5cebf8f7e685c0c3a99ac9f8ee491d1d35a746c6ee664d0bab5583382fe5fc7c041fe4c0ce2d3ba5ba0e82c17e5e630adad886efe4539615f

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
new file mode 100644
index 0000000..05638cd
--- /dev/null
+++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+
+# Don't work due to Rails version problems.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
+HOMEPAGE="https://github.com/stffn/declarative_authorization"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"


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

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

commit:     f281de8d0d9e62bb76d80a35f154eb6c0ce833b8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jun 25 05:52:54 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 05:52:54 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f281de8d

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/declarative_authorization/ChangeLog       |  6 +++++-
 dev-ruby/declarative_authorization/Manifest        |  1 -
 .../declarative_authorization-0.5.6.ebuild         | 25 ----------------------
 3 files changed, 5 insertions(+), 27 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index 03bb831..1a0d9aa 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/declarative_authorization
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2015; Hans de Graaff <graaff@gentoo.org>
+  -declarative_authorization-0.5.6.ebuild:
+  Cleanup.
+
 *declarative_authorization-0.5.7 (24 Oct 2013)
 
   24 Oct 2013; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/declarative_authorization/Manifest b/dev-ruby/declarative_authorization/Manifest
index 122e9cd..779b157 100644
--- a/dev-ruby/declarative_authorization/Manifest
+++ b/dev-ruby/declarative_authorization/Manifest
@@ -1,2 +1 @@
-DIST declarative_authorization-0.5.6.gem 75264 SHA256 e7d8874251e4c2abf90f2006a1bc4afc7234019e80d9fa2972ce5249c80ea13a SHA512 777dc2957d283fe14caaac606b1ca797fc876016b3a68dcc59779553488a88fbf06847729fa06c3d12475b3da07fd98152a5aa7f08f7b3f74a04bca1208656a0 WHIRLPOOL f4aaa8da857a99a74224142b6532c154fa90043ec7c9fb534320bbb7457704bf67d4dfab95a3c592ccf5f6e9ad063a72fa5090152c0493dd6167a24119d5b6dd
 DIST declarative_authorization-0.5.7.gem 75264 SHA256 3c8bdc1cd52c3e4a5522722dc2a258f63a5efdc2919390fc398587e0e1ddc3cd SHA512 4c86a7d304f9000d999732130750d26e7ccaa5c72b54aa61d600f41ec693191427701c5fefe8580bd528bd959e12a5e8580877bb0f43d2af9f60cde87f374e2f WHIRLPOOL 5cfea01032dd19a5cebf8f7e685c0c3a99ac9f8ee491d1d35a746c6ee664d0bab5583382fe5fc7c041fe4c0ce2d3ba5ba0e82c17e5e630adad886efe4539615f

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild
deleted file mode 100644
index 943fc4d..0000000
--- a/dev-ruby/declarative_authorization/declarative_authorization-0.5.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-
-# Don't work due to Rails version problems.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="app authorization_rules.dist.rb init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The declarative authorization plugin offers an authorization mechanism inspired by RBAC."
-HOMEPAGE="https://github.com/stffn/declarative_authorization"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"


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

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

commit:     f24fd2fda92db8e8db2762cd51c50a27be285508
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jun 25 05:54:53 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 05:54:53 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f24fd2fd

Update ruby targets.

Package-Manager: portage-2.2.18

 dev-ruby/declarative_authorization/ChangeLog                        | 4 ++++
 .../declarative_authorization-0.5.7.ebuild                          | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
index 1a0d9aa..4054ccb 100644
--- a/dev-ruby/declarative_authorization/ChangeLog
+++ b/dev-ruby/declarative_authorization/ChangeLog
@@ -3,6 +3,10 @@
 # $Header: $
 
   25 Jun 2015; Hans de Graaff <graaff@gentoo.org>
+  declarative_authorization-0.5.7.ebuild:
+  Update ruby targets.
+
+  25 Jun 2015; Hans de Graaff <graaff@gentoo.org>
   -declarative_authorization-0.5.6.ebuild:
   Cleanup.
 

diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
index 05638cd..046ec63 100644
--- a/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
+++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
 
-RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 # Don't work due to Rails version problems.
 RUBY_FAKEGEM_TASK_TEST=""


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

end of thread, other threads:[~2015-06-27  5:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-30  9:30 [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2015-06-27  5:30 Hans de Graaff
2015-06-27  5:30 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2011-10-04 13:38 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