X-Git-Url: http://git.tremily.us/?p=wtk-overlay.git;a=blobdiff_plain;f=pexif-9999.ebuild;fp=thumbor-pexif-9999.ebuild;h=e256538dc9e1751dff5277d240c640e88357ea6a;hp=5030923be03fb402da3d4d174b800d7664a0b5e3;hb=daafb0468609acec28d9a4d517cdd0736a49cd71;hpb=09480996e59651bf1e1de2c60d5fa8611b7b5701 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"