public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-18.59-r9.ebuild
@ 2014-01-25 16:11 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-01-25 16:11 UTC (permalink / raw
  To: gentoo-commits

ulm         14/01/25 16:11:17

  Modified:             emacs-18.59-r9.ebuild
  Log:
  Update patchset URI.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.2                  app-editors/emacs/emacs-18.59-r9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?r1=1.1&r2=1.2

Index: emacs-18.59-r9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-18.59-r9.ebuild	3 Oct 2013 09:21:49 -0000	1.1
+++ emacs-18.59-r9.ebuild	25 Jan 2014 16:11:17 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.1 2013/10/03 09:21:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.2 2014/01/25 16:11:17 ulm Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gnu.org/software/emacs/"
 SRC_URI="mirror://gnu/old-gnu/emacs/${P}.tar.gz
 	ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz
-	mirror://gentoo/${P}-patches-8.tar.bz2"
+	http://dev.gentoo.org/~ulm/emacs/${P}-patches-8.tar.bz2"
 
 LICENSE="GPL-1+ GPL-2+ BSD" #HPND
 SLOT="18"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-18.59-r9.ebuild
@ 2014-04-04 18:18 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-04-04 18:18 UTC (permalink / raw
  To: gentoo-commits

ulm         14/04/04 18:18:44

  Modified:             emacs-18.59-r9.ebuild
  Log:
  Restore alternative emul-linux-x86-* dependency for stable candidate.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.5                  app-editors/emacs/emacs-18.59-r9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild?r1=1.4&r2=1.5

Index: emacs-18.59-r9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-18.59-r9.ebuild	12 Mar 2014 05:27:57 -0000	1.4
+++ emacs-18.59-r9.ebuild	4 Apr 2014 18:18:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.4 2014/03/12 05:27:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r9.ebuild,v 1.5 2014/04/04 18:18:44 ulm Exp $
 
 EAPI=5
 
@@ -22,7 +22,12 @@
 	>=app-admin/eselect-emacs-1.2
 	amd64? (
 		sys-libs/ncurses[abi_x86_x32(-)?]
-		!abi_x86_x32? ( sys-libs/ncurses[abi_x86_32(-)?] )
+		!abi_x86_x32? (
+			|| (
+				sys-libs/ncurses[abi_x86_32(-)?]
+				app-emulation/emul-linux-x86-baselibs[development]
+			)
+		)
 	)"
 #	X? ( x11-libs/libX11[-xcb] )
 DEPEND="${RDEPEND}





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-04 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 18:18 [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-18.59-r9.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-25 16:11 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox