diff options
Diffstat (limited to 'app-xemacs/texinfo')
-rw-r--r-- | app-xemacs/texinfo/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/texinfo/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.30.ebuild | 15 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-xemacs/texinfo/Manifest b/app-xemacs/texinfo/Manifest new file mode 100644 index 000000000000..c1bc9454c08a --- /dev/null +++ b/app-xemacs/texinfo/Manifest @@ -0,0 +1 @@ +DIST texinfo-1.30-pkg.tar.gz 145763 SHA256 5a328ae0c16716eefd69569e4acdef0f44a740b4bf409145726f2d9967746e6d SHA512 dadcbb0a2dbbdc311d19a4e796ac574f18234938ddeb16da1ac8b9e150459536bac46b00b1609b8cd837ef980cc5b13f77b8321edfb347614340d1db0f3f78c0 WHIRLPOOL ed3fb4d41482d0dbfe7800a984bcdf6caae93a9688c8286a18815e9aef6ab3ebcf2c0b14747bfaa62a85153dfc0ac62891ae0639c0b5d8f854086c02d432704c diff --git a/app-xemacs/texinfo/metadata.xml b/app-xemacs/texinfo/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/texinfo/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> +</pkgmetadata> diff --git a/app-xemacs/texinfo/texinfo-1.30.ebuild b/app-xemacs/texinfo/texinfo-1.30.ebuild new file mode 100644 index 000000000000..e79d8420cc9b --- /dev/null +++ b/app-xemacs/texinfo/texinfo-1.30.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="XEmacs TeXinfo support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" + +inherit xemacs-packages |