public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/origin/
Date: Fri,  3 Jun 2016 05:19:48 +0000 (UTC)	[thread overview]
Message-ID: <1464931031.2d7121fd6ac14caf2ece4fe2c19b7a9a74af1b5e.graaff@gentoo> (raw)

commit:     2d7121fd6ac14caf2ece4fe2c19b7a9a74af1b5e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 05:17:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 05:17:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7121fd

dev-ruby/origin: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/origin/Manifest            |  2 --
 dev-ruby/origin/origin-1.1.0.ebuild | 37 -------------------------------------
 dev-ruby/origin/origin-2.1.1.ebuild | 37 -------------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-ruby/origin/Manifest b/dev-ruby/origin/Manifest
index 5fe9328..c311f3c 100644
--- a/dev-ruby/origin/Manifest
+++ b/dev-ruby/origin/Manifest
@@ -1,3 +1 @@
-DIST origin-1.1.0.tar.gz 37519 SHA256 5876264ef7095e58b7516487551afd7c357cefc7d235d3e5028fc94bf7e0aeb5 SHA512 0f4de9e31a172c687e38065020e895991b53e69467e7e5a8368f34ad58b80cc03b14f9cc1f264303dbfef6f88f71fd3477b850a6a5d08871e049048336f650b2 WHIRLPOOL 2bc807bbe7554730c13d7a5e6550f3716c4758a317d004cdb4ee1fac09e08490051a2beef07d168357d702454501053f2e9574d27f89fd635c4664787f18905f
-DIST origin-2.1.1.tar.gz 42764 SHA256 e710ae991fa512b6d5cfc9a5540a170ea389de010fd83d6d953195f18892a7fd SHA512 91b4e2b7bc02b5530eb96025b4a7e92e9ad0fd27d9676b9149f66993df928e0a1027e3cc89f537549e7f9135fb5b5414211a3c624677475b84c22fb68c74dc54 WHIRLPOOL 213fc74ff94f9dbea88ddef11a4e6f3551733e430d54d4d9726601699d12977531b16d54a7b56849d3aef3b55fe8509ea9aad59982807942c5e33c7a6fa236ae
 DIST origin-2.2.0.tar.gz 43739 SHA256 c900a051f51354ac1962935c5d12b8ed28c47470ccf41c735c826346891efa6d SHA512 01befdad8aa22ee6778916d02310c1808de8a88047cf19bf0546940d32585974249cc544038c4cd0ccea94651d58e1c1966972bbdb98687f38cd4325994ebd8c WHIRLPOOL dfcd8b4d41eb12dabbfe60b8648b4a51c714dd58da133fcc5cbfbc76380a0d8a9b05aed867486719d1f71031d45e85881a461bad89dd7b78039957d887c1ffe7

diff --git a/dev-ruby/origin/origin-1.1.0.ebuild b/dev-ruby/origin/origin-1.1.0.ebuild
deleted file mode 100644
index 42804d7..0000000
--- a/dev-ruby/origin/origin-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_RECIPE_TEST="rspec"
-
-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-3.1 =dev-ruby/activesupport-3*
-		>=dev-ruby/i18n-0.6:0.6
-		>=dev-ruby/tzinfo-0.3.22
-	)"

diff --git a/dev-ruby/origin/origin-2.1.1.ebuild b/dev-ruby/origin/origin-2.1.1.ebuild
deleted file mode 100644
index cedc563..0000000
--- a/dev-ruby/origin/origin-2.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_RECIPE_TEST="rspec"
-
-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-0.3.22:0
-	)"


             reply	other threads:[~2016-06-03  5:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03  5:19 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-19  6:14 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/origin/ Hans de Graaff
2021-04-19  4:57 Hans de Graaff
2020-08-23  6:24 Hans de Graaff
2020-05-24  4:14 Hans de Graaff
2019-05-18  6:04 Hans de Graaff
2019-05-18  6:04 Hans de Graaff
2019-01-18  9:14 Hans de Graaff
2018-02-07  7:05 Hans de Graaff
2018-02-07  7:05 Hans de Graaff
2017-05-25  5:08 Hans de Graaff
2016-12-23  6:12 Hans de Graaff
2016-12-23  6:12 Hans de Graaff
2016-10-24  5:46 Hans de Graaff
2016-10-20  5:31 Hans de Graaff
2016-06-03  5:19 Hans de Graaff
2016-01-27  6:36 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464931031.2d7121fd6ac14caf2ece4fe2c19b7a9a74af1b5e.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox