diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-04-20 15:23:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-04-20 15:23:34 +0000 |
commit | 07eaafe62148cb1f8f6426391d8a1d42855e1724 (patch) | |
tree | 7e33dd78b91421c4a183c706d581cf5cb998449e /www-apps/baikal | |
parent | Add option host-name-from-machine-id, bug #466134 (diff) | |
download | gentoo-2-07eaafe62148cb1f8f6426391d8a1d42855e1724.tar.gz gentoo-2-07eaafe62148cb1f8f6426391d8a1d42855e1724.tar.bz2 gentoo-2-07eaafe62148cb1f8f6426391d8a1d42855e1724.zip |
Depend on virtual/mysql and use proper webapp-config installation instructions, thanks Jared B. in bug #466544
(Portage version: 2.2.01.21890-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'www-apps/baikal')
-rw-r--r-- | www-apps/baikal/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/baikal/baikal-0.2.4.ebuild | 11 | ||||
-rw-r--r-- | www-apps/baikal/files/postinstall-en.txt | 3 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www-apps/baikal/ChangeLog b/www-apps/baikal/ChangeLog index c1ce6c4798be..85b4b6e00c18 100644 --- a/www-apps/baikal/ChangeLog +++ b/www-apps/baikal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/baikal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/baikal/ChangeLog,v 1.1 2013/03/12 18:43:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/baikal/ChangeLog,v 1.2 2013/04/20 15:23:34 grobian Exp $ + + 20 Apr 2013; Fabian Groffen <grobian@gentoo.org> +files/postinstall-en.txt, + baikal-0.2.4.ebuild: + Depend on virtual/mysql and use proper webapp-config installation + instructions, thanks Jared B. in bug #466544 *baikal-0.2.4 (12 Mar 2013) diff --git a/www-apps/baikal/baikal-0.2.4.ebuild b/www-apps/baikal/baikal-0.2.4.ebuild index 8f80f4cd0a73..9df91759af39 100644 --- a/www-apps/baikal/baikal-0.2.4.ebuild +++ b/www-apps/baikal/baikal-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/baikal/baikal-0.2.4.ebuild,v 1.1 2013/03/12 18:43:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/baikal/baikal-0.2.4.ebuild,v 1.2 2013/04/20 15:23:34 grobian Exp $ EAPI="5" @@ -16,7 +16,7 @@ IUSE="+mysql sqlite" REQUIRED_USE="|| ( mysql sqlite )" RDEPEND=">=dev-lang/php-5.3[pdo,xml,mysql?,sqlite?] - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite ) virtual/httpd-php" @@ -48,13 +48,8 @@ src_install() { dosym /etc/${PN} "${MY_HTDOCSDIR}"/Specific dosym . "${MY_HTDOCSDIR}"/html + webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt" webapp_src_install fowners -R apache:apache /etc/${PN} } - -pkg_postinst() { - einfo "In order to setup baïkal:" - einfo "- create /etc/${PN}/ENABLE_INSTALL owner apache:apache" - einfo "- point your browser at the instal's URL and follow the setup" -} diff --git a/www-apps/baikal/files/postinstall-en.txt b/www-apps/baikal/files/postinstall-en.txt new file mode 100644 index 000000000000..5115d56cba49 --- /dev/null +++ b/www-apps/baikal/files/postinstall-en.txt @@ -0,0 +1,3 @@ +In order to setup baïkal: +- create /etc/${PN}/ENABLE_INSTALL owner apache:apache +- point your browser at the instal's URL and follow the setup |