diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-21 17:36:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-21 17:36:43 +0000 |
commit | 372fa2ddd7b2482beec5d181dbb7ca9b60d7414b (patch) | |
tree | 55220503eafc6f1232d03aadb203416cbb0612c8 /app-emacs | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-372fa2ddd7b2482beec5d181dbb7ca9b60d7414b.tar.gz gentoo-2-372fa2ddd7b2482beec5d181dbb7ca9b60d7414b.tar.bz2 gentoo-2-372fa2ddd7b2482beec5d181dbb7ca9b60d7414b.zip |
Remove secondary SRC_URI.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gnus/gnus-5.10.10.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/gnus/gnus-5.10.10.ebuild b/app-emacs/gnus/gnus-5.10.10.ebuild index ef906ff1c197..ccdf7649cedf 100644 --- a/app-emacs/gnus/gnus-5.10.10.ebuild +++ b/app-emacs/gnus/gnus-5.10.10.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.10.ebuild,v 1.1 2008/04/18 06:26:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.10.ebuild,v 1.2 2008/04/21 17:36:43 ulm Exp $ inherit elisp DESCRIPTION="The Gnus newsreader and mail-reader" HOMEPAGE="http://gnus.org/" -SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz - http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/release/${P}.tar.gz" +SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" |