cvs2svn: remove unused bdeps and commented out lines.

This commit is contained in:
Juan RP 2014-11-17 09:30:12 +01:00
parent 47adea4cb4
commit 2b1c89d499

View file

@ -1,16 +1,11 @@
# Template file for 'cvs2svn'
# libfetch doesn't understand cookies.
#XBPS_FETCH_CMD="wget"
pkgname=cvs2svn
version=2.4.0
revision=1
noarch="yes"
build_style=gnu-makefile
make_build_args="man"
hostmakedepends="wget python"
makedepends="cvs python"
hostmakedepends="python"
depends="cvs python"
short_desc="CVS to Subversion, git and bazaar repository conversion tool"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -23,5 +18,5 @@ checksum=a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116
post_install() {
vmkdir usr/share/man/man1
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/cvs2svn
vlicense COPYING
}