# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils MY_P="${P/_beta1/b1}" DESCRIPTION="Generates patchset information from a CVS repository" HOMEPAGE="http://www.cobite.com/cvsps/" SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { dobin cvsps || die doman cvsps.1 dodoc README CHANGELOG }