commit: 5f3a99b80dfbdd39991a5260727fffd575ffd7a8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 09:55:50 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 09:55:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5f3a99b8
Upstream version number has changed. Package-Manager: portage-2.2.10 --- app-editors/emacs-xwidget/ChangeLog | 6 ++++++ ...s-xwidget-24.3.9999.ebuild => emacs-xwidget-24.4.9999.ebuild} | 9 ++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app-editors/emacs-xwidget/ChangeLog b/app-editors/emacs-xwidget/ChangeLog index 6a735d5..6b97421 100644 --- a/app-editors/emacs-xwidget/ChangeLog +++ b/app-editors/emacs-xwidget/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*emacs-xwidget-24.4.9999 (07 Jun 2014) + + 07 Jun 2014; Ulrich Müller <[email protected]> -emacs-xwidget-24.3.9999.ebuild, + +emacs-xwidget-24.4.9999.ebuild: + Upstream version number has changed. + 06 May 2014; Ulrich Müller <[email protected]> emacs-xwidget-24.3.9999.ebuild: Merge changes from emacs-vcs. diff --git a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild b/app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild similarity index 97% rename from app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild rename to app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild index 3cc7c9a..f1011a6 100644 --- a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild +++ b/app-editors/emacs-xwidget/emacs-xwidget-24.4.9999.ebuild @@ -92,12 +92,7 @@ RDEPEND="sys-libs/ncurses )" DEPEND="${RDEPEND} - alsa? ( virtual/pkgconfig ) - dbus? ( virtual/pkgconfig ) - gfile? ( virtual/pkgconfig ) - gnutls? ( virtual/pkgconfig ) - libxml2? ( virtual/pkgconfig ) - X? ( virtual/pkgconfig ) + virtual/pkgconfig gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/attr @@ -117,7 +112,7 @@ src_prepare() { sed -i -e "/AC_INIT/s/\(24\.[0-9]*\)\.[0-9]*/\1.60/" configure.ac if [[ ${PV##*.} = 9999 ]]; then - FULL_VERSION=$(sed -n 's/^AC_INIT(emacs,[ \t]*\([^ \t,)]*\).*/\1/p' \ + FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[ \t]*\([^ \t,)]*\).*/\1/p' \ configure.ac) [[ ${FULL_VERSION} ]] || die "Cannot determine current Emacs version" einfo "Emacs branch: ${EBZR_BRANCH}"
