From: "Pavlos Ratis" <dastergon@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kolab:master commit in: dev-perl/perl-kolab/
Date: Mon, 4 Aug 2014 22:56:24 +0000 (UTC) [thread overview]
Message-ID: <1223641949.e75a3681a6939e54bef7e7a988156a48431aaae8.dastergon@gentoo> (raw)
commit: e75a3681a6939e54bef7e7a988156a48431aaae8
Author: Gunnar Wrobel <wrobel <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 12:32:29 2008 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 12:32:29 2008 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kolab.git;a=commit;h=e75a3681
Add the updated ebuild.
svn path=/overlay/; revision=3007
---
.../perl-kolab-2.2.0_alpha20081010.ebuild | 60 ++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/dev-perl/perl-kolab/perl-kolab-2.2.0_alpha20081010.ebuild b/dev-perl/perl-kolab/perl-kolab-2.2.0_alpha20081010.ebuild
new file mode 100644
index 0000000..7ba4a6d
--- /dev/null
+++ b/dev-perl/perl-kolab/perl-kolab-2.2.0_alpha20081010.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit perl-module
+
+MY_PV=${PV/_alpha/+cvs}
+
+DESCRIPTION="Perl modules and scripts for the Kolab groupware server"
+HOMEPAGE="http://www.kolab.org"
+SRC_URI="http://files.pardus.de/kolab-sources/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+SLOT="0"
+
+DEPEND="dev-lang/perl
+ perl-core/DB_File
+ >=net-mail/cyrus-imap-admin-2.3.12
+ dev-perl/perl-ldap
+ dev-perl/MIME-tools
+ dev-perl/MIME-Lite
+ dev-perl/Mail-IMAPClient
+ dev-perl/URI"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_compile() {
+ myconf="--config=/etc/kolab"
+ myconf="${myconf} --bin=\"${ROOT}/usr/bin\""
+
+ perl-module_src_compile
+}
+
+src_install() {
+ cd "${S}"
+
+ dodir /etc/kolab
+ insinto /etc/kolab
+ doins data/quotawarning.txt
+
+ dodir /etc/init.d
+ exeinto /etc/init.d
+ doexe ${FILESDIR}/kolabd
+
+ perl-module_src_install
+
+ dodir /usr/sbin
+
+ mv "${D}"/usr/bin/kolabd "${D}"/usr/sbin/kolabd
+ mv "${D}"/usr/bin/kolabcheckperm "${D}"/usr/sbin/kolabcheckperm
+
+ rm "${D}"/usr/bin/kolabconf
+ rm "${D}"/usr/bin/kolab_bootstrap
+
+ keepdir /var/run/kolabd
+ keepdir /var/lib/kolabd
+}
next reply other threads:[~2014-08-04 22:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 22:56 Pavlos Ratis [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-04 22:56 [gentoo-commits] proj/kolab:master commit in: dev-perl/perl-kolab/ Pavlos Ratis
2014-08-04 22:56 Pavlos Ratis
2014-08-04 22:56 Pavlos Ratis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1223641949.e75a3681a6939e54bef7e7a988156a48431aaae8.dastergon@gentoo \
--to=dastergon@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox