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/pkg-config/
Date: Wed, 26 Apr 2017 04:59:19 +0000 (UTC)	[thread overview]
Message-ID: <1493182434.0a7ed74a1c389c99853bbec11c64549f72f05d32.graaff@gentoo> (raw)

commit:     0a7ed74a1c389c99853bbec11c64549f72f05d32
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 04:53:54 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 04:53:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7ed74a

dev-ruby/pkg-config: add 1.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/pkg-config/Manifest                |  1 +
 dev-ruby/pkg-config/pkg-config-1.2.0.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index c62f42bbf17..2df9ac8e47c 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,2 +1,3 @@
 DIST pkg-config-1.1.7.gem 19456 SHA256 1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252 SHA512 9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb98510bbbb34f757c702e220f728fba1c2337 WHIRLPOOL b1eea580d1db95bd651004752f913c7ce5f821ebaa0a1742609bd2e07738c2d125b36f6d5a03dd8b6c34b126246163ee1bd59ef19143df8a0b2f01bb7b260f9b
 DIST pkg-config-1.1.9.gem 19456 SHA256 7a0e8b9b99bb6bd1c816d19d3507bffe68116bc2ed387d4233f0b079c4d6e4c5 SHA512 0b337ffbf8a18a4dcde24b96a343e7599aed3cde2bec0fb74cc96b7377492f4df4893ba595f191739ed88b4876b66d9dcc2f59296bb58adcf871a82f8e4b8862 WHIRLPOOL 1b95e7d1a7e747890ef1da12adf71322738b914b0ca8fc27147461b6c3aa8166000c987af046522f2470aa1de1ff71f0f3a75a0b65f4ab20b8010e3baa96f734
+DIST pkg-config-1.2.0.gem 19968 SHA256 8fa0d9870bcefc13fe1526f80567b21eadd35989330e553b54a48c699b70743a SHA512 b4bd1b7be6cabc4413ada62c78d8434ab77e27e7a5fcf671f623907a95b7f33cd8d331013cc73b5e8f7dfe24eef738ca047ed229c286aa392c8070892ccb3c20 WHIRLPOOL 440edd604e243640edda3b35b1daf5a5d77139e71d5a2a16f012d272644e9addfca0b23e9e5778ed812fbcfd1c6a1d12682d13418a6a704ceea8884de114e656

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.0.ebuild b/dev-ruby/pkg-config/pkg-config-1.2.0.ebuild
new file mode 100644
index 00000000000..b6263153de8
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config"
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+	# drop failing tests
+	sed -i -e "/test_cflags/,/end/d"\
+		-e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+	ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}


             reply	other threads:[~2017-04-26  4:59 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-26  4:59 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27 13:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/ Hans de Graaff
2023-11-20  7:17 Hans de Graaff
2023-11-20  7:16 Hans de Graaff
2023-09-05  4:08 Hans de Graaff
2023-08-30  5:25 Hans de Graaff
2023-07-31 18:57 Arthur Zamarin
2023-07-11  7:47 Hans de Graaff
2023-06-18  4:22 Hans de Graaff
2023-04-23 23:01 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:52 Sam James
2023-04-10 10:52 Sam James
2023-03-11  8:25 Hans de Graaff
2023-03-11  8:25 Hans de Graaff
2022-12-03  9:14 Hans de Graaff
2022-12-02 18:59 Arthur Zamarin
2022-11-26 14:11 Arthur Zamarin
2022-11-26 14:11 Arthur Zamarin
2022-11-26 13:58 Hans de Graaff
2022-11-26 13:56 Arthur Zamarin
2022-11-26 13:56 Arthur Zamarin
2022-11-26 12:41 Arthur Zamarin
2022-08-27  6:18 Hans de Graaff
2022-04-30  9:08 Hans de Graaff
2022-04-26 13:45 Sam James
2022-04-23  5:14 Hans de Graaff
2021-08-02 21:48 Marek Szuba
2021-04-15  5:12 Hans de Graaff
2021-02-09  5:47 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2020-12-29  6:36 Hans de Graaff
2020-09-15  5:09 Hans de Graaff
2020-09-14  7:29 Hans de Graaff
2020-09-13 10:50 Sergei Trofimovich
2020-08-13 19:35 Hans de Graaff
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-04-28  4:41 Hans de Graaff
2020-02-10  6:18 Hans de Graaff
2019-12-26 15:41 Hans de Graaff
2019-11-02 10:10 Hans de Graaff
2019-10-24  5:41 Hans de Graaff
2019-09-28  5:47 Hans de Graaff
2019-08-13  5:44 Hans de Graaff
2019-08-13  5:44 Hans de Graaff
2019-04-06  6:16 Hans de Graaff
2019-04-06  6:16 Hans de Graaff
2019-03-13  7:03 Hans de Graaff
2019-03-08  5:29 Hans de Graaff
2019-02-19  6:28 Hans de Graaff
2019-02-19  6:28 Hans de Graaff
2019-02-10 11:07 Hans de Graaff
2018-12-26 17:47 Hans de Graaff
2018-11-05  6:31 Hans de Graaff
2018-05-15  5:15 Hans de Graaff
2018-05-14 21:16 Sergei Trofimovich
2018-05-01  4:45 Hans de Graaff
2018-03-31 14:17 Tobias Klausmann
2018-03-22  6:07 Markus Meier
2018-01-15  7:26 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2017-12-26 11:46 Sergei Trofimovich
2017-12-26  7:35 Hans de Graaff
2017-12-26  0:59 Thomas Deutschmann
2017-12-23 20:36 Sergei Trofimovich
2017-12-22  6:44 Hans de Graaff
2017-12-22  6:44 Hans de Graaff
2017-10-29  5:57 Hans de Graaff
2017-08-22  4:09 Hans de Graaff
2017-08-07  4:44 Hans de Graaff
2017-08-07  4:44 Hans de Graaff
2017-06-28  9:35 Alexis Ballier
2017-06-02  4:45 Hans de Graaff
2017-05-29  4:31 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2017-04-21  5:07 Hans de Graaff
2017-04-20  5:03 Hans de Graaff
2016-12-27  6:22 Hans de Graaff
2016-12-19 15:12 Agostino Sarubbo
2016-11-13 11:28 Hans de Graaff
2016-10-02  8:59 Jeroen Roovers
2016-06-14 19:35 Markus Meier
2016-06-07 18:29 Tobias Klausmann
2016-01-06  6:33 Hans de Graaff
2016-01-03  7:59 Hans de Graaff
2016-01-03  7:28 Hans de Graaff
2016-01-02 16:53 Jeroen Roovers
2015-12-26 10:36 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-14 14:12 Agostino Sarubbo

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=1493182434.0a7ed74a1c389c99853bbec11c64549f72f05d32.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