From daafb0468609acec28d9a4d517cdd0736a49cd71 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 12 Aug 2016 11:40:58 -0700 Subject: [PATCH] pexif-9999.ebuild: Convert from thumbor-pexif to pexif 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 | 2 +- pexif-0.15.ebuild | 1 + thumbor-pexif-9999.ebuild => pexif-9999.ebuild | 10 +++++----- thumbor-pexif-0.14.1.ebuild | 1 - 4 files changed, 7 insertions(+), 7 deletions(-) create mode 120000 pexif-0.15.ebuild rename thumbor-pexif-9999.ebuild => pexif-9999.ebuild (67%) delete mode 120000 thumbor-pexif-0.14.1.ebuild diff --git a/Manifest b/Manifest index 1ef5320..639baa5 100644 --- 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 index 0000000..6881e13 --- /dev/null +++ b/pexif-0.15.ebuild @@ -0,0 +1 @@ +pexif-9999.ebuild \ No newline at end of file diff --git a/thumbor-pexif-9999.ebuild b/pexif-9999.ebuild similarity index 67% rename from thumbor-pexif-9999.ebuild rename to pexif-9999.ebuild index 5030923..e256538 100644 --- a/thumbor-pexif-9999.ebuild +++ b/pexif-9999.ebuild @@ -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 index 2083456..0000000 --- a/thumbor-pexif-0.14.1.ebuild +++ /dev/null @@ -1 +0,0 @@ -thumbor-pexif-9999.ebuild \ No newline at end of file -- 2.26.2