idella4 14/04/27 02:53:33 Modified: ChangeLog Added: django-select2-4.2.2.ebuild Log: bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/django-select2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 2 Apr 2013 16:28:26 -0000 1.2 +++ ChangeLog 27 Apr 2014 02:53:32 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/django-select2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v 1.2 2013/04/02 16:28:26 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-select2/ChangeLog,v 1.3 2014/04/27 02:53:32 idella4 Exp $ + +*django-select2-4.2.2 (27 Apr 2014) + + 27 Apr 2014; Ian Delaney <[email protected]> +django-select2-4.2.2.ebuild: + bump 02 Apr 2013; Matthew Thode <[email protected]> django-select2-3.2.1.ebuild, django-select2-4.0.0.ebuild: 1.1 dev-python/django-select2/django-select2-4.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-select2/django-select2-4.2.2.ebuild?rev=1.1&view=markup 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 Index: django-select2-4.2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="Django-Select2" DESCRIPTION="A Django integration of Select2" HOMEPAGE="https://pypi.python.org/pypi/Django-Select2" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/django[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
