diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-21 03:32:32 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-21 03:32:32 +0000 |
commit | 3359acf25750035ffb1b5fb393ca80b78a6771fd (patch) | |
tree | af5b7610ba16f74254b9e4cce13deebca1f9d990 /x11-drivers/xf86-input-vmmouse | |
parent | Add xorg-docs' license. (diff) | |
download | historical-3359acf25750035ffb1b5fb393ca80b78a6771fd.tar.gz historical-3359acf25750035ffb1b5fb393ca80b78a6771fd.tar.bz2 historical-3359acf25750035ffb1b5fb393ca80b78a6771fd.zip |
Append inherited SRC_URI so that the x11-drivers patches get found with
Portage 2.1's distdir magic.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-drivers/xf86-input-vmmouse')
4 files changed, 13 insertions, 6 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/ChangeLog b/x11-drivers/xf86-input-vmmouse/ChangeLog index 9e71f213c619..521606ad4df8 100644 --- a/x11-drivers/xf86-input-vmmouse/ChangeLog +++ b/x11-drivers/xf86-input-vmmouse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-input-vmmouse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.2 2006/01/18 02:41:59 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.3 2006/01/21 03:32:32 joshuabaergen Exp $ + + 21 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xf86-input-vmmouse-12.3.1.0.ebuild: + Append inherited SRC_URI so that the x11-drivers patches get found with + Portage 2.1's distdir magic. *xf86-input-vmmouse-12.3.1.0 (18 Jan 2006) diff --git a/x11-drivers/xf86-input-vmmouse/Manifest b/x11-drivers/xf86-input-vmmouse/Manifest index 8a5bbb0fac5f..8defdef5351d 100644 --- a/x11-drivers/xf86-input-vmmouse/Manifest +++ b/x11-drivers/xf86-input-vmmouse/Manifest @@ -1,4 +1,4 @@ -MD5 dd0a0a14bb14e5a2424cbaa7dfeb8fd5 ChangeLog 887 -MD5 ce1dceb17cd5738880063ce5df6b9d40 files/digest-xf86-input-vmmouse-12.3.1.0 80 +MD5 0d23a32d8afcd198e0d95d60ba710e8a ChangeLog 1092 +MD5 b2ce7b853100d51bbfe70170eef865ad files/digest-xf86-input-vmmouse-12.3.1.0 150 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 ecd3725c8049afe27625851533a2ef4c xf86-input-vmmouse-12.3.1.0.ebuild 612 +MD5 311928030c14f5614ad3aeebd4b34206 xf86-input-vmmouse-12.3.1.0.ebuild 628 diff --git a/x11-drivers/xf86-input-vmmouse/files/digest-xf86-input-vmmouse-12.3.1.0 b/x11-drivers/xf86-input-vmmouse/files/digest-xf86-input-vmmouse-12.3.1.0 index f01607317580..ab8a83ea0e50 100644 --- a/x11-drivers/xf86-input-vmmouse/files/digest-xf86-input-vmmouse-12.3.1.0 +++ b/x11-drivers/xf86-input-vmmouse/files/digest-xf86-input-vmmouse-12.3.1.0 @@ -1 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 MD5 699fefe3626444507fcac8f9aad212fd xf86-input-vmmouse-12.3.1.0.tar.bz2 217349 diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild index e83a638ae660..561681a160dd 100644 --- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild +++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild,v 1.1 2006/01/18 02:41:59 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-12.3.1.0.ebuild,v 1.2 2006/01/21 03:32:32 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" inherit x-modular -SRC_URI="http://xorg.freedesktop.org/releases/individual/driver/${PN}/${P}.tar.bz2" +SRC_URI="http://xorg.freedesktop.org/releases/individual/driver/${PN}/${P}.tar.bz2 + ${SRC_URI}" DESCRIPTION="X.Org driver for the VMWare virtual mouse" KEYWORDS="~x86" RDEPEND=">=x11-base/xorg-server-0.99.3" |