From 4f1e6000fa55fe479c7165231656e269541af6a8 Mon Sep 17 00:00:00 2001 From: Francesco Riosa Date: Thu, 23 Nov 2006 20:32:51 +0000 Subject: [PATCH] dev-db/mysql => virtual/mysql Package-Manager: portage-2.1.1-r1 --- net-dialup/freeradius/ChangeLog | 5 ++++- net-dialup/freeradius/freeradius-1.1.3-r1.ebuild | 4 ++-- net-dialup/gnuradius/ChangeLog | 5 ++++- net-dialup/gnuradius/gnuradius-1.3-r2.ebuild | 4 ++-- net-dialup/isdn4k-utils/ChangeLog | 6 +++++- .../isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild | 4 ++-- .../isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild | 4 ++-- net-dialup/linesrv/ChangeLog | 5 ++++- net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | 4 ++-- net-dialup/xlc/ChangeLog | 7 +++++-- net-dialup/xlc/files/digest-xlc-1.0.6 | 2 ++ net-dialup/xlc/xlc-1.0.6.ebuild | 6 +++--- 12 files changed, 37 insertions(+), 19 deletions(-) diff --git a/net-dialup/freeradius/ChangeLog b/net-dialup/freeradius/ChangeLog index 253dd4a00e3e..d4329eea2988 100644 --- a/net-dialup/freeradius/ChangeLog +++ b/net-dialup/freeradius/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/freeradius # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.58 2006/11/18 09:13:35 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.59 2006/11/23 20:29:59 vivo Exp $ + + 23 Nov 2006; Francesco Riosa freeradius-1.1.3-r1.ebuild: + dev-db/mysql => virtual/mysql 18 Nov 2006; Alin Nastac -files/freeradius-1.1.1-libradius_install.patch, diff --git a/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild b/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild index 2e3424ad8d10..a49dd9c95a5a 100644 --- a/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild +++ b/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild,v 1.1 2006/10/21 07:32:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-1.1.3-r1.ebuild,v 1.2 2006/11/23 20:29:59 vivo Exp $ inherit eutils flag-o-matic multilib @@ -19,7 +19,7 @@ DEPEND="!net-dialup/cistronradius sys-libs/gdbm dev-lang/perl snmp? ( net-analyzer/net-snmp ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) pam? ( sys-libs/pam ) ssl? ( dev-libs/openssl ) diff --git a/net-dialup/gnuradius/ChangeLog b/net-dialup/gnuradius/ChangeLog index a664d69d62c2..4f73440338cf 100644 --- a/net-dialup/gnuradius/ChangeLog +++ b/net-dialup/gnuradius/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/gnuradius # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.9 2006/09/22 18:01:42 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.10 2006/11/23 20:30:38 vivo Exp $ + + 23 Nov 2006; Francesco Riosa gnuradius-1.3-r2.ebuild: + dev-db/mysql => virtual/mysql 22 Sep 2006; Alin Nastac +files/gnuradius-1.3-gcc41.patch, gnuradius-1.3-r2.ebuild: diff --git a/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild b/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild index cacca92e375c..f88b7044e4c7 100644 --- a/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild +++ b/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild,v 1.5 2006/09/22 18:01:42 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild,v 1.6 2006/11/23 20:30:38 vivo Exp $ inherit libtool eutils @@ -18,7 +18,7 @@ IUSE="guile mysql postgres odbc dbm nls snmp pam static debug readline" DEPEND="!net-dialup/freeradius !net-dialup/cistronradius guile? ( >=dev-util/guile-1.4 ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) readline? ( sys-libs/readline ) diff --git a/net-dialup/isdn4k-utils/ChangeLog b/net-dialup/isdn4k-utils/ChangeLog index a86a5dcb771a..3c3380fc59a4 100644 --- a/net-dialup/isdn4k-utils/ChangeLog +++ b/net-dialup/isdn4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/isdn4k-utils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.56 2006/09/11 09:30:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.57 2006/11/23 20:31:38 vivo Exp $ + + 23 Nov 2006; Francesco Riosa + isdn4k-utils-3.8_pre20050821.ebuild, isdn4k-utils-3.9_pre20060124.ebuild: + dev-db/mysql => virtual/mysql 11 Sep 2006; Stefan Schweizer isdn4k-utils-3.8_pre20050821.ebuild, isdn4k-utils-3.9_pre20060124.ebuild: diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild index b1bd42695fdf..bc435046859c 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.8 2006/09/11 09:30:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.9 2006/11/23 20:31:38 vivo Exp $ inherit eutils multilib gnuconfig linux-info @@ -20,7 +20,7 @@ IUSE="X unicode activefilter mschap ipppd isdnlog eurofile usb pcmcia" # TODO: mysql postgres oracle radius SLOT="0" -# mysql? ( dev-db/mysql ) +# mysql? ( virtual/mysql ) # oracle? ( dev-db/oracle-instantclient-basic ) # postgres? ( dev-db/postgresql ) diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild index f5fb10c68874..489d318425d4 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild,v 1.5 2006/09/11 09:30:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.9_pre20060124.ebuild,v 1.6 2006/11/23 20:31:38 vivo Exp $ inherit eutils multilib gnuconfig linux-info @@ -20,7 +20,7 @@ IUSE="X activefilter mschap ipppd isdnlog eurofile usb pcmcia" # TODO: mysql postgres oracle radius SLOT="0" -# mysql? ( dev-db/mysql ) +# mysql? ( virtual/mysql ) # oracle? ( dev-db/oracle-instantclient-basic ) # postgres? ( dev-db/postgresql ) diff --git a/net-dialup/linesrv/ChangeLog b/net-dialup/linesrv/ChangeLog index 591f89c74082..ec4830cce8c2 100644 --- a/net-dialup/linesrv/ChangeLog +++ b/net-dialup/linesrv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/linesrv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.12 2006/03/12 16:46:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.13 2006/11/23 20:32:15 vivo Exp $ + + 23 Nov 2006; Francesco Riosa linesrv-2.1.21-r1.ebuild: + dev-db/mysql => virtual/mysql 12 Mar 2006; Alin Nastac files/lcshutdown.pam, files/linecontrol.pam, files/linesrv.rc6, -linesrv-2.1.21.ebuild, diff --git a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild index 05f7ad4462fd..f57d50eead70 100644 --- a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild +++ b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.6 2006/03/12 16:46:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.7 2006/11/23 20:32:15 vivo Exp $ inherit webapp flag-o-matic @@ -21,7 +21,7 @@ IUSE="pam mysql crypt" # glibc specific stuff in linesrv. DEPEND=">=sys-libs/glibc-2.2.0 pam? ( >=sys-libs/pam-0.75 ) - mysql? ( >=dev-db/mysql-4 )" + mysql? ( >=virtual/mysql-4.0 )" S="${WORKDIR}/${PN}-${PV%.*}" diff --git a/net-dialup/xlc/ChangeLog b/net-dialup/xlc/ChangeLog index e400e01d23db..49c0914d05ec 100644 --- a/net-dialup/xlc/ChangeLog +++ b/net-dialup/xlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xlc -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/ChangeLog,v 1.3 2005/10/15 08:42:22 mrness Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/ChangeLog,v 1.4 2006/11/23 20:32:51 vivo Exp $ + + 23 Nov 2006; Francesco Riosa xlc-1.0.6.ebuild: + dev-db/mysql => virtual/mysql 15 Oct 2005; Alin Nastac xlc-1.0.6.ebuild: Fix dependency on x11-libs/gtk+-1.2 (#108147). diff --git a/net-dialup/xlc/files/digest-xlc-1.0.6 b/net-dialup/xlc/files/digest-xlc-1.0.6 index cca10d2f5996..3e9e0207b778 100644 --- a/net-dialup/xlc/files/digest-xlc-1.0.6 +++ b/net-dialup/xlc/files/digest-xlc-1.0.6 @@ -1 +1,3 @@ MD5 bf1f070cd6d27301ae62f585cd1fb1f8 xlc-1.0.6.tar.bz2 128038 +RMD160 73d98920c4f787b45c2cb6f2c0522c3538babaac xlc-1.0.6.tar.bz2 128038 +SHA256 0db0422605f0eff31dee6e9c0a4edb22849aaaf0b3348f1ec191751dfb4cbe6c xlc-1.0.6.tar.bz2 128038 diff --git a/net-dialup/xlc/xlc-1.0.6.ebuild b/net-dialup/xlc/xlc-1.0.6.ebuild index f5b78a9a6b99..ca151ff4d8e5 100644 --- a/net-dialup/xlc/xlc-1.0.6.ebuild +++ b/net-dialup/xlc/xlc-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/xlc-1.0.6.ebuild,v 1.3 2005/10/15 08:42:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/xlc-1.0.6.ebuild,v 1.4 2006/11/23 20:32:51 vivo Exp $ DESCRIPTION="GTK client for LineControl server" HOMEPAGE="http://linecontrol.sourceforge.net" @@ -12,7 +12,7 @@ KEYWORDS="x86" IUSE="mysql" DEPEND="=x11-libs/gtk+-1.2* - mysql? ( dev-db/mysql )" + mysql? ( virtual/mysql )" src_compile() { econf `use_enable mysql` || die "could not configure" -- 2.26.2