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/pg_array_parser/
Date: Fri, 25 Aug 2017 06:09:10 +0000 (UTC)	[thread overview]
Message-ID: <1503640937.0f70aac97d0470a77dbe93a44b84e93fde92db2f.graaff@gentoo> (raw)

commit:     0f70aac97d0470a77dbe93a44b84e93fde92db2f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 06:02:17 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 06:02:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f70aac9

dev-ruby/pg_array_parser: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../pg_array_parser-0.0.9-r1.ebuild                | 53 ----------------------
 1 file changed, 53 deletions(-)

diff --git a/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r1.ebuild b/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r1.ebuild
deleted file mode 100644
index fb72d37e4fe..00000000000
--- a/dev-ruby/pg_array_parser/pg_array_parser-0.0.9-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Simple library to parse PostgreSQL arrays into a array of strings"
-HOMEPAGE="https://github.com/dockyard/pg_array_parser"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-3)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "dev-ruby/bundler"
-
-all_ruby_prepare() {
-	[ -f Gemfile.lock ] && rm Gemfile.lock
-	#if ! use development; then
-		sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
-		sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
-		sed -i -e "/gem.add_development_dependency/d" "${PN}".gemspec || die
-	#fi
-	#if ! use test; then
-		sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
-	#fi
-	#if ! use test && ! use development; then
-		sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
-	#fi
-}
-
-each_ruby_prepare() {
-	if [ -f Gemfile ]; then
-		BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
-		BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
-	fi
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/pg_array_parser extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake -Cext/pg_array_parser V=1
-	cp ext/pg_array_parser/pg_array_parser.so lib/
-}


             reply	other threads:[~2017-08-25  6:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25  6:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01 18:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg_array_parser/ Hans de Graaff
2023-12-31 11:09 Hans de Graaff
2023-06-29 20:13 Hans de Graaff
2022-04-30  9:08 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2021-10-17  6:04 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2018-04-16 18:32 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2016-08-13  6:43 Hans de Graaff
2016-04-16 21:22 Manuel Rüger
2015-09-09  5:49 Hans de Graaff
2015-09-07 21:56 Richard Farina

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=1503640937.0f70aac97d0470a77dbe93a44b84e93fde92db2f.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