Ticket #44306: gpodder-remove-pil-dep.patch

File gpodder-remove-pil-dep.patch, 1.3 KB (added by Ionic (Mihai Moldovan), 10 years ago)

Remove py*-pil dependency, removed by upstream quite a while ago. Revbump.

  • gnome/gpodder/Portfile

    commit ba39fd00b6efb615ad430668d12d9e8a45813b22
    Author: Mihai Moldovan <ionic@ionic.de>
    Date:   Fri Jul 11 04:34:38 2014 +0200
    
        gnome/gpodder: remove dependency on PIL/Pillow. Removed by upstream some time ago. Revbump.
    
    diff --git a/gnome/gpodder/Portfile b/gnome/gpodder/Portfile
    index 1b5de0b..7aa85d1 100644
    a b PortGroup active_variants 1.1 
    66
    77name                gpodder
    88version             3.7.0
     9revision            1
    910categories          gnome audio
    1011license             GPL-3
    1112maintainers         elelay
    set my_python "DUMMY_VALUE_WILL_BE_OVERWRITTEN" 
    3536
    3637variant python26 conflicts description {Use Python 2.6} {
    3738    depends_lib-append  port:py26-feedparser\
    38                         port:py26-pil\
    3939                        port:dbus-python26\
    4040                        port:py26-mygpoclient \
    4141                        port:py26-pygtk
    variant python26 conflicts description {Use Python 2.6} { 
    6060
    6161variant python27 conflicts python26 conflicts description {Use Python 2.7} {
    6262    depends_lib-append  port:py27-feedparser\
    63                         port:py27-pil\
    6463                        port:dbus-python27\
    6564                        port:py27-mygpoclient \
    6665                        port:py27-pygtk