app-admin/mmc-web-network: initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@517 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
d31bd41f8f
commit
fede81d918
9
app-admin/mmc-web-network/ChangeLog
Normal file
9
app-admin/mmc-web-network/ChangeLog
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# ChangeLog for app-admin/mmc-web-network
|
||||||
|
# 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-network-2.3.1.ebuild:
|
||||||
|
initial checkin
|
||||||
|
|
5
app-admin/mmc-web-network/Manifest
Normal file
5
app-admin/mmc-web-network/Manifest
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
AUX postinstall-en-2.3.txt 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||||
|
DIST mmc-web-network-2.3.1.tar.gz 57538 RMD160 34bfd544a27648c121db6dd9b53fe4df5dad3fdd SHA1 ce8fbed6d2781fb473395bd4abbac19aabf25331 SHA256 606f40239c7bf5deeb4cfe831506226a87ae8778c8338735f5cde5577f4d9281
|
||||||
|
EBUILD mmc-web-network-2.3.1.ebuild 755 RMD160 6f99475afcde1649d8fdb0e899b9c65e01b1027c SHA1 8e1b8c6233013a3e50713db02e6618f7c298a835 SHA256 acf272c52d8458bf5964f7d74a8e7c0fd29c380c2d4691ad91035a564fff6e92
|
||||||
|
MISC ChangeLog 277 RMD160 39befbbce124310ab2336fdebe0a773a5c35390d SHA1 c2650ff6092d4712c8330c051de2f9c56a9f8856 SHA256 4fc1a5bc7de56401275e62d4a7db9a1c323d4d270647a0441d180da5fb743b3a
|
||||||
|
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
5
app-admin/mmc-web-network/metadata.xml
Normal file
5
app-admin/mmc-web-network/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-network/mmc-web-network-2.3.1.ebuild
Normal file
34
app-admin/mmc-web-network/mmc-web-network-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