diff options
author | Rick Farina <zerochaos@gentoo.org> | 2019-03-19 20:42:03 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2019-03-19 22:25:28 -0400 |
commit | 8bfe57467b6f6348dbded2ff14cbbbf3fbb156a9 (patch) | |
tree | bfa6ac4c5358ca4c0031f2d618e53abeed02fc45 /net-libs/libbtbb | |
parent | sys-apps/portage: prefixify etc-update and simplify Prefix logic. (diff) | |
download | gentoo-8bfe57467b6f6348dbded2ff14cbbbf3fbb156a9.tar.gz gentoo-8bfe57467b6f6348dbded2ff14cbbbf3fbb156a9.tar.bz2 gentoo-8bfe57467b6f6348dbded2ff14cbbbf3fbb156a9.zip |
net-libs/libbtbb: bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-libs/libbtbb')
-rw-r--r-- | net-libs/libbtbb/Manifest | 2 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-2018.08.1.ebuild | 3 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-2018.12.1.ebuild (renamed from net-libs/libbtbb/libbtbb-2017.03.2.ebuild) | 3 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/net-libs/libbtbb/Manifest b/net-libs/libbtbb/Manifest index e43288145880..5523e14eef9a 100644 --- a/net-libs/libbtbb/Manifest +++ b/net-libs/libbtbb/Manifest @@ -1,2 +1,2 @@ -DIST libbtbb-2017-03-R2.tar.gz 303689 BLAKE2B d36cf5329fb31cd50f64e3a9b625ebca8bf198794073480baa4f64935f4bef183e4c11f0844cd31df943da98c778bdea807fbd91676c23a3a2f830af5e7a185f SHA512 bb7b58a33198fd64fba5f0254cfbb71120c70476d594a7aaf82c77f770d1a6e89b4571f42d3d15c1d93d5246c9145c33ba8724a5ee5ad84e96f748d9f32275b5 DIST libbtbb-2018-08-R1.tar.gz 310542 BLAKE2B 0ae945c530c476caadfd7786f34eca4d7efd71c2f27a37c7b0242a1d3fba80e985c76a0635a354184aa80039ca8ac11f59778f550cbe9bb7e8a535723396cab0 SHA512 63fa995b51f2246b6f27d8aa1bd7a5c0276414df9d13d432d9a1a7ad78ac06e4c67fe3dcf00cf1634f11d6e999f13633591a3347d4e533fff4f131f8deee922e +DIST libbtbb-2018-12-R1.tar.gz 310437 BLAKE2B 8fec246e05c47df424840f159d97bbb8c6554b2ce72344b63602cb034eb712bf8ee9f280e7bbb5104dc0b9788818ea14cf53d09af0938b1bc1dcede5463b36ce SHA512 5c41bb4f0fdeedc1064de973daa4d396f73ff10b6e28266a43f029cbfa8a7f2db5e3b764410efb50ef79c56ba1fac0d242bb547c0a883d0dc3c06cc9e993332c diff --git a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild index 998113cc4029..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} diff --git a/net-libs/libbtbb/libbtbb-2017.03.2.ebuild b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild index b29bdf569323..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-2017.03.2.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index b29bdf569323..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} |