mrueg 14/08/05 16:00:52
Modified: webrobots-0.1.1-r1.ebuild webrobots-0.1.1.ebuild
ChangeLog
Log:
Remove trailing '.' from DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key
)
Revision Changes Path
1.4 dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?r1=1.3&r2=1.4
Index: webrobots-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webrobots-0.1.1-r1.ebuild 23 May 2014 05:41:22 -0000 1.3
+++ webrobots-0.1.1-r1.ebuild 5 Aug 2014 16:00:52 -0000 1.4
@@ -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/webrobots/webrobots-0.1.1-r1.ebuild,v 1.3
2014/05/23 05:41:22 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.4
2014/08/05 16:00:52 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
-DESCRIPTION="A library to help write robots.txt compliant web robots."
+DESCRIPTION="A library to help write robots.txt compliant web robots"
HOMEPAGE="http://rubygems.org/gems/webrobots"
LICENSE="BSD-2"
1.5 dev-ruby/webrobots/webrobots-0.1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild?r1=1.4&r2=1.5
Index: webrobots-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webrobots-0.1.1.ebuild 5 Apr 2014 23:49:59 -0000 1.4
+++ webrobots-0.1.1.ebuild 5 Aug 2014 16:00:52 -0000 1.5
@@ -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/webrobots/webrobots-0.1.1.ebuild,v
1.4 2014/04/05 23:49:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1.ebuild,v
1.5 2014/08/05 16:00:52 mrueg Exp $
EAPI=5
USE_RUBY="ruby19"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
-DESCRIPTION="A library to help write robots.txt compliant web robots."
+DESCRIPTION="A library to help write robots.txt compliant web robots"
HOMEPAGE="http://rubygems.org/gems/webrobots"
LICENSE="BSD-2"
1.17 dev-ruby/webrobots/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 23 May 2014 05:41:22 -0000 1.16
+++ ChangeLog 5 Aug 2014 16:00:52 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/webrobots
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.16
2014/05/23 05:41:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.17
2014/08/05 16:00:52 mrueg Exp $
+
+ 05 Aug 2014; Manuel RĂ¼ger <[email protected]> webrobots-0.1.1-r1.ebuild,
+ webrobots-0.1.1.ebuild:
+ Remove trailing '.' from DESCRIPTION.
23 May 2014; Hans de Graaff <[email protected]> webrobots-0.1.1-r1.ebuild:
Add ruby21. Do not run test that require the network, bug 431528.