summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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, 24 insertions, 0 deletions
diff --git a/dev-util/cvsq/cvsq-0.4.3.ebuild b/dev-util/cvsq/cvsq-0.4.3.ebuild
new file mode 100644
index 000000000000..e068effb56ea
--- /dev/null
+++ b/dev-util/cvsq/cvsq-0.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/09/23 02:57:14 zul Exp $
+
+IUSE=""
+
+DESCRIPTION="cvsq is a tool that enables developers with a dial-up connection to work comfortably with CVS by queueing 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
+}