diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-07-14 20:18:05 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-07-14 20:18:05 +0000 |
commit | 332341c0ebbc3172273d7b307817cb03c1728702 (patch) | |
tree | 2fc2838141bdb04cc9fe3e601a9b9c87a6189cb4 | |
parent | initial version contributed by erikg@wired-networks.net (Erik Grinaker) (diff) | |
download | historical-332341c0ebbc3172273d7b307817cb03c1728702.tar.gz historical-332341c0ebbc3172273d7b307817cb03c1728702.tar.bz2 historical-332341c0ebbc3172273d7b307817cb03c1728702.zip |
initial version contributed by m-turk@nwu.edu (Matthew Turk)
-rw-r--r-- | app-text/latex-aastex/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/latex-aastex/files/digest-latex-aastex-5.0.2 | 1 | ||||
-rw-r--r-- | app-text/latex-aastex/latex-aastex-5.0.2.ebuild | 14 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-text/latex-aastex/ChangeLog b/app-text/latex-aastex/ChangeLog new file mode 100644 index 000000000000..28afff62c831 --- /dev/null +++ b/app-text/latex-aastex/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/latex-aastex +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/latex-aastex/ChangeLog,v 1.1 2002/07/14 20:18:05 blocke Exp $ + +*latex-aastex-5.0.2 (14 Jul 2002) + + 14 Jul 2002; Bruce A. Locke <blocke@shivan.org> latex-aastex-5.0.2.ebuild files/digest-latex-aastex-5.0.2: + + Initial version contributed by m-turk@nwu.edu (Matthew Turk) + + diff --git a/app-text/latex-aastex/files/digest-latex-aastex-5.0.2 b/app-text/latex-aastex/files/digest-latex-aastex-5.0.2 new file mode 100644 index 000000000000..08df8a519445 --- /dev/null +++ b/app-text/latex-aastex/files/digest-latex-aastex-5.0.2 @@ -0,0 +1 @@ +MD5 55c1a91d822b00db7c1b11c78274efad aastex502.tar.gz 137128 diff --git a/app-text/latex-aastex/latex-aastex-5.0.2.ebuild b/app-text/latex-aastex/latex-aastex-5.0.2.ebuild new file mode 100644 index 000000000000..f5fa108488fc --- /dev/null +++ b/app-text/latex-aastex/latex-aastex-5.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/latex-aastex/latex-aastex-5.0.2.ebuild,v 1.1 2002/07/14 20:18:05 blocke Exp $ + +inherit latex-package + +MY_P="aastex502" +S=${WORKDIR}/${MY_P} +DESCRIPTION="LaTeX package used to mark up manuscripts for American Astronomical Society journals. (AASTeX)" +SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz" +HOMEPAGE="http://www.journals.uchicago.edu/AAS/AASTeX/" +SLOT="0" +KEYWORDS="*" + |