pexif-9999.ebuild: Convert from thumbor-pexif to pexif dev-python/pexif
authorW. Trevor King <wking@tremily.us>
Fri, 12 Aug 2016 18:40:58 +0000 (11:40 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 12 Aug 2016 18:45:59 +0000 (11:45 -0700)
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

Manifest
pexif-0.15.ebuild [new symlink]
pexif-9999.ebuild [moved from thumbor-pexif-9999.ebuild with 67% similarity]
thumbor-pexif-0.14.1.ebuild [deleted symlink]

index 1ef5320c08cb946b02e3835c7cb603995685f39a..639baa5b782af60ca3a3f9b2c01da358a8657819 100644 (file)
--- a/Manifest
+++ b/Manifest
@@ -1 +1 @@
-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
diff --git a/pexif-0.15.ebuild b/pexif-0.15.ebuild
new file mode 120000 (symlink)
index 0000000..6881e13
--- /dev/null
@@ -0,0 +1 @@
+pexif-9999.ebuild
\ No newline at end of file
similarity index 67%
rename from thumbor-pexif-9999.ebuild
rename to pexif-9999.ebuild
index 5030923be03fb402da3d4d174b800d7664a0b5e3..e256538dc9e1751dff5277d240c640e88357ea6a 100644 (file)
@@ -1,22 +1,22 @@
-# 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"
diff --git a/thumbor-pexif-0.14.1.ebuild b/thumbor-pexif-0.14.1.ebuild
deleted file mode 120000 (symlink)
index 2083456..0000000
+++ /dev/null
@@ -1 +0,0 @@
-thumbor-pexif-9999.ebuild
\ No newline at end of file