summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-08-27 07:10:30 +0000
committerTim Harder <radhermit@gentoo.org>2013-08-27 07:10:30 +0000
commitdb0b083c33412533e964112316a895154e527838 (patch)
tree3c2be42a623179883723e8b3b2dde22bbf39ded0 /dev-util
parentTemporarily add sys-apps/openrc to the system set, until bug 373219 is resolved. (diff)
downloadgentoo-2-db0b083c33412533e964112316a895154e527838.tar.gz
gentoo-2-db0b083c33412533e964112316a895154e527838.tar.bz2
gentoo-2-db0b083c33412533e964112316a895154e527838.zip
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/umockdev/ChangeLog7
-rw-r--r--dev-util/umockdev/umockdev-0.4.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog
index 6bb5d502ea2b..4c21032f8a3e 100644
--- a/dev-util/umockdev/ChangeLog
+++ b/dev-util/umockdev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/umockdev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.8 2013/07/31 05:57:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.9 2013/08/27 07:10:30 radhermit Exp $
+
+*umockdev-0.4.3 (27 Aug 2013)
+
+ 27 Aug 2013; Tim Harder <radhermit@gentoo.org> +umockdev-0.4.3.ebuild:
+ Version bump.
31 Jul 2013; Tim Harder <radhermit@gentoo.org> -umockdev-0.2.1.ebuild,
-umockdev-0.2.11.ebuild, -umockdev-0.3.ebuild,
diff --git a/dev-util/umockdev/umockdev-0.4.3.ebuild b/dev-util/umockdev/umockdev-0.4.3.ebuild
new file mode 100644
index 000000000000..49f40f9a2fde
--- /dev/null
+++ b/dev-util/umockdev/umockdev-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.4.3.ebuild,v 1.1 2013/08/27 07:10:30 radhermit Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+
+inherit python-any-r1 autotools-utils
+
+DESCRIPTION="Mock hardware devices for creating unit tests"
+HOMEPAGE="https://github.com/martinpitt/umockdev/"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs test"
+
+RDEPEND="virtual/udev[gudev]
+ >=dev-libs/glib-2.32:2"
+DEPEND="${RDEPEND}
+ test? ( ${PYTHON_DEPS} )
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+RESTRICT="test"