graaff 14/07/18 09:44:46
Modified: transaction-simple-1.4.0.2-r1.ebuild ChangeLog
transaction-simple-1.4.0.2.ebuild
Log:
Update HOMEPAGE. Avoid hoe for documentation building due to
incompatabilities. Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.3
dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?r1=1.2&r2=1.3
Index: transaction-simple-1.4.0.2-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- transaction-simple-1.4.0.2-r1.ebuild 19 Apr 2014 03:16:52 -0000
1.2
+++ transaction-simple-1.4.0.2-r1.ebuild 18 Jul 2014 09:44:46 -0000
1.3
@@ -1,10 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v
1.2 2014/04/19 03:16:52 mrueg Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v
1.3 2014/07/18 09:44:46 graaff Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC="docs"
@@ -14,18 +15,17 @@
inherit ruby-fakegem
DESCRIPTION="Provides transaction support at the object level"
-HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
+HOMEPAGE="https://github.com/halostatue/transaction-simple"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="test"
ruby_add_bdepend "
test? (
>=dev-ruby/test-unit-2.5.1-r1
- )
- doc? ( dev-ruby/hoe )"
+ )"
each_ruby_test() {
ruby-ng_testrb-2 -Ilib test/test_*.rb
1.32 dev-ruby/transaction-simple/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.32&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.32&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 19 Apr 2014 03:16:52 -0000 1.31
+++ ChangeLog 18 Jul 2014 09:44:46 -0000 1.32
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/transaction-simple
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
1.31 2014/04/19 03:16:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
1.32 2014/07/18 09:44:46 graaff Exp $
+
+ 18 Jul 2014; Hans de Graaff <[email protected]>
+ transaction-simple-1.4.0.2.ebuild, transaction-simple-1.4.0.2-r1.ebuild:
+ Update HOMEPAGE. Avoid hoe for documentation building due to
+ incompatabilities. Add ruby21.
19 Apr 2014; Manuel RĂ¼ger <[email protected]>
transaction-simple-1.4.0.2-r1.ebuild, transaction-simple-1.4.0.2.ebuild:
1.7
dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild?r1=1.6&r2=1.7
Index: transaction-simple-1.4.0.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- transaction-simple-1.4.0.2.ebuild 19 Apr 2014 03:16:52 -0000 1.6
+++ transaction-simple-1.4.0.2.ebuild 18 Jul 2014 09:44:46 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild,v
1.6 2014/04/19 03:16:52 mrueg Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2.ebuild,v
1.7 2014/07/18 09:44:46 graaff Exp $
EAPI=4
USE_RUBY="ruby19"
@@ -14,7 +14,7 @@
inherit ruby-fakegem
DESCRIPTION="Provides transaction support at the object level"
-HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
+HOMEPAGE="https://github.com/halostatue/transaction-simple"
LICENSE="MIT"
SLOT="0"