app-admin/lib_users: Add v0.12, remove v0.10
authorTobias Klausmann <klausman@gentoo.org>
Thu, 13 Sep 2018 10:53:15 +0000 (12:53 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Thu, 13 Sep 2018 10:53:43 +0000 (12:53 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-admin/lib_users/Manifest
app-admin/lib_users/lib_users-0.12.ebuild [moved from app-admin/lib_users/lib_users-0.10.ebuild with 85% similarity]

index d2bcc06986cb83aea1679c5e367b6dc7d6b0f5f0..bc0af46c394958f86e96a50343d69129e23f0378 100644 (file)
@@ -1,2 +1,2 @@
-DIST lib_users-0.10.tar.gz 25636 BLAKE2B 6e660b80ef75f71d47f4783dc741e8b0c17f3cfe31296c5624adcfed5836a0b86964f042eafb5b34e259a824c79efb537558d625bc16d07fb388d61ece7c6329 SHA512 dee8203457570f686df69dc91d71614b462845c848a3445fd9b9f94047fdba8171cc2555fa4299bc4c361905d488c1f17cee4ab0e99899f37995377d6011805a
 DIST lib_users-0.11.tar.gz 25660 BLAKE2B 8f5a827840d4074a0e8abd77e43f60eb09f199f58a2bde0c2bce7613d6ba1d9b12dd46adffa528ff351f54933c304f274abef9c35550d7af3519101dcec69d0a SHA512 a54fc8f57cffcd08e77e86eaf50ec6e68e45e1e9458e25e035af90e14be13980a400c4d264f70ef67e141e1d54581b0487b2b70dd084dc5840424221b46f644a
+DIST lib_users-0.12.tar.gz 25688 BLAKE2B 415e3d387360c0e3a3d27ccab8e5a861ea41fceaefa756aa116266f5449856c51a4a7ec650a8665e73d3a74a9973662ea693308a0636fbd7fb8b5dd57dffea35 SHA512 cdd55fe971845be30fb83156c335bbb8d63815fe3b3f62b9689a7c68f402e89ad5b9c0ff805ed57766a5e5fcac598bc6fa1dc36cf65997ab495675d726304847
similarity index 85%
rename from app-admin/lib_users/lib_users-0.10.ebuild
rename to app-admin/lib_users/lib_users-0.12.ebuild
index 89d0f323c9a8865769c51719009e4067c7b9b5f9..b1a72eed7a5380fafc9ec50de167fa8a3549b87d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit python-r1
 
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/klausman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"