summaryrefslogtreecommitdiff
blob: 8e74aadfab910300e7d8e4f411883938caff6747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
}