public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: pkg-config-1.1.4.ebuild ChangeLog
@ 2012-08-13  0:07 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13  0:07 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/13 00:07:58

  Modified:             ChangeLog
  Added:                pkg-config-1.1.4.ebuild
  Log:
  Version bump: use EAPI 4, add testing through test-unit-2 and helper, install NEWS file.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-ruby/pkg-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Aug 2012 12:24:59 -0000	1.15
+++ ChangeLog	13 Aug 2012 00:07:58 -0000	1.16
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/pkg-config
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.15 2012/08/04 12:24:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.16 2012/08/13 00:07:58 flameeyes Exp $
+
+*pkg-config-1.1.4 (13 Aug 2012)
+
+  13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +pkg-config-1.1.4.ebuild,
+  -files/pkg-config-1.1.1-Manifest.txt:
+  Version bump: use EAPI 4, add testing through test-unit-2 and helper, install
+  NEWS file.
 
   04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pkg-config-1.1.3.ebuild:
   Stable for amd64, wrt bug #428040
@@ -57,4 +64,3 @@
   26 May 2011; Naohiro Aota <naota@gentoo.org> +pkg-config-1.1.1.ebuild,
   +files/pkg-config-1.1.1-Manifest.txt, +metadata.xml:
   New package dev-ruby/pkg-config. Dependency for bug #345721
-



1.1                  dev-ruby/pkg-config/pkg-config-1.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild?rev=1.1&content-type=text/plain

Index: pkg-config-1.1.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v 1.1 2012/08/13 00:07:58 flameeyes Exp $

EAPI="4"
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_RECIPE_TEST="none"

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="~amd64 ~ppc ~ppc64 ~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 )"

each_ruby_test() {
	ruby-ng_testrb-2 test/test_${PN/-/_}.rb
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: pkg-config-1.1.4.ebuild ChangeLog
@ 2012-09-30 22:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-09-30 22:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/09/30 22:06:16

  Modified:             pkg-config-1.1.4.ebuild ChangeLog
  Log:
  Add missing dependency on virtual/pkgconfig.
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/pkg-config/pkg-config-1.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild?r1=1.1&r2=1.2

Index: pkg-config-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkg-config-1.1.4.ebuild	13 Aug 2012 00:07:58 -0000	1.1
+++ pkg-config-1.1.4.ebuild	30 Sep 2012 22:06:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v 1.1 2012/08/13 00:07:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v 1.2 2012/09/30 22:06:16 flameeyes Exp $
 
 EAPI="4"
 USE_RUBY="ruby18 ruby19 ree18"
@@ -24,6 +24,7 @@
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
 # this is used for testing
 DEPEND+=" test? ( x11-libs/cairo )"
+RDEPEND+=" virtual/pkgconfig"
 
 each_ruby_test() {
 	ruby-ng_testrb-2 test/test_${PN/-/_}.rb



1.19                 dev-ruby/pkg-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Sep 2012 18:06:09 -0000	1.18
+++ ChangeLog	30 Sep 2012 22:06:16 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/pkg-config
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.18 2012/09/09 18:06:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.19 2012/09/30 22:06:16 flameeyes Exp $
+
+  30 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> pkg-config-1.1.4.ebuild:
+  Add missing dependency on virtual/pkgconfig.
 
   09 Sep 2012; Hans de Graaff <graaff@gentoo.org> -pkg-config-1.1.2.ebuild:
   Cleanup.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-30 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-30 22:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: pkg-config-1.1.4.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-13  0:07 Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox