Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs-xwidget/
Date: Sat, 07 Jun 2014 10:24:21
Message-Id: 1402134950.5f3a99b80dfbdd39991a5260727fffd575ffd7a8.ulm@gentoo
1 commit: 5f3a99b80dfbdd39991a5260727fffd575ffd7a8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 7 09:55:50 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 09:55:50 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5f3a99b8
7
8 Upstream version number has changed.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 app-editors/emacs-xwidget/ChangeLog | 6 ++++++
14 ...s-xwidget-24.3.9999.ebuild => emacs-xwidget-24.4.9999.ebuild} | 9 ++-------
15 2 files changed, 8 insertions(+), 7 deletions(-)
16
17 diff --git a/app-editors/emacs-xwidget/ChangeLog b/app-editors/emacs-xwidget/ChangeLog
18 index 6a735d5..6b97421 100644
19 --- a/app-editors/emacs-xwidget/ChangeLog
20 +++ b/app-editors/emacs-xwidget/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*emacs-xwidget-24.4.9999 (07 Jun 2014)
26 +
27 + 07 Jun 2014; Ulrich Müller <ulm@g.o> -emacs-xwidget-24.3.9999.ebuild,
28 + +emacs-xwidget-24.4.9999.ebuild:
29 + Upstream version number has changed.
30 +
31 06 May 2014; Ulrich Müller <ulm@g.o> emacs-xwidget-24.3.9999.ebuild:
32 Merge changes from emacs-vcs.
33
34
35 diff --git a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild b/app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild
36 similarity index 97%
37 rename from app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild
38 rename to app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild
39 index 3cc7c9a..f1011a6 100644
40 --- a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild
41 +++ b/app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild
42 @@ -92,12 +92,7 @@ RDEPEND="sys-libs/ncurses
43 )"
44
45 DEPEND="${RDEPEND}
46 - alsa? ( virtual/pkgconfig )
47 - dbus? ( virtual/pkgconfig )
48 - gfile? ( virtual/pkgconfig )
49 - gnutls? ( virtual/pkgconfig )
50 - libxml2? ( virtual/pkgconfig )
51 - X? ( virtual/pkgconfig )
52 + virtual/pkgconfig
53 gzip-el? ( app-arch/gzip )
54 pax_kernel? (
55 sys-apps/attr
56 @@ -117,7 +112,7 @@ src_prepare() {
57 sed -i -e "/AC_INIT/s/\(24\.[0-9]*\)\.[0-9]*/\1.60/" configure.ac
58
59 if [[ ${PV##*.} = 9999 ]]; then
60 - FULL_VERSION=$(sed -n 's/^AC_INIT(emacs,[ \t]*\([^ \t,)]*\).*/\1/p' \
61 + FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[ \t]*\([^ \t,)]*\).*/\1/p' \
62 configure.ac)
63 [[ ${FULL_VERSION} ]] || die "Cannot determine current Emacs version"
64 einfo "Emacs branch: ${EBZR_BRANCH}"