Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/davical/
Date: Tue, 01 Oct 2019 05:21:03
Message-Id: 1569906436.a722307e841b5de1824dfef6b708bd046e993c31.juippis@gentoo
1 commit: a722307e841b5de1824dfef6b708bd046e993c31
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Thu Sep 26 19:50:17 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 05:07:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a722307e
7
8 www-apps/davical: remove outdated (EAPI 6) ebuilds
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
12 Closes: https://github.com/gentoo/gentoo/pull/13026
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 www-apps/davical/davical-1.1.7-r1.ebuild | 61 --------------------------------
16 www-apps/davical/davical-1.1.7.ebuild | 59 ------------------------------
17 2 files changed, 120 deletions(-)
18
19 diff --git a/www-apps/davical/davical-1.1.7-r1.ebuild b/www-apps/davical/davical-1.1.7-r1.ebuild
20 deleted file mode 100644
21 index b3bad2197f8..00000000000
22 --- a/www-apps/davical/davical-1.1.7-r1.ebuild
23 +++ /dev/null
24 @@ -1,61 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -inherit webapp
31 -
32 -DESCRIPTION="A CalDAV and CardDAV Server"
33 -HOMEPAGE="https://davical.org/"
34 -SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
35 -
36 -LICENSE="GPL-2+"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -DEPEND=">=dev-php/awl-0.59
40 - sys-devel/gettext"
41 -RDEPEND="app-admin/pwgen
42 - dev-lang/php:*[calendar,curl,pdo,postgres,xml]
43 - dev-perl/DBD-Pg
44 - dev-perl/DBI
45 - dev-perl/YAML
46 - >=dev-php/awl-0.59
47 - virtual/httpd-php"
48 -
49 -need_httpd
50 -
51 -PATCHES=( "${FILESDIR}/${P}-fix_php4_style_constructors.patch" )
52 -
53 -S="${WORKDIR}"
54 -
55 -src_compile() {
56 - emake built-locale
57 -}
58 -
59 -src_install() {
60 - webapp_src_preinst
61 -
62 - einstalldocs
63 -
64 - einfo "Installing web files"
65 - insinto "${MY_HTDOCSDIR}"
66 - doins -r htdocs/. htdocs/.htaccess
67 -
68 - einfo "Installing main files and i18n"
69 - insinto "${MY_HOSTROOTDIR}/${PN}"
70 - doins -r inc locale
71 - rm "${ED}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
72 -
73 - einfo "Installing sql files"
74 - insinto "${MY_SQLSCRIPTSDIR}"
75 - doins -r dba/.
76 -
77 - insinto /etc/${PN}
78 - doins -r config/. "${FILESDIR}/vhost-example"
79 -
80 - webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
81 - webapp_src_install
82 -
83 - fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
84 - fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
85 -}
86
87 diff --git a/www-apps/davical/davical-1.1.7.ebuild b/www-apps/davical/davical-1.1.7.ebuild
88 deleted file mode 100644
89 index 1f459316daa..00000000000
90 --- a/www-apps/davical/davical-1.1.7.ebuild
91 +++ /dev/null
92 @@ -1,59 +0,0 @@
93 -# Copyright 1999-2018 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -inherit webapp
99 -
100 -DESCRIPTION="A CalDAV and CardDAV Server"
101 -HOMEPAGE="https://davical.org/"
102 -SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
103 -
104 -LICENSE="GPL-2+"
105 -KEYWORDS="~amd64 ~x86"
106 -
107 -DEPEND=">=dev-php/awl-0.59
108 - sys-devel/gettext"
109 -RDEPEND="app-admin/pwgen
110 - dev-lang/php:*[calendar,curl,pdo,postgres,xml]
111 - dev-perl/DBI
112 - dev-perl/DBD-Pg
113 - dev-perl/YAML
114 - >=dev-php/awl-0.59
115 - virtual/httpd-php"
116 -
117 -need_httpd
118 -
119 -S="${WORKDIR}"
120 -
121 -src_compile() {
122 - emake built-locale
123 -}
124 -
125 -src_install() {
126 - webapp_src_preinst
127 -
128 - dodoc INSTALL CREDITS README TODO ChangeLog
129 -
130 - einfo "Installing web files"
131 - insinto "${MY_HTDOCSDIR}"
132 - doins -r htdocs/. htdocs/.htaccess
133 -
134 - einfo "Installing main files and i18n"
135 - insinto "${MY_HOSTROOTDIR}/${PN}"
136 - doins -r inc locale
137 - rm "${ED}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
138 -
139 - einfo "Installing sql files"
140 - insinto "${MY_SQLSCRIPTSDIR}"
141 - doins -r dba/.
142 -
143 - insinto /etc/${PN}
144 - doins -r config/. "${FILESDIR}/vhost-example"
145 -
146 - webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
147 - webapp_src_install
148 -
149 - fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
150 - fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
151 -}