diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-11 07:50:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-11 07:50:18 +0000 |
commit | 37d807f1c84525d100e59037bd52c6670d830267 (patch) | |
tree | f7050bf5742ac7aa0e80d0a05553f327511d708f /net-misc | |
parent | Bug #282532: make sure to bring in virtual/libusb:0 so that libusb-1 is not u... (diff) | |
download | gentoo-2-37d807f1c84525d100e59037bd52c6670d830267.tar.gz gentoo-2-37d807f1c84525d100e59037bd52c6670d830267.tar.bz2 gentoo-2-37d807f1c84525d100e59037bd52c6670d830267.zip |
Bug #270161: libusb cleanup. Compiles fine, don't have the hardware to test further.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/zaptel/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.2.18-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.2.18.ebuild | 4 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.2.24.ebuild | 4 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.2.26-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.2.27-r1.ebuild | 4 |
6 files changed, 17 insertions, 11 deletions
diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog index a691fe5a0236..d0f9388843b9 100644 --- a/net-misc/zaptel/ChangeLog +++ b/net-misc/zaptel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/zaptel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.119 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.120 2009/11/11 07:50:18 robbat2 Exp $ + + 11 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> zaptel-1.2.18.ebuild, + zaptel-1.2.18-r1.ebuild, zaptel-1.2.24.ebuild, zaptel-1.2.26-r1.ebuild, + zaptel-1.2.27-r1.ebuild: + Bug #270161: libusb cleanup. Compiles fine, don't have the hardware to + test further. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> zaptel-1.2.18.ebuild, zaptel-1.2.18-r1.ebuild, zaptel-1.2.24.ebuild, zaptel-1.2.26-r1.ebuild, diff --git a/net-misc/zaptel/zaptel-1.2.18-r1.ebuild b/net-misc/zaptel/zaptel-1.2.18-r1.ebuild index 07ea56a7910f..5275969d1132 100644 --- a/net-misc/zaptel/zaptel-1.2.18-r1.ebuild +++ b/net-misc/zaptel/zaptel-1.2.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.18-r1.ebuild,v 1.4 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.18-r1.ebuild,v 1.5 2009/11/11 07:50:18 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod @@ -32,7 +32,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND="dev-libs/libusb +RDEPEND="=virtual/libusb-0* >=dev-libs/newt-0.50.0 astribank? ( dev-lang/perl ) ecoslec? ( dev-util/dialog )" diff --git a/net-misc/zaptel/zaptel-1.2.18.ebuild b/net-misc/zaptel/zaptel-1.2.18.ebuild index 5a3695c8a108..1b6ccc92a7dd 100644 --- a/net-misc/zaptel/zaptel-1.2.18.ebuild +++ b/net-misc/zaptel/zaptel-1.2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.18.ebuild,v 1.7 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.18.ebuild,v 1.8 2009/11/11 07:50:18 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod @@ -26,7 +26,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" -RDEPEND="dev-libs/libusb +RDEPEND="=virtual/libusb-0* >=dev-libs/newt-0.50.0 astribank? ( dev-lang/perl )" diff --git a/net-misc/zaptel/zaptel-1.2.24.ebuild b/net-misc/zaptel/zaptel-1.2.24.ebuild index 2fbf423ba374..c90203c7b6b4 100644 --- a/net-misc/zaptel/zaptel-1.2.24.ebuild +++ b/net-misc/zaptel/zaptel-1.2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.24.ebuild,v 1.3 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.24.ebuild,v 1.4 2009/11/11 07:50:18 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod flag-o-matic @@ -27,7 +27,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc x86" -RDEPEND="dev-libs/libusb +RDEPEND="=virtual/libusb-0* >=dev-libs/newt-0.50.0 astribank? ( dev-lang/perl )" diff --git a/net-misc/zaptel/zaptel-1.2.26-r1.ebuild b/net-misc/zaptel/zaptel-1.2.26-r1.ebuild index a36458de709e..bfd5678a6679 100644 --- a/net-misc/zaptel/zaptel-1.2.26-r1.ebuild +++ b/net-misc/zaptel/zaptel-1.2.26-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.26-r1.ebuild,v 1.3 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.26-r1.ebuild,v 1.4 2009/11/11 07:50:18 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod flag-o-matic multilib @@ -27,7 +27,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~x86" -RDEPEND="dev-libs/libusb +RDEPEND="=virtual/libusb-0* >=dev-libs/newt-0.50.0 astribank? ( dev-lang/perl )" diff --git a/net-misc/zaptel/zaptel-1.2.27-r1.ebuild b/net-misc/zaptel/zaptel-1.2.27-r1.ebuild index 37d934eab90b..2f228a33f6fd 100644 --- a/net-misc/zaptel/zaptel-1.2.27-r1.ebuild +++ b/net-misc/zaptel/zaptel-1.2.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.27-r1.ebuild,v 1.4 2009/09/23 19:50:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.27-r1.ebuild,v 1.5 2009/11/11 07:50:18 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod flag-o-matic multilib @@ -27,7 +27,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc x86" -RDEPEND="dev-libs/libusb +RDEPEND="=virtual/libusb-0* >=dev-libs/newt-0.50.0 astribank? ( dev-lang/perl )" |