summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-03-15 15:14:17 +0000
committerZac Medico <zmedico@gentoo.org>2013-03-15 15:14:17 +0000
commit8d2a00caf4f132799e6e05e6a8d21bb83fb538a8 (patch)
tree38779aa7f9210a1ab19ca42561a3203234097da4 /dev-util
parentStable for HPPA (bug #461082). (diff)
downloadgentoo-2-8d2a00caf4f132799e6e05e6a8d21bb83fb538a8.tar.gz
gentoo-2-8d2a00caf4f132799e6e05e6a8d21bb83fb538a8.tar.bz2
gentoo-2-8d2a00caf4f132799e6e05e6a8d21bb83fb538a8.zip
Fix SRC_URI.
(Portage version: 2.2.0_alpha166_p12/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/umockdev/ChangeLog6
-rw-r--r--dev-util/umockdev/umockdev-0.2.1.ebuild4
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"