Merge branch 'dev-util/update-copyright' master
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 22:55:32 +0000 (15:55 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 22:55:32 +0000 (15:55 -0700)
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.

1  2 
dev-util/update-copyright/update-copyright-9999.ebuild

index 4b6656b39c33979bb744d90b69205e76691071ec,25741c16779228343dd8843196936c1dce4679fc..25741c16779228343dd8843196936c1dce4679fc
@@@ -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