Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 651148

Summary: www-apps/mypictures - Treeclean request
Product: Gentoo Linux Reporter: Brian Evans (RETIRED) <grknight>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: Pending removal: 2018-07-17
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 651094    

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(-)