summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-04-09 18:47:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-04-09 18:47:53 +0200
commit117c48bc7b0bd63a42daa9aa69f78cbad66f97bb (patch)
treee28289d4bef36b9d6851ed58ff034275d3277353
parent9e7f5f4e29af920c9e47399dfe716b4c8830507d (diff)
downloadoverlay-117c48bc7b0bd63a42daa9aa69f78cbad66f97bb.tar.gz
overlay-117c48bc7b0bd63a42daa9aa69f78cbad66f97bb.tar.bz2
overlay-117c48bc7b0bd63a42daa9aa69f78cbad66f97bb.zip
Dump old radicale version
-rw-r--r--app-office/radicale/Manifest2
-rw-r--r--app-office/radicale/radicale-0.4.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/app-office/radicale/Manifest b/app-office/radicale/Manifest
index 66ec7a9..eb17599 100644
--- a/app-office/radicale/Manifest
+++ b/app-office/radicale/Manifest
@@ -1,4 +1,2 @@
AUX radicale.init.d 550 RMD160 f1f6aa919952b744900c781b8d6cd9283bc44534 SHA1 3c2043b9f2680b14969bd7f3727e3df85c7f9c48 SHA256 1b28de6c1bc2c6119eb654622713fdd2c16d89105940c6b55d2bc081fbb2fd2c
-DIST Radicale-0.4.tar.gz 22907 RMD160 ef477e226976f970949fe78184f181cd244442b8 SHA1 70af6c97840c5f890974a7e08bd34f0163157bd1 SHA256 0a20380e5c69b07ee02e439c9a21644da024c9016a9b3fb480c21b9cfb8d2035
-EBUILD radicale-0.4.ebuild 734 RMD160 c928c3f6c2c40d761f16ed404282daa0f356d40f SHA1 6776f363ab0ad356ee2a254777539464e092dc7e SHA256 0c4d2e991f54ff325420c56d0d310948bf70d784b1ce9c5a4aadf549e9680936
EBUILD radicale-9999.ebuild 731 RMD160 aaa3ba49a004d7674a7b1ef1565fe103824275ad SHA1 8b492efb2c7d85ce76dcc1ec6852b46abf47e2b1 SHA256 d6f382b29ed6272ffea0c8c5edb61b4848880ffd400096754ae3ffb56744a538
diff --git a/app-office/radicale/radicale-0.4.ebuild b/app-office/radicale/radicale-0.4.ebuild
deleted file mode 100644
index 3afe871..0000000
--- a/app-office/radicale/radicale-0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-PYTHON_DEPEND="*:2.5"
-SUPPORT_PYTHON_ABIS=1
-
-inherit distutils
-
-MY_P="${PN/r/R}-${PV}"
-
-DESCRIPTION="A simple CalDAV calendar server"
-HOMEPAGE="http://www.radicale.org/"
-SRC_URI="http://www.radicale.org/src/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- distutils_src_install
-
- # init file
- newinitd "${FILESDIR}"/radicale.init.d radicale || die
-
- # config file
- insinto /etc/${PN}
- doins config || die
-}
-
-pkg_postinst() {
- elog "If you want to use SSL with ${PN}, please check that you have"
- elog "installed >=dev-lang/python-2.6[ssl]."
-}