Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651148 - www-apps/mypictures - Treeclean request
Summary: www-apps/mypictures - Treeclean request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard: Pending removal: 2018-07-17
Keywords: PMASKED
Depends on:
Blocks: PHP-7-compat
  Show dependency tree
 
Reported: 2018-03-22 14:57 UTC by Brian Evans (RETIRED)
Modified: 2018-07-23 14:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2018-03-22 14:57:03 UTC
www-apps/mypictures does not work with any current PHP nor will it work in future versions.

This package should be removed from Gentoo.

File: mypictures/index.php
> Line 34: [Error] Removed function "set_magic_quotes_runtime" called
    set_magic_quotes_runtime(0);
> Line 378: [Error] Removed function "split" called
    split('/', $path);
> Line 557: [Error] Removed regular expression modifier "e" used
    preg_replace('/&#([0-9]+);/me', 'chr(\'\\1\')', $string);

File: mypictures/exifWriter.inc
> Line 92: [Error] Removed function "eregi" called
    eregi('0x', $tag);


File: mypictures/exifReader.inc
> Line 330: [Error] PHP 4 constructors are now deprecated
    function phpExifReader($file = '')
    {
    }

File: mypictures/exifWriter.inc
> Line 38: [Error] PHP 4 constructors are now deprecated
    function phpExifWriter($image)
    {
    }
Comment 1 Larry the Git Cow gentoo-dev 2018-07-23 14:10:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7b67bc27c16a18258b9cea31b18f1afa5c969f

commit 9c7b67bc27c16a18258b9cea31b18f1afa5c969f
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2018-07-23 13:58:23 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2018-07-23 14:09:40 +0000

    www-apps/mypictures: Package Removal
    
    Closes: https://bugs.gentoo.org/651148

 profiles/package.mask                             |  5 ---
 www-apps/mypictures/Manifest                      |  1 -
 www-apps/mypictures/files/mypictures.diff         | 14 -------
 www-apps/mypictures/files/postinstall-en.txt      |  4 --
 www-apps/mypictures/metadata.xml                  |  8 ----
 www-apps/mypictures/mypictures-20040202-r1.ebuild | 41 --------------------
 www-apps/mypictures/mypictures-20040202.ebuild    | 47 -----------------------
 7 files changed, 120 deletions(-)