diff options
author | 2015-03-06 22:16:56 +0000 | |
---|---|---|
committer | 2015-03-06 22:16:56 +0000 | |
commit | cb83eab764daf8c15c96cfd84eb772f27a0cc2a7 (patch) | |
tree | 283d033f04f57f13befff7a56912461665a79c4f /dev-python/django-tastypie | |
parent | x86 stable wrt bug #541568 (diff) | |
download | gentoo-2-cb83eab764daf8c15c96cfd84eb772f27a0cc2a7.tar.gz gentoo-2-cb83eab764daf8c15c96cfd84eb772f27a0cc2a7.tar.bz2 gentoo-2-cb83eab764daf8c15c96cfd84eb772f27a0cc2a7.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/django-tastypie')
-rw-r--r-- | dev-python/django-tastypie/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-tastypie/django-tastypie-0.9.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-tastypie/ChangeLog b/dev-python/django-tastypie/ChangeLog index 70fe6a1785a7..5d93002a6d98 100644 --- a/dev-python/django-tastypie/ChangeLog +++ b/dev-python/django-tastypie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-tastypie -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.7 2013/06/06 09:32:46 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.8 2015/03/06 22:16:56 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-tastypie-0.9.15.ebuild: + amd64 stable, bug 540290 06 Jun 2013; Ian Delaney <idella4@gentoo.org> django-tastypie-0.9.15.ebuild, files/runtests.patch: diff --git a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild index d97fe3a50f7c..a4caa5065fb8 100644 --- a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild +++ b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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-tastypie/django-tastypie-0.9.15.ebuild,v 1.4 2013/06/06 09:32:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v 1.5 2015/03/06 22:16:56 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -11,7 +11,7 @@ DESCRIPTION="A flexible and capable API layer for django utilising serialisers" HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie" SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="bip doc digest lxml oauth test yaml" LICENSE="BSD" |