app-emulation/diskimage-builder: cleanup
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Dec 2016 03:10:18 +0000 (21:10 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 24 Dec 2016 03:10:51 +0000 (21:10 -0600)
Package-Manager: portage-2.3.0

app-emulation/diskimage-builder/Manifest
app-emulation/diskimage-builder/diskimage-builder-1.24.0.ebuild [deleted file]
app-emulation/diskimage-builder/diskimage-builder-1.25.2.ebuild [deleted file]

index a89ff927086f803eaf5926bd5ac429c7999c7bd7..a77921bec21aab927ddc76361cd072fa4a4926ae 100644 (file)
@@ -1,4 +1,2 @@
 DIST diskimage-builder-1.23.0.tar.gz 255659 SHA256 c235f459f4a52bf0cff134bb6921d29cdf7b87a4427d070e97e16c4b486fb66d SHA512 18d420759df167762c8b41249c94243081ffcf5312727dfc882964c9957752acadd6c526ef34fc49dcf9539b15852542f51f0d83630d27d67fc1c82efa144708 WHIRLPOOL bdd5ce22ae37f96420d9faae40a3cbcfa0d89ff1698f911759b2d79bfb7f867bee4fd0d827a14c1d825969c2bac6996d108cf9427fac5615de7c3527c268c8ee
-DIST diskimage-builder-1.24.0.tar.gz 256522 SHA256 e5236e0be1d07e0111bceae344bfe6f9dd8b0ed9eba64240e218ecc70b9a7b03 SHA512 27e99142e3d951c2137bf53b16298cc9aacfb5167e9fb4572e735e36b555628262c730570b177ea65565f27afce76c0fb8fdee97c9aa7a2346dfdbae1909fd30 WHIRLPOOL 95f77d78b2d723ec9bdcff190d6e583a0ea6963104126ca146221cf53974137d675e795133659dcd55477645cc2c7c7e8734acd8029f903e98130efd196f16a8
-DIST diskimage-builder-1.25.2.tar.gz 258530 SHA256 a0dce083d24e0f19f88f645db817acd88c32fea42fc40bcd497c619c12f6c87e SHA512 25c4fc0b0d23f157cf98a122e41486937ff20a6e942894371a923d10ce9ffdf9b477accaaa2fc806ddb5e2a2cdb3f1d84809ba7527a2c6ab35eb2e2e8fd5bc98 WHIRLPOOL a9ee5edeb0fa632e8b6d8877ae8e397ad3ca1683f527faa370241f4c67d95b2f7bf58c2d1030e7b700681e488eabef11939411f8440783aff1306414c4ea8e32
 DIST diskimage-builder-1.26.1.tar.gz 260140 SHA256 dd842a364124a59aaa3751fe178f8799c39e29badbc69d1459d2ed35b9042660 SHA512 698c97b7e016a87c2acd83d27400bd009e8148bb76efc737fae3344aa2c860fdf4060f1608eaa38566c24fa68c5fdbf51559ab64f9d9ef26d0adbe3a1b69325f WHIRLPOOL 83e86a6b5a1629041465be971657968fbdad3377ba9c3bb60ce29b2dd658165541f6e3b5a67eaa13727221e0a44032aafb26b30e042453e2a4c4e085cb26f3da
diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.24.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.24.0.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.25.2.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.25.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"