Merge remote-tracking branch 'origin/dev-python/thumbor-pexif'
authorW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 22:49:38 +0000 (15:49 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 22:49:38 +0000 (15:49 -0700)
* origin/dev-python/thumbor-pexif:
  thumbor-pexif-0.14.1.ebuild: Dead ebuild for thumbor (which wants <1.0)

1  2 
perl-gcpan/MathML-Entities/Manifest
perl-gcpan/MathML-Entities/thumbor-pexif-0.14.1.ebuild
perl-gcpan/MathML-Entities/thumbor-pexif-9999.ebuild

Simple merge
index 0000000000000000000000000000000000000000,208345623fbe00eb7c6016f4125a95a1f6e73403..208345623fbe00eb7c6016f4125a95a1f6e73403
mode 000000,120000..120000
--- /dev/null
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..5030923be03fb402da3d4d174b800d7664a0b5e3
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,31 @@@
++# Copyright 1999-2014 Gentoo Foundation
++# Distributed under the terms of the GNU General Public License v2
++# $Header: $
++
++EAPI=5
++PYTHON_COMPAT=( python2_7 )
++
++inherit distutils-r1
++
++if [[ "${PV}" == "9999" ]]; then
++      inherit git-2
++      EGIT_REPO_URI="git://github.com/thumbor/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"
++
++LICENSE="MIT"
++SLOT="0"
++KEYWORDS="~amd64 ~x86"
++IUSE="test"
++
++RDEPEND=""
++DEPEND=""
++
++python_test() {
++      PYTHONPATH=. "${EPYTHON}" ./test/test.py
++}