add doc package

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2148 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-05-01 20:28:11 +00:00
parent 01248df655
commit 45ae0ffc4e
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST mds-2.4.0.tar.gz 987981 RMD160 31775873932c2f988699c85b9b0ef46caab2da5c SHA1 cb57e3519c0672580b120a8bacae86c3e44b9dbc SHA256 c2c61f39626517feeeec74792b73fd5661b7f241a4aa73b5fe057d1e599dfbc0
EBUILD mds-doc-core-2.4.0.ebuild 599 RMD160 c0336384d6276e96dcc54a5a0fb3e6a9678918cb SHA1 5a0ba51697ad0d3cf399c918dc1cbd2144e4451a SHA256 4d33116130e7338c198262b95d391379efc454057bd09b572526a8e1e42c303f

View File

@ -0,0 +1,27 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
MY_P="${P/_p/-}"
MY_PV="${PV/_p*/}"
DESCRIPTION="Mandriva Directory Server - Identity and network services management made easy !"
HOMEPAGE="http://mds.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/mds-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
IUSE=""
DEPEND="app-text/xmlto
app-text/htmltidy"
SLOT="0"
S="${WORKDIR}/mds-${MY_PV}/doc"
src_install() {
dohtml -r build/* || die "install failed"
}