[113746] trunk/dports/gnome/gpodder/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:37:44 PST 2013


Revision: 113746
          https://trac.macports.org/changeset/113746
Author:   sean at macports.org
Date:     2013-11-23 08:37:44 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
gpodder: remove python25 variant due to py-cairo change

Modified Paths:
--------------
    trunk/dports/gnome/gpodder/Portfile

Modified: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	2013-11-23 16:37:40 UTC (rev 113745)
+++ trunk/dports/gnome/gpodder/Portfile	2013-11-23 16:37:44 UTC (rev 113746)
@@ -31,24 +31,9 @@
 depends_lib         port:vorbis-tools\
                     port:lame
 
-variant python25 conflicts python26 description {Use Python 2.5} {
-    depends_lib-append  port:py25-feedparser\
-                        port:py25-pil\
-                        port:dbus-python25\
-                        port:py25-mygpoclient \
-                        port:py25-pygtk
-
-    post-patch {
-        reinplace s|python|${prefix}/bin/python2.5|g ${worksrcpath}/Makefile
-    }
-
-    destroot.args PREFIX=${prefix}
-}
-
-
 set my_python "DUMMY_VALUE_WILL_BE_OVERWRITTEN"
 
-variant python26 conflicts python25 description {Use Python 2.6} {
+variant python26 conflicts description {Use Python 2.6} {
     depends_lib-append  port:py26-feedparser\
                         port:py26-pil\
                         port:dbus-python26\
@@ -73,7 +58,7 @@
     }
 }
 
-variant python27 conflicts python26 conflicts python25 description {Use Python 2.7} {
+variant python27 conflicts python26 conflicts description {Use Python 2.7} {
     depends_lib-append  port:py27-feedparser\
                         port:py27-pil\
                         port:dbus-python27\
@@ -98,7 +83,7 @@
     }
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
+if {![variant_isset python26] && ![variant_isset python27]} {
     default_variants +python27
 }
 
@@ -113,9 +98,7 @@
 }
 
 variant html_notes description {Use WebkitGtk+ to show episode notes in HTML format} {
-	if {[variant_isset python25]} {
-		depends_lib-append  port:py25-webkitgtk
-	} elseif {[variant_isset python26]} {
+	if {[variant_isset python26]} {
 		depends_lib-append  port:py26-webkitgtk
 	} else {
 		depends_lib-append  port:py27-webkitgtk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/c71e074b/attachment.html>


More information about the macports-changes mailing list