diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-21 17:37:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-21 17:37:43 +0000 |
commit | 8295aa125984568481ccde510991cfd8bef93ce3 (patch) | |
tree | c3dbdb38e7203b01f6b95084c5e5d3fa782554c4 /app-emacs/ngnus | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-8295aa125984568481ccde510991cfd8bef93ce3.tar.gz gentoo-2-8295aa125984568481ccde510991cfd8bef93ce3.tar.bz2 gentoo-2-8295aa125984568481ccde510991cfd8bef93ce3.zip |
Remove secondary SRC_URI.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-emacs/ngnus')
-rw-r--r-- | app-emacs/ngnus/ngnus-0.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/ngnus/ngnus-0.8.ebuild b/app-emacs/ngnus/ngnus-0.8.ebuild index 204ccc1964a6..17c2916a4447 100644 --- a/app-emacs/ngnus/ngnus-0.8.ebuild +++ b/app-emacs/ngnus/ngnus-0.8.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/ngnus/ngnus-0.8.ebuild,v 1.1 2008/04/18 06:26:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-0.8.ebuild,v 1.2 2008/04/21 17:37:43 ulm Exp $ inherit elisp DESCRIPTION="Current alpha branch of the Gnus news- 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" |