[107791] trunk/dports/devel/gnome-bindings-python/Portfile

devans at macports.org devans at macports.org
Fri Jul 5 13:31:47 PDT 2013


Revision: 107791
          https://trac.macports.org/changeset/107791
Author:   devans at macports.org
Date:     2013-07-05 13:31:47 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
gnome-bindings-python: white space only.

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-python/Portfile

Modified: trunk/dports/devel/gnome-bindings-python/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-python/Portfile	2013-07-05 20:17:08 UTC (rev 107790)
+++ trunk/dports/devel/gnome-bindings-python/Portfile	2013-07-05 20:31:47 UTC (rev 107791)
@@ -1,17 +1,17 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem	1.0
+PortSystem      1.0
 
-name		gnome-bindings-python
-version		2.30.2
+name            gnome-bindings-python
+version         2.30.2
 revision        2
 license         Permissive
-categories	devel gnome
+categories      devel gnome
 platforms       darwin
-supported_archs	noarch
-maintainers	nomaintainer
-description	The GNOME bindings for Python
+supported_archs noarch
+maintainers     nomaintainer
+description     The GNOME bindings for Python
 
 long_description \
                 The GNOME bindings is the set of libraries that allow developers to \
@@ -19,34 +19,34 @@
                 Python. The platform is one of the suites of software packages that form \
                 the complete GNOME project offerings. These are the GNOME bindings for Python.
 
-homepage	http://www.gnome.org/
+homepage        http://www.gnome.org/
 
 variant python25 conflicts python26 python27 description {Build bindings for Python 2.5} {
-        depends_lib port:py25-atspi \
-                    port:py25-gnome \
-                    port:py25-gobject \
-                    port:py25-pygtk \
-                    port:py25-orbit
+    depends_lib port:py25-atspi \
+                port:py25-gnome \
+                port:py25-gobject \
+                port:py25-pygtk \
+                port:py25-orbit
 }
 
 variant python26 conflicts python25 python27 description {Build bindings for Python 2.6} {
-        depends_lib port:py26-atspi \
-                    port:py26-gnome \
-                    port:py26-gobject \
-                    port:py26-pygtk \
-                    port:py26-orbit
+    depends_lib port:py26-atspi \
+                port:py26-gnome \
+                port:py26-gobject \
+                port:py26-pygtk \
+                port:py26-orbit
 }
 
 variant python27 conflicts python25 python26 description {Build bindings for Python 2.7} {
-        depends_lib port:py27-atspi \
-                    port:py27-gnome \
-                    port:py27-gobject \
-                    port:py27-pygtk \
-                    port:py27-orbit
+    depends_lib port:py27-atspi \
+                port:py27-gnome \
+                port:py27-gobject \
+                port:py27-pygtk \
+                port:py27-orbit
 }
 
 if {![variant_isset python25] && ![variant_isset python26]} {
-        default_variants +python27
+    default_variants +python27
 }
 
 distfiles
@@ -56,8 +56,8 @@
 build           {}
 
 destroot        {
-	file mkdir ${destroot}${prefix}/share/doc/
-	system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
+    file mkdir ${destroot}${prefix}/share/doc/
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
 }
 
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130705/7a7a70c8/attachment.html>


More information about the macports-changes mailing list