forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST origin-2.2.2.tar.gz 44087 SHA256 316de37fd9750a2ba36b6a8a5e8e5a8f209dc9b28f67bc947071660b25d6bed1 SHA512 02bba3560d12fd49481a9d69929f7c3be9c73e1463ff4506ba470c7218450fca7465777455d3c6aad5a74fbe0298d74e5ce12941f057241e77e381ef77814a0b WHIRLPOOL 0dba06f6e2dcf03ee06f4b2362c7d046a09d246f50cf173ed1aceea3aaa7210e3b117c79d0ca8a306361dbdd1138c45262f92a7312656e6c07bac7a20a814c7a | ||
DIST origin-2.3.0.tar.gz 44223 SHA256 c9df38385b8c581c24137775dd7a4c35616527e3f6d24c86b8fe77a525d42d05 SHA512 7c4634a5dd112015fa950e66bc24a87ef479ed5727d18e4593eb652498bc9ecb365600d4257d313c4587a8fd8ef882315fe3f02b1b939d62b03681145b8d5daa WHIRLPOOL ad6c631305726fa14e24f80dd76fdacc3fc55e0af455bb1228e2807a2b8fb3d83fa79bff345f74685d0a58035ce5098906d9a3c347690b2fa8774786124e922b | ||
DIST origin-2.3.1.tar.gz 44392 SHA256 2c68390d79db70ded7b36ad4ebe886c4bf8db2bdd2b3683e07963c59092135f9 SHA512 f74e3ed163b2c9a6184be624f85bc810fcb414290c5701beee291f1c227f889bc75d78ab3cc008f92780823217c7cefe916ebb3e902e807a40f4d901465343fd WHIRLPOOL 83003c84c82a36aaa0e76654f0c2da1483118924abf9d0a89b0c4503e93c65b44defdd821b93e21b523da7181325cac23a53ce067c44cd8333143ee30d6de9ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
USE_RUBY="ruby21 ruby22 ruby23" | ||
|
||
RUBY_FAKEGEM_TASK_DOC="" | ||
RUBY_FAKEGEM_RECIPE_TEST="rspec3" | ||
|
||
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" | ||
|
||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" | ||
|
||
GITHUB_USER="mongoid" | ||
GITHUB_PROJECT="${PN}" | ||
|
||
MY_PV="${PV/_rc/.rc}" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and options" | ||
HOMEPAGE="http://mongoid.org/" | ||
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz" | ||
LICENSE="MIT" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
ruby_add_bdepend " | ||
test? ( | ||
=dev-ruby/activesupport-4* | ||
>=dev-ruby/i18n-0.6:0.6 | ||
dev-ruby/tzinfo | ||
)" |