diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-12-02 09:57:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-12-02 09:57:30 +0000 |
commit | 16b9ca6a4044a03362f06c8e96d9c505822a6e77 (patch) | |
tree | 073aac90d39b14b144d38cd7c0cf3d911630498b /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-16b9ca6a4044a03362f06c8e96d9c505822a6e77.tar.gz gentoo-2-16b9ca6a4044a03362f06c8e96d9c505822a6e77.tar.bz2 gentoo-2-16b9ca6a4044a03362f06c8e96d9c505822a6e77.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/umockdev/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.4.7.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index e8762058cba5..b355de2d5cdf 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.13 2013/11/06 06:03:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.14 2013/12/02 09:57:30 radhermit Exp $ + +*umockdev-0.4.7 (02 Dec 2013) + + 02 Dec 2013; Tim Harder <radhermit@gentoo.org> +umockdev-0.4.7.ebuild: + Version bump. *umockdev-0.4.6 (06 Nov 2013) diff --git a/dev-util/umockdev/umockdev-0.4.7.ebuild b/dev-util/umockdev/umockdev-0.4.7.ebuild new file mode 100644 index 000000000000..34365f3203a4 --- /dev/null +++ b/dev-util/umockdev/umockdev-0.4.7.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.7.ebuild,v 1.1 2013/12/02 09:57:30 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" |