1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/Attic/gnus-5.10.10-r1.ebuild,v 1.4 2009/12/01 11:09:30 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/Attic/gnus-5.10.10-r1.ebuild,v 1.5 2009/12/02 14:37:12 tcunha Exp $ |
4 | |
4 | |
5 | inherit elisp |
5 | inherit elisp |
6 | |
6 | |
7 | DESCRIPTION="The Gnus newsreader and mail-reader" |
7 | DESCRIPTION="The Gnus newsreader and mail-reader" |
8 | HOMEPAGE="http://gnus.org/" |
8 | HOMEPAGE="http://gnus.org/" |
9 | SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" |
9 | SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" |
10 | |
10 | |
11 | LICENSE="GPL-3 FDL-1.2" |
11 | LICENSE="GPL-3 FDL-1.2" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="~alpha amd64 ~ppc ~sparc x86" |
13 | KEYWORDS="~alpha amd64 ~ppc sparc x86" |
14 | IUSE="" |
14 | IUSE="" |
15 | |
15 | |
16 | RDEPEND="!app-emacs/gnus-cvs |
16 | RDEPEND="!app-emacs/gnus-cvs |
17 | !app-emacs/ngnus" |
17 | !app-emacs/ngnus" |
18 | |
18 | |