timebook-9999.ebuild: Bump to EAPI 6 and distutils-r1
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 18:33:54 +0000 (11:33 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 18:44:43 +0000 (11:44 -0700)
And regenerate the manifest with:

  $ ebuild timebook-9999.ebuild manifest

Manifest
timebook-9999.ebuild

index 4e82224abb961b47730df4de6979f1d0fc5b1042..f93ffe88bd88165e6f8db59f837f917337cae2f1 100644 (file)
--- a/Manifest
+++ b/Manifest
@@ -1,2 +1,2 @@
-EBUILD timebook-9999.ebuild 770 RMD160 8058b17494986bf9051d15479bf5f213b95d6391 SHA1 f6f0b91e672e22039daf6d32573d3d983e23a966 SHA256 7356c5e7c73689d55184091cd246f0081e9af1aae27b93663dde42bb89f989d3
-MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72
+EBUILD timebook-9999.ebuild 730 BLAKE2B 320078c3e2c280e075b39beec4a9e69a35b2d2f3e28e3758f3af6f13d541a5470585b8afd26ef7b2aa73b487ca60fd4edd50021a608fe0da9372984d98c1d9d4 SHA512 62b81450eb3ce392412a27ae429d42f0af16e8e6f9617e167c28070a6fc6055c87deabe1427d3c1ab4adf7d779f23c1f0fb7b423f4875070903a8a37f0e085c1
+MISC metadata.xml 247 BLAKE2B 598a5b197748d29196ef37f6a0ba291b6ca1dff6f1506896b97cb8efca192ceb00cee2da6f9aebe808eb86a9e0a0c3be4580f7bdb0b597c386cb7937abc42779 SHA512 93784fa413a106d1e9f9c97a86c25634d983abf96b57d282bf4acc091d98c6ef32d2525aeb13f68e163c13a5daaa97258cd53c76f5ffe717f5c0dad5956fba6c
index 3dbabcaf80ca5ed324388664a76493e37b4f9a56..ffd66a84d2675a5126e9cf56f2a0b11fcb4d35dc 100644 (file)
@@ -2,13 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
 
-PYTHON_DEPEND="2:2.7"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit eutils distutils
+inherit eutils distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
        inherit mercurial
@@ -39,6 +36,6 @@ src_unpack() {
 }
 
 src_install() {
-       distutils_src_install
+       distutils-r1_src_install
        dodoc README
 }