diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:53:41 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:53:41 +0000 |
commit | 5691e5f07032d85cc907786940219920456736fa (patch) | |
tree | 07e08004b311c3721e9dc855603e3da3a3cb9b4d /www-apps/sitebar | |
parent | Drop mysql dep wrt bug 159781 (diff) | |
download | gentoo-2-5691e5f07032d85cc907786940219920456736fa.tar.gz gentoo-2-5691e5f07032d85cc907786940219920456736fa.tar.bz2 gentoo-2-5691e5f07032d85cc907786940219920456736fa.zip |
Drop mysql dep wrt bug 159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r-- | www-apps/sitebar/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.8-r1.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog index 4914873126cb..47ee52228434 100644 --- a/www-apps/sitebar/ChangeLog +++ b/www-apps/sitebar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/sitebar -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.14 2006/11/23 17:29:00 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.15 2007/01/02 22:53:41 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> sitebar-3.3.8-r1.ebuild: + Drop mysql dep wrt bug 159781 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> sitebar-3.3.8-r1.ebuild: dev-db/mysql => virtual/mysql diff --git a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild b/www-apps/sitebar/sitebar-3.3.8-r1.ebuild index ffde29e7963b..eda7efaff70c 100644 --- a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild +++ b/www-apps/sitebar/sitebar-3.3.8-r1.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/sitebar/sitebar-3.3.8-r1.ebuild,v 1.3 2006/11/23 17:29:00 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.8-r1.ebuild,v 1.4 2007/01/02 22:53:41 rl03 Exp $ inherit webapp eutils @@ -11,15 +11,14 @@ DESCRIPTION="The Bookmark Server for Personal and Team Use" HOMEPAGE="http://sitebar.sourceforge.net/" KEYWORDS="~amd64 ppc ~x86" -IUSE="mysql" +IUSE="" MY_PN=${PN/sitebar/SiteBar} S=${WORKDIR}/${MY_PN}-${PV} SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" DEPEND="net-www/apache - virtual/php - mysql? ( virtual/mysql )" + virtual/php" LICENSE="GPL-2" src_unpack() { |