Ebuild
June 19, 2010, 00:32
cvsq is a tool that enables developers with a dial-up connection to work comfortably with CVS by queuing the commits.
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.4.4 | – | – | – | – | – | – | – | ~ | – | – | – | – | + |
DESCRIPTION DU PAQUET:
cvsq is a tool that enables developers with a dial-up connection to work comfortably with CVS by queuing the commits.
Catégories:
JOURNAL DES MODIFICATIONS
# ChangeLog for dev-vcs/cvsq # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsq/ChangeLog,v 1.1 2010/06/19 00:32:21 abcd Exp $ 19 Jun 2010; Jonathan Callen (abcd) +cvsq-0.4.3.ebuild, +cvsq-0.4.4.ebuild, +metadata.xml: Move package from dev-util/cvsq to dev-vcs/cvsq 19 Mar 2007; Bryan Østergaard (kloeri) metadata.xml: Remove ka0ttic from metadata.xml due to retirement. 09 Feb 2007; Diego Pettenò (flameeyes) ChangeLog: Regenerate digest in Manifest2 format. 25 Apr 2005; Aaron Walker (ka0ttic) +metadata.xml, cvsq-0.4.4.ebuild: Marked stable on x86. 07 Aug 2004; Tom Martin (slarti) cvsq-0.4.3.ebuild, cvsq-0.4.4.ebuild: Typo in DESCRIPTION: queueing -> queuing. Bug 59717. 03 Jun 2004; David Holm (dholm) cvsq-0.4.4.ebuild: Added to ~ppc. *cvsq-0.4.4 (29 May 2004) 29 May 2004; Chuck Short (zul) cvsq-0.4.4.ebuild: Version bump, closes #52215. 29 May 2004; Chuck Short (zul) cvsq-0.4.3.ebuild: Marked stable for x86. *cvsq-0.4.3 (22 Sep 2003) 22 Sep 2003; Chuck Short (zul) cvsq-0.4.3.ebuild: Initial version, closes bug #29050.
BUGS
Aucuns bug trouvé
PARAMÈTRES USE
Aucune option use
DÉPENDANCES À L'EXÉCUTION
| app-shells/bash | The standard GNU Bourne again shell |
| dev-vcs/cvs | Concurrent Versions System - source code revision control tools |
| sys-apps/coreutils | Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...) |
CODE SOURCE
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsq/cvsq-0.4.4.ebuild,v 1.1
2010/06/19 00:32:21 abcd Exp $
IUSE=""
DESCRIPTION="cvsq is a tool that enables developers with a dial-up connection to
work comfortably with CVS by queuing the commits."
SRC_URI="http://metawire.org/~vslavik/sw/cvsq/download/${P}.tar.gz"
HOMEPAGE="http://metawire.org/~vslavik/sw/cvsq/"
SLOT="0"
LICENSE="public-domain"
KEYWORDS="x86 ~ppc"
DEPEND="" # This is just a shell script.
RDEPEND="dev-vcs/cvs
app-shells/bash
sys-apps/coreutils"
src_install () {
dodir /usr/bin
dobin cvsq
dodoc README AUTHORS ChangeLog
}