diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/umockdev/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index 4ddd5da8e174..7fbe713a5192 100644 --- a/dev-util/umockdev/ChangeLog +++ b/dev-util/umockdev/ChangeLog @@ -1,10 +1,12 @@ # 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.1 2013/03/15 01:09:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.2 2013/03/15 15:14:17 zmedico Exp $ + + 15 Mar 2013; Zac Medico <zmedico@gentoo.org> umockdev-0.2.1.ebuild: + Fix SRC_URI. *umockdev-0.2.1 (15 Mar 2013) 15 Mar 2013; Tim Harder <radhermit@gentoo.org> +umockdev-0.2.1.ebuild, +files/umockdev-0.2.1-make.patch, +metadata.xml: Initial import. - diff --git a/dev-util/umockdev/umockdev-0.2.1.ebuild b/dev-util/umockdev/umockdev-0.2.1.ebuild index fa715f637ece..cd7f12332575 100644 --- a/dev-util/umockdev/umockdev-0.2.1.ebuild +++ b/dev-util/umockdev/umockdev-0.2.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2013/03/15 01:09:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.2.1.ebuild,v 1.2 2013/03/15 15:14:17 zmedico Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -9,7 +9,7 @@ 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:0:3}/+download/${P}.tar.xz" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV:0:5}/+download/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" |