commit:     f4226aff3493d6a1c5390a38363d9c3178e3eb9e
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Sat Mar 18 23:29:43 2023 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 23:29:43 2023 +0000
URL:        
https://gitweb.gentoo.org/repo/dev/jmbsvicetto.git/commit/?id=f4226aff

www-apps/limesurvey: Drop old versions.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> 
gentoo.org>

 www-apps/limesurvey/limesurvey-2.06.ebuild   | 57 -----------------------
 www-apps/limesurvey/limesurvey-2.57.0.ebuild | 69 ----------------------------
 www-apps/limesurvey/limesurvey-2.57.1.ebuild | 59 ------------------------
 www-apps/limesurvey/limesurvey-2.63.1.ebuild | 57 -----------------------
 www-apps/limesurvey/limesurvey-2.64.1.ebuild | 57 -----------------------
 www-apps/limesurvey/limesurvey-2.72.5.ebuild | 57 -----------------------
 6 files changed, 356 deletions(-)

diff --git a/www-apps/limesurvey/limesurvey-2.06.ebuild 
b/www-apps/limesurvey/limesurvey-2.06.ebuild
deleted file mode 100644
index b1f7788..0000000
--- a/www-apps/limesurvey/limesurvey-2.06.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="151016"
-MY_PV="${PV}_plus_${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
-
-pkg_preinst () {
-
-       fowners -R root:apache "${MY_HTDOCSDIR}"
-       fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
-       # Allow writing to the tmp, upload and application/config directories
-       for dir in tmp upload application/config ; do
-
-               fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
-       done
-}

diff --git a/www-apps/limesurvey/limesurvey-2.57.0.ebuild 
b/www-apps/limesurvey/limesurvey-2.57.0.ebuild
deleted file mode 100644
index 7fc0c0c..0000000
--- a/www-apps/limesurvey/limesurvey-2.57.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="161202"
-MY_PV="${PV}+${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_serverowned -R "${MY_HTDOCSDIR}/tmp"
-       webapp_serverowned -R "${MY_HTDOCSDIR}/upload"
-       webapp_serverowned -R "${MY_HTDOCSDIR}/application/config"
-
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-       webapp_src_install
-}
-
-pkg_postinst () {
-       echo
-       ewarn "SECURITY NOTICE"
-       ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-       ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-       echo
-       ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-       ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-       echo
-       ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
-       ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-       ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-       ewarn "reported by the setup."
-       echo
-}

diff --git a/www-apps/limesurvey/limesurvey-2.57.1.ebuild 
b/www-apps/limesurvey/limesurvey-2.57.1.ebuild
deleted file mode 100644
index e88ccb6..0000000
--- a/www-apps/limesurvey/limesurvey-2.57.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="161205"
-MY_PV="${PV}+${MY_DATE}"
-#MY_PV="${PV}_plus_${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz
-       
https://www.limesurvey.org/stable-release?download=1948:${PN}%${MY_DATE}targz 
-> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${PN}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
-
-pkg_preinst () {
-
-       fowners -R root:apache "${MY_HTDOCSDIR}"
-       fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
-       # Allow writing to the tmp, upload and application/config directories
-       for dir in tmp upload application/config ; do
-
-               fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
-       done
-}

diff --git a/www-apps/limesurvey/limesurvey-2.63.1.ebuild 
b/www-apps/limesurvey/limesurvey-2.63.1.ebuild
deleted file mode 100644
index c784b73..0000000
--- a/www-apps/limesurvey/limesurvey-2.63.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="170305"
-MY_PV="${PV}+${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
-
-pkg_preinst () {
-
-       fowners -R root:apache "${MY_HTDOCSDIR}"
-       fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
-       # Allow writing to the tmp, upload and application/config directories
-       for dir in tmp upload application/config ; do
-
-               fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
-       done
-}

diff --git a/www-apps/limesurvey/limesurvey-2.64.1.ebuild 
b/www-apps/limesurvey/limesurvey-2.64.1.ebuild
deleted file mode 100644
index 287c1f9..0000000
--- a/www-apps/limesurvey/limesurvey-2.64.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="170310"
-MY_PV="${PV}+${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
-
-pkg_preinst () {
-
-       fowners -R root:apache "${MY_HTDOCSDIR}"
-       fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
-       # Allow writing to the tmp, upload and application/config directories
-       for dir in tmp upload application/config ; do
-
-               fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
-       done
-}

diff --git a/www-apps/limesurvey/limesurvey-2.72.5.ebuild 
b/www-apps/limesurvey/limesurvey-2.72.5.ebuild
deleted file mode 100644
index d99d7d7..0000000
--- a/www-apps/limesurvey/limesurvey-2.72.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="LimeSurvey"
-MY_DATE="171121"
-MY_PV="${PV}+${MY_DATE}"
-
-DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
-HOMEPAGE="https://www.limesurvey.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gd ldap mssql mysql postgres zip"
-REQUIRED_USE="^^ ( mssql mysql postgres )"
-
-DEPEND="
-       app-admin/webapp-config
-"
-RDEPEND="
-       dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
-       mssql? ( dev-lang/php[mssql] )
-       mysql? ( dev-lang/php[mysqli] )
-       postgres? ( dev-lang/php[postgres] )
-"
-S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
-
-pkg_config () {
-
-       webapp_pkg_setup
-}
-
-src_install () {
-
-       webapp_src_preinst
-
-       einfo "Installing files"
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_src_install
-}
-
-pkg_preinst () {
-
-       fowners -R root:apache "${MY_HTDOCSDIR}"
-       fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
-       # Allow writing to the tmp, upload and application/config directories
-       for dir in tmp upload application/config ; do
-
-               fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
-       done
-}

Reply via email to