summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2019-12-20 16:45:50 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2019-12-20 16:45:50 +0000
commitab143698d6c24ea0abdf07cb7e23315fc47e3392 (patch)
tree0c54e598a70a86facca2e5726af78fbf13aae001 /www-apps
parentwww-apps/glpi: Add 9.4.5 release. (diff)
downloadjmbsvicetto-ab143698d6c24ea0abdf07cb7e23315fc47e3392.tar.gz
jmbsvicetto-ab143698d6c24ea0abdf07cb7e23315fc47e3392.tar.bz2
jmbsvicetto-ab143698d6c24ea0abdf07cb7e23315fc47e3392.zip
www-apps/glpi: Drop old and vulnerable versions.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/glpi/Manifest4
-rw-r--r--www-apps/glpi/glpi-9.2.ebuild53
-rw-r--r--www-apps/glpi/glpi-9.3.3.ebuild53
-rw-r--r--www-apps/glpi/glpi-9.4.0_beta.ebuild55
-rw-r--r--www-apps/glpi/glpi-9.4.2.ebuild55
5 files changed, 0 insertions, 220 deletions
diff --git a/www-apps/glpi/Manifest b/www-apps/glpi/Manifest
index debaa13..da4a309 100644
--- a/www-apps/glpi/Manifest
+++ b/www-apps/glpi/Manifest
@@ -1,5 +1 @@
-DIST glpi-9.2.tgz 30890041 BLAKE2B 6c5d17f5178c74e0098bb6942d30118fc1511b6d4b34353a4ac8c9ace84001bd62658b8cb5f958f417c487487e28100b96e0c5634d9bfbab28532effc8d42bd8 SHA512 354488bb75d5b927f8c130622466302ea216ca4e7a86d2b5c21a08bec8e92777b21e4c71d8eddfd11b10bbc6206dbfaa486684deaf9863716c4fe5ed41719e15
-DIST glpi-9.3.3.tgz 33661056 BLAKE2B db6421bb0b6b78c22dc157d36825c8ca681f181e1dc16dc3376768772f7c41623eb5a7509203a821fd559a2be5065470a52f01460dd4f5120987d891441fbab2 SHA512 acee505bdb024d66fc750d4ddc148a82174386cd1fee6eb8042e3df87244d56fb986d70bf4528bfb4eb57d00fba56897f4bb7b0624e4f5f1c04572c4d64243fc
-DIST glpi-9.4.0-beta.tgz 34681631 BLAKE2B e0b77a405a51e4c2370d3d19981f8d26f8f7367c913c0fa9ea7695f1ec883b4d58f79a45db5be9cd3e593dba6379bbf24fd1bda150466a4d109b0e136fcd49a9 SHA512 90bc8811ed35a00c0a935d2de576a8f4780c557651d389092475501f274f2888feb346dba19d9423d2ad33e924b50b106c08309fee4f44213745f30bca8a54a7
-DIST glpi-9.4.2.tgz 34831683 BLAKE2B f2e4d953200164d84769e14a5dee65b1444f160727bb6955ac9b1995d78cc4135b9c726fcd8dd04a13fcd75248513578cba375fd6bf11217ee00defa85533206 SHA512 88b3156c55160c3f199cacaffcb9c4fe321c42999506a0c94c8e8006f68ee2d4d812c6ad64b46ccf7371ca5bcd71cb52f98210002b0044ad7668f6a4b4c2fd9d
DIST glpi-9.4.5.tgz 35073134 BLAKE2B 700cd2ad3a803254ec5dded8d91a93f729c89a9f575bcc72480e4eedd35abba6e057708ca14858fcdbb1ce55e543f0fb27d1e1e73cd0dcbbbf78c87f75a2babe SHA512 3fb8289047967193abaaee824ae42d6bb4127f46ab3de09a57fca5ca1c07543dcfa3861df0549444c789fd10a6793fa549b2d85a3c425cc79ba986826f5cd579
diff --git a/www-apps/glpi/glpi-9.2.ebuild b/www-apps/glpi/glpi-9.2.ebuild
deleted file mode 100644
index 54bdbfd..0000000
--- a/www-apps/glpi/glpi-9.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="glpi-project"
-
-DESCRIPTION="The Information Resource-Manager with an additional Administration Interface."
-HOMEPAGE="http://www.glpi-project.org/"
-SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/${PV}/${P}.tgz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- app-admin/webapp-config
-"
-RDEPEND="
- dev-lang/php[curl,json,mysqli,session,unicode]
- virtual/mysql
-"
-S="${WORKDIR}/${PN}"
-
-pkg_config () {
-
- webapp_pkg_setup
-}
-
-src_install () {
-
- webapp_src_preinst
-
- einfo "Installing files"
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
-
-pkg_preinst () {
-
- fowners -R root:apache "${MY_HTDOCSDIR}"
- fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
- # Allow writing to the config and files directories
- for dir in config files ; do
-
- fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
- done
-}
diff --git a/www-apps/glpi/glpi-9.3.3.ebuild b/www-apps/glpi/glpi-9.3.3.ebuild
deleted file mode 100644
index 1f4a5b7..0000000
--- a/www-apps/glpi/glpi-9.3.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="glpi-project"
-
-DESCRIPTION="The Information Resource-Manager with an additional Administration Interface."
-HOMEPAGE="http://www.glpi-project.org/"
-SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/${PV}/${P}.tgz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- app-admin/webapp-config
-"
-RDEPEND="
- dev-lang/php[curl,json,mysqli,session,unicode]
- virtual/mysql
-"
-S="${WORKDIR}/${PN}"
-
-pkg_config () {
-
- webapp_pkg_setup
-}
-
-src_install () {
-
- webapp_src_preinst
-
- einfo "Installing files"
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
-
-pkg_preinst () {
-
- fowners -R root:apache "${MY_HTDOCSDIR}"
- fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
- # Allow writing to the config and files directories
- for dir in config files ; do
-
- fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
- done
-}
diff --git a/www-apps/glpi/glpi-9.4.0_beta.ebuild b/www-apps/glpi/glpi-9.4.0_beta.ebuild
deleted file mode 100644
index 633def6..0000000
--- a/www-apps/glpi/glpi-9.4.0_beta.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="glpi-project"
-MY_P=${P/_/-}
-MY_PV=${PV/_/-}
-
-DESCRIPTION="The Information Resource-Manager with an additional Administration Interface."
-HOMEPAGE="http://www.glpi-project.org/"
-SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/${MY_PV}/${MY_P}.tgz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- app-admin/webapp-config
-"
-RDEPEND="
- dev-lang/php[curl,json,mysqli,session,unicode]
- virtual/mysql
-"
-S="${WORKDIR}/${PN}"
-
-pkg_config () {
-
- webapp_pkg_setup
-}
-
-src_install () {
-
- webapp_src_preinst
-
- einfo "Installing files"
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
-
-pkg_preinst () {
-
- fowners -R root:apache "${MY_HTDOCSDIR}"
- fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
- # Allow writing to the config and files directories
- for dir in config files ; do
-
- fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
- done
-}
diff --git a/www-apps/glpi/glpi-9.4.2.ebuild b/www-apps/glpi/glpi-9.4.2.ebuild
deleted file mode 100644
index 9e72f49..0000000
--- a/www-apps/glpi/glpi-9.4.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PN="glpi-project"
-MY_P=${P/_/-}
-MY_PV=${PV/_/-}
-
-DESCRIPTION="The Information Resource-Manager with an additional Administration Interface."
-HOMEPAGE="http://www.glpi-project.org/"
-SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/${MY_PV}/${MY_P}.tgz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- app-admin/webapp-config
-"
-RDEPEND="
- dev-lang/php[curl,json,mysqli,session,unicode]
- virtual/mysql
-"
-S="${WORKDIR}/${PN}"
-
-pkg_config () {
-
- webapp_pkg_setup
-}
-
-src_install () {
-
- webapp_src_preinst
-
- einfo "Installing files"
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
-
-pkg_preinst () {
-
- fowners -R root:apache "${MY_HTDOCSDIR}"
- fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
-
- # Allow writing to the config and files directories
- for dir in config files ; do
-
- fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
- done
-}