diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-06 16:36:53 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-06 16:36:53 +0000 |
commit | c03a308ec0566008b4ea546a25c7969c5dcded99 (patch) | |
tree | 1c995fd5f66c419d5cc67f91d3f5b4af68ed3aa8 /dev-tex/achemso/achemso-1.0.ebuild | |
parent | + idnkit's block for old bind ebuilds (diff) | |
download | gentoo-2-c03a308ec0566008b4ea546a25c7969c5dcded99.tar.gz gentoo-2-c03a308ec0566008b4ea546a25c7969c5dcded99.tar.bz2 gentoo-2-c03a308ec0566008b4ea546a25c7969c5dcded99.zip |
Correct HOMEPAGE/SRC_URI.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-tex/achemso/achemso-1.0.ebuild')
-rw-r--r-- | dev-tex/achemso/achemso-1.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tex/achemso/achemso-1.0.ebuild b/dev-tex/achemso/achemso-1.0.ebuild index 228ca19f00fb..a0c8c4a46bf1 100644 --- a/dev-tex/achemso/achemso-1.0.ebuild +++ b/dev-tex/achemso/achemso-1.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/achemso/achemso-1.0.ebuild,v 1.7 2004/12/28 20:57:00 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/achemso/achemso-1.0.ebuild,v 1.8 2007/02/06 16:36:53 nattfodd Exp $ inherit latex-package S=${WORKDIR} DESCRIPTION="LaTeX package used for formatting publications to the American Chemical Society" -SRC_URI="http://www.homenet.se/matsd/latex/${PN}.zip" -HOMEPAGE="http://www.homenet.se/matsd/latex/" +# mirrored from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/achemso.zip +SRC_URI="mirror://gentoo/${P}.zip" +HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/achemso.html" LICENSE="LPPL-1.2" #custom, LPPL-like SLOT="0" IUSE="" |