* [gentoo-commits] proj/emacs:master commit in: app-xemacs/ediff/
@ 2013-07-18 23:20 Mats Lidell
0 siblings, 0 replies; 2+ messages in thread
From: Mats Lidell @ 2013-07-18 23:20 UTC (permalink / raw
To: gentoo-commits
commit: c0091eedbb2c683357e6471d9eceb4b407864aa9
Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 23:20:46 2013 +0000
Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 23:20:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=c0091eed
app-xemacs/ediff: Upstream experimental version bump and use EAPI=5
Package-Manager: portage-2.1.12.2
---
app-xemacs/ediff/ChangeLog | 9 +++++++++
app-xemacs/ediff/Manifest | 1 +
app-xemacs/ediff/ediff-1.82.ebuild | 27 +++++++++++++++++++++++++++
app-xemacs/ediff/metadata.xml | 5 +++++
4 files changed, 42 insertions(+)
diff --git a/app-xemacs/ediff/ChangeLog b/app-xemacs/ediff/ChangeLog
new file mode 100644
index 0000000..f6e2a61
--- /dev/null
+++ b/app-xemacs/ediff/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-xemacs/ediff
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.29 2011/07/22 11:25:04 xarthisius Exp $
+
+*ediff-1.82 (18 Jul 2013)
+
+ 18 Jul 2013; Mats Lidell <matsl@gentoo.org> +ediff-1.82.ebuild, +metadata.xml:
+ app-xemacs/ediff: Upstream experimental version bump and use EAPI=5
+
diff --git a/app-xemacs/ediff/Manifest b/app-xemacs/ediff/Manifest
new file mode 100644
index 0000000..129bd68
--- /dev/null
+++ b/app-xemacs/ediff/Manifest
@@ -0,0 +1 @@
+DIST ediff-1.82-pkg.tar.gz 321701 SHA256 d0a386c741dceb35b304141dc9f64b625ce679e4c798c1a7a266ce82e1d25ad3 SHA512 80909fec536706f38afbc1bc1038114d7606db8c46bf939b7fff6ea6e2f89535ab044ee770590356bfe25a5ed0dc0c52533410343c050a1f4c928e3180f016a9 WHIRLPOOL c16498c54a9478a6bf94b03bd2386b784e9a57433172a00abd7c99aaa5183665100d17bb4c03e56fda656c760903517a05fab617774e8c660d0d5ad195317aec
diff --git a/app-xemacs/ediff/ediff-1.82.ebuild b/app-xemacs/ediff/ediff-1.82.ebuild
new file mode 100644
index 0000000..414b9e7
--- /dev/null
+++ b/app-xemacs/ediff/ediff-1.82.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ediff-1.81.ebuild,v 1.6 2011/07/22 11:25:04 xarthisius Exp $
+
+EAPI=5
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Interface over GNU patch."
+PKG_CAT="standard"
+
+EXPERIMENTAL=true
+
+RDEPEND="app-xemacs/pcl-cvs
+app-xemacs/elib
+app-xemacs/dired
+app-xemacs/xemacs-base
+app-xemacs/edebug
+app-xemacs/prog-modes
+app-xemacs/gnus
+app-xemacs/tramp
+app-xemacs/vc
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/ediff/metadata.xml b/app-xemacs/ediff/metadata.xml
new file mode 100644
index 0000000..2988889
--- /dev/null
+++ b/app-xemacs/ediff/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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/emacs:master commit in: app-xemacs/ediff/
@ 2014-07-11 22:12 Mats Lidell
0 siblings, 0 replies; 2+ messages in thread
From: Mats Lidell @ 2014-07-11 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 6620ad7f18a064392c38ff02782a038cf40abbeb
Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 21:52:19 2014 +0000
Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 21:57:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=6620ad7f
app-xemacs/ediff pre relase version bump.
Package-Manager: portage-2.2.8-r1
---
app-xemacs/ediff/ChangeLog | 7 ++++++-
app-xemacs/ediff/Manifest | 1 +
app-xemacs/ediff/ediff-1.84.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/app-xemacs/ediff/ChangeLog b/app-xemacs/ediff/ChangeLog
index f6e2a61..e1ec381 100644
--- a/app-xemacs/ediff/ChangeLog
+++ b/app-xemacs/ediff/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-xemacs/ediff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.29 2011/07/22 11:25:04 xarthisius Exp $
+*ediff-1.84 (11 Jul 2014)
+
+ 11 Jul 2014; Mats Lidell <matsl@gentoo.org> ChangeLog:
+ Pre release version bump.
+
*ediff-1.82 (18 Jul 2013)
18 Jul 2013; Mats Lidell <matsl@gentoo.org> +ediff-1.82.ebuild, +metadata.xml:
diff --git a/app-xemacs/ediff/Manifest b/app-xemacs/ediff/Manifest
index 129bd68..4940ac5 100644
--- a/app-xemacs/ediff/Manifest
+++ b/app-xemacs/ediff/Manifest
@@ -1 +1,2 @@
DIST ediff-1.82-pkg.tar.gz 321701 SHA256 d0a386c741dceb35b304141dc9f64b625ce679e4c798c1a7a266ce82e1d25ad3 SHA512 80909fec536706f38afbc1bc1038114d7606db8c46bf939b7fff6ea6e2f89535ab044ee770590356bfe25a5ed0dc0c52533410343c050a1f4c928e3180f016a9 WHIRLPOOL c16498c54a9478a6bf94b03bd2386b784e9a57433172a00abd7c99aaa5183665100d17bb4c03e56fda656c760903517a05fab617774e8c660d0d5ad195317aec
+DIST ediff-1.84-pkg.tar.gz 321835 SHA256 ba8b7f25cbce82fcb9301836f69b965b278ca6d75b723b34d3a25b6f16d986b0 SHA512 e8e511c3cc6b3541e4c17d140a65264e7c9aebcc859ceb42cf5bdc0feefbb94a8a97b7e1c9a36a149fe9fd416e5618dd78a4e0bce1d31e19ab955e64540f1fc3 WHIRLPOOL 194af5594b658db66a0b8ad0e0c64163d4e96ec1f9d0150b8536f032d2bccd4b3fe7334a8f1d2b57a499389908d15b34096fd88e6be621beef1238b77cb07f40
diff --git a/app-xemacs/ediff/ediff-1.84.ebuild b/app-xemacs/ediff/ediff-1.84.ebuild
new file mode 100644
index 0000000..de9e739
--- /dev/null
+++ b/app-xemacs/ediff/ediff-1.84.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ediff-1.81.ebuild,v 1.6 2011/07/22 11:25:04 xarthisius Exp $
+
+EAPI=5
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Interface over GNU patch."
+PKG_CAT="standard"
+
+EXPERIMENTAL=true
+
+RDEPEND="app-xemacs/pcl-cvs
+app-xemacs/elib
+app-xemacs/dired
+app-xemacs/xemacs-base
+app-xemacs/edebug
+app-xemacs/prog-modes
+app-xemacs/gnus
+app-xemacs/tramp
+app-xemacs/vc
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-11 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 23:20 [gentoo-commits] proj/emacs:master commit in: app-xemacs/ediff/ Mats Lidell
-- strict thread matches above, loose matches on Subject: below --
2014-07-11 22:12 Mats Lidell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox