diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-12-13 09:23:37 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-12-13 09:23:37 +0000 |
commit | b8431bbaf2c67dc87e3293f172c71614ba2e9e51 (patch) | |
tree | bc039a1c47b7621c828ab32f7b1cd78e60e4e648 /dev-ruby/http-cookie | |
parent | Version bump. (diff) | |
download | gentoo-2-b8431bbaf2c67dc87e3293f172c71614ba2e9e51.tar.gz gentoo-2-b8431bbaf2c67dc87e3293f172c71614ba2e9e51.tar.bz2 gentoo-2-b8431bbaf2c67dc87e3293f172c71614ba2e9e51.zip |
Initial ebuild.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/http-cookie')
-rw-r--r-- | dev-ruby/http-cookie/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/http-cookie/http-cookie-1.0.2.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/http-cookie/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/http-cookie/ChangeLog b/dev-ruby/http-cookie/ChangeLog new file mode 100644 index 000000000000..cd4a8f0a9b28 --- /dev/null +++ b/dev-ruby/http-cookie/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/http-cookie +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.1 2013/12/13 09:23:37 mrueg Exp $ + +*http-cookie-1.0.2 (13 Dec 2013) + + 13 Dec 2013; Manuel Rüger <mrueg@gentoo.org> +http-cookie-1.0.2.ebuild, + +metadata.xml: + Initial ebuild. diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild new file mode 100644 index 000000000000..b7bf2f818411 --- /dev/null +++ b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.1 2013/12/13 09:23:37 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A ruby library to handle HTTP cookies" +HOMEPAGE="https://github.com/sparklemotion/http-cookie" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e "/simplecov/d" Rakefile || die +} diff --git a/dev-ruby/http-cookie/metadata.xml b/dev-ruby/http-cookie/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/http-cookie/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> |