public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: app-office/radicale/
Date: Sat,  2 Jun 2012 15:47:07 +0000 (UTC)	[thread overview]
Message-ID: <1338651098.2d2db4b0a2f36b9aece08097a91d5bb47043916f.graaff@gentoo> (raw)

commit:     2d2db4b0a2f36b9aece08097a91d5bb47043916f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jun  2 15:31:38 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 15:31:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=2d2db4b0

Version bump.

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 app-office/radicale/ChangeLog           |    5 +++
 app-office/radicale/Manifest            |    7 ++--
 app-office/radicale/radicale-0.7.ebuild |   56 +++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 3 deletions(-)

diff --git a/app-office/radicale/ChangeLog b/app-office/radicale/ChangeLog
index 2280652..f3f13c6 100644
--- a/app-office/radicale/ChangeLog
+++ b/app-office/radicale/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*radicale-0.7 (02 Jun 2012)
+
+  02 Jun 2012; Hans de Graaff <graaff@gentoo.org> +radicale-0.7.ebuild:
+  Version bump.
+
   09 Mar 2012; Hans de Graaff <graaff@gentoo.org> +radicale-0.6.4.ebuild,
   metadata.xml:
   Version bump.

diff --git a/app-office/radicale/Manifest b/app-office/radicale/Manifest
index b2c224f..b460f08 100644
--- a/app-office/radicale/Manifest
+++ b/app-office/radicale/Manifest
@@ -4,10 +4,11 @@ Hash: SHA256
 DIST Radicale-0.6.2.tar.gz 30784 RMD160 8b2559116f6f196a610069d8f9fde7d640c3cbb6 SHA1 c80be198b3ea7c47f73642b1e7e76fdb0ed20e9d SHA256 90067706ef8f03a7debcea5c91e87ff94756dfc59eaad26d13d4cd84cda592c9
 DIST Radicale-0.6.3.tar.gz 30993 RMD160 e7ec0be50a164b0bffa46688e47a3ada2d56e697 SHA1 de478e41a61ccf039e1e1da603ef275f500e44f5 SHA256 bd2c2058e1222735981639206eade3082f6ff76a0055bd010ae0f8b2b33ee8f6
 DIST Radicale-0.6.4.tar.gz 30994 RMD160 9da7aede8ec48fa9725a85985cd3e6e3bd277689 SHA1 15854dd3a7070ef8438573b4a9fef92a2b46b8ab SHA256 83fd6d1b958cd2eae7fa8d773db508e1a4f87266e48346016d03e2b2c7eb80ea
+DIST Radicale-0.7.tar.gz 34061 RMD160 6acf53c591fd9b5d425d226e2c0737ae80ab689e SHA1 2f248e61957cb9c99b404d73b17dbac72875fa68 SHA256 f3d17d16bac4cbeedc5e66a8b711f29d51309e9264a9ef930b5d466503794c09
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk9Z/a8ACgkQiIP6VqMIqNeadwD9GfvQyPXHJIBYO/33Le3dB053
-c5BvY9uR+BZ5J+u2w6MA/jLyJ4bmtoHAkdqsgpXEyteI7jR5HFx7vPrhU7A17j9e
-=+Iob
+iF4EAREIAAYFAk/KMdoACgkQiIP6VqMIqNc4XwD/TDVP1PuovJi5Pe91p5yC8tSD
+sqO9F+Djph9uDnd68VcA/1PCFQCaXFAfEbiNmGr3a3IQQjuVMLAxBbWPLOahcyog
+=k7lY
 -----END PGP SIGNATURE-----

diff --git a/app-office/radicale/radicale-0.7.ebuild b/app-office/radicale/radicale-0.7.ebuild
new file mode 100644
index 0000000..372a5e3
--- /dev/null
+++ b/app-office/radicale/radicale-0.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 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 eutils
+
+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
+
+	dodoc NEWS.rst TODO.rst
+}
+
+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."
+}



             reply	other threads:[~2012-06-02 15:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-02 15:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-15 17:40 [gentoo-commits] dev/graaff:master commit in: app-office/radicale/ Hans de Graaff
2012-08-16  9:07 Hans de Graaff
2012-08-16  9:07 Hans de Graaff
2012-03-13  8:31 Hans de Graaff
2011-12-04  8:16 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=1338651098.2d2db4b0a2f36b9aece08097a91d5bb47043916f.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