mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
ruby-fakegem.eclass: Drop stale CVS $Revision$ keyword
Acked by graaff.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user