diff --git a/app-admin/mmc-web-base/Manifest b/app-admin/mmc-web-base/Manifest new file mode 100644 index 00000000..88d42297 --- /dev/null +++ b/app-admin/mmc-web-base/Manifest @@ -0,0 +1,3 @@ +AUX postinstall-en-2.3.txt 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +DIST mmc-web-base-2.3.1.tar.gz 423338 RMD160 06363d47e41c252b351935406c5cda787d13929f SHA1 8272e203a71562a1bf3605b0e6e932155f80b237 SHA256 88eebdbd62fbdd5d8a0e37c14281995b98cb85befdf28de7d1153574dbf7740e +EBUILD mmc-web-base-2.3.1.ebuild 1125 RMD160 a1eab784fbefe7a70d8099b15e36f69f68221d1e SHA1 e58a2d1da731d2c8a7b78226d6b3e614faabc425 SHA256 275fd90253809df312eb697b3f0c79351eaceb2cbfb47d868c5056d8967a9e13 diff --git a/app-admin/mmc-web-base/files/postinstall-en-2.3.txt b/app-admin/mmc-web-base/files/postinstall-en-2.3.txt new file mode 100644 index 00000000..e69de29b diff --git a/app-admin/mmc-web-base/mmc-web-base-2.3.1.ebuild b/app-admin/mmc-web-base/mmc-web-base-2.3.1.ebuild new file mode 100644 index 00000000..24d2e408 --- /dev/null +++ b/app-admin/mmc-web-base/mmc-web-base-2.3.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils webapp depend.php + +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}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="=app-admin/mmc-agent-${PV}" + +need_httpd +need_php_httpd + +pkg_setup() { + webapp_pkg_setup + + if ! PHPCHECKNODIE="yes" require_php_with_use ldap xmlrpc ; then + eerror + eerror "${PHP_PKG} needs to be re-installed with all of the following" + eerror "USE flags enabled:" + eerror + eerror "ldap xmlrpc" + eerror + die "Re-install ${PHP_PKG}" + fi +} + +src_unpack() { + unpack ${A} + cd "${S}" +# epatch "${FILESDIR}"/${PN}-2.11.5-custom-cert.patch +} + +src_install() { + webapp_src_preinst + + emake DESTDIR="${D}" DATADIR="${MY_HTDOCSDIR}" HTTPDUSER=root install + insinto /etc/mmc + doins confs/mmc.ini + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.3.txt + webapp_src_install +} diff --git a/sys-devel/llvm/llvm-2.2.ebuild b/sys-devel/llvm/llvm-2.2.ebuild new file mode 100644 index 00000000..5ba3c64e --- /dev/null +++ b/sys-devel/llvm/llvm-2.2.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +PATCHVER="1.1" +inherit toolchain-llvm + +KEYWORDS="~x86" diff --git a/sys-devel/llvm/llvm-2.3.ebuild b/sys-devel/llvm/llvm-2.3.ebuild new file mode 100644 index 00000000..ba7bafe4 --- /dev/null +++ b/sys-devel/llvm/llvm-2.3.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +PATCHVER="1.0" +inherit toolchain-llvm + +KEYWORDS="~x86"