diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 09:24:04 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 09:24:04 +0000 |
commit | f133bd6404878c5debf8e9aee09d2b839ef0218a (patch) | |
tree | 95f16b908c0b6141374300b6cf6b034b14dc10c6 /dev-tex/rcsinfo/rcsinfo-1.9.ebuild | |
parent | LICENSE fix (Manifest recommit) (diff) | |
download | gentoo-2-f133bd6404878c5debf8e9aee09d2b839ef0218a.tar.gz gentoo-2-f133bd6404878c5debf8e9aee09d2b839ef0218a.tar.bz2 gentoo-2-f133bd6404878c5debf8e9aee09d2b839ef0218a.zip |
Initial import. Thanks to Abraham Smith <adsmith@math.duke.edu>; bug #65697.
Diffstat (limited to 'dev-tex/rcsinfo/rcsinfo-1.9.ebuild')
-rw-r--r-- | dev-tex/rcsinfo/rcsinfo-1.9.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-tex/rcsinfo/rcsinfo-1.9.ebuild b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild new file mode 100644 index 000000000000..71e13ca6484f --- /dev/null +++ b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/rcsinfo/rcsinfo-1.9.ebuild,v 1.1 2004/11/07 09:24:03 usata Exp $ + +inherit latex-package + +S="${WORKDIR}/${PN}" +LICENSE="LPPL-1.2" +DESCRIPTION="A LaTeX module to acces RCS/CVS version info" +HOMEPAGE="http://www.cvsnt.org/manual/rcsinfo.html" +# downloaded from +# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DOCS="README-1.9" |