radhermit 14/10/08 01:17:57 Modified: ChangeLog Added: umockdev-0.8.8.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.23 dev-util/umockdev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/umockdev/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/umockdev/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/umockdev/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 24 Jul 2014 17:26:20 -0000 1.22 +++ ChangeLog 8 Oct 2014 01:17:57 -0000 1.23 @@ -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.22 2014/07/24 17:26:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.23 2014/10/08 01:17:57 radhermit Exp $ + +*umockdev-0.8.8 (08 Oct 2014) + + 08 Oct 2014; Tim Harder <[email protected]> +umockdev-0.8.8.ebuild: + Version bump. 24 Jul 2014; Samuli Suominen <[email protected]> umockdev-0.8.2.ebuild: Use virtual/libudev and virtual/libgudev since both libraries are used, and 1.1 dev-util/umockdev/umockdev-0.8.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/umockdev/umockdev-0.8.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/umockdev/umockdev-0.8.8.ebuild?rev=1.1&content-type=text/plain Index: umockdev-0.8.8.ebuild =================================================================== # 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.8.8.ebuild,v 1.1 2014/10/08 01:17:57 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) 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/libgudev:= virtual/libudev:= >=dev-libs/glib-2.32:2" DEPEND="${RDEPEND} test? ( ${PYTHON_DEPS} ) app-arch/xz-utils virtual/pkgconfig" RESTRICT="test"
