public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-zope/mailhost: ChangeLog mailhost-2.13.1.ebuild
@ 2010-09-27 18:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-27 18:23 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/27 18:23:50

  Modified:             ChangeLog
  Added:                mailhost-2.13.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc87_p23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-zope/mailhost/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	17 Sep 2010 21:57:18 -0000	1.1
+++ ChangeLog	27 Sep 2010 18:23:50 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-zope/mailhost
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.1 2010/09/17 21:57:18 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.2 2010/09/27 18:23:50 arfrever Exp $
+
+*mailhost-2.13.1 (27 Sep 2010)
+
+  27 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -mailhost-2.13.0.ebuild, +mailhost-2.13.1.ebuild:
+  Version bump.
 
 *mailhost-2.13.0 (17 Sep 2010)
 



1.1                  net-zope/mailhost/mailhost-2.13.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild?rev=1.1&content-type=text/plain

Index: mailhost-2.13.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild,v 1.1 2010/09/27 18:23:50 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"

inherit distutils

MY_PN="Products.MailHost"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="zope.sendmail integration for Zope 2."
HOMEPAGE="http://pypi.python.org/pypi/Products.MailHost"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~sparc ~x86"
IUSE=""

RDEPEND="net-zope/accesscontrol
	net-zope/acquisition
	net-zope/datetime
	net-zope/documenttemplate
	net-zope/persistence
	>=net-zope/zope-2.12
	net-zope/zope-deferredimport
	net-zope/zope-interface
	net-zope/zope-sendmail"
DEPEND="${RDEPEND}
	app-arch/unzip
	dev-python/setuptools"

S="${WORKDIR}/${MY_P}"

DOCS="CHANGES.txt README.txt"
PYTHON_MODNAME="${MY_PN/.//}"






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

* [gentoo-commits] gentoo-x86 commit in net-zope/mailhost: ChangeLog mailhost-2.13.1.ebuild
@ 2011-01-14 10:07 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-14 10:07 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/14 10:07:20

  Modified:             ChangeLog mailhost-2.13.1.ebuild
  Log:
  marked ~ppc wrt #351612
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  net-zope/mailhost/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Sep 2010 18:23:50 -0000	1.2
+++ ChangeLog	14 Jan 2011 10:07:20 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for net-zope/mailhost
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.2 2010/09/27 18:23:50 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.3 2011/01/14 10:07:20 xarthisius Exp $
+
+  14 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  mailhost-2.13.1.ebuild:
+  marked ~ppc wrt #351612
 
 *mailhost-2.13.1 (27 Sep 2010)
 



1.2                  net-zope/mailhost/mailhost-2.13.1.ebuild

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

Index: mailhost-2.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mailhost-2.13.1.ebuild	27 Sep 2010 18:23:50 -0000	1.1
+++ mailhost-2.13.1.ebuild	14 Jan 2011 10:07:20 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild,v 1.1 2010/09/27 18:23:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild,v 1.2 2011/01/14 10:07:20 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -18,7 +18,7 @@
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="net-zope/accesscontrol






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

end of thread, other threads:[~2011-01-14 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 18:23 [gentoo-commits] gentoo-x86 commit in net-zope/mailhost: ChangeLog mailhost-2.13.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-14 10:07 Kacper Kowalik (xarthisius)

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