Version bump; remove old version; add metadata.
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 12:03:02 +0000 (12:03 +0000)
committerHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 12:03:02 +0000 (12:03 +0000)
Package-Manager: portage-2.1.1-r1

app-xemacs/python-modes/ChangeLog
app-xemacs/python-modes/files/digest-python-modes-1.07 [new file with mode: 0644]
app-xemacs/python-modes/metadata.xml [new file with mode: 0644]
app-xemacs/python-modes/python-modes-1.07.ebuild [new file with mode: 0644]

index 289ffe43348cd11dc4db08080a0a604217c089aa..b52027d451acdaf0d21ff3f6d2f4408ee8029e55 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-xemacs/python-modes
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.7 2005/08/07 13:22:06 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.8 2006/11/12 12:03:02 graaff Exp $
+
+*python-modes-1.07 (12 Nov 2006)
+
+  12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+  -python-modes-1.01.ebuild, +python-modes-1.07.ebuild:
+  Version bump; remove old version; add metadata.
 
   07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
   python-modes-1.02.ebuild:
diff --git a/app-xemacs/python-modes/files/digest-python-modes-1.07 b/app-xemacs/python-modes/files/digest-python-modes-1.07
new file mode 100644 (file)
index 0000000..a0ad94a
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 574cac0c86f8e19c684017989ea25801 python-modes-1.07-pkg.tar.gz 92924
+RMD160 382e1820fd0517e445cd7ea39838c3a3d00b0943 python-modes-1.07-pkg.tar.gz 92924
+SHA256 5e722320931c640ec3b59a2385e69984d42d72d0aec479cb240a295016a21a1d python-modes-1.07-pkg.tar.gz 92924
diff --git a/app-xemacs/python-modes/metadata.xml b/app-xemacs/python-modes/metadata.xml
new file mode 100644 (file)
index 0000000..30d23a0
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+        <herd>xemacs</herd>
+        <maintainer>
+                <email>xemacs@gentoo.org</email>
+                <description>Primary Maintainer</description>
+        </maintainer>
+        <longdescription></longdescription>
+</pkgmetadata>
diff --git a/app-xemacs/python-modes/python-modes-1.07.ebuild b/app-xemacs/python-modes/python-modes-1.07.ebuild
new file mode 100644 (file)
index 0000000..810cbe3
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/python-modes-1.07.ebuild,v 1.1 2006/11/12 12:03:02 graaff Exp $
+
+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 ~sparc ~x86"
+
+inherit xemacs-packages
+