From 22cfb5c9f57aeead2562754d1f9eee17de2fa478 Mon Sep 17 00:00:00 2001 From: atratsevskiy Date: Tue, 21 Oct 2008 11:37:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=83=D1=87=D0=B5=D1=82=D0=BD=D1=8B=D0=BC?= =?UTF-8?q?=D0=B8=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8F=D0=BC=D0=B8=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=BE=D0=B2=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D0=B8=20LDAP,=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B0=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B2=D0=B8=D1=81=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/overlay@268 c91db197-33c1-4113-bf15-f8a5c547ca64 --- sys-apps/calculate-server/Manifest | 1 + .../calculate-server-9999.ebuild | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 sys-apps/calculate-server/Manifest create mode 100644 sys-apps/calculate-server/calculate-server-9999.ebuild diff --git a/sys-apps/calculate-server/Manifest b/sys-apps/calculate-server/Manifest new file mode 100644 index 000000000..9d75b7d24 --- /dev/null +++ b/sys-apps/calculate-server/Manifest @@ -0,0 +1 @@ +EBUILD calculate-server-9999.ebuild 951 RMD160 7b03c54fdf831429796ca7422842097becaf71f4 SHA1 b43de3f35cf84ad28a1eafa9d88d479d1beb73f6 SHA256 012a8322e69f4b40c354bec1bc27e91d5fa426d089f1045ef56a90d7d47ae243 diff --git a/sys-apps/calculate-server/calculate-server-9999.ebuild b/sys-apps/calculate-server/calculate-server-9999.ebuild new file mode 100644 index 000000000..ac20ae1e2 --- /dev/null +++ b/sys-apps/calculate-server/calculate-server-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +# Distributed under the terms of the GNU General Public License v2 + +inherit distutils subversion + +ESVN_REPO_URI="http://svn.calculate.ru/calculate2/calculate-server/trunk/" + +DESCRIPTION="The program for configuring services Linux" +HOMEPAGE="http://www.calculate-linux.ru/Calculate_2" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="=sys-apps/calculate-lib-9999 + >=net-nds/openldap-2.3 + >=sys-auth/pam_ldap-180 + >=sys-auth/nss_ldap-239 + >=net-fs/samba-3.0 + >=net-mail/dovecot-1.0 + >=net-im/calculate-ejabberd-2.0.2 + >=mail-mta/postfix-2.2" + +pkg_setup() { + # check: was installed procmail + if ! eix | grep "\[I\] mail-filter/procmail" >/dev/null; + then + einfo "Executing inner emerge, need to updating names of virtaul programms" + # update env for inner emerge + . /etc/make.conf + # install procmail + emerge procmail + fi +}