summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-04-02 08:42:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-04-02 08:42:58 +0000
commite83cac8c1dc35b9bdd80ad82bc40543089cc292f (patch)
tree9e9a3210ac6e8706e46eb3572e7bc45b80998120 /dev-util/ctmkit
parentfixed if/else typo. (diff)
downloadgentoo-2-e83cac8c1dc35b9bdd80ad82bc40543089cc292f.tar.gz
gentoo-2-e83cac8c1dc35b9bdd80ad82bc40543089cc292f.tar.bz2
gentoo-2-e83cac8c1dc35b9bdd80ad82bc40543089cc292f.zip
repoman fix
Diffstat (limited to 'dev-util/ctmkit')
-rw-r--r--dev-util/ctmkit/ctmkit-19960528.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-util/ctmkit/ctmkit-19960528.ebuild b/dev-util/ctmkit/ctmkit-19960528.ebuild
index 51994ea982ea..8b3bb3ecda60 100644
--- a/dev-util/ctmkit/ctmkit-19960528.ebuild
+++ b/dev-util/ctmkit/ctmkit-19960528.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctmkit/ctmkit-19960528.ebuild,v 1.3 2003/02/13 11:48:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctmkit/ctmkit-19960528.ebuild,v 1.4 2003/04/02 08:42:58 seemant Exp $
-MY_P="ctmkit"
-S=${WORKDIR}/ctmkit
+S=${WORKDIR}/${PN}
DESCRIPTION="old NetBSD port of FreeBSD's CTM, a set of utilities to synchronize directories through email"
HOMEPAGE="http://www.nemeton.com.au/"
-SRC_URI="http://www.nemeton.com.au/src/${MY_P}.tar.gz"
-KEYWORDS="x86"
+SRC_URI="http://www.nemeton.com.au/src/${PN}.tar.gz"
+
SLOT="0"
-LICENSE="public-domain RSA-MD2 RSA-MD3 RSA-MD5 as-is"
+LICENSE="public-domain RSA-MD2 RSA-MD4 RSA-MD5 as-is"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
@@ -25,4 +25,3 @@ src_install() {
dodoc ctm/README
doman md5/md5.1 libmd/mdX.3 ctm/ctm/ctm.1 ctm/ctm/ctm.5 ctm/ctm_rmail/ctm_rmail.1
}
-