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 +}