diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:32:21 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:32:21 +0000 |
commit | e8b12182bbb53911921b9d2c61118d9946c85f6e (patch) | |
tree | 2d5c8742e577d751e2a4316d597abd991a68697e /dev-vcs/cvsq | |
parent | Move package from dev-util/cvsps to dev-vcs/cvsps (diff) | |
download | historical-e8b12182bbb53911921b9d2c61118d9946c85f6e.tar.gz historical-e8b12182bbb53911921b9d2c61118d9946c85f6e.tar.bz2 historical-e8b12182bbb53911921b9d2c61118d9946c85f6e.zip |
Move package from dev-util/cvsq to dev-vcs/cvsq
Package-Manager: portage-2.2_rc67/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'dev-vcs/cvsq')
-rw-r--r-- | dev-vcs/cvsq/ChangeLog | 38 | ||||
-rw-r--r-- | dev-vcs/cvsq/cvsq-0.4.3.ebuild | 24 | ||||
-rw-r--r-- | dev-vcs/cvsq/cvsq-0.4.4.ebuild | 24 | ||||
-rw-r--r-- | dev-vcs/cvsq/metadata.xml | 5 |
4 files changed, 91 insertions, 0 deletions
diff --git a/dev-vcs/cvsq/ChangeLog b/dev-vcs/cvsq/ChangeLog new file mode 100644 index 000000000000..8c303eb68dd3 --- /dev/null +++ b/dev-vcs/cvsq/ChangeLog @@ -0,0 +1,38 @@ +# 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@gentoo.org> +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@gentoo.org> metadata.xml: + Remove ka0ttic from metadata.xml due to retirement. + + 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: + Regenerate digest in Manifest2 format. + + 25 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml, + cvsq-0.4.4.ebuild: + Marked stable on x86. + + 07 Aug 2004; Tom Martin <slarti@gentoo.org> cvsq-0.4.3.ebuild, + cvsq-0.4.4.ebuild: + Typo in DESCRIPTION: queueing -> queuing. Bug 59717. + + 03 Jun 2004; David Holm <dholm@gentoo.org> cvsq-0.4.4.ebuild: + Added to ~ppc. + +*cvsq-0.4.4 (29 May 2004) + + 29 May 2004; Chuck Short <zul@gentoo.org> cvsq-0.4.4.ebuild: + Version bump, closes #52215. + + 29 May 2004; Chuck Short <zul@gentoo.org> cvsq-0.4.3.ebuild: + Marked stable for x86. + +*cvsq-0.4.3 (22 Sep 2003) + + 22 Sep 2003; Chuck Short <zul@gentoo.org> cvsq-0.4.3.ebuild: + Initial version, closes bug #29050. + diff --git a/dev-vcs/cvsq/cvsq-0.4.3.ebuild b/dev-vcs/cvsq/cvsq-0.4.3.ebuild new file mode 100644 index 000000000000..01cb59afe796 --- /dev/null +++ b/dev-vcs/cvsq/cvsq-0.4.3.ebuild @@ -0,0 +1,24 @@ +# 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.3.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://www.volny.cz/v.slavik/lt/download/${P}.tar.gz" +HOMEPAGE="http://www.volny.cz/v.slavik/lt/cvsq.html" + +SLOT="0" +LICENSE="public-domain" +KEYWORDS="x86" + +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 +} diff --git a/dev-vcs/cvsq/cvsq-0.4.4.ebuild b/dev-vcs/cvsq/cvsq-0.4.4.ebuild new file mode 100644 index 000000000000..39e4264350c0 --- /dev/null +++ b/dev-vcs/cvsq/cvsq-0.4.4.ebuild @@ -0,0 +1,24 @@ +# 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 +} diff --git a/dev-vcs/cvsq/metadata.xml b/dev-vcs/cvsq/metadata.xml new file mode 100644 index 000000000000..45023270b146 --- /dev/null +++ b/dev-vcs/cvsq/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cvs-utils</herd> +</pkgmetadata> |