mrueg 14/11/22 20:14:34
Modified: capistrano-2.15.5-r1.ebuild
capistrano-2.15.5.ebuild ChangeLog
Log:
Fix Homepage. See bug #530128.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild?r1=1.1&r2=1.2
Index: capistrano-2.15.5-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capistrano-2.15.5-r1.ebuild 13 Aug 2014 13:20:26 -0000 1.1
+++ capistrano-2.15.5-r1.ebuild 22 Nov 2014 20:14:33 -0000 1.2
@@ -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/capistrano/capistrano-2.15.5-r1.ebuild,v 1.1
2014/08/13 13:20:26 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild,v 1.2
2014/11/22 20:14:33 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
+HOMEPAGE="http://capistranorb.com/"
LICENSE="MIT"
SLOT="2"
1.7 dev-ruby/capistrano/capistrano-2.15.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild?r1=1.6&r2=1.7
Index: capistrano-2.15.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- capistrano-2.15.5.ebuild 15 May 2014 01:07:07 -0000 1.6
+++ capistrano-2.15.5.ebuild 22 Nov 2014 20:14:33 -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/capistrano/capistrano-2.15.5.ebuild,v 1.6
2014/05/15 01:07:07 mrueg Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild,v 1.7
2014/11/22 20:14:33 mrueg Exp $
EAPI=5
USE_RUBY="ruby19"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
+HOMEPAGE="http://capistranorb.com/"
LICENSE="MIT"
SLOT="2"
1.104 dev-ruby/capistrano/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.104&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.104&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 13 Aug 2014 13:20:26 -0000 1.103
+++ ChangeLog 22 Nov 2014 20:14:33 -0000 1.104
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.103
2014/08/13 13:20:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.104
2014/11/22 20:14:33 mrueg Exp $
+
+ 22 Nov 2014; Manuel RĂ¼ger <[email protected]> capistrano-2.15.5-r1.ebuild,
+ capistrano-2.15.5.ebuild:
+ Fix Homepage. See bug #530128.
*capistrano-2.15.5-r1 (13 Aug 2014)