summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-23 00:42:13 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-23 00:42:13 +0000
commit525bc4a02e8f3ba6830a242ae9307fda9249bdcb (patch)
tree3dcaf584264daa1b83653d419e699ffef867c6a1 /dev-util/umockdev
parentVersion bump. (diff)
downloadgentoo-2-525bc4a02e8f3ba6830a242ae9307fda9249bdcb.tar.gz
gentoo-2-525bc4a02e8f3ba6830a242ae9307fda9249bdcb.tar.bz2
gentoo-2-525bc4a02e8f3ba6830a242ae9307fda9249bdcb.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r--dev-util/umockdev/ChangeLog9
-rw-r--r--dev-util/umockdev/umockdev-0.5.1.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog
index b355de2d5cdf..c871c1d275a6 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.14 2013/12/02 09:57:30 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.15 2014/01/23 00:42:13 radhermit Exp $
+
+*umockdev-0.5.1 (23 Jan 2014)
+
+ 23 Jan 2014; Tim Harder <radhermit@gentoo.org> +umockdev-0.5.1.ebuild:
+ Version bump.
*umockdev-0.4.7 (02 Dec 2013)
diff --git a/dev-util/umockdev/umockdev-0.5.1.ebuild b/dev-util/umockdev/umockdev-0.5.1.ebuild
new file mode 100644
index 000000000000..9e9dc62f96af
--- /dev/null
+++ b/dev-util/umockdev/umockdev-0.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.5.1.ebuild,v 1.1 2014/01/23 00:42:13 radhermit Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,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"