commit: 81d40e733194e13e239960b8d2ca9af07e388731 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Apr 21 10:48:50 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Apr 21 10:48:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d40e73
www-apps/sugarcrm: remove last rited package Closes: https://bugs.gentoo.org/603760 www-apps/sugarcrm/Manifest | 2 -- www-apps/sugarcrm/files/postinstall-en.txt | 6 ---- www-apps/sugarcrm/metadata.xml | 14 -------- www-apps/sugarcrm/sugarcrm-6.5.10.ebuild | 56 ------------------------------ www-apps/sugarcrm/sugarcrm-6.5.9.ebuild | 55 ----------------------------- 5 files changed, 133 deletions(-) diff --git a/www-apps/sugarcrm/Manifest b/www-apps/sugarcrm/Manifest deleted file mode 100644 index c7ed48c2198..00000000000 --- a/www-apps/sugarcrm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST SugarCE-6.5.10.zip 21240061 BLAKE2B b0a7be4ebcec006db491da66395ca615e4dc0d053a5d4f80ff9d82971497f37fad7b3a0b2fb063e549e4eed32b25885bd2981b35e208fe0026256f642776bd37 SHA512 f65c4230c25cd8b6c6f8dc0d9ec195fd7853589c4e83ea8d474401fc8a3fee625948208de01b8fb2f24ef6c79626092a0e171f8326c5c63b290c93162a534a18 -DIST SugarCE-6.5.9.zip 21183945 BLAKE2B 6dd24f354a4100c1ce9aa7d335999edd1a20389ce7a19b7c738da14740f6841db532c6a934d3fea09a10f87be93b8c583adb0746d6ce304c239e20eecf79d413 SHA512 2cc190a17c4f0103ecc7d3f260d5b3387b9cf2af50f119218292100246fb524f22b3a9ced9fc73c28ac9af1e9e516f17ca23d10d4e32bd82a7bb5475ce37f2a2 diff --git a/www-apps/sugarcrm/files/postinstall-en.txt b/www-apps/sugarcrm/files/postinstall-en.txt deleted file mode 100644 index 2f3b8942f10..00000000000 --- a/www-apps/sugarcrm/files/postinstall-en.txt +++ /dev/null @@ -1,6 +0,0 @@ -Point your browser to http:/// -to complete the install. Use web installer. - -Please change the permission for ".htaccess" and "config.php" to -world writable, before doing the setup. After the setup you can -change the permission back to 640. diff --git a/www-apps/sugarcrm/metadata.xml b/www-apps/sugarcrm/metadata.xml deleted file mode 100644 index acd97dd407c..00000000000 --- a/www-apps/sugarcrm/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Maxim Koltsov</name> - </maintainer> - <use> - <flag name="json">Add JSON (JavaScript Object Notation) support</flag> - </use> - <upstream> - <remote-id type="sourceforge">sugarcrm</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apps/sugarcrm/sugarcrm-6.5.10.ebuild b/www-apps/sugarcrm/sugarcrm-6.5.10.ebuild deleted file mode 100644 index 3017a6afafa..00000000000 --- a/www-apps/sugarcrm/sugarcrm-6.5.10.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -MY_PN="SugarCE" - -inherit webapp eutils - -DESCRIPTION="A complete CRM and groupware system for businesses of all sizes" -HOMEPAGE="http://www.sugarforge.org/" -SRC_URI="mirror://sourceforge/project/${PN}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X/SugarCE-${PV}.zip" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -IUSE="curl imap +json +zlib +mysql +mysqli freetds ldap mssql" - -DEPEND=">=dev-lang/php-5.2.10[ssl,soap,unicode,xml,session,tokenizer,zip,ldap?,mssql?,mysql?,mysqli?,zlib?,curl?,imap?,json?] - dev-php/PEAR-DB - dev-php/PEAR-Cache_Lite - dev-php/PEAR-Mail_Mime - virtual/httpd-cgi - freetds? ( >=dev-db/freetds-0.64 - mssql? ( >=dev-db/freetds-0.64[mssql] ) ) - app-arch/unzip" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-Full-${PV}" - -src_install () { - webapp_src_preinst - - cd "${S}" - einfo "Installing main files" - cp -R . "${D}/${MY_HTDOCSDIR}" - - webapp_configfile "${MY_HTDOCSDIR}"/config.php - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - for foo in cache custom data modules include upload; do - webapp_serverowned -R "${MY_HTDOCSDIR}"/"${foo}" || die - - done - - webapp_serverowned "${MY_HTDOCSDIR}"/config.php - webapp_serverowned "${MY_HTDOCSDIR}"/config_override.php - - elog "Please make adjustment of your php.ini or .htaccess file" - elog "Change value \"session.path = \" according to your desire" - elog "Files of sessions are stored in this directory" - elog "For more info see http://developers.sugarcrm.com/documentation.php" - - webapp_postinst_txt en "${FILESDIR}/"postinstall-en.txt - webapp_src_install -} diff --git a/www-apps/sugarcrm/sugarcrm-6.5.9.ebuild b/www-apps/sugarcrm/sugarcrm-6.5.9.ebuild deleted file mode 100644 index 59753a24f63..00000000000 --- a/www-apps/sugarcrm/sugarcrm-6.5.9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -MY_PN="SugarCE" - -inherit webapp eutils - -DESCRIPTION="A complete CRM and groupware system for businesses of all sizes" -HOMEPAGE="http://www.sugarforge.org/" -SRC_URI="mirror://sourceforge/project/${PN}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X/SugarCE-${PV}.zip" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -IUSE="curl imap +json +zlib +mysql +mysqli freetds ldap mssql" - -DEPEND=">=dev-lang/php-5.2.10[ssl,soap,unicode,xml,session,tokenizer,ldap?,mssql?,mysql?,mysqli?,zlib?,curl?,imap?,json?] - dev-php/PEAR-DB - dev-php/PEAR-Cache_Lite - dev-php/PEAR-Mail_Mime - virtual/httpd-cgi - freetds? ( >=dev-db/freetds-0.64 - mssql? ( >=dev-db/freetds-0.64[mssql] ) ) - app-arch/unzip" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-Full-${PV}" - -src_install () { - webapp_src_preinst - - cd "${S}" - einfo "Installing main files" - cp -R . "${D}/${MY_HTDOCSDIR}" - - webapp_configfile "${MY_HTDOCSDIR}"/config.php - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - for foo in cache custom data modules include ; do - webapp_serverowned -R "${MY_HTDOCSDIR}"/"${foo}" || die - - done - - webapp_serverowned "${MY_HTDOCSDIR}"/config.php - - elog "Please make adjustment of your php.ini or .htaccess file" - elog "Change value \"session.path = \" according to your desire" - elog "Files of sessions are stored in this directory" - elog "For more info see http://developers.sugarcrm.com/documentation.php" - - webapp_postinst_txt en "${FILESDIR}/"postinstall-en.txt - webapp_src_install -}
