You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/lightweight-cvs-toolkit/lightweight-cvs-toolkit-1.e...

23 lines
475 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Tools to create partial CVS checkout, merge PRs and revert commits"
HOMEPAGE="https://bitbucket.org/mgorny/lightweight-cvs-toolkit"
SRC_URI="https://bitbucket.org/mgorny/${PN}/downloads/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-vcs/cvs
dev-vcs/git"
src_install() {
dobin lcvs-*
dodoc README
}