public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/listen: ChangeLog listen-0.7.2-r1.ebuild
@ 2013-01-21 12:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-01-21 12:09 UTC (permalink / raw
  To: gentoo-commits

graaff      13/01/21 12:09:32

  Modified:             ChangeLog
  Added:                listen-0.7.2-r1.ebuild
  Log:
  Fix rb-inotify dependency to adhere to semantic versioning.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.18                 dev-ruby/listen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 Jan 2013 12:02:25 -0000	1.17
+++ ChangeLog	21 Jan 2013 12:09:32 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/listen
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.17 2013/01/21 12:02:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.18 2013/01/21 12:09:32 graaff Exp $
+
+*listen-0.7.2-r1 (21 Jan 2013)
+
+  21 Jan 2013; Hans de Graaff <graaff@gentoo.org> +listen-0.7.2-r1.ebuild:
+  Fix rb-inotify dependency to adhere to semantic versioning.
 
   21 Jan 2013; Hans de Graaff <graaff@gentoo.org> -listen-0.5.3.ebuild,
   -listen-0.6.0.ebuild:



1.1                  dev-ruby/listen/listen-0.7.2-r1.ebuild

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

Index: listen-0.7.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.7.2-r1.ebuild,v 1.1 2013/01/21 12:09:32 graaff Exp $

EAPI=5

USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Listens to file modifications and notifies you about the changes."
HOMEPAGE="https://github.com/guard/listen"
SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE=""

ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8"

all_ruby_prepare() {
	# Adhere to semantic versioning.
	sed -i -e '/rb-inotify/ s/0.8.8/0.8/' lib/listen/adapters/linux.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/listen: ChangeLog listen-0.7.2-r1.ebuild
@ 2013-05-05  6:33 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-05-05  6:33 UTC (permalink / raw
  To: gentoo-commits

graaff      13/05/05 06:33:37

  Modified:             ChangeLog
  Removed:              listen-0.7.2-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.21                 dev-ruby/listen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 Mar 2013 06:34:25 -0000	1.20
+++ ChangeLog	5 May 2013 06:33:37 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/listen
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.20 2013/03/14 06:34:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.21 2013/05/05 06:33:37 graaff Exp $
+
+  05 May 2013; Hans de Graaff <graaff@gentoo.org> -listen-0.7.2-r1.ebuild:
+  Cleanup.
 
 *listen-0.7.3 (14 Mar 2013)
 





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

end of thread, other threads:[~2013-05-05  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 12:09 [gentoo-commits] gentoo-x86 commit in dev-ruby/listen: ChangeLog listen-0.7.2-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-05  6:33 Hans de Graaff (graaff)

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