app-admin/mmc-web-samba: initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@519 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
1fbbed572e
commit
8d7d24ebfd
8
app-admin/mmc-web-samba/ChangeLog
Normal file
8
app-admin/mmc-web-samba/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# ChangeLog for app-admin/mmc-web-samba
|
||||||
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
02 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+files/postinstall-en-2.3.txt, +metadata.xml, +mmc-web-samba-2.3.1.ebuild:
|
||||||
|
initial checkin
|
||||||
|
|
5
app-admin/mmc-web-samba/Manifest
Normal file
5
app-admin/mmc-web-samba/Manifest
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
AUX postinstall-en-2.3.txt 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||||
|
DIST mmc-web-samba-2.3.1.tar.gz 38536 RMD160 9115a0d0ebbd078fb1f3f34ef4f780e653c441b9 SHA1 e544f65c0c442c1ee1bcc127534e582099078b22 SHA256 dce190bb8e933177810a7869014ce4659eab6123d44c37695f2d98928476c28c
|
||||||
|
EBUILD mmc-web-samba-2.3.1.ebuild 755 RMD160 6f99475afcde1649d8fdb0e899b9c65e01b1027c SHA1 8e1b8c6233013a3e50713db02e6618f7c298a835 SHA256 acf272c52d8458bf5964f7d74a8e7c0fd29c380c2d4691ad91035a564fff6e92
|
||||||
|
MISC ChangeLog 271 RMD160 df937e30e5edf562955a96ed97d75605dbd58e63 SHA1 7dfa21f5d85cdcc38ee62e9916d5bdcd2d210d70 SHA256 ce15187e9213ee9a62262921abc59c7fc6fe77ec55c7dc2a7abf8129bf4eab8e
|
||||||
|
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
5
app-admin/mmc-web-samba/metadata.xml
Normal file
5
app-admin/mmc-web-samba/metadata.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>maintainer-wanted</herd>
|
||||||
|
</pkgmetadata>
|
34
app-admin/mmc-web-samba/mmc-web-samba-2.3.1.ebuild
Normal file
34
app-admin/mmc-web-samba/mmc-web-samba-2.3.1.ebuild
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# 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-web-base-${PV}"
|
||||||
|
|
||||||
|
need_httpd
|
||||||
|
need_php_httpd
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
webapp_pkg_setup
|
||||||
|
}
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack ${A}
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
webapp_src_preinst
|
||||||
|
|
||||||
|
emake DESTDIR="${D}" DATADIR="${MY_HTDOCSDIR}" install
|
||||||
|
|
||||||
|
webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.3.txt
|
||||||
|
webapp_src_install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user