summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r--app-xemacs/python-modes/Manifest2
-rw-r--r--app-xemacs/python-modes/metadata.xml5
-rw-r--r--app-xemacs/python-modes/python-modes-1.08.ebuild17
-rw-r--r--app-xemacs/python-modes/python-modes-1.14.ebuild18
4 files changed, 42 insertions, 0 deletions
diff --git a/app-xemacs/python-modes/Manifest b/app-xemacs/python-modes/Manifest
new file mode 100644
index 000000000000..ab8c52292a70
--- /dev/null
+++ b/app-xemacs/python-modes/Manifest
@@ -0,0 +1,2 @@
+DIST python-modes-1.08-pkg.tar.gz 93002 SHA256 1e69c63a3ead8a0e909b84b244ef779373613257e5b7baa323f61b171731fa2f SHA512 edac5c557d1c49b8d11f915d9ee1ae83b2bfa3fe54bac7fb457b861a3a38f3389683eadacc6abbdbe293c5bd459184e4d17315513f77a62d40cd46f3662ea4dd WHIRLPOOL f5d88d9305563fdec0f19db5042dbd7ea809f80daa5e41c961f9e49e151b58ffe59121e45bc35778fee6c2b1cad39d119efef0ee42dd6e1f34e27ebfb424bc5f
+DIST python-modes-1.14-pkg.tar.gz 97116 SHA256 22e558486ed07bfbd045aefa14652fba1ccb37ff7520fe1ad281a43af5158448 SHA512 802cab0ff8295cb6ae0387f17fdbe85afc559ea09e8b17e8a446be7d015e6945e29d8338e32cba5337b367cd07e645bd5ddf7ed6974a70cbf30de2bf63a708e0 WHIRLPOOL 383fcf56da925169df3d4fd3443a2f9f985e032c1c1770b0d99a047afb193beba1096ea11432e3b9515b8eacb67b43d958b77af107cc580b40a8ce9e9b6fed0b
diff --git a/app-xemacs/python-modes/metadata.xml b/app-xemacs/python-modes/metadata.xml
new file mode 100644
index 000000000000..298888916608
--- /dev/null
+++ b/app-xemacs/python-modes/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/python-modes/python-modes-1.08.ebuild b/app-xemacs/python-modes/python-modes-1.08.ebuild
new file mode 100644
index 000000000000..55e67fe8ac55
--- /dev/null
+++ b/app-xemacs/python-modes/python-modes-1.08.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Python support"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/edit-utils
+app-xemacs/fsf-compat
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/python-modes/python-modes-1.14.ebuild b/app-xemacs/python-modes/python-modes-1.14.ebuild
new file mode 100644
index 000000000000..4ae86b334f08
--- /dev/null
+++ b/app-xemacs/python-modes/python-modes-1.14.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Python support"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/edit-utils
+app-xemacs/fsf-compat
+app-xemacs/text-modes
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages