commit:     88b023de08a2d13ea59c324904cf927047f4a633
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 07:49:31 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 08:33:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b023de

www-apps/nextcloud: drop old versions

11 branch is unsupported upstream now

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-apps/nextcloud/Manifest                |  2 --
 www-apps/nextcloud/nextcloud-11.0.6.ebuild | 40 ----------------------------
 www-apps/nextcloud/nextcloud-12.0.4.ebuild | 42 ------------------------------
 3 files changed, 84 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 303785d32e0..81ec8aabf47 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,4 +1,2 @@
-DIST nextcloud-11.0.6.tar.bz2 43226496 BLAKE2B 
08b1f088cb05d1b2916d84d29c4a9b99ff88c8e1852f7337701030a8e56bb4fc484aa4b945dc634b095ff3046479a3e004c6483b039036b4ab9597e5a6c5b20f
 SHA512 
66ff8e69cbf895c751665f590ff3dfab1629d79424c008455ef0145fd7a637f1f545d2ea106109624c0bdd33e505732a04ab98bcde1da2b4df1c0ac84d301e0f
-DIST nextcloud-12.0.4.tar.bz2 43583313 BLAKE2B 
a1f495d9afca67c55f4c9b5721baa9b6be79d4d21f23daea786382b7f21f9e9cae6c8166a18bc8d40dc84a153faf759bb57739cbb8716550f68888483bcf3902
 SHA512 
30426e6998ccc38026ab584fbec2e8e64419dc500a62066fefa8efd29eae94c7d11104e1ecfa6307ac754dbb82d4eaa499c2b38459af6353845ea741b304a4bf
 DIST nextcloud-12.0.5.tar.bz2 43704324 BLAKE2B 
92b4569b3fc29f33a9c8163f34b7119081a48c657bd9383d0d656f9c66a240339889288c8c4e9936dd884b7436574ab501b1022251f743ecf5f00bf1e9ec7c20
 SHA512 
6a07384fef1ca57e82c5867c7f4898b9dcc94bd99d25ea49cf44606833e0045f9503f2c9256b71845603bd7b911fdabea39e1bebe8cddb69d9d752c69101bc27
 DIST nextcloud-13.0.0.tar.bz2 43397247 BLAKE2B 
21d41e09fe97135e1eee76b14cc5ffe2f0389ee00cfdf84eb38a83bfcbdd7b915114d54fa20e54b1b08f5a59bec88c6708eb68f37752afc710fd864f73607ad0
 SHA512 
c2a3be174b43b27667c3e1894a942d4dd77c29a4e043cbb0c7d7f516aa299b83dc4869c7b3cc08b353b1298e3ac06598c9d192506ea218a5490250cd1c48e369

diff --git a/www-apps/nextcloud/nextcloud-11.0.6.ebuild 
b/www-apps/nextcloud/nextcloud-11.0.6.ebuild
deleted file mode 100644
index 1f7fdde7e65..00000000000
--- a/www-apps/nextcloud/nextcloud-11.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="http://nextcloud.com";
-SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2";
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+curl mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""
-RDEPEND="<dev-lang/php-7.2[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
-       <virtual/httpd-php-7.2"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-       webapp_pkg_setup
-}
-
-src_install() {
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-       dodir "${MY_HTDOCSDIR}"/data
-
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/config
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_src_install
-}

diff --git a/www-apps/nextcloud/nextcloud-12.0.4.ebuild 
b/www-apps/nextcloud/nextcloud-12.0.4.ebuild
deleted file mode 100644
index 3964c46c936..00000000000
--- a/www-apps/nextcloud/nextcloud-12.0.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="http://nextcloud.com";
-SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2";
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+curl mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""
-RDEPEND="<dev-lang/php-7.2[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
-       <virtual/httpd-php-7.2"
-
-PATCHES=( "${FILESDIR}"/${P}-destroy_modal_when_closed.patch )
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-       webapp_pkg_setup
-}
-
-src_install() {
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-       dodir "${MY_HTDOCSDIR}"/data
-
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/config
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_src_install
-}

Reply via email to