Now that pexif has cut 0.15 [1,2].
Also bump from EAPI 5 to 6 and from git-2 to the newer git-r3 (there
were no changes impacting this ebuild [3]).
[1]: https://github.com/thumbor/thumbor/issues/294
Subject: As pexif is now on pypi revert from thumbor fork
[2]: https://pypi.python.org/pypi/pexif/0.15
Uploaded on: 2014-12-03
[3]: https://devmanual.gentoo.org/ebuild-writing/eapi/#eapi=6
-DIST thumbor-pexif-0.14.1.tar.gz 169823 SHA256 96dcc03ea6066d9546baf54f6841f4048b0b24a291eed65d098b3348c8872d99 SHA512 4920f895759501a847ab8a0dbab105b18e150845b56a4453ab099547b43c76853d34af1bbe5566f8889cf516284b8ddab070bed79d2d86e75276464af2ecb4e6 WHIRLPOOL 1888accea080c2433cfaae43097e7c6a1b471c39e5c71174f220aed630b9f5c8aa76d27b9fce6a9834a7bc55e29497d6a735f5cefb0d0a0b7168c8df9ebb1d9f
+DIST pexif-0.15.tar.gz 170232 SHA256 45a3be037c7ba8b64bbfc48f3586402cc17de55bb9d7357ef2bc99954a18da3f SHA512 5527235ef352e07a0db69460ac2dc55967c078b6ff56d48a7f1889aabc5ef8658f6650d23f023cac74ac21cc54d2331ab970ef62b168bd1d413f3d6e08490dc2 WHIRLPOOL 1138ceed3e62b97a7c6b1d00bd46eb14b2b1a15a91750885290b0156e8806a92ff802f6dd0522a76857fa8f32b604b88c62f631959618f0f21de1671227a2c3a
--- /dev/null
+pexif-9999.ebuild
\ No newline at end of file
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ "${PV}" == "9999" ]]; then
- inherit git-2
- EGIT_REPO_URI="git://github.com/thumbor/pexif.git"
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/bennoleslie/pexif.git"
SRC_URI=""
else
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
fi
DESCRIPTION="Edit JPEG EXIF data"
-HOMEPAGE="https://github.com/thumbor/pexif https://pypi.python.org/pypi/thumbor-pexif"
+HOMEPAGE="https://github.com/bennoleslie/pexif https://pypi.python.org/pypi/pexif"
LICENSE="MIT"
SLOT="0"
+++ /dev/null
-thumbor-pexif-9999.ebuild
\ No newline at end of file