public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/stompserver: stompserver-0.9.9-r2.ebuild ChangeLog
@ 2013-08-22  0:13 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2013-08-22  0:13 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/08/22 00:13:43

  Modified:             ChangeLog
  Added:                stompserver-0.9.9-r2.ebuild
  Log:
  Fix bug #425938. Add patch for ruby19 support.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.6                  dev-ruby/stompserver/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stompserver/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	23 Sep 2012 08:41:13 -0000	1.5
+++ ChangeLog	22 Aug 2013 00:13:43 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/stompserver
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stompserver/ChangeLog,v 1.5 2012/09/23 08:41:13 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stompserver/ChangeLog,v 1.6 2013/08/22 00:13:43 mrueg Exp $
+
+*stompserver-0.9.9-r2 (22 Aug 2013)
+
+  22 Aug 2013; Manuel Rüger <mrueg@gentoo.org>
+  +files/stompserver-0.9.9-ruby19.patch, +stompserver-0.9.9-r2.ebuild:
+  Fix bug #425938. Add patch for ruby19 support.
 
   23 Sep 2012; Hans de Graaff <graaff@gentoo.org> stompserver-0.9.9-r1.ebuild:
   EAPI=4. Remove useless test dependency. Document ruby19 status.



1.1                  dev-ruby/stompserver/stompserver-0.9.9-r2.ebuild

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

Index: stompserver-0.9.9-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stompserver/stompserver-0.9.9-r2.ebuild,v 1.1 2013/08/22 00:13:43 mrueg Exp $

EAPI=5

USE_RUBY="ruby18 ruby19"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
RUBY_FAKEGEM_EXTRAINSTALL="client config"

inherit ruby-fakegem

DESCRIPTION="Stomp messaging server with FIFO queues, queue monitoring, and basic authentication."
HOMEPAGE="http://stompserver.rubyforge.org"

LICENSE="GPL-2 Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_bdepend "doc? ( dev-ruby/hoe )"
ruby_add_bdepend "test? ( dev-ruby/hoe )"

ruby_add_rdepend "dev-ruby/daemons
	dev-ruby/eventmachine"

each_ruby_prepare() {
	case ${RUBY} in
		*ruby19)
			epatch "${FILESDIR}"/${P}-ruby19.patch
			;;
		*)
			;;
	esac
}

all_ruby_install() {
	all_fakegem_install

	doinitd "${FILESDIR}"/stompserver
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-22  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22  0:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/stompserver: stompserver-0.9.9-r2.ebuild ChangeLog Manuel Rueger (mrueg)

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