ruby-fakegem.eclass: Drop stale CVS $Revision$ keyword

Acked by graaff.
This commit is contained in:
Ulrich Müller
2017-03-01 09:20:18 +01:00
parent 89b9f8ed83
commit 8674e70682

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-fakegem.eclass
@@ -302,7 +302,7 @@ ruby_fakegem_genspec() {
# so better taking this into consideration.
local quoted_description=${DESCRIPTION//\"/\\\"}
cat - > $1 <<EOF
# generated by ruby-fakegem.eclass $Revision: 1.45 $
# generated by ruby-fakegem.eclass
Gem::Specification.new do |s|
s.name = "${RUBY_FAKEGEM_NAME}"
s.version = "${RUBY_FAKEGEM_VERSION}"
@@ -355,7 +355,7 @@ ruby_fakegem_binwrapper() {
#!${rubycmd}
# This is a simplified version of the RubyGems wrapper
#
# Generated by ruby-fakegem.eclass $Revision: 1.45 $
# Generated by ruby-fakegem.eclass
require 'rubygems'