diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-04 00:34:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-04 00:34:13 +0000 |
commit | 1e915d3e8f28972aceca45b05a11e281e507bf2c (patch) | |
tree | 6c5d723573806ce485ef4d519e4c77ee39fcdb8d /dev-util/umockdev | |
parent | Version bump. (diff) | |
download | gentoo-2-1e915d3e8f28972aceca45b05a11e281e507bf2c.tar.gz gentoo-2-1e915d3e8f28972aceca45b05a11e281e507bf2c.tar.bz2 gentoo-2-1e915d3e8f28972aceca45b05a11e281e507bf2c.zip |
Version bump.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r-- | dev-util/umockdev/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.2.11.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index 65b8aba7318f..ab2234b0df76 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.3 2013/03/16 00:26:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.4 2013/07/04 00:34:13 radhermit Exp $ + +*umockdev-0.2.11 (04 Jul 2013) + + 04 Jul 2013; Tim Harder <radhermit@gentoo.org> +umockdev-0.2.11.ebuild: + Version bump. 16 Mar 2013; Tim Harder <radhermit@gentoo.org> umockdev-0.2.1.ebuild: Require newer glib version for g_hash_table_add and g_hash_table_contains diff --git a/dev-util/umockdev/umockdev-0.2.11.ebuild b/dev-util/umockdev/umockdev-0.2.11.ebuild new file mode 100644 index 000000000000..9daf688564dc --- /dev/null +++ b/dev-util/umockdev/umockdev-0.2.11.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.2.11.ebuild,v 1.1 2013/07/04 00:34:13 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" |