From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: app-office/radicale/files/, app-office/radicale/
Date: Thu, 20 Oct 2011 13:10:18 +0000 (UTC) [thread overview]
Message-ID: <c04a4d91132c285c73ae6ce15a45c873883b9f71.graaff@gentoo> (raw)
commit: c04a4d91132c285c73ae6ce15a45c873883b9f71
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 20 13:10:07 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 13:10:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c04a4d91
New
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
app-office/radicale/ChangeLog | 18 +++++++++
app-office/radicale/Manifest | 15 ++++++++
app-office/radicale/files/radicale.init.d | 26 ++++++++++++++
app-office/radicale/metadata.xml | 6 +++
app-office/radicale/radicale-0.6.2.ebuild | 54 +++++++++++++++++++++++++++++
5 files changed, 119 insertions(+), 0 deletions(-)
diff --git a/app-office/radicale/ChangeLog b/app-office/radicale/ChangeLog
new file mode 100644
index 0000000..18d4792
--- /dev/null
+++ b/app-office/radicale/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for app-office/radicale
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 20 Oct 2011; Hans de Graaff <graaff@gentoo.org> +radicale-0.6.2.ebuild,
+ +files/radicale.init.d, +metadata.xml:
+ New version for testing purposes.
+
+ 20 Oct 2011; Hans de Graaff <graaff@gentoo.org> +radicale-0.6.2.ebuild,
+ +files/radicale.init.d:
+ New version for testing purposes.
+
+*radicale-0.6.2 (11 Oct 2011)
+
+ 11 Oct 2011; Hans de Graaff <graaff@gentoo.org> +radicale-0.6.2.ebuild,
+ +files/radicale.init.d:
+ Add new version from bug 322811 for testing purposes.
+
diff --git a/app-office/radicale/Manifest b/app-office/radicale/Manifest
new file mode 100644
index 0000000..775d20e
--- /dev/null
+++ b/app-office/radicale/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+AUX radicale.init.d 550 RMD160 7ef17c53ea0833bd39a205bdf2cb975f1e99bb62 SHA1 cd9f9d78e448299528e7605d52487d3c3511d3f2 SHA256 1f3a6586a3ab9c9abc561b6ce663942908a5ad359848cb244a1850a4268139eb
+DIST Radicale-0.6.2.tar.gz 30784 RMD160 8b2559116f6f196a610069d8f9fde7d640c3cbb6 SHA1 c80be198b3ea7c47f73642b1e7e76fdb0ed20e9d SHA256 90067706ef8f03a7debcea5c91e87ff94756dfc59eaad26d13d4cd84cda592c9
+EBUILD radicale-0.6.2.ebuild 1244 RMD160 0e6141bf71f76c5bb0167cb0e09ae3563b96813f SHA1 c6906f98667806ac6b48a1182399136b2c345865 SHA256 c877b26955737f4042bd3b12744736993829f17ffd42eeab30ad802ddccfb5b7
+MISC ChangeLog 597 RMD160 1cb50adab580e218b7dc7ab985ecc99bde7ebde1 SHA1 971327d2e1cdaee87ee9ee3a6ba77407b9adf59c SHA256 8ba524d84fd8964848193cb9b1ee820bef4233651a883676b9a4ca0662ea6897
+MISC metadata.xml 222 RMD160 c395116c51764efaa671a0f89a7d8992ecbe7304 SHA1 2095e0ced2657346964271e45cc69027b0ccd49d SHA256 0adb6b2a2a8cc78f3d28b8b629db9d9e5731f21da86168ae88eeadc8b82d3225
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk6gHa4ACgkQiIP6VqMIqNcyIgD/Zi4fV3NOynVWyZQNh6wJjC0f
+wjevu2B76N+Jv/tLhRsA/1cHXY6bjAVonri9bOdkcfes7Am8NtOuOoigZKLM+yWz
+=RZkp
+-----END PGP SIGNATURE-----
diff --git a/app-office/radicale/files/radicale.init.d b/app-office/radicale/files/radicale.init.d
new file mode 100644
index 0000000..bfda83d
--- /dev/null
+++ b/app-office/radicale/files/radicale.init.d
@@ -0,0 +1,26 @@
+#!/sbin/runscript
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+PIDFILE=/var/run/radicale.pid
+
+depend() {
+ use net
+ need localmount
+}
+
+start() {
+ ebegin "Starting radicale"
+ start-stop-daemon --start --quiet --background \
+ --pidfile ${PIDFILE} --make-pidfile \
+ --exec /usr/bin/radicale -- --foreground
+ eend $?
+}
+
+stop() {
+ ebegin "Stopping radicale"
+ start-stop-daemon --stop --quiet \
+ --pidfile ${PIDFILE}
+ eend $?
+}
diff --git a/app-office/radicale/metadata.xml b/app-office/radicale/metadata.xml
new file mode 100644
index 0000000..fadb566
--- /dev/null
+++ b/app-office/radicale/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/app-office/radicale/radicale-0.6.2.ebuild b/app-office/radicale/radicale-0.6.2.ebuild
new file mode 100644
index 0000000..14ee0cb
--- /dev/null
+++ b/app-office/radicale/radicale-0.6.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+PYTHON_DEPEND="*:2.6"
+SUPPORT_PYTHON_ABIS=1
+
+inherit distutils
+
+MY_PN="Radicale"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A simple CalDAV calendar server"
+HOMEPAGE="http://www.radicale.org/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="fastcgi ldap ssl"
+
+# the '>=' goes ok, as radicale supports _all_ other python version
+# this includes all 3.* versions
+RDEPEND="ssl? ( >=dev-lang/python-2.6.6[ssl] )
+ ldap? ( dev-python/python-ldap )
+ fastcgi? ( dev-python/flup )"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ # delete the useless .rst, so that it is not installed
+ rm README.rst
+
+ distutils_src_install
+
+ # init file
+ newinitd "${FILESDIR}"/radicale.init.d radicale || die
+
+ # config file
+ insinto /etc/${PN}
+ doins config logging || die
+
+ # fcgi and wsgi files
+ insinto /usr/share/${PN}
+ doins radicale.wsgi
+ use fastcgi && doins radicale.fcgi
+}
+
+pkg_postinst() {
+ einfo "Radicale now supports WSGI."
+ einfo "A sample wsgi-script has been put into ${ROOT}usr/share/${PN}."
+ use fastcgi && einfo "You will also find there an example fcgi-script."
+}
next reply other threads:[~2011-10-20 13:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-20 13:10 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-10-08 9:29 [gentoo-commits] dev/graaff:master commit in: app-office/radicale/files/, app-office/radicale/ Hans de Graaff
2015-06-15 17:40 Hans de Graaff
2016-05-04 8:41 Hans de Graaff
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=c04a4d91132c285c73ae6ce15a45c873883b9f71.graaff@gentoo \
--to=graaff@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