public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/
Date: Sat, 23 Jan 2016 20:07:34 +0000 (UTC)	[thread overview]
Message-ID: <1453579638.0b09853f1317f2bae02c58c3f7dc3955422ae300.kensington@gentoo> (raw)

commit:     0b09853f1317f2bae02c58c3f7dc3955422ae300
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 20:00:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 20:07:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b09853f

dev-util/umockdev: remove old

Package-Manager: portage-2.2.27

 dev-util/umockdev/Manifest               |  4 ----
 dev-util/umockdev/umockdev-0.8.10.ebuild | 27 ---------------------------
 dev-util/umockdev/umockdev-0.8.2.ebuild  | 27 ---------------------------
 dev-util/umockdev/umockdev-0.8.8.ebuild  | 27 ---------------------------
 dev-util/umockdev/umockdev-0.8.9.ebuild  | 27 ---------------------------
 5 files changed, 112 deletions(-)

diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest
index 3744305..7b425a9 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 a65cd56..0000000
--- 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 a65cd56..0000000
--- 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 ad14f28..0000000
--- 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 a65cd56..0000000
--- 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"


             reply	other threads:[~2016-01-23 20:07 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 20:07 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13  4:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ Sam James
2024-08-09  9:29 Sam James
2024-07-04 19:09 Arthur Zamarin
2024-07-04 19:08 Sam James
2024-07-04 18:51 Arthur Zamarin
2024-07-04 18:49 Arthur Zamarin
2024-07-04 18:44 Arthur Zamarin
2024-06-03  6:10 Sam James
2024-05-04 18:11 Pacho Ramos
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-27 15:39 Matt Turner
2023-05-02 19:16 Sam James
2023-05-02 18:08 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-05-02 17:30 Arthur Zamarin
2023-04-17 18:24 Matt Turner
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-19 17:36 Arthur Zamarin
2023-01-30 17:10 Matt Turner
2022-12-22 11:13 Arthur Zamarin
2022-12-17  6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-11-24 15:37 Matt Turner
2022-10-14  2:10 Sam James
2022-08-28  7:41 WANG Xuerui
2022-07-21  0:13 Sam James
2022-07-18 17:44 Sam James
2022-05-30 18:22 Matt Turner
2022-05-28  5:38 Sam James
2022-05-19 14:29 Matt Turner
2022-05-10 20:00 Matt Turner
2022-04-11 18:05 Matt Turner
2022-03-24  0:38 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-03-01 20:37 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:45 Sam James
2022-01-22 23:47 Matt Turner
2022-01-22 22:39 Sam James
2022-01-20  9:42 Arthur Zamarin
2022-01-18 21:44 Matt Turner
2022-01-11 17:21 Matt Turner
2022-01-10 21:30 Matt Turner
2021-12-19 17:50 Matt Turner
2021-11-28 19:01 Arthur Zamarin
2021-11-23 19:59 Arthur Zamarin
2021-10-12  0:10 Sam James
2021-10-02 22:50 Sam James
2021-09-13 16:03 Sam James
2021-09-09  7:39 Agostino Sarubbo
2021-09-08  6:56 Agostino Sarubbo
2021-09-08  6:55 Agostino Sarubbo
2021-09-06  0:15 Sam James
2021-08-28 21:14 Matt Turner
2021-08-11 23:07 Sam James
2021-08-10  4:59 Sam James
2021-08-06 20:49 Sam James
2021-08-04 21:12 Marek Szuba
2021-07-31 11:44 Sergei Trofimovich
2021-07-30 19:39 Matt Turner
2021-07-29 20:58 Matt Turner
2021-04-08  0:11 Thomas Deutschmann
2020-12-14  0:46 Sam James
2020-11-06  1:41 Georgy Yakovlev
2020-08-22 10:10 Michał Górny
2020-06-25  7:00 Agostino Sarubbo
2020-06-20 13:48 Thomas Deutschmann
2020-06-15 19:46 Mike Gilbert
2019-12-12 16:46 Michał Górny
2018-12-01 17:10 Gilles Dartiguelongue
2018-05-17 10:05 Gilles Dartiguelongue
2018-05-17 10:05 Gilles Dartiguelongue
2017-05-28  9:29 Pacho Ramos
2015-09-15  0:41 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453579638.0b09853f1317f2bae02c58c3f7dc3955422ae300.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox