diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ruby/globalid | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-ruby/globalid')
-rw-r--r-- | dev-ruby/globalid/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/globalid/globalid-0.3.3.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/globalid/globalid-0.3.5.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/globalid/globalid-0.3.6.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/globalid/metadata.xml | 8 |
5 files changed, 80 insertions, 0 deletions
diff --git a/dev-ruby/globalid/Manifest b/dev-ruby/globalid/Manifest new file mode 100644 index 000000000000..4390eddd8e08 --- /dev/null +++ b/dev-ruby/globalid/Manifest @@ -0,0 +1,3 @@ +DIST globalid-0.3.3.tar.gz 13910 SHA256 87e7688522862313293dded6d7495a7b05a8215ba62482789dded64cf5cccd3f SHA512 67a77c972380bc8f99057fa9c3ea741186b630a7ee3c6b9f7dd892f17a11fd50349ff1760c397d391fd2bf16ab67b3905b4c3f57d724eb0fa83de6d4a3b0f6c8 WHIRLPOOL 306686b82354d5e1f502b0d71cccc713c3d01c44e1519308c001edae9d85da1c57266a53aae8ddda8378452d960138d0dc09648e73d787da6221112011cc841f +DIST globalid-0.3.5.tar.gz 14421 SHA256 b431c34025ce96e85549a2a4c85900747c34983221cea681b5e8a7ed5ef939de SHA512 e5a16ed448508dea242aaeea3fe8680a003a33ebe2f9dbe8458d3087a1692ae529793fe8b007062f9e467b9f80887600448bdbb22e8a0b498c5c5ff641e6763d WHIRLPOOL 489e50f6f7824023c5d130d7d3b04a956a17dc3a92628012e9942c4493aa83b3ee0a7394ab246970fd81a3e61185bcba81a7e8c313f330b8fe8c3f70a5001565 +DIST globalid-0.3.6.tar.gz 15313 SHA256 42657a34549f12d39db2127b24d50af85cc8aaace91d81149bab6d598a7e9269 SHA512 82b7032c45a94d2d1efe4330689862304bca85fa96041d8077106033e3de9a7c479b437a33a83f3db25347b44b804cf79d72a23b9da7c6f809bcae54ae9d27d8 WHIRLPOOL 5158442be849bd20b178718499652c2bdd448677365becc908e303b8620d215f156c2db7f20ab7131e12ccc48fef600ba6067d7da393e62640031f6c607a6eca diff --git a/dev-ruby/globalid/globalid-0.3.3.ebuild b/dev-ruby/globalid/globalid-0.3.3.ebuild new file mode 100644 index 000000000000..8aace3d83434 --- /dev/null +++ b/dev-ruby/globalid/globalid-0.3.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Reference models by URI" +HOMEPAGE="https://github.com/rails/globalid" +SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.1.0 >=dev-ruby/railties-4.1.0 )" +ruby_add_rdepend ">=dev-ruby/activesupport-4.1.0" diff --git a/dev-ruby/globalid/globalid-0.3.5.ebuild b/dev-ruby/globalid/globalid-0.3.5.ebuild new file mode 100644 index 000000000000..c4a9e6644331 --- /dev/null +++ b/dev-ruby/globalid/globalid-0.3.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Reference models by URI" +HOMEPAGE="https://github.com/rails/globalid" +SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.1.0 >=dev-ruby/railties-4.1.0 )" +ruby_add_rdepend ">=dev-ruby/activesupport-4.1.0:*" diff --git a/dev-ruby/globalid/globalid-0.3.6.ebuild b/dev-ruby/globalid/globalid-0.3.6.ebuild new file mode 100644 index 000000000000..c4a9e6644331 --- /dev/null +++ b/dev-ruby/globalid/globalid-0.3.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Reference models by URI" +HOMEPAGE="https://github.com/rails/globalid" +SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.1.0 >=dev-ruby/railties-4.1.0 )" +ruby_add_rdepend ">=dev-ruby/activesupport-4.1.0:*" diff --git a/dev-ruby/globalid/metadata.xml b/dev-ruby/globalid/metadata.xml new file mode 100644 index 000000000000..a350320d09b4 --- /dev/null +++ b/dev-ruby/globalid/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <upstream> + <remote-id type="github">rails/globalid</remote-id> + </upstream> +</pkgmetadata> |