| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild,v 1.3 2007/04/28 22:14:49 tove Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="Gentoo MySQL init scripts."
|
| 6 |
HOMEPAGE="http://www.gentoo.org/"
|
| 7 |
SRC_URI=""
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
DEPEND=""
|
| 15 |
RDEPEND=""
|
| 16 |
|
| 17 |
src_install() {
|
| 18 |
newconfd "${FILESDIR}/mysql.conf.d" "mysql"
|
| 19 |
newconfd "${FILESDIR}/mysqlmanager.conf.d" "mysqlmanager"
|
| 20 |
|
| 21 |
newinitd "${FILESDIR}/mysql.rc6" "mysql"
|
| 22 |
newinitd "${FILESDIR}/mysqlmanager.rc6" "mysqlmanager"
|
| 23 |
|
| 24 |
insinto /etc/logrotate.d
|
| 25 |
newins "${FILESDIR}/logrotate.mysql" "mysql"
|
| 26 |
}
|