diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:32:51 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:32:51 +0000 |
commit | 384d7998c7558d4678fa265fb8bbf528f8e1d88d (patch) | |
tree | 3cc84f64f97cde91d061e64f12a019d49cde360d /net-dialup | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-384d7998c7558d4678fa265fb8bbf528f8e1d88d.tar.gz gentoo-2-384d7998c7558d4678fa265fb8bbf528f8e1d88d.tar.bz2 gentoo-2-384d7998c7558d4678fa265fb8bbf528f8e1d88d.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xlc/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/xlc/files/digest-xlc-1.0.6 | 2 | ||||
-rw-r--r-- | net-dialup/xlc/xlc-1.0.6.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
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 <vivo@gentoo.org> xlc-1.0.6.ebuild: + dev-db/mysql => virtual/mysql 15 Oct 2005; Alin Nastac <mrness@gentoo.org> 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" |