diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-24 07:00:37 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-24 07:07:18 +1100 |
commit | 0b09853f1317f2bae02c58c3f7dc3955422ae300 (patch) | |
tree | 797cd65f17a2ec6069a17528420edacef51c008d /dev-util/umockdev | |
parent | dev-util/trinity: remove old (diff) | |
download | gentoo-0b09853f1317f2bae02c58c3f7dc3955422ae300.tar.gz gentoo-0b09853f1317f2bae02c58c3f7dc3955422ae300.tar.bz2 gentoo-0b09853f1317f2bae02c58c3f7dc3955422ae300.zip |
dev-util/umockdev: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r-- | dev-util/umockdev/Manifest | 4 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.8.10.ebuild | 27 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.8.2.ebuild | 27 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.8.8.ebuild | 27 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.8.9.ebuild | 27 |
5 files changed, 0 insertions, 112 deletions
diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest index 3744305f029c..7b425a951cc4 100644 --- a/dev-util/umockdev/Manifest +++ b/dev-util/umockdev/Manifest @@ -1,5 +1 @@ -DIST umockdev-0.8.10.tar.xz 741364 SHA256 5105caf49c240148a826871ee6576e99ed902ea8b58d7908b0dfd121a9f8319d SHA512 74eb2bd58fad181c52a4a968d9cfd895f1723052d046b21a9381a8bf293a135173d1e218c55b824c4cd285fe0f6ae99764d4e4c0c35c55ee9bb08c3bea03292e WHIRLPOOL 912f814fb05520fdc7d18f81b10c1b0ecba0d890086735963b6becfcd685bb4e60d63953792a04d84483f47f54a74b81e20ad717c044305bf56b76d27b2b9bb2 DIST umockdev-0.8.11.tar.xz 741812 SHA256 222518a634c57b1d6d9f51b042e8c80641251260d9c43e6c6273d446d577ccb7 SHA512 dd6aa23873060c2778796f7300b61aa46e6f9bed8b2b2dc107eb747ade93f9d9027385a414f2107f3da4932065e1f7ec488cc91c6f24c3204a7abbbdf4cb8e84 WHIRLPOOL b736ca9d9f73294e5aabc3be75e006efcfdba8f8ecb96cdeb2fb88a12cc3ba53870c416c82c315acc7da7929d07a9efcdc6ceadaa324e0c63a9a60589d66148c -DIST umockdev-0.8.2.tar.xz 733196 SHA256 8d7dad9ec6f9105773d1bb57eb844310e7a05ba850c0f28b9b520f848b2a2719 SHA512 a7674abcde7f570d92da4e54bbe7448ffde99515577c05664ea11ed45dcab7345e62b96d42f6e851b8dc5199dfaf7955a54156ae4bc9ffc983a5ccf312755514 WHIRLPOOL 0774f85f09d6e2d03fd500143a0b56a31cbda561e693b46b236d8641f336edc91d05206a36f408911baddce42c9a0aede9a4d6a71830b2e0f17a0859170ba028 -DIST umockdev-0.8.8.tar.xz 741304 SHA256 51fb5f81d895f99c3a3d81a18356db7e6d2cd075732477d8d4be4ffd97817e3f SHA512 5a8991111a7a108e965e4e1446c050dc544ddf7dc4a35db7374be0373b0f74415b3bcc1192547ce32a91ed91e373f5b750adb18a4c4efc2c587f9d03625d417c WHIRLPOOL c2c8dc304dcafbee9dfb8047a41b71ed1ee36905d7a0bcbe46fb2a67110580279bf5ff293636d2030e6cd43f4ab4ee885be76a3c44c76469967d10e1e7867dde -DIST umockdev-0.8.9.tar.xz 740428 SHA256 5a4e6b43d99c6cad52bd22d7d713ff2d5dcc4db4147c01d08d174606de095adf SHA512 bac7b39eae1623e42db80dc39517d0f7f6c5264be65c089789d5cb17bd7f45584fab6e5930cd44d9b7e4dae987db31a2876b20310a9297f676c38b7461a1ab7b WHIRLPOOL b7253b50f130252c36c23079e454fc346ab9abc5131355c7abcb4573368bcf3d6a71af82563c79276df8c29e97210cadf6195ff498619b61b1734e1be86244ea diff --git a/dev-util/umockdev/umockdev-0.8.10.ebuild b/dev-util/umockdev/umockdev-0.8.10.ebuild deleted file mode 100644 index a65cd564be8b..000000000000 --- a/dev-util/umockdev/umockdev-0.8.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/libgudev:= - virtual/libudev:= - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" diff --git a/dev-util/umockdev/umockdev-0.8.2.ebuild b/dev-util/umockdev/umockdev-0.8.2.ebuild deleted file mode 100644 index a65cd564be8b..000000000000 --- a/dev-util/umockdev/umockdev-0.8.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/libgudev:= - virtual/libudev:= - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" diff --git a/dev-util/umockdev/umockdev-0.8.8.ebuild b/dev-util/umockdev/umockdev-0.8.8.ebuild deleted file mode 100644 index ad14f28e9bb9..000000000000 --- a/dev-util/umockdev/umockdev-0.8.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/libgudev:= - virtual/libudev:= - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" diff --git a/dev-util/umockdev/umockdev-0.8.9.ebuild b/dev-util/umockdev/umockdev-0.8.9.ebuild deleted file mode 100644 index a65cd564be8b..000000000000 --- a/dev-util/umockdev/umockdev-0.8.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/libgudev:= - virtual/libudev:= - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" |