public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdtool: ChangeLog rdtool-0.6.22-r2.ebuild
@ 2012-07-29  7:15 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2012-07-29  7:15 UTC (permalink / raw
  To: gentoo-commits

graaff      12/07/29 07:15:40

  Modified:             ChangeLog
  Added:                rdtool-0.6.22-r2.ebuild
  Log:
  Drop dependency on dev-ruby/amstd since the code does not reference it at all. Add other ruby targets blocked by that.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-ruby/rdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	8 Mar 2012 17:48:32 -0000	1.47
+++ ChangeLog	29 Jul 2012 07:15:40 -0000	1.48
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/rdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.47 2012/03/08 17:48:32 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.48 2012/07/29 07:15:40 graaff Exp $
+
+*rdtool-0.6.22-r2 (29 Jul 2012)
+
+  29 Jul 2012; Hans de Graaff <graaff@gentoo.org> +rdtool-0.6.22-r2.ebuild:
+  Drop dependency on dev-ruby/amstd since the code does not reference it at
+  all. Add other ruby targets blocked by that.
 
   08 Mar 2012; Naohiro Aota <naota@gentoo.org> rdtool-0.6.22-r1.ebuild:
   Add ~x86-fbsd.



1.1                  dev-ruby/rdtool/rdtool-0.6.22-r2.ebuild

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

Index: rdtool-0.6.22-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.22-r2.ebuild,v 1.1 2012/07/29 07:15:40 graaff Exp $

EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby"

inherit elisp-common ruby-ng

DESCRIPTION="A multipurpose documentation format for Ruby"
HOMEPAGE="http://raa.ruby-lang.org/project/rdtool"
SRC_URI="http://www.moonwolf.com/ruby/archive/${P}.tar.gz"
LICENSE="Ruby GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="emacs"

RDEPEND="${RDEPEND} emacs? ( virtual/emacs )"

SITEFILE=50${PN}-gentoo.el

each_ruby_test() {
	${RUBY} -Ilib:. test.rb || die
}

each_ruby_install() {
	RUBY_ECONF="${RUBY_ECONF} ${EXTRA_ECONF}"

	${RUBY} setup.rb config --prefix=/usr "$@" \
		${RUBY_ECONF} || die "setup.rb config failed"
	${RUBY} setup.rb install --prefix="${D}" "$@" \
		${RUBY_ECONF} || die "setup.rb install failed"
}

all_ruby_install() {
	if use emacs ; then
		elisp-install ${PN} utils/rd-mode.el
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	fi

	dodoc HISTORY README.*
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}





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

only message in thread, other threads:[~2012-07-29  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-29  7:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/rdtool: ChangeLog rdtool-0.6.22-r2.ebuild 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