diff --git a/app-admin/mds-doc-core/Manifest b/app-admin/mds-doc-core/Manifest new file mode 100644 index 0000000..6532f8c --- /dev/null +++ b/app-admin/mds-doc-core/Manifest @@ -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 diff --git a/app-admin/mds-doc-core/mds-doc-core-2.4.0.ebuild b/app-admin/mds-doc-core/mds-doc-core-2.4.0.ebuild new file mode 100644 index 0000000..490ce83 --- /dev/null +++ b/app-admin/mds-doc-core/mds-doc-core-2.4.0.ebuild @@ -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" +}