Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-select2: django-select2-4.2.2.ebuild ChangeLog
Date: Sun, 27 Apr 2014 02:53:41
Message-Id: 20140427025333.190DC2004C@flycatcher.gentoo.org
1 idella4 14/04/27 02:53:33
2
3 Modified: ChangeLog
4 Added: django-select2-4.2.2.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.3 dev-python/django-select2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 2 Apr 2013 16:28:26 -0000 1.2
24 +++ ChangeLog 27 Apr 2014 02:53:32 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/django-select2
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v 1.2 2013/04/02 16:28:26 prometheanfire Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v 1.3 2014/04/27 02:53:32 idella4 Exp $
31 +
32 +*django-select2-4.2.2 (27 Apr 2014)
33 +
34 + 27 Apr 2014; Ian Delaney <idella4@g.o> +django-select2-4.2.2.ebuild:
35 + bump
36
37 02 Apr 2013; Matthew Thode <prometheanfire@g.o>
38 django-select2-3.2.1.ebuild, django-select2-4.0.0.ebuild:
39
40
41
42 1.1 dev-python/django-select2/django-select2-4.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/django-select2-4.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/django-select2-4.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: django-select2-4.2.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-select2/django-select2-4.2.2.ebuild,v 1.1 2014/04/27 02:53:32 idella4 Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 MY_PN="Django-Select2"
59
60 DESCRIPTION="A Django integration of Select2"
61 HOMEPAGE="https://pypi.python.org/pypi/Django-Select2"
62 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
63
64 S="${WORKDIR}/${MY_PN}-${PV}"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69
70 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"