* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubypants: ChangeLog rubypants-0.2.0-r1.ebuild rubypants-0.2.0.ebuild
@ 2010-05-22 15:52 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:52 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/22 15:52:00
Modified: ChangeLog rubypants-0.2.0-r1.ebuild
rubypants-0.2.0.ebuild
Log:
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-ruby/rubypants/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 16 Dec 2009 22:05:49 -0000 1.5
+++ ChangeLog 22 May 2010 15:52:00 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubypants
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.5 2009/12/16 22:05:49 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.6 2010/05/22 15:52:00 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ rubypants-0.2.0.ebuild, rubypants-0.2.0-r1.ebuild:
+ Various cleanups.
*rubypants-0.2.0-r1 (16 Dec 2009)
1.2 dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild?r1=1.1&r2=1.2
Index: rubypants-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubypants-0.2.0-r1.ebuild 16 Dec 2009 22:05:49 -0000 1.1
+++ rubypants-0.2.0-r1.ebuild 22 May 2010 15:52:00 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild,v 1.1 2009/12/16 22:05:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild,v 1.2 2010/05/22 15:52:00 flameeyes Exp $
EAPI=2
@@ -19,7 +19,7 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
each_ruby_install() {
ruby_fakegem_genspec
1.5 dev-ruby/rubypants/rubypants-0.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild?r1=1.4&r2=1.5
Index: rubypants-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rubypants-0.2.0.ebuild 6 Oct 2008 20:27:03 -0000 1.4
+++ rubypants-0.2.0.ebuild 22 May 2010 15:52:00 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild,v 1.4 2008/10/06 20:27:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild,v 1.5 2010/05/22 15:52:00 flameeyes Exp $
inherit ruby gems
@@ -8,7 +8,6 @@
DESCRIPTION="A Ruby port of the SmartyPants PHP library."
HOMEPAGE="http://chneukirchen.org/blog/static/projects/rubypants.html"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="Ruby"
SLOT="0"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-22 15:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 15:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubypants: ChangeLog rubypants-0.2.0-r1.ebuild rubypants-0.2.0.ebuild 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