summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:39:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:39:13 +0000
commit1ac029ff2bb0008a17bffa86912b9845f3c38fba (patch)
tree7b7ffe5e7237d069d0bc7fe5b88db303ab207b47 /net-news/inn
parentrepoman'd (diff)
downloadgentoo-2-1ac029ff2bb0008a17bffa86912b9845f3c38fba.tar.gz
gentoo-2-1ac029ff2bb0008a17bffa86912b9845f3c38fba.tar.bz2
gentoo-2-1ac029ff2bb0008a17bffa86912b9845f3c38fba.zip
repoman'd
Diffstat (limited to 'net-news/inn')
-rw-r--r--net-news/inn/inn-2.3.3.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-news/inn/inn-2.3.3.ebuild b/net-news/inn/inn-2.3.3.ebuild
index ed500f98daee..98ae5a4b0c7f 100644
--- a/net-news/inn/inn-2.3.3.ebuild
+++ b/net-news/inn/inn-2.3.3.ebuild
@@ -2,12 +2,16 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# /space/gentoo/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r1.ebuild,v 1.1 2002/03/12 13:42:56 seemant Exp
+S=${WORKDIR}/${P}
DESCRIPTION="The Internet News daemon, fully featured NNTP server"
-SRC_URI="ftp://ftp.isc.org/isc/inn/inn-${PV}.tar.gz"
+SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz"
HOMEPAGE="http://www.isc.org/products/INN"
-DEPEND="virtual/glibc
- app-crypt/gnupg
+SLOT="0"
+LICENSE="as-is BSD"
+KEYWORDS="x86"
+
+DEPEND="app-crypt/gnupg
tcltk? ( dev-lang/tcl )
ssl? ( dev-libs/openssl )"