blob: 66a66e2acd910c38118c05b043c1ebe06de4266f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/yydecode/yydecode-0.2.9.ebuild,v 1.1 2003/05/18 20:43:33 mholzer Exp $
inherit base
newdepend /c
DESCRIPTION="A decoder for yENC format, popular on Usenet."
HOMEPAGE="http://yydecode.sf.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
IUSE=""
|