summaryrefslogtreecommitdiff
blob: 56a7480019529556ca82378615ba90d36061706b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit ruby git

DESCRIPTION="RCS parsing library for Ruby"
HOMEPAGE="http://gitorious.org/fromcvs"
SRC_URI=""

EGIT_REPO_URI="git://gitorious.org/fromcvs/rcsparse.git"

LICENSE="BSD-4"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}"