add mds-web-core
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2124 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
409fd68695
commit
14e4b1d421
61
app-admin/mds-web-core/ChangeLog
Normal file
61
app-admin/mds-web-core/ChangeLog
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# ChangeLog for app-admin/mmc-web-base
|
||||||
|
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
18 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
mmc-web-base-2.3.2.ebuild, mmc-web-base-2.3.2-r1.ebuild,
|
||||||
|
mmc-web-base-2.3.2-r2.ebuild, mmc-web-base-2.3.2_p642.ebuild:
|
||||||
|
add arm keyword
|
||||||
|
|
||||||
|
29 Jan 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
mmc-web-base-2.3.2_p642.ebuild,
|
||||||
|
+files/mmc-web-base-2.3.2-bulkimport-1.patch:
|
||||||
|
add bulkimport
|
||||||
|
|
||||||
|
05 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+mmc-web-base-2.3.2_p642.ebuild, +files/mmc-web-base-2.3.2-gentoo-3.patch:
|
||||||
|
use special pulse2 version
|
||||||
|
|
||||||
|
*mmc-web-base-2.3.2-r2 (03 Sep 2009)
|
||||||
|
|
||||||
|
03 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+mmc-web-base-2.3.2-r2.ebuild:
|
||||||
|
add missing dependencies
|
||||||
|
|
||||||
|
* mmc-web-base-2.3.2-r1 (17 Apr 2009)
|
||||||
|
|
||||||
|
17 Apr 2009; Mario Fetka <mario.fetka@gmail.com> mmc-web-base-2.3.2-r1:
|
||||||
|
EAPI2 and test cleanup
|
||||||
|
|
||||||
|
16 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
mmc-web-base-2.3.2.ebuild:
|
||||||
|
add die to do*
|
||||||
|
|
||||||
|
08 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
-mmc-web-base-2.3.1.ebuild, mmc-web-base-2.3.2.ebuild:
|
||||||
|
correct KEYWORDS
|
||||||
|
|
||||||
|
07 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
-files/postinstall-en-2.3.txt:
|
||||||
|
delete not reqired files
|
||||||
|
|
||||||
|
13 Mar 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
mmc-web-base-2.3.2.ebuild:
|
||||||
|
new dependencies on gettext
|
||||||
|
|
||||||
|
17 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+files/mmc-web-base-2.3.2-gentoo-2.patch, mmc-web-base-2.3.2.ebuild:
|
||||||
|
disbale php_flag
|
||||||
|
|
||||||
|
17 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
mmc-web-base-2.3.2.ebuild:
|
||||||
|
move apache mmc.conf after php.conf
|
||||||
|
|
||||||
|
17 Feb 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||||
|
update to new system
|
||||||
|
|
||||||
|
17 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+files/mmc-web-base-2.3.2-gentoo-1.patch, +metadata.xml,
|
||||||
|
+mmc-web-base-2.3.2.ebuild:
|
||||||
|
New design for mmc web packages
|
||||||
|
|
3
app-admin/mds-web-core/Manifest
Normal file
3
app-admin/mds-web-core/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST mds-2.4.0.tar.gz 987981 RMD160 31775873932c2f988699c85b9b0ef46caab2da5c SHA1 cb57e3519c0672580b120a8bacae86c3e44b9dbc SHA256 c2c61f39626517feeeec74792b73fd5661b7f241a4aa73b5fe057d1e599dfbc0
|
||||||
|
EBUILD mds-web-core-2.4.0.ebuild 709 RMD160 991baaaafea7e7a3235365fccf83b49eb3cdcb66 SHA1 522f7212f236045c0c858005627c8c4e1fad5e63 SHA256 d39eefb8da730e50c778dcc7b0064b4a0225f2a9f21555130e327f90e10049ca
|
||||||
|
MISC ChangeLog 1885 RMD160 9e13dd7893689256f67d5e9f6cf31275b8bee83b SHA1 e3d28ebae7665b8009c0e183ab787c02435403d6 SHA256 3b553e98c403b2b099fb81a7c43ddfb6314cbd9e5222a795bdbde72165ac122a
|
30
app-admin/mds-web-core/mds-web-core-2.4.0.ebuild
Normal file
30
app-admin/mds-web-core/mds-web-core-2.4.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2010 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
|
||||||
|
inherit eutils depend.apache depend.php
|
||||||
|
|
||||||
|
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="sys-apps/lsb-release
|
||||||
|
sys-devel/gettext"
|
||||||
|
RDEPEND=">=app-admin/mmc-web-core-${PV}"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
need_php_httpd
|
||||||
|
|
||||||
|
S="${WORKDIR}/mds-${MY_PV}/web"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" PREFIX=/usr install || die "install failed"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user