summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-03-06 02:46:02 +0000
committerTim Harder <radhermit@gentoo.org>2014-03-06 02:46:02 +0000
commit5291e26c11edaee46aefed8cad4d2223c6ad1cac (patch)
tree1cce0e31dc48f5d9ad687613beaedef3124b1029 /dev-util
parentVersion bump (bug #502580). (diff)
downloadgentoo-2-5291e26c11edaee46aefed8cad4d2223c6ad1cac.tar.gz
gentoo-2-5291e26c11edaee46aefed8cad4d2223c6ad1cac.tar.bz2
gentoo-2-5291e26c11edaee46aefed8cad4d2223c6ad1cac.zip
Version bump.
(Portage version: 2.2.8-r1/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.7.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog
index 5e059bdfb886..614939a88c7d 100644
--- a/dev-util/umockdev/ChangeLog
+++ b/dev-util/umockdev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/umockdev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.17 2014/03/01 07:15:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.18 2014/03/06 02:46:02 radhermit Exp $
+
+*umockdev-0.7 (06 Mar 2014)
+
+ 06 Mar 2014; Tim Harder <radhermit@gentoo.org> +umockdev-0.7.ebuild:
+ Version bump.
*umockdev-0.6 (01 Mar 2014)
diff --git a/dev-util/umockdev/umockdev-0.7.ebuild b/dev-util/umockdev/umockdev-0.7.ebuild
new file mode 100644
index 000000000000..e63315f0dd38
--- /dev/null
+++ b/dev-util/umockdev/umockdev-0.7.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.7.ebuild,v 1.1 2014/03/06 02:46:02 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"