diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 19:16:28 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:00 -0400 |
commit | f4594681da948e179e7f22c1ba80d3968fb068e1 (patch) | |
tree | 04fc08f4e3b3764483569b3e9cff04f824fbd2b9 /www-apps | |
parent | www-apps/sitebar: drop old EAPI (diff) | |
download | gentoo-f4594681da948e179e7f22c1ba80d3968fb068e1.tar.gz gentoo-f4594681da948e179e7f22c1ba80d3968fb068e1.tar.bz2 gentoo-f4594681da948e179e7f22c1ba80d3968fb068e1.zip |
www-apps/phpwebsite: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/Manifest | 2 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.2.ebuild | 50 |
2 files changed, 0 insertions, 52 deletions
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index 9963ea1b7043..03fa9d041a07 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -1,3 +1 @@ -DIST phpwebsite-0.10.2-full.tar.gz 3338377 BLAKE2B df6d2a87f9c6f77c664f1df5a542bd2f9da670367dfa4b281c3acd1a664c9550a03f12e752dbae7380bcd4d660b46ee5829849c91ea5a15e0ec7b08a924304c3 SHA512 b767ddf2f211c5bf9ccee22f88dae0a66a26a7a294d8eb95a94a9384d358f18ecf3ce888423c98a8a84091f7bad6399c370220ae31fbf5006f1416a44ec4d4c6 DIST phpwebsite_1_7_2.tar.gz 14531036 BLAKE2B 4681cad72ebc9ae3e1838b0db15022a8681560dae27bd9cc4be9e1b4b1d479e218e43781e2c5024924c762cbc85eacfa31ab975ab81587e42356bbb0b7936c9f SHA512 cf3f503794bb12d24ea003b0caf3e98148be43e0acd38e4d15be559cdf643266270800450309337d6540eaa069022730cef64bf315bd0fb3853a344a63c78ae5 -DIST phpws_patch_20060419.2.tgz 1560 BLAKE2B cee7e4752d06394b1806d7baa8f25128ffeaab696a03b24c149358f4e7ad118875386ff022f67a50aeeb541fc00da1dc8c1dcbe66e7ca164d2c486fe451fa262 SHA512 12354f8012dbb5540f681b3df54108153745264f9703242edfb31122bfe5e59df86ad51fbb4faced52afad1f69eae137f0da428fac2f32af582e5e91800539c2 diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild deleted file mode 100644 index 9b2035df2cc8..000000000000 --- a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit webapp - -DESCRIPTION="phpWebSite Content Management System" -HOMEPAGE="http://phpwebsite.appstate.edu" -SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz -http://phpwebsite.appstate.edu/downloads/security/phpws_patch_20060419.2.tgz" - -LICENSE="LGPL-2.1" -KEYWORDS="ppc x86" -IUSE="" - -RDEPEND="virtual/httpd-php" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} && cd ${S} - cp -f index.php ${P}-full -} - -src_install() { - webapp_src_preinst - - cd ${S}/${P}-full - - local docs="docs/CHANGELOG.txt docs/CONVERSION.txt docs/CREDITS.txt docs/INSTALL.txt docs/KNOWNISSUES.txt docs/PEARERRORS.txt docs/README.txt docs/REQUIREMENTS.txt docs/THEMES.txt docs/UNINSTALL.txt docs/UPGRADE.txt docs/sample.config.php" - dodoc ${docs} - - einfo "Installing main files" - cp -r * ${D}${MY_HTDOCSDIR} - - #webapp_configfile ${MY_HTDOCSDIR}/conf/config.php - - # Files that need to be owned by webserver - webapp_serverowned ${MY_HTDOCSDIR}/conf - webapp_serverowned ${MY_HTDOCSDIR}/files - webapp_serverowned ${MY_HTDOCSDIR}/images - webapp_serverowned ${MY_HTDOCSDIR}/images/mod - webapp_serverowned ${MY_HTDOCSDIR}/images/mod/controlpanel - webapp_serverowned ${MY_HTDOCSDIR}/mod - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} |