[Lunar-commits] <moonbase> telepathy-glib, telepathy-mission-control, telepathy-python: move them to chat dir.
Florin Braescu
florin at lunar-linux.org
Tue Jul 13 14:44:08 CEST 2010
commit 431bd217092c34d353aba560fe99a9284d70918d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jul 13 15:44:08 2010 +0300
telepathy-glib, telepathy-mission-control, telepathy-python: move them to chat dir.
---
chat/telepathy-glib/DEPENDS | 4 ++++
chat/telepathy-glib/DETAILS | 16 ++++++++++++++++
chat/telepathy-mission-control/DEPENDS | 5 +++++
chat/telepathy-mission-control/DETAILS | 16 ++++++++++++++++
chat/telepathy-python/DEPENDS | 1 +
chat/telepathy-python/DETAILS | 14 ++++++++++++++
libs/telepathy-glib/DEPENDS | 4 ----
libs/telepathy-glib/DETAILS | 16 ----------------
libs/telepathy-mission-control/DEPENDS | 5 -----
libs/telepathy-mission-control/DETAILS | 16 ----------------
python/telepathy-python/DEPENDS | 1 -
python/telepathy-python/DETAILS | 14 --------------
12 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/chat/telepathy-glib/DEPENDS b/chat/telepathy-glib/DEPENDS
new file mode 100644
index 0000000..69c9d15
--- /dev/null
+++ b/chat/telepathy-glib/DEPENDS
@@ -0,0 +1,4 @@
+depends glib-2
+depends Python
+depends libxslt
+depends dbus
diff --git a/chat/telepathy-glib/DETAILS b/chat/telepathy-glib/DETAILS
new file mode 100644
index 0000000..2362884
--- /dev/null
+++ b/chat/telepathy-glib/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=telepathy-glib
+ VERSION=0.9.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/
+ SOURCE_VFY=sha1:bb1709ced6595738272c54aef664ff20421929bd
+ WEB_SITE=http://telepathy.freedesktop.org/wiki/
+ ENTERED=20071029
+ UPDATED=20100105
+ SHORT="unified framework for realtime conversations"
+cat << EOF
+The Telepathy project aims to provide a unified framework for all forms of real
+time conversations, including instant messaging, IRC, voice calls and video
+calls. It uses the D-Bus messaging system to provide a simple interface for
+client applications, allowing them to quickly benefit from Telepathy's
+functionality.
+EOF
diff --git a/chat/telepathy-mission-control/DEPENDS b/chat/telepathy-mission-control/DEPENDS
new file mode 100644
index 0000000..95bb148
--- /dev/null
+++ b/chat/telepathy-mission-control/DEPENDS
@@ -0,0 +1,5 @@
+depends telepathy-glib
+depends libtelepathy
+
+optional_depends "gnome-keyring" "" "--enable-keyring=no" \
+ "For gnome-keyring suppport"
diff --git a/chat/telepathy-mission-control/DETAILS b/chat/telepathy-mission-control/DETAILS
new file mode 100644
index 0000000..e5c9fd3
--- /dev/null
+++ b/chat/telepathy-mission-control/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=telepathy-mission-control
+ VERSION=5.3.2
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE
+ SOURCE_VFY=sha1:0e9e038d89243abadf6ce583841d0bdbad72c353
+ WEB_SITE="http://mission-control.sourceforge.net/"
+ ENTERED=20090123
+ UPDATED=20100105
+ SHORT="telepathy connection manager"
+cat << EOF
+Mission Control, or MC, is a Telepathy component providing a way for
+"end-user" applications to abstract some of the details of connection
+managers, to provide a simple way to manipulate a bunch of connection
+managers at once, and to remove the need to have in each program the
+account definitions and credentials.
+EOF
diff --git a/chat/telepathy-python/DEPENDS b/chat/telepathy-python/DEPENDS
new file mode 100644
index 0000000..60692b1
--- /dev/null
+++ b/chat/telepathy-python/DEPENDS
@@ -0,0 +1 @@
+depends telepathy-glib
diff --git a/chat/telepathy-python/DETAILS b/chat/telepathy-python/DETAILS
new file mode 100644
index 0000000..6ace54f
--- /dev/null
+++ b/chat/telepathy-python/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=telepathy-python
+ VERSION=0.15.13
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/telepathy-python/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:de6781bec518d42a1bb7511c67bbce0b71651afe
+ WEB_SITE="http://telepathy.freedesktop.org/wiki/Telepathy%20Python"
+ ENTERED=20090123
+ UPDATED=20100105
+ SHORT="Python wrapper for Telepathy"
+cat << EOF
+telepathy-python is a Python package containing base classes for use
+in connection managers, and proxy classes for use in clients.
+EOF
diff --git a/libs/telepathy-glib/DEPENDS b/libs/telepathy-glib/DEPENDS
deleted file mode 100644
index 69c9d15..0000000
--- a/libs/telepathy-glib/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends glib-2
-depends Python
-depends libxslt
-depends dbus
diff --git a/libs/telepathy-glib/DETAILS b/libs/telepathy-glib/DETAILS
deleted file mode 100644
index 2362884..0000000
--- a/libs/telepathy-glib/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=telepathy-glib
- VERSION=0.9.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/
- SOURCE_VFY=sha1:bb1709ced6595738272c54aef664ff20421929bd
- WEB_SITE=http://telepathy.freedesktop.org/wiki/
- ENTERED=20071029
- UPDATED=20100105
- SHORT="unified framework for realtime conversations"
-cat << EOF
-The Telepathy project aims to provide a unified framework for all forms of real
-time conversations, including instant messaging, IRC, voice calls and video
-calls. It uses the D-Bus messaging system to provide a simple interface for
-client applications, allowing them to quickly benefit from Telepathy's
-functionality.
-EOF
diff --git a/libs/telepathy-mission-control/DEPENDS b/libs/telepathy-mission-control/DEPENDS
deleted file mode 100644
index 95bb148..0000000
--- a/libs/telepathy-mission-control/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends telepathy-glib
-depends libtelepathy
-
-optional_depends "gnome-keyring" "" "--enable-keyring=no" \
- "For gnome-keyring suppport"
diff --git a/libs/telepathy-mission-control/DETAILS b/libs/telepathy-mission-control/DETAILS
deleted file mode 100644
index e5c9fd3..0000000
--- a/libs/telepathy-mission-control/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=telepathy-mission-control
- VERSION=5.3.2
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE
- SOURCE_VFY=sha1:0e9e038d89243abadf6ce583841d0bdbad72c353
- WEB_SITE="http://mission-control.sourceforge.net/"
- ENTERED=20090123
- UPDATED=20100105
- SHORT="telepathy connection manager"
-cat << EOF
-Mission Control, or MC, is a Telepathy component providing a way for
-"end-user" applications to abstract some of the details of connection
-managers, to provide a simple way to manipulate a bunch of connection
-managers at once, and to remove the need to have in each program the
-account definitions and credentials.
-EOF
diff --git a/python/telepathy-python/DEPENDS b/python/telepathy-python/DEPENDS
deleted file mode 100644
index 60692b1..0000000
--- a/python/telepathy-python/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends telepathy-glib
diff --git a/python/telepathy-python/DETAILS b/python/telepathy-python/DETAILS
deleted file mode 100644
index 6ace54f..0000000
--- a/python/telepathy-python/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=telepathy-python
- VERSION=0.15.13
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://telepathy.freedesktop.org/releases/telepathy-python/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:de6781bec518d42a1bb7511c67bbce0b71651afe
- WEB_SITE="http://telepathy.freedesktop.org/wiki/Telepathy%20Python"
- ENTERED=20090123
- UPDATED=20100105
- SHORT="Python wrapper for Telepathy"
-cat << EOF
-telepathy-python is a Python package containing base classes for use
-in connection managers, and proxy classes for use in clients.
-EOF
More information about the Lunar-commits
mailing list