diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-21 09:19:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-21 09:19:50 +0000 |
commit | 1500610a3b50bdb3547f4da891895a941e7115bf (patch) | |
tree | 8e80409006562527afb2cac60027d7317bc09f36 /dev-util/umockdev | |
parent | Version bump. (diff) | |
download | gentoo-2-1500610a3b50bdb3547f4da891895a941e7115bf.tar.gz gentoo-2-1500610a3b50bdb3547f4da891895a941e7115bf.tar.bz2 gentoo-2-1500610a3b50bdb3547f4da891895a941e7115bf.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.3.2.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index a1c6b4f0e6fe..7390966bf2c5 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.5 2013/07/15 04:33:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.6 2013/07/21 09:19:50 radhermit Exp $ + +*umockdev-0.3.2 (21 Jul 2013) + + 21 Jul 2013; Tim Harder <radhermit@gentoo.org> +umockdev-0.3.2.ebuild: + Version bump. *umockdev-0.3 (15 Jul 2013) diff --git a/dev-util/umockdev/umockdev-0.3.2.ebuild b/dev-util/umockdev/umockdev-0.3.2.ebuild new file mode 100644 index 000000000000..439233a67fb6 --- /dev/null +++ b/dev-util/umockdev/umockdev-0.3.2.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.3.2.ebuild,v 1.1 2013/07/21 09:19:50 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" |