Ebuild
28 de august , 2011, 18:01
A small bundle of utilities to work with CVS repositories
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.2.5 | – | ~ | – | – | – | – | – | ~ | – | – | – | – | ~ |
DESCRIPCIÓN DE PAQUETE:
A small bundle of utilities to work with CVS repositories
Categoría:
CAMBIOS
# ChangeLog for dev-vcs/cvsutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/ChangeLog,v 1.2 2011/08/28 17:56:50 grobian Exp $ 28 Aug 2011; Fabian Groffen (grobian) cvsutils-0.2.5.ebuild: Marked ~amd64-linux, bug #365167 19 Jun 2010; Jonathan Callen (abcd) +cvsutils-0.2.5.ebuild, +metadata.xml: Move package from dev-util/cvsutils to dev-vcs/cvsutils 26 Sep 2009; Peter Volkov (pva) cvsutils-0.2.5.ebuild: Cleanup: license changed, no point in autoupdate, TODO does not exist, while ChangeLog do. *cvsutils-0.2.5 (12 Sep 2009) 12 Sep 2009; Patrick Lauer (patrick) +cvsutils-0.2.5.ebuild: Bump 07 Mar 2008; Christoph Mende (angelos) cvsutils-0.2.3.ebuild: Added ~amd64, bug #211514 22 Feb 2007; Piotr Jaroszyński (peper) ChangeLog: Transition to Manifest2. 23 May 2006; Robin H. Johnson (robbat2) cvsutils-0.2.3.ebuild: 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 (lostlogic) +metadata.xml, +cvsutils-0.2.3.ebuild: New package, unstable on all arches, because it's just perl scripts
PROBLEMAS
No bugs found
OPCIONES USE
No hay opciones use
DEPENDENCIAS DE EJECUCIÓN
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
SOURCE CODE
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild,v 1.2
2011/08/28 17:56:50 grobian Exp $
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-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-lang/perl"
DEPEND=""
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README THANKS NEWS
}