diff options
author | 2003-06-09 13:11:26 +0000 | |
---|---|---|
committer | 2003-06-09 13:11:26 +0000 | |
commit | 491797e1719000006f58a69b6ec70ccbda82039f (patch) | |
tree | 9422f7e1003f2bda7cde3182f281f0258e13f833 /dev-tex/aastex/aastex-5.0.2.ebuild | |
parent | Version bump. Including openmosix-2.4.20-3 (diff) | |
download | historical-491797e1719000006f58a69b6ec70ccbda82039f.tar.gz historical-491797e1719000006f58a69b6ec70ccbda82039f.tar.bz2 historical-491797e1719000006f58a69b6ec70ccbda82039f.zip |
Cleaning up a bit of the mess; there were issues with how I copied the CVS
repository over... Should be all fixed now...
Diffstat (limited to 'dev-tex/aastex/aastex-5.0.2.ebuild')
-rw-r--r-- | dev-tex/aastex/aastex-5.0.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-tex/aastex/aastex-5.0.2.ebuild b/dev-tex/aastex/aastex-5.0.2.ebuild new file mode 100644 index 000000000000..b3ff8cdb3b33 --- /dev/null +++ b/dev-tex/aastex/aastex-5.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/aastex/aastex-5.0.2.ebuild,v 1.1 2003/06/09 13:11:26 satai Exp $ + +inherit latex-package + +MY_P=${PN/latex-/}${PV//./} +S=${WORKDIR}/${MY_P} +DESCRIPTION="LaTeX package used to mark up manuscripts for American Astronomical Society journals. (AASTeX)" +HOMEPAGE="http://www.journals.uchicago.edu/AAS/AASTeX/" +SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" |