app-emulation/diskimage-builder: bup and cleanup
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Nov 2016 05:50:49 +0000 (23:50 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Nov 2016 05:50:49 +0000 (23:50 -0600)
Package-Manager: portage-2.3.0

app-emulation/diskimage-builder/Manifest
app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild [deleted file]
app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild [deleted file]
app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild [deleted file]
app-emulation/diskimage-builder/diskimage-builder-1.22.2.ebuild [deleted file]
app-emulation/diskimage-builder/diskimage-builder-1.23.0.ebuild [moved from app-emulation/diskimage-builder/diskimage-builder-1.22.0.ebuild with 100% similarity]

index 8298634a37fd2a7a2f294ef395413f11fbbb27b7..70f07b31d0b4e5fafb7cf46e336a565f8347fa26 100644 (file)
@@ -1,5 +1 @@
-DIST diskimage-builder-1.15.0.tar.gz 225527 SHA256 cf4d1678110d53c337e94d7968126ed50dbdf790dddeda6f855f10ba5e09bb5b SHA512 4984a0bcdce5f011d08ed72910653ba60b67597f5df07f3dacabee3f9f2d4fbc8346b843d026a9a3ae8727452018a05343822bb19b268bb18d75c7c081b53b8d WHIRLPOOL 912b8acfe691f1e6941fd19b668e80ad6be1c3a364aae6310d2c8156422b5b8e7b6008f4ac3a2d1883f6149fb9122da222ba57b9c95323733c9c7aed40d1f2d7
-DIST diskimage-builder-1.21.0.tar.gz 248236 SHA256 f40f9f6c5b1ceebe10344d94ad9a87f56fa1724815c755f983198e9eb5de41d8 SHA512 2965192f2148a22ca1eb7bb4ec5705ac9061337cefcb0b6154af7f8c6519ef9ea1d1577bbf1f24957152ff0497003843f58a0fd87a7921eb3d327c6d9a0a3b1a WHIRLPOOL 671a20b9b174ac7d98e5c12a67b7cf79612aa4d961e6e715621a2c42ce990cdf8615f20ba0f80a164889b7dc1693de46520026997ca4a48cdad66b2835ad1a5a
-DIST diskimage-builder-1.22.0.tar.gz 252581 SHA256 1fe46ee35eb764095edaf5d716daefd433b7b8912d7eccc937c6eab83d5ceeb8 SHA512 4bd3557a313f81c7481b9c49eac0a69c30e2b7b5d68eb5fba79e29b8e5bac09cc977ee887177e07fade7095e2fd1fda792287d003851bad5b55c94dc5aeb517b WHIRLPOOL e2721cc5bbc955c3ddd9cfd33ab0ef7e2d5b644ef74a270dcdf1149afb156561d4a2fc8aab3dfcafad1d12ea1d45aa57cd44dcf4fa9e00fec7865fd10a207434
-DIST diskimage-builder-1.22.1.tar.gz 254248 SHA256 cea51e7907a65ddb1f78dd624ec2a0e5f5115ad986ae6ad79586445e123c79cf SHA512 2cfa89e69f110a2cd7bdc90a4119b2d696350e8adac23f205828d36ae25eb7707f05e16e777a804251faf67d0e5c96bffde235831fb5e94e59279cd9ce67cdb1 WHIRLPOOL 9d70e2dca8fd0ad89144b3fcbb7deb1acedcac0a0bd2b55742df0a669a224b35c95313649faa1a93b8f9f590d6e05032bb762786c4b8b2c3e6208e0162f49864
-DIST diskimage-builder-1.22.2.tar.gz 254184 SHA256 17eb76633a2e68a34679f8b3689f44d4de0049e9cb940ae28fa33c28ddef84d8 SHA512 ac483b880a95109d0251b93d6c0e2685daa3cfb70ef685f018387886e554add44a7f6be5c089ed91c85509bb11ff78d762184ae236b64661f331442a5a9ecdc1 WHIRLPOOL fd2a752b5793592f74c489ada298495d94b8258a2f4e76ecb50ff5132ba1a570efb3b9dcc90ede1ef3c6ea257d638090b9bdb71cbbc4fd4c473ad440d73f00d0
+DIST diskimage-builder-1.23.0.tar.gz 255659 SHA256 c235f459f4a52bf0cff134bb6921d29cdf7b87a4427d070e97e16c4b486fb66d SHA512 18d420759df167762c8b41249c94243081ffcf5312727dfc882964c9957752acadd6c526ef34fc49dcf9539b15852542f51f0d83630d27d67fc1c82efa144708 WHIRLPOOL bdd5ce22ae37f96420d9faae40a3cbcfa0d89ff1698f911759b2d79bfb7f867bee4fd0d827a14c1d825969c2bac6996d108cf9427fac5615de7c3527c268c8ee
diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild
deleted file mode 100644 (file)
index c81d8de..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-       >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-       !~dev-python/Babel-2.3.0[${PYTHON_USEDEP}]
-       !~dev-python/Babel-2.3.1[${PYTHON_USEDEP}]
-       !~dev-python/Babel-2.3.2[${PYTHON_USEDEP}]
-       !~dev-python/Babel-2.3.3[${PYTHON_USEDEP}]
-       dev-python/dib-utils[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-       >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-       <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       app-emulation/qemu
-       sys-block/parted
-       sys-fs/multipath-tools"
diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild
deleted file mode 100644 (file)
index fcba7fd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-       >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-       dev-python/dib-utils[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-       >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-       <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-       app-emulation/qemu
-       sys-block/parted
-       sys-fs/multipath-tools"
diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild
deleted file mode 100644 (file)
index 4ea1d4d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-       >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-       dev-python/dib-utils[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-       >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-       <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-       app-emulation/qemu
-       sys-block/parted
-       sys-fs/multipath-tools"
diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.22.2.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.22.2.ebuild
deleted file mode 100644 (file)
index 4ea1d4d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-       >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-       dev-python/dib-utils[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-       >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-       <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-       app-emulation/qemu
-       sys-block/parted
-       sys-fs/multipath-tools"