[128300] trunk/dports/comms/libtelepathy

devans at macports.org devans at macports.org
Tue Nov 18 11:24:22 PST 2014


Revision: 128300
          https://trac.macports.org/changeset/128300
Author:   devans at macports.org
Date:     2014-11-18 11:24:22 -0800 (Tue, 18 Nov 2014)
Log Message:
-----------
libtelepathy: obsolete, replaced by telepathy-glib, no remaining dependents.

Added Paths:
-----------
    trunk/dports/comms/libtelepathy/Portfile

Removed Paths:
-------------
    trunk/dports/comms/libtelepathy/Portfile

Deleted: trunk/dports/comms/libtelepathy/Portfile
===================================================================
--- trunk/dports/comms/libtelepathy/Portfile	2014-11-18 18:44:00 UTC (rev 128299)
+++ trunk/dports/comms/libtelepathy/Portfile	2014-11-18 19:24:22 UTC (rev 128300)
@@ -1,51 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem 1.0
-
-name            libtelepathy
-version         0.3.3
-revision        2
-license         LGPL-2.1
-description     The ${name} component of Telepathy - a Flexible Communications Framework.
-long_description \
-                The ${name} component of Telepathy - a Flexible Communications Framework. \
-                The Telepathy project is building a unified framework for many \
-                different kinds of real-time communications. It uses the D-Bus \
-                messaging system to provide a simple interface for client applications, \
-                allowing them to quickly take advantage of Telepathy's benefits.
-maintainers     devans openmaintainer
-categories      comms
-platforms       darwin
-homepage        http://telepathy.freedesktop.org/wiki/
-master_sites    http://telepathy.freedesktop.org/releases/${name}/
-
-checksums       md5     490ca1a0c614d4466394b72d43bf7370 \
-                sha1    d5aa10a30570dedd89cfe45c4e928263bd32b888 \
-                rmd160  0d51e4eac2e4bc7f196c2597c4ea30adebc34e11
-
-depends_build   port:pkgconfig \
-                port:libxslt
-
-depends_lib     port:telepathy-glib
-
-variant python25 conflicts python26 python27 description {Build using Python 2.5} {
-        depends_build-append port:python25
-        configure.python ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 description {Build using Python 2.6} {
-        depends_build-append port:python26
-        configure.python ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
-        depends_build-append port:python27
-        configure.python ${prefix}/bin/python2.7
-}
-
-default_variants +python27
-
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Added: trunk/dports/comms/libtelepathy/Portfile
===================================================================
--- trunk/dports/comms/libtelepathy/Portfile	                        (rev 0)
+++ trunk/dports/comms/libtelepathy/Portfile	2014-11-18 19:24:22 UTC (rev 128300)
@@ -0,0 +1,13 @@
+# -*- 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
+
+replaced_by     telepathy-glib
+PortGroup       obsolete 1.0
+
+name            libtelepathy
+version         0.3.3
+revision        3
+license         none
+categories      comms


Property changes on: trunk/dports/comms/libtelepathy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141118/379571c2/attachment.html>


More information about the macports-changes mailing list