diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:55:04 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:55:04 +0000 |
commit | 58e335ce1457729a583a84a426544f3d68da09a1 (patch) | |
tree | d784fa90909f7d14b5f939e3b009b7fc8c33e7d3 /www-apps | |
parent | Drop mysql dep wrt bug 159781 (diff) | |
download | gentoo-2-58e335ce1457729a583a84a426544f3d68da09a1.tar.gz gentoo-2-58e335ce1457729a583a84a426544f3d68da09a1.tar.bz2 gentoo-2-58e335ce1457729a583a84a426544f3d68da09a1.zip |
Drop mysql dep wrt bug 159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tikiwiki/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.6.ebuild | 6 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.7.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index 26b1921ae43c..e007f77ea4e2 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/tikiwiki -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.38 2006/12/11 02:12:52 rl03 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.39 2007/01/02 22:55:04 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> -tikiwiki-1.9.4.ebuild, + -tikiwiki-1.9.5.ebuild, tikiwiki-1.9.6.ebuild, tikiwiki-1.9.7.ebuild: + Drop mysql dep wrt bug 159781 *tikiwiki-1.9.7 (11 Dec 2006) diff --git a/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild index df2b84f4f454..81f5aa861aad 100644 --- a/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild,v 1.3 2006/11/23 17:29:54 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.6.ebuild,v 1.4 2007/01/02 22:55:04 rl03 Exp $ inherit webapp depend.php @@ -13,8 +13,6 @@ IUSE="mysql postgres graphviz" KEYWORDS="~amd64 ppc ~sparc ~x86" RDEPEND="virtual/php - mysql? ( >=virtual/mysql-4.0 ) - postgres? ( dev-db/postgresql ) graphviz? ( media-gfx/graphviz ) " pkg_setup () { diff --git a/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild index 28e1c5b94384..52b95ccbc901 100644 --- a/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild,v 1.1 2006/12/11 02:12:52 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.7.ebuild,v 1.2 2007/01/02 22:55:04 rl03 Exp $ inherit webapp depend.php @@ -13,8 +13,6 @@ IUSE="mysql postgres graphviz" KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="virtual/php - mysql? ( >=virtual/mysql-4.0 ) - postgres? ( dev-db/postgresql ) graphviz? ( media-gfx/graphviz ) " pkg_setup () { |