blob: 42c9bf4eb458853049b58388577f61baef3e8064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2004/05/08 09:49:51 usata 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/"
LICENSE="LPPL-1.2" #custom, LPPL-like
SLOT="0"
KEYWORDS="x86 ~alpha ~ppc ~sparc"
|