public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0.ebuild ChangeLog
@ 2011-11-14 20:13 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-11-14 20:13 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/11/14 20:13:54

  Modified:             ChangeLog
  Added:                gnumail-1.2.0.ebuild
  Log:
  Maintenance release bump, ebuild cleanup
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 gnustep-apps/gnumail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	6 Jun 2011 09:09:49 -0000	1.33
+++ ChangeLog	14 Nov 2011 20:13:53 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for gnustep-apps/gnumail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.33 2011/06/06 09:09:49 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.34 2011/11/14 20:13:53 voyageur Exp $
+
+*gnumail-1.2.0 (14 Nov 2011)
+
+  14 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> +gnumail-1.2.0.ebuild:
+  Maintenance release bump, ebuild cleanup
 
   06 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org>
   gnumail-1.2.0_pre3-r1.ebuild:



1.1                  gnustep-apps/gnumail/gnumail-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: gnumail-1.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.1 2011/11/14 20:13:53 voyageur Exp $

EAPI=4
inherit gnustep-2

MY_P=${P/gnum/GNUM}

S=${WORKDIR}/${MY_P}

DESCRIPTION="A fully featured mail application for GNUstep"
HOMEPAGE="http://www.collaboration-world.com/gnumail/"
SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"

IUSE="crypt +emoticon +xface"
DEPEND="~gnustep-libs/pantomime-${PV}
	>=gnustep-base/gnustep-gui-0.11.0
	|| ( gnustep-apps/addresses gnustep-libs/addresseskit )"
RDEPEND="crypt? ( app-crypt/gnupg )"

src_prepare() {
	sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \
		Framework/GNUMail/GNUmakefile || die "as-needed sed failed"
}

src_compile() {
	egnustep_env
	egnustep_make

	cd Bundles/Clock
	egnustep_make
	cd "${S}"

	if use xface ; then
		cd Bundles/Face
		egnustep_make
		cd "${S}"
	fi

	if use crypt ; then
		cd Bundles/PGP
		egnustep_make
		cd "${S}"
	fi

	if use emoticon ; then
		cd Bundles/Emoticon
		egnustep_make
		cd "${S}"
	fi
}

src_install() {
	gnustep-base_src_install

	cd Bundles/Clock
	egnustep_install
	cd "${S}"

	if use xface ; then
		cd Bundles/Face
		egnustep_install
		cd "${S}"
	fi
	if use crypt ; then
		cd Bundles/PGP
		egnustep_install
		cd "${S}"
	fi
	if use emoticon ; then
		cd Bundles/Emoticon
		egnustep_install
		cd "${S}"
	fi

	dodoc "${S}"/Documentation/*
}






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0.ebuild ChangeLog
@ 2012-06-17 16:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-17 16:13 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/17 16:13:30

  Modified:             gnumail-1.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #421335
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  gnustep-apps/gnumail/gnumail-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?r1=1.1&r2=1.2

Index: gnumail-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnumail-1.2.0.ebuild	14 Nov 2011 20:13:53 -0000	1.1
+++ gnumail-1.2.0.ebuild	17 Jun 2012 16:13:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.1 2011/11/14 20:13:53 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.2 2012/06/17 16:13:30 ago Exp $
 
 EAPI=4
 inherit gnustep-2
@@ -12,7 +12,7 @@
 DESCRIPTION="A fully featured mail application for GNUstep"
 HOMEPAGE="http://www.collaboration-world.com/gnumail/"
 SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 



1.35                 gnustep-apps/gnumail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Nov 2011 20:13:53 -0000	1.34
+++ ChangeLog	17 Jun 2012 16:13:30 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/gnumail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.34 2011/11/14 20:13:53 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.35 2012/06/17 16:13:30 ago Exp $
+
+  17 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gnumail-1.2.0.ebuild:
+  Stable for amd64, wrt bug #421335
 
 *gnumail-1.2.0 (14 Nov 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0.ebuild ChangeLog
@ 2012-06-19  7:58 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-19  7:58 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/19 07:58:28

  Modified:             gnumail-1.2.0.ebuild ChangeLog
  Log:
  marked x86 per bug 421335
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.3                  gnustep-apps/gnumail/gnumail-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?r1=1.2&r2=1.3

Index: gnumail-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnumail-1.2.0.ebuild	17 Jun 2012 16:13:30 -0000	1.2
+++ gnumail-1.2.0.ebuild	19 Jun 2012 07:58:28 -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/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.2 2012/06/17 16:13:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.3 2012/06/19 07:58:28 jdhore Exp $
 
 EAPI=4
 inherit gnustep-2
@@ -12,7 +12,7 @@
 DESCRIPTION="A fully featured mail application for GNUstep"
 HOMEPAGE="http://www.collaboration-world.com/gnumail/"
 SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 



1.36                 gnustep-apps/gnumail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Jun 2012 16:13:30 -0000	1.35
+++ ChangeLog	19 Jun 2012 07:58:28 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/gnumail
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.35 2012/06/17 16:13:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.36 2012/06/19 07:58:28 jdhore Exp $
+
+  19 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gnumail-1.2.0.ebuild:
+  marked x86 per bug 421335
 
   17 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gnumail-1.2.0.ebuild:
   Stable for amd64, wrt bug #421335






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0.ebuild ChangeLog
@ 2012-08-24  7:15 Michael Weber (xmw)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber (xmw) @ 2012-08-24  7:15 UTC (permalink / raw
  To: gentoo-commits

xmw         12/08/24 07:15:29

  Modified:             gnumail-1.2.0.ebuild ChangeLog
  Log:
  ppc stable (bug 421335).
  
  (Portage version: 2.1.11.10/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  gnustep-apps/gnumail/gnumail-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild?r1=1.3&r2=1.4

Index: gnumail-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnumail-1.2.0.ebuild	19 Jun 2012 07:58:28 -0000	1.3
+++ gnumail-1.2.0.ebuild	24 Aug 2012 07:15:29 -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/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.3 2012/06/19 07:58:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.4 2012/08/24 07:15:29 xmw Exp $
 
 EAPI=4
 inherit gnustep-2
@@ -12,7 +12,7 @@
 DESCRIPTION="A fully featured mail application for GNUstep"
 HOMEPAGE="http://www.collaboration-world.com/gnumail/"
 SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 



1.37                 gnustep-apps/gnumail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	19 Jun 2012 07:58:28 -0000	1.36
+++ ChangeLog	24 Aug 2012 07:15:29 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/gnumail
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.36 2012/06/19 07:58:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.37 2012/08/24 07:15:29 xmw Exp $
+
+  24 Aug 2012; Michael Weber <xmw@gentoo.org> gnumail-1.2.0.ebuild:
+  ppc stable (bug 421335).
 
   19 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gnumail-1.2.0.ebuild:
   marked x86 per bug 421335





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

end of thread, other threads:[~2012-08-24  7:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 20:13 [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0.ebuild ChangeLog Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-17 16:13 Agostino Sarubbo (ago)
2012-06-19  7:58 Jeff Horelick (jdhore)
2012-08-24  7:15 Michael Weber (xmw)

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