public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog
@ 2012-11-02 22:54 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2012-11-02 22:54 UTC (permalink / raw
  To: gentoo-commits

tomka       12/11/02 22:54:57

  Modified:             mu-0.9.9.ebuild ChangeLog
  Log:
  Fix subshell/die
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)

Revision  Changes    Path
1.2                  net-mail/mu/mu-0.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?r1=1.1&r2=1.2

Index: mu-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mu-0.9.9.ebuild	2 Nov 2012 22:06:36 -0000	1.1
+++ mu-0.9.9.ebuild	2 Nov 2012 22:54:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.1 2012/11/02 22:06:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.2 2012/11/02 22:54:57 tomka Exp $
 
 EAPI=4
 
@@ -32,7 +32,9 @@
 
 src_unpack() {
 	unpack ${P}.tar.gz
-	use doc && cp "${DISTDIR}"/mu4e-manual-${PV}.pdf "${S}" || die
+	if use doc ; then
+		cp "${DISTDIR}"/mu4e-manual-${PV}.pdf "${S}" || die
+	fi
 }
 
 src_configure() {



1.12                 net-mail/mu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2 Nov 2012 22:06:36 -0000	1.11
+++ ChangeLog	2 Nov 2012 22:54:57 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.11 2012/11/02 22:06:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.12 2012/11/02 22:54:57 tomka Exp $
+
+  02 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.9.ebuild:
+  Fix subshell/die
 
 *mu-0.9.9 (02 Nov 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog
@ 2012-11-06 20:00 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2012-11-06 20:00 UTC (permalink / raw
  To: gentoo-commits

tomka       12/11/06 20:00:16

  Modified:             mu-0.9.9.ebuild ChangeLog
  Log:
  Depend on gmime:2.6 per bug 439842
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)

Revision  Changes    Path
1.3                  net-mail/mu/mu-0.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?r1=1.2&r2=1.3

Index: mu-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mu-0.9.9.ebuild	2 Nov 2012 22:54:57 -0000	1.2
+++ mu-0.9.9.ebuild	6 Nov 2012 20:00:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.2 2012/11/02 22:54:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.3 2012/11/06 20:00:16 tomka Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 # Without webkit-gtk there is no pdf-preview functionality, everthing
 # else works as of 0.9.8.5
 DEPEND="
-	dev-libs/gmime
+	dev-libs/gmime:2.6
 	dev-libs/xapian
 	dev-libs/glib:2
 	gui? (



1.13                 net-mail/mu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Nov 2012 22:54:57 -0000	1.12
+++ ChangeLog	6 Nov 2012 20:00:16 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.12 2012/11/02 22:54:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.13 2012/11/06 20:00:16 tomka Exp $
+
+  06 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.9.ebuild:
+  Depend on gmime:2.6 per bug 439842
 
   02 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.9.ebuild:
   Fix subshell/die





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

* [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog
@ 2012-11-07 21:26 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2012-11-07 21:26 UTC (permalink / raw
  To: gentoo-commits

tomka       12/11/07 21:26:39

  Modified:             mu-0.9.9.ebuild ChangeLog
  Log:
  block net-mail/mailutils (bug 441818)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)

Revision  Changes    Path
1.4                  net-mail/mu/mu-0.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?r1=1.3&r2=1.4

Index: mu-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mu-0.9.9.ebuild	6 Nov 2012 20:00:16 -0000	1.3
+++ mu-0.9.9.ebuild	7 Nov 2012 21:26:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.3 2012/11/06 20:00:16 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.4 2012/11/07 21:26:39 tomka Exp $
 
 EAPI=4
 
@@ -16,8 +16,10 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc emacs gui"
 
-# Without webkit-gtk there is no pdf-preview functionality, everthing
+# Without webkit-gtk there is no pdf-preview functionality, everything
 # else works as of 0.9.8.5
+# net-mail/mailutils also installes /usr/bin/mu.  Block it until somebody
+# really wants both installed at the same time.
 DEPEND="
 	dev-libs/gmime:2.6
 	dev-libs/xapian
@@ -25,7 +27,8 @@
 	gui? (
 	  x11-libs/gtk+:3
 	  net-libs/webkit-gtk:3 )
-	emacs? ( >=virtual/emacs-23 )"
+	emacs? ( >=virtual/emacs-23 )
+	!net-mail/mailutils"
 RDEPEND="${DEPEND}"
 
 SITEFILE="70mu-gentoo.el"



1.14                 net-mail/mu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Nov 2012 20:00:16 -0000	1.13
+++ ChangeLog	7 Nov 2012 21:26:39 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.13 2012/11/06 20:00:16 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.14 2012/11/07 21:26:39 tomka Exp $
+
+  07 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.9.ebuild:
+  block net-mail/mailutils (bug 441818)
 
   06 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.9.ebuild:
   Depend on gmime:2.6 per bug 439842





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

* [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog
@ 2012-12-03 13:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-03 13:43 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/03 13:43:16

  Modified:             mu-0.9.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #445692
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  net-mail/mu/mu-0.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?r1=1.5&r2=1.6

Index: mu-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mu-0.9.9.ebuild	2 Dec 2012 20:30:00 -0000	1.5
+++ mu-0.9.9.ebuild	3 Dec 2012 13:43:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.5 2012/12/02 20:30:00 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.6 2012/12/03 13:43:16 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc emacs gui"
 
 # Without webkit-gtk there is no pdf-preview functionality, everything



1.17                 net-mail/mu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	2 Dec 2012 20:30:00 -0000	1.16
+++ ChangeLog	3 Dec 2012 13:43:16 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.16 2012/12/02 20:30:00 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.17 2012/12/03 13:43:16 ago Exp $
+
+  03 Dec 2012; <ago@gentoo.org> mu-0.9.9.ebuild:
+  Stable for amd64, wrt bug #445692
 
   02 Dec 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.6.ebuild, mu-0.9.9.ebuild:
   Make build.log verbose (bug 445696)





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

* [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog
@ 2012-12-06  4:37 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-12-06  4:37 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/12/06 04:37:52

  Modified:             mu-0.9.9.ebuild ChangeLog
  Log:
  x86 stable wrt bug #445692
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.7                  net-mail/mu/mu-0.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild?r1=1.6&r2=1.7

Index: mu-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mu-0.9.9.ebuild	3 Dec 2012 13:43:16 -0000	1.6
+++ mu-0.9.9.ebuild	6 Dec 2012 04:37:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.6 2012/12/03 13:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.7 2012/12/06 04:37:52 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc emacs gui"
 
 # Without webkit-gtk there is no pdf-preview functionality, everything



1.18                 net-mail/mu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Dec 2012 13:43:16 -0000	1.17
+++ ChangeLog	6 Dec 2012 04:37:52 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.17 2012/12/03 13:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.18 2012/12/06 04:37:52 phajdan.jr Exp $
+
+  06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mu-0.9.9.ebuild:
+  x86 stable wrt bug #445692
 
   03 Dec 2012; <ago@gentoo.org> mu-0.9.9.ebuild:
   Stable for amd64, wrt bug #445692





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

end of thread, other threads:[~2012-12-06  4:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  4:37 [gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-03 13:43 Agostino Sarubbo (ago)
2012-11-07 21:26 Thomas Kahle (tomka)
2012-11-06 20:00 Thomas Kahle (tomka)
2012-11-02 22:54 Thomas Kahle (tomka)

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