From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-ruby/rack-ssl/Manifest | 2 ++ dev-ruby/rack-ssl/metadata.xml | 12 ++++++++++++ dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild | 24 ++++++++++++++++++++++++ dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 dev-ruby/rack-ssl/Manifest create mode 100644 dev-ruby/rack-ssl/metadata.xml create mode 100644 dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild create mode 100644 dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild (limited to 'dev-ruby/rack-ssl') diff --git a/dev-ruby/rack-ssl/Manifest b/dev-ruby/rack-ssl/Manifest new file mode 100644 index 000000000000..6551f8aa80ba --- /dev/null +++ b/dev-ruby/rack-ssl/Manifest @@ -0,0 +1,2 @@ +DIST rack-ssl-1.3.4-git.tgz 3185 SHA256 b799b9a97ccd7f59979294f73ca135228deceed26fb8a8c2f5a19e37c33f2972 SHA512 4a52d30afd9306975579f9773b7fb59f4174fa095497a7071e48599ad261eb6bfbd040e49260f1996e94b897e38873b7d5b47dae494e09cc1ad22c7078458afc WHIRLPOOL b5242f53cfbfc92db9b76ed15e29f1d5ecb9e912a5dca57cb5c5542e69e62dbe65d376b0069cb41b48beb174a19029a5ed4907d1fa8eb9fbff98da7e4a7c842f +DIST rack-ssl-1.4.1-git.tgz 3238 SHA256 6070e5446025628c9559f522a57b5491a7a98e3194f9d108a7ed1d5e70f37cc8 SHA512 700a2cbc848be8e410186e6af709c5d7a8bae65ada02b405711dc60f8c6e1fe4fb00c3acc55ddc76a1d79e9468ba8f92d0350c983d5c1b83e4cee2b91aa68f23 WHIRLPOOL 7630e86429c9e14a3f6b88e9e8a25889eb921a3830ad5048e62e60acea86f12a262702f8ccd3fecd5b46ec662bc5378c3713a572acc38c1bb8079e6662102814 diff --git a/dev-ruby/rack-ssl/metadata.xml b/dev-ruby/rack-ssl/metadata.xml new file mode 100644 index 000000000000..054395e73378 --- /dev/null +++ b/dev-ruby/rack-ssl/metadata.xml @@ -0,0 +1,12 @@ + + + + ruby + +Rack provides a common API for connecting web frameworks, web servers and layers +of software inbetween. + + + josh/rack-ssl + + diff --git a/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild b/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild new file mode 100644 index 000000000000..a47e648ea87e --- /dev/null +++ b/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem eutils versionator + +DESCRIPTION="Force SSL/TLS in your app" +HOMEPAGE="https://github.com/josh/rack-ssl/" +SRC_URI="https://github.com/josh/rack-ssl/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +ruby_add_rdepend "virtual/ruby-ssl" + +ruby_add_bdepend "test? ( dev-ruby/rack-test )" diff --git a/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild b/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild new file mode 100644 index 000000000000..a47e648ea87e --- /dev/null +++ b/dev-ruby/rack-ssl/rack-ssl-1.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem eutils versionator + +DESCRIPTION="Force SSL/TLS in your app" +HOMEPAGE="https://github.com/josh/rack-ssl/" +SRC_URI="https://github.com/josh/rack-ssl/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +ruby_add_rdepend "virtual/ruby-ssl" + +ruby_add_bdepend "test? ( dev-ruby/rack-test )" -- cgit v1.2.3-65-gdbad