Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-util/cvsutils
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/ChangeLog,v 1.4 2008/03/07 22:19:52 angelos Exp $
07 Mar 2008; Christoph Mende
Added ~amd64, bug #211514
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
23 May 2006; Robin H. Johnson
Bug #123708 - QA cleanup. All keywords except x86/ppc explictly dropped -
please test and re-add.
*cvsutils-0.2.3 (22 Feb 2006)
22 Feb 2006; Brandon Low
+cvsutils-0.2.3.ebuild:
New package, unstable on all arches, because it's just perl scripts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST cvsutils-0.2.3.tar.gz 68874 RMD160 8b36719b777808f3582873c0a7446d1547a63f5d SHA1 5d6345df8c315801a2b45c9d0b2a7789dbad96cc SHA256 330223f1bc15a95ad6930db713cf23c6d73ea94723a29b86f698c7fea99900ed
EBUILD cvsutils-0.2.3.ebuild 818 RMD160 52795fecceda458dcbaffe36dc6184448d1d792d SHA1 f16d283152db6abf028cf8005bee5eb633d7226a SHA256 341b0cac8ce91aa15161b2cc6ee42155d0f7322378b71f37f2478ef77ea336a1
MISC ChangeLog 776 RMD160 1c2426372b4540cfa8512e0aa24e3e9a116ffc00 SHA1 72dca77ca1468d7100e04f4967820d117f494301 SHA256 53c6e774063f1cd4781f71f7acbcb5949d7005472aac2a25e88d1a87f77d961c
MISC metadata.xml 447 RMD160 92d028ef4a9fe5c86aca2c96a506ab924bebf5b7 SHA1 5b1cfae4f5b850703c299858f1531248b94d4a40 SHA256 5efef76cd3d2516ad75b09c2a39149200cf5d0a987e827cb0b4a8dc27c03fc2e
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH0b+OKhnDs22gwa8RAms9AKC+JadVQhboU96oxRzI5QkrHnh0IACgs8UG
X/4Vxx+P3HiICGBwE3/Xe9c=
=Kd08
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/cvsutils-0.2.3.ebuild,v 1.3 2008/03/07 22:19:52 angelos Exp $
inherit autotools
DESCRIPTION="A small bundle of utilities to work with CVS repositories"
HOMEPAGE="http://www.red-bean.com/cvsutils/"
SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=""
RDEPEND="dev-lang/perl"
MAKEOPTS="${MAKEOPTS} -j1"
src_unpack() {
unpack ${A}
cd ${S}
# clean up some of the internals quickly
autoupdate || die "autoupdate failed"
eautoreconf || die "eautoreconf failed"
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS README THANKS TODO NEWS
}
CVS Utilities are helpful scripts for working with CVS repositories
offline and online. They include the ability to check file status,
"fake" include files in the repo, diff new files easily, change CVS
server of a repository and more.