diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:30:13 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:30:13 +0200 |
commit | fcf8f5daaa5152ad7bc5dc3d794966935c794952 (patch) | |
tree | 6f9fad864a72b1bc04016a83b6438671e2399d2c /app-xemacs/reftex/reftex-1.36.ebuild | |
parent | app-xemacs/re-builder: version bump (diff) | |
download | gentoo-fcf8f5daaa5152ad7bc5dc3d794966935c794952.tar.gz gentoo-fcf8f5daaa5152ad7bc5dc3d794966935c794952.tar.bz2 gentoo-fcf8f5daaa5152ad7bc5dc3d794966935c794952.zip |
app-xemacs/reftex: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/reftex/reftex-1.36.ebuild')
-rw-r--r-- | app-xemacs/reftex/reftex-1.36.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/reftex/reftex-1.36.ebuild b/app-xemacs/reftex/reftex-1.36.ebuild new file mode 100644 index 000000000000..6ea9dcf2296f --- /dev/null +++ b/app-xemacs/reftex/reftex-1.36.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Emacs support for LaTeX cross-references, citations.." +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |