From: W. Trevor King Date: Wed, 25 Apr 2018 22:55:32 +0000 (-0700) Subject: Merge branch 'dev-util/update-copyright' X-Git-Url: http://git.tremily.us/?p=wtk-overlay.git;a=commitdiff_plain;h=HEAD;hp=-c Merge branch 'dev-util/update-copyright' Generated with: $ git merge -s ours --no-commit --log --allow-unrelated-histories dev-util/update-copyright $ git rm -rf dev-util/update-copyright/ $ git read-tree --prefix="dev-util/update-copyright/" -u dev-util/update-copyright $ git commit * dev-util/update-copyright: update-copyright-9999.ebuild: Update to git-r3 ChangeLog: Drop this optional file Bump package compatibility to Python 3.4 dev-util/update-copyright: Update to Python 3 master branch dev-util/update-copyright: update to python3 branch. Update URLs from einstein to tremily. Add dev-util/update-copyright package. --- f81112438d2535e8e134afae22091db9cee182d5 diff --combined dev-util/update-copyright/update-copyright-9999.ebuild index 4b6656b,25741c1..25741c1 --- a/dev-util/update-copyright/update-copyright-9999.ebuild +++ b/dev-util/update-copyright/update-copyright-9999.ebuild @@@ -2,14 -2,13 +2,13 @@@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ - EAPI="5" - PYTHON_COMPAT=( python{3_2,3_3,3_4} ) + EAPI="6" + PYTHON_COMPAT=( python{3_2,3_3,3_4,3_5,3_6} ) inherit eutils distutils-r1 if [[ "${PV}" == "9999" ]] ; then - inherit git-2 - EGIT_BRANCH="master" + inherit git-r3 EGIT_REPO_URI="git://tremily.us/${PN}.git" SRC_URI="" else