summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-06-19 01:13:19 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-06-19 01:13:19 +0000
commitfbd4639d726cb744da9627f197c497f806856872 (patch)
tree8ec4222efdf8a01300fbf7a3c458b77fba9f44df /dev-util/cvsq/cvsq-0.4.3.ebuild
parentFinish move of dev-util/cvs* to dev-vcs/cvs* (diff)
downloadhistorical-fbd4639d726cb744da9627f197c497f806856872.tar.gz
historical-fbd4639d726cb744da9627f197c497f806856872.tar.bz2
historical-fbd4639d726cb744da9627f197c497f806856872.zip
Finish move of dev-util/cvs* to dev-vcs/cvs*
Diffstat (limited to 'dev-util/cvsq/cvsq-0.4.3.ebuild')
-rw-r--r--dev-util/cvsq/cvsq-0.4.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/cvsq/cvsq-0.4.3.ebuild b/dev-util/cvsq/cvsq-0.4.3.ebuild
deleted file mode 100644
index 85fdd7cbcf21..000000000000
--- a/dev-util/cvsq/cvsq-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsq/cvsq-0.4.3.ebuild,v 1.6 2004/08/07 22:31:45 slarti 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-util/cvs
- app-shells/bash
- sys-apps/coreutils"
-
-src_install () {
- dodir /usr/bin
- dobin cvsq
- dodoc README AUTHORS ChangeLog
-}