summaryrefslogtreecommitdiff
path: root/app-xemacs/text-modes
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/text-modes')
-rw-r--r--app-xemacs/text-modes/Manifest5
-rw-r--r--app-xemacs/text-modes/metadata.xml8
-rw-r--r--app-xemacs/text-modes/text-modes-1.92.ebuild16
-rw-r--r--app-xemacs/text-modes/text-modes-1.98.ebuild16
4 files changed, 45 insertions, 0 deletions
diff --git a/app-xemacs/text-modes/Manifest b/app-xemacs/text-modes/Manifest
new file mode 100644
index 000000000000..6bca35051043
--- /dev/null
+++ b/app-xemacs/text-modes/Manifest
@@ -0,0 +1,5 @@
+DIST text-modes-1.92-pkg.tar.gz 443017 BLAKE2B 62991cc84bf33ed259cd8fe03b71df3db2ca7ce20e0c7601a3d4fda0415c328ba55ac6ff51b9f7ff4c6f93a8a3e88869c91ba22e3b8922ce9d4a607707fcffb7 SHA512 daec17a811b2b7d8dc9730dbad8a1fe0edf8667eb8f334b8c89502f06012b8f938967b578a91e7ca399ff7e853c23959a606021cb2a60c714c7db5a49421d63a
+DIST text-modes-1.98-pkg.tar.gz 450607 BLAKE2B f4e3c2eaba1c8a1a6e751de1a483e199179692cf380f9f48a206b77db5b0dc3f57ff58790d9853f04d5e3a2f9364159e1c775afd72e673ca866972893382a312 SHA512 72e4a20a53b52847d7b48550046eef50353e3f79e609a5a8de15f11259d6034ffad0b8369ec928cb4fd966706a16a3e020f62c890cca8eb59840729b886d8573
+EBUILD text-modes-1.92.ebuild 365 BLAKE2B cb0b4a442eb21b81889826c3568244683b4b5435d463f843d635980e4868873877794f4ad6b7fdfafd9bd15fe0fc308d05bf9adfaaff824595c3cc1362f26865 SHA512 055f0dfda57627d9ace9268542c1d18d93cf20ffb022a74cfb4edb2d25ce40b2986fb8a28d476a1b4f1da9fe7f599876dc86717b1c2db57eb361beafd4da83b8
+EBUILD text-modes-1.98.ebuild 365 BLAKE2B cb0b4a442eb21b81889826c3568244683b4b5435d463f843d635980e4868873877794f4ad6b7fdfafd9bd15fe0fc308d05bf9adfaaff824595c3cc1362f26865 SHA512 055f0dfda57627d9ace9268542c1d18d93cf20ffb022a74cfb4edb2d25ce40b2986fb8a28d476a1b4f1da9fe7f599876dc86717b1c2db57eb361beafd4da83b8
+MISC metadata.xml 261 BLAKE2B 2bc0ee46f3970104b4897908fe0ed8532badcb765971ce704f7d2b06e3556a066f0ca41c2a60e7612352167338ff88e579c89be7ff229de9d8722aef3ca9ca05 SHA512 02e04fab2304da6c05c55b2aeb44563d99a7a6db37ada15993575509ed47fc7f4eb97b6a03fd30535aeb5e30f57ee908917b9c25841fd3619914360b0629f20a
diff --git a/app-xemacs/text-modes/metadata.xml b/app-xemacs/text-modes/metadata.xml
new file mode 100644
index 000000000000..c7dd5514fddf
--- /dev/null
+++ b/app-xemacs/text-modes/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xemacs@gentoo.org</email>
+ <name>Gentoo XEmacs project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-xemacs/text-modes/text-modes-1.92.ebuild b/app-xemacs/text-modes/text-modes-1.92.ebuild
new file mode 100644
index 000000000000..1af096fe0b73
--- /dev/null
+++ b/app-xemacs/text-modes/text-modes-1.92.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SLOT="0"
+DESCRIPTION="Miscellaneous support for editing text files"
+XEMACS_PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-ispell
+app-xemacs/fsf-compat
+app-xemacs/xemacs-base
+"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/text-modes/text-modes-1.98.ebuild b/app-xemacs/text-modes/text-modes-1.98.ebuild
new file mode 100644
index 000000000000..1af096fe0b73
--- /dev/null
+++ b/app-xemacs/text-modes/text-modes-1.98.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SLOT="0"
+DESCRIPTION="Miscellaneous support for editing text files"
+XEMACS_PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-ispell
+app-xemacs/fsf-compat
+app-xemacs/xemacs-base
+"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
+
+inherit xemacs-packages