public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/django-evolution: django-evolution-0.6.9.ebuild ChangeLog
@ 2013-05-22  7:36 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-22  7:36 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/22 07:36:02

  Modified:             ChangeLog
  Added:                django-evolution-0.6.9.ebuild
  Log:
  bump
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.11                 dev-python/django-evolution/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	5 Apr 2013 11:38:49 -0000	1.10
+++ ChangeLog	22 May 2013 07:36:02 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-evolution
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.10 2013/04/05 11:38:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.11 2013/05/22 07:36:02 idella4 Exp $
+
+*django-evolution-0.6.9 (22 May 2013)
+
+  22 May 2013; Ian Delaney <idella4@gentoo.org> +django-evolution-0.6.9.ebuild,
+  django-evolution-0.6.7-r1.ebuild:
+  bump
 
   05 Apr 2013; Michał Górny <mgorny@gentoo.org>
   django-evolution-0.6.7-r1.ebuild:



1.1                  dev-python/django-evolution/django-evolution-0.6.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.1&content-type=text/plain

Index: django-evolution-0.6.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild,v 1.1 2013/05/22 07:36:02 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}

DESCRIPTION="A Django application that will run cron jobs for other django apps"
HOMEPAGE="http://code.google.com/p/django-evolution/ http://pypi.python.org/pypi/django_evolution/"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/django[${PYTHON_USEDEP}]
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"

S=${WORKDIR}/${MY_P}

python_prepare_all() {
	# Fix installing 'tests' package in the global scope.
	# http://code.google.com/p/django-evolution/issues/detail?id=134
	sed -i -e 's:find_packages(:&exclude=("tests",):' setup.py || die

	distutils-r1_python_prepare_all
}

python_test() {
	# http://code.google.com/p/django-evolution/issues/detail?id=135
	# This is tested, any delay in die subsequent to (implicitly inherited) multiprocessing eclass
	"${PYTHON}" tests/runtests.py || die
}

python_install_all() {
	distutils-r1_python_install_all
	dodoc -r docs/
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/django-evolution: django-evolution-0.6.9.ebuild ChangeLog
@ 2014-09-23  0:37 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-09-23  0:37 UTC (permalink / raw
  To: gentoo-commits

idella4     14/09/23 00:37:35

  Modified:             ChangeLog
  Added:                django-evolution-0.6.9.ebuild
  Log:
  re-add -0.6.9 for reviewboard relying on old versions
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.15                 dev-python/django-evolution/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 Sep 2014 06:49:41 -0000	1.14
+++ ChangeLog	23 Sep 2014 00:37:35 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-evolution
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.14 2014/09/22 06:49:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.15 2014/09/23 00:37:35 idella4 Exp $
+
+*django-evolution-0.6.9 (23 Sep 2014)
+
+  23 Sep 2014; Ian Delaney <idella4@gentoo.org> +django-evolution-0.6.9.ebuild:
+  re-add -0.6.9 for reviewboard relying on old versions
 
 *django-evolution-0.7.4 (22 Sep 2014)
 



1.3                  dev-python/django-evolution/django-evolution-0.6.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?r1=1.2&r2=1.3






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

* [gentoo-commits] gentoo-x86 commit in dev-python/django-evolution: django-evolution-0.6.9.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:27

  Modified:             django-evolution-0.6.9.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/django-evolution/django-evolution-0.6.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild?r1=1.3&r2=1.4

Index: django-evolution-0.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-evolution-0.6.9.ebuild	23 Sep 2014 00:37:35 -0000	1.3
+++ django-evolution-0.6.9.ebuild	8 Apr 2015 08:05:27 -0000	1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild,v 1.3 2014/09/23 00:37:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.9.ebuild,v 1.4 2015/04/08 08:05:27 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.18                 dev-python/django-evolution/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	8 Mar 2015 23:44:24 -0000	1.17
+++ ChangeLog	8 Apr 2015 08:05:27 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/django-evolution
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.17 2015/03/08 23:44:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.18 2015/04/08 08:05:27 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> django-evolution-0.6.9.ebuild:
+  Drop old Python implementations
 
   08 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-evolution-0.7.4.ebuild:
   x86 stable, bug 540290





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

end of thread, other threads:[~2015-04-08  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22  7:36 [gentoo-commits] gentoo-x86 commit in dev-python/django-evolution: django-evolution-0.6.9.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2014-09-23  0:37 Ian Delaney (idella4)
2015-04-08  8:05 Michal Gorny (mgorny)

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