cvs2svn 2.5.0
Closes #32872. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
37930df1de
commit
520c26a639
1 changed files with 3 additions and 15 deletions
|
@ -1,9 +1,8 @@
|
|||
class Cvs2svn < Formula
|
||||
desc "Tool for converting from CVS to Subversion"
|
||||
homepage "http://cvs2svn.tigris.org/"
|
||||
url "http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-2.4.0.tar.gz"
|
||||
sha256 "a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116"
|
||||
revision 1
|
||||
url "http://cvs2svn.tigris.org/files/documents/1462/49543/cvs2svn-2.5.0.tar.gz"
|
||||
sha256 "6409d118730722f439760d41c08a5bfd05e5d3ff4a666050741e4a5dc2076aea"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -13,8 +12,7 @@ class Cvs2svn < Formula
|
|||
sha256 "c3c7bfaf4dd467504aecd039742152ce173529c6d3ff53ef0d6e2cbee0d5f5e6" => :el_capitan
|
||||
end
|
||||
|
||||
# cvs2svn requires python with gdbm support
|
||||
depends_on "python@2"
|
||||
depends_on "python@2" # does not support Python 3
|
||||
|
||||
def install
|
||||
system "python", "setup.py", "install", "--prefix=#{prefix}"
|
||||
|
@ -28,16 +26,6 @@ class Cvs2svn < Formula
|
|||
doc.install Dir["{doc,www}/*"]
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
NOTE: man pages have been installed, but for better documentation see:
|
||||
#{HOMEBREW_PREFIX}/share/doc/cvs2svn/cvs2svn.html
|
||||
or http://cvs2svn.tigris.org/cvs2svn.html.
|
||||
|
||||
Contrib scripts and example options files are installed in:
|
||||
#{opt_prefix}
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match version.to_s, shell_output("#{bin}/cvs2svn --version")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue