summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-xemacs/python-modes/ChangeLog9
-rw-r--r--app-xemacs/python-modes/python-modes-1.13.ebuild18
-rw-r--r--app-xemacs/scheme/ChangeLog7
-rw-r--r--app-xemacs/scheme/scheme-1.17.ebuild14
4 files changed, 45 insertions, 3 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog
index 8367933811bf..516e5168dc67 100644
--- a/app-xemacs/python-modes/ChangeLog
+++ b/app-xemacs/python-modes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-xemacs/python-modes
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.15 2008/03/19 19:55:37 graaff Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.16 2009/02/22 08:12:26 graaff Exp $
+
+*python-modes-1.13 (22 Feb 2009)
+
+ 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +python-modes-1.13.ebuild:
+ Version bump with sync to latest upstream version
19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml:
A herd should not be listed as maintainer
diff --git a/app-xemacs/python-modes/python-modes-1.13.ebuild b/app-xemacs/python-modes/python-modes-1.13.ebuild
new file mode 100644
index 000000000000..a14c8934df0c
--- /dev/null
+++ b/app-xemacs/python-modes/python-modes-1.13.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/02/22 08:12:26 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
+app-xemacs/text-modes
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/scheme/ChangeLog b/app-xemacs/scheme/ChangeLog
index 7a5032b2e711..2ea7019c9faf 100644
--- a/app-xemacs/scheme/ChangeLog
+++ b/app-xemacs/scheme/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-xemacs/scheme
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/scheme/ChangeLog,v 1.21 2009/02/20 00:29:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/scheme/ChangeLog,v 1.22 2009/02/22 08:16:26 graaff Exp $
+
+*scheme-1.17 (22 Feb 2009)
+
+ 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +scheme-1.17.ebuild:
+ Version bump with minor fixes
20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -scheme-1.14.ebuild:
clean up
diff --git a/app-xemacs/scheme/scheme-1.17.ebuild b/app-xemacs/scheme/scheme-1.17.ebuild
new file mode 100644
index 000000000000..e54212e3bfb9
--- /dev/null
+++ b/app-xemacs/scheme/scheme-1.17.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/scheme/scheme-1.17.ebuild,v 1.1 2009/02/22 08:16:26 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Front-end support for Inferior Scheme."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages