From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/
Date: Mon, 30 Apr 2012 09:30:11 +0000 (UTC) [thread overview]
Message-ID: <1334314760.8fa85e34ec18457a0a849a0dc11073ec108502cf.graaff@gentoo> (raw)
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"
next reply other threads:[~2012-04-30 9:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 9:30 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-27 5:30 [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/ 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1334314760.8fa85e34ec18457a0a849a0dc11073ec108502cf.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox