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/GeoRuby | |
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/GeoRuby')
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/metadata.xml | 9 |
5 files changed, 102 insertions, 0 deletions
diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild new file mode 100644 index 000000000000..77c1c8d755bc --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# uses ruby19 hash syntax +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_NAME="georuby" + +inherit ruby-fakegem + +DESCRIPTION="Ruby data holder for OGC Simple Features" +HOMEPAGE="http://github.com/nofxx/georuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/dbf + dev-ruby/nokogiri" diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild new file mode 100644 index 000000000000..f6916e00eaaf --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# uses ruby19 hash syntax +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_NAME="georuby" + +inherit ruby-fakegem + +DESCRIPTION="Ruby data holder for OGC Simple Features" +HOMEPAGE="http://github.com/nofxx/georuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/dbf + dev-ruby/nokogiri" diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild new file mode 100644 index 000000000000..17a3146a8df7 --- /dev/null +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_NAME="georuby" + +inherit ruby-fakegem + +DESCRIPTION="Ruby data holder for OGC Simple Features" +HOMEPAGE="https://github.com/nofxx/georuby" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_prepare() { + # Avoid specs that are also failing in upstream Travis. + rm spec/geo_ruby/shp4r/shp_spec.rb || die +} + +ruby_add_bdepend "test? ( dev-ruby/dbf + dev-ruby/nokogiri )" diff --git a/dev-ruby/GeoRuby/Manifest b/dev-ruby/GeoRuby/Manifest new file mode 100644 index 000000000000..a8c97a042ea0 --- /dev/null +++ b/dev-ruby/GeoRuby/Manifest @@ -0,0 +1,2 @@ +DIST georuby-2.2.1.gem 210944 SHA256 c549d348ecdb8f5ce5c728a5cfa0bb1b550f193cf78b83eb426cd62ca64a3cb3 SHA512 22b5641f747ca32ea8c40997985896994f97e4bfebd0551f97cb0aaeb04b9f7829fee8c5ec15c246d7802f76a934d03c4558250285545a7242dcefac719d2997 WHIRLPOOL 5a83a125e118ec6e4cd40c60c3310aa8cb114e25315149b5b5656a596c206f9fcb82567f30a727aafa8b90108c9ac9ebe7471a2253918c0d1a9f62df581198f8 +DIST georuby-2.5.2.gem 211456 SHA256 81ef2066a1b701c7d1f20c17450ae137c4f5a095eab307077f61e06489d4eb97 SHA512 f65aca747ff2615ce2cecf0d3a9fa8728b362f211da0433b075e5abd95644daa8d5d8a6e19b051b8e2b78d55e819f07b19b2dfcb95f26f3d678c698fd7126f3f WHIRLPOOL 47318a486078e5f8e77855fdd4640ac08bb658e303f3de2680da0d693dc5e94cd9cebceadb4aa1de3ece826cf6849c0402898a7dffd9a6f0064df0a26b6d5e50 diff --git a/dev-ruby/GeoRuby/metadata.xml b/dev-ruby/GeoRuby/metadata.xml new file mode 100644 index 000000000000..cfa7a97dc160 --- /dev/null +++ b/dev-ruby/GeoRuby/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <herd>sci-geosciences</herd> + <upstream> + <remote-id type="github">nofxx/georuby</remote-id> + </upstream> +</pkgmetadata> |