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: Tue, 4 Oct 2011 13:38:42 +0000 (UTC) [thread overview]
Message-ID: <2be2ced63a9685501c64dd3d9fdc0b2dc026c0a5.graaff@gentoo> (raw)
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>
next reply other threads:[~2011-10-04 13:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-04 13:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-30 9:30 [gentoo-commits] dev/graaff:master commit in: dev-ruby/declarative_authorization/ Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2013-10-25 9:08 Hans de Graaff
2013-10-25 9:08 Hans de Graaff
2015-06-27 5:30 Hans de Graaff
2015-06-27 5:30 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=2be2ced63a9685501c64dd3d9fdc0b2dc026c0a5.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