public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/webgen: webgen-0.5.14.ebuild ChangeLog
@ 2010-08-14  7:17 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-08-14  7:17 UTC (permalink / raw
  To: gentoo-commits

graaff      10/08/14 07:17:46

  Modified:             ChangeLog
  Added:                webgen-0.5.14.ebuild
  Log:
  Version bump. Enable tests.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-text/webgen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Jul 2010 08:32:41 -0000	1.11
+++ ChangeLog	14 Aug 2010 07:17:46 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/webgen
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.11 2010/07/21 08:32:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.12 2010/08/14 07:17:46 graaff Exp $
+
+*webgen-0.5.14 (14 Aug 2010)
+
+  14 Aug 2010; Hans de Graaff <graaff@gentoo.org> +webgen-0.5.14.ebuild:
+  Version bump. Enable tests.
 
   21 Jul 2010; Hans de Graaff <graaff@gentoo.org> webgen-0.5.13.ebuild:
   Add missing rdoc dependency, bug 329041.



1.1                  app-text/webgen/webgen-0.5.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild?rev=1.1&content-type=text/plain

Index: webgen-0.5.14.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v 1.1 2010/08/14 07:17:46 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc"
RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog THANKS"
RUBY_FAKEGEM_EXTRAINSTALL="data misc"

inherit ruby-fakegem

DESCRIPTION="A template-based static website generator."
HOMEPAGE="http://webgen.rubyforge.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="builder highlight markdown"

ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"

ruby_add_rdepend ">=dev-ruby/cmdparse-2.0.0
		>=dev-ruby/redcloth-4.1.9
		builder? ( >=dev-ruby/builder-2.1.0 )
		highlight? ( >=dev-ruby/coderay-0.8.312 )
		markdown? ( dev-ruby/maruku )"

all_ruby_prepare() {
	# Remove tests for optional dependencies that we do not have
	# packaged yet.
	rm test/test_contentprocessor_{kramdown,less,rdiscount}.rb || die
	sed -i -e '/def test_render/,/^\s*$/d' test/test_cli.rb || die

	# Add empty directory that does not get packaged by rubygems.
	# http://rubyforge.org/tracker/index.php?func=detail&aid=28393&group_id=296&atid=1207
	mkdir data/webgen/website_skeleton/src || die
}

all_ruby_install() {
	all_fakegem_install

	doman man/man1/webgen.1 || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-text/webgen: webgen-0.5.14.ebuild ChangeLog
@ 2013-09-01 12:41 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-09-01 12:41 UTC (permalink / raw
  To: gentoo-commits

graaff      13/09/01 12:41:00

  Modified:             webgen-0.5.14.ebuild ChangeLog
  Log:
  Drop virtual/ruby-test-unit which is a noop, bug 380711.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  app-text/webgen/webgen-0.5.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild?r1=1.1&r2=1.2

Index: webgen-0.5.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webgen-0.5.14.ebuild	14 Aug 2010 07:17:46 -0000	1.1
+++ webgen-0.5.14.ebuild	1 Sep 2013 12:41:00 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v 1.1 2010/08/14 07:17:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v 1.2 2013/09/01 12:41:00 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -20,7 +20,6 @@
 IUSE="builder highlight markdown"
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
 
 ruby_add_rdepend ">=dev-ruby/cmdparse-2.0.0
 		>=dev-ruby/redcloth-4.1.9



1.17                 app-text/webgen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/webgen/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	11 Aug 2013 07:06:53 -0000	1.16
+++ ChangeLog	1 Sep 2013 12:41:00 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/webgen
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.16 2013/08/11 07:06:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.17 2013/09/01 12:41:00 graaff Exp $
+
+  01 Sep 2013; Hans de Graaff <graaff@gentoo.org> webgen-0.5.14.ebuild:
+  Drop virtual/ruby-test-unit which is a noop, bug 380711.
 
   11 Aug 2013; Hans de Graaff <graaff@gentoo.org> metadata.xml:
   Drop package from ruby herd as per 2013-07-21 announcement.





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

end of thread, other threads:[~2013-09-01 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14  7:17 [gentoo-commits] gentoo-x86 commit in app-text/webgen: webgen-0.5.14.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-01 12:41 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