Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2014-03-15 14:23:27 +0400
committerYann Leboulanger <asterix@lagaule.org>2014-03-15 14:23:27 +0400
commitd648d5438d1f447fa11638c56157fe7bcf7ddf35 (patch)
treef7033667feaeddf8ca8296c7add0f274d84a3be9
parentb8a9c42844546bfb42d36c984596862a56a8a6d3 (diff)
remove outdated autopackage filesgajim-0.16-rc1
-rw-r--r--autopackage/@dnspython.org/dnspython/skeleton.122
-rw-r--r--autopackage/@glade.gnome.org/libglade/skeleton.113
-rw-r--r--autopackage/@gnome.org/pyglade/skeleton.129
-rw-r--r--autopackage/@gnome.org/pygtk/skeleton.124
-rw-r--r--autopackage/@gtk.org/gtk/skeleton.125
-rw-r--r--autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.116
-rw-r--r--autopackage/@pydns.sourceforge.net/pydns/skeleton.122
-rw-r--r--autopackage/@pysqlite.org/pysqlite/skeleton.122
-rw-r--r--autopackage/@python.org/python-xml/skeleton.121
-rw-r--r--autopackage/@python.org/python/skeleton.120
-rw-r--r--autopackage/default.apspec93
11 files changed, 0 insertions, 307 deletions
diff --git a/autopackage/@dnspython.org/dnspython/skeleton.1 b/autopackage/@dnspython.org/dnspython/skeleton.1
deleted file mode 100644
index 8be5874d0..000000000
--- a/autopackage/@dnspython.org/dnspython/skeleton.1
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @dnspython.org/dnspython
-DisplayName: dnspython is a DNS toolkit for Python
-ShortName: dnspython
-Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
-Skeleton-Version: 1
-
-[Notes]
-Returns the full version e.g 1.3.3
-
-[Test]
-INTERFACE_VERSIONS=`python - <<EOF
-try:
- import dns.version
- print dns.version.version
-except:
- pass
-EOF
-`
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"
diff --git a/autopackage/@glade.gnome.org/libglade/skeleton.1 b/autopackage/@glade.gnome.org/libglade/skeleton.1
deleted file mode 100644
index 198517138..000000000
--- a/autopackage/@glade.gnome.org/libglade/skeleton.1
+++ /dev/null
@@ -1,13 +0,0 @@
-[Meta]
-RootName: @glade.gnome.org/libglade
-DisplayName: Glade user interface loader library
-ShortName: libglade
-Skeleton-Author: Mike Hearn <mike@theoretic.com>
-Skeleton-Version: 1
-
-[Notes]
-This skeleton only detects libglade1 and 2, which are assigned interface numbers 1 and 2 respectively
-
-[Test]
-testForLib libglade.so.0 && INTERFACE_VERSIONS="1"
-testForLib libglade-2.0.so.0 && INTERFACE_VERSIONS="2 $INTERFACE_VERSIONS"
diff --git a/autopackage/@gnome.org/pyglade/skeleton.1 b/autopackage/@gnome.org/pyglade/skeleton.1
deleted file mode 100644
index 3b1b3aece..000000000
--- a/autopackage/@gnome.org/pyglade/skeleton.1
+++ /dev/null
@@ -1,29 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @gnome.org/pyglade
-DisplayName: Python bindings for Glade
-ShortName: pyglade
-Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
-Skeleton-Version: 1
-
-[Notes]
-Pyglade is bundled within pygtk sources so they have the same versions
-
-[Test]
-testForPythonModule gtk.glade
-if [[ "$?" != "0" ]]; then
- INTERFACE_VERSIONS=""
-else
- INTERFACE_VERSIONS=`python - <<EOF
-try:
- import pygtk
- import gtk.glade
- print "%i.%i" % (gtk.pygtk_version[0], gtk.pygtk_version[1])
-except:
- pass
-EOF
-`
-fi
-
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"
diff --git a/autopackage/@gnome.org/pygtk/skeleton.1 b/autopackage/@gnome.org/pygtk/skeleton.1
deleted file mode 100644
index 9effcb742..000000000
--- a/autopackage/@gnome.org/pygtk/skeleton.1
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @gnome.org/pygtk
-DisplayName: Python bindings for GTK+
-ShortName: pygtk
-Skeleton-Author: Tom Cato Amundsen <tca@gnu.org>
-Skeleton-Version: 1
-
-[Notes]
-Matchces GTK2 interface versioning
-
-[Test]
-INTERFACE_VERSIONS=`python - <<EOF
-try:
- import pygtk
- pygtk.require("2.0")
- import gtk
- print "%i.%i" % (gtk.pygtk_version[0], gtk.pygtk_version[1])
-except:
- pass
-EOF
-`
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"
diff --git a/autopackage/@gtk.org/gtk/skeleton.1 b/autopackage/@gtk.org/gtk/skeleton.1
deleted file mode 100644
index 5e0626380..000000000
--- a/autopackage/@gtk.org/gtk/skeleton.1
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @gtk.org/gtk
-DisplayName: GTK+ user interface toolkit
-ShortName: gtk+
-Skeleton-Author: Hongli Lai <h.lai@chello.nl>
-Skeleton-Version: 1
-
-[Notes]
-Interface versions correspond to GTK released versions, as GTK version
-numbering sensibly tracks the interfaces, ie GTK2.2 has an interface
-version of 2.2, not 2.1 as would be the normal rules.
-
-Earliest detected version is GTK 1.2
-
-[Test]
-testForLib libgtk-1.2.so.0 && INTERFACE_VERSIONS=" 1.2"
-gtk2versions=`testForLib -v libgtk-x11-2.0.so.0`
-for v in $gtk2versions; do
- minor=$( IFS=.; v=( $v ); echo ${v[1]} )
- minor=$[ $minor / 100 ]
- INTERFACE_VERSIONS="2.$minor $INTERFACE_VERSIONS"
-done
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS" # this time......
diff --git a/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1 b/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1
deleted file mode 100644
index 6fb959ff0..000000000
--- a/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @gtkspell.sourceforge.net/gtkspell
-DisplayName: GtkSpell Spell Checking Library
-ShortName: gtkspell
-Skeleton-Author: Timothy Ringenbach <omarvo@hotmail.com>
-Skeleton-Version: 1
-Repository: http://www.gajim.org/downloads/gtkspell.xml
-
-[Notes]
-This skeleton does not set SOFTWARE_VERSIONS
-Interface versions start at 0.
-
-[Test]
-INTERFACE_VERSIONS=`testForLib -i libgtkspell.so`
diff --git a/autopackage/@pydns.sourceforge.net/pydns/skeleton.1 b/autopackage/@pydns.sourceforge.net/pydns/skeleton.1
deleted file mode 100644
index ce73e2215..000000000
--- a/autopackage/@pydns.sourceforge.net/pydns/skeleton.1
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @pydns.sourceforge.net/pydns
-DisplayName: PyDNS provides a python module for performing DNS queries
-ShortName: pydns
-Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
-Skeleton-Version: 1
-
-[Notes]
-
-
-[Test]
-INTERFACE_VERSIONS=`python - <<EOF
-try:
- import DNS
- print DNS.__version__
-except:
- pass
-EOF
-`
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"
diff --git a/autopackage/@pysqlite.org/pysqlite/skeleton.1 b/autopackage/@pysqlite.org/pysqlite/skeleton.1
deleted file mode 100644
index 1496433f9..000000000
--- a/autopackage/@pysqlite.org/pysqlite/skeleton.1
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @pysqlite.org/pysqlite
-DisplayName: Python interface for the SQLite
-ShortName: pysqlite
-Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
-Skeleton-Version: 1
-
-[Notes]
-pysqlite is a Python DB-API 2.0 interface for the SQLite embedded relational database engine
-
-[Test]
-INTERFACE_VERSIONS=`python - <<EOF
-try:
- import pysqlite2.dbapi2 as sql
- print sql.version
-except:
- pass
-EOF
-`
-SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"
diff --git a/autopackage/@python.org/python-xml/skeleton.1 b/autopackage/@python.org/python-xml/skeleton.1
deleted file mode 100644
index 605dea76e..000000000
--- a/autopackage/@python.org/python-xml/skeleton.1
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- shell-script-mode -*-
-
-[Meta]
-RootName: @python.org/python-xml
-DisplayName: Python bindings for XML
-ShortName: python-xml
-Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
-Skeleton-Version: 1
-
-[Notes]
-Distros like SuSE split some features of core python (like xml) to python-xml e.t.c
-So python-xml must have the same versions as python
-
-[Test]
-SOFTWARE_VERSIONS=$( locateCommand python -V 2>&1 | cut -f2 -d' ' )
-testForPythonModule xml
-if [[ "$?" != "0" ]]; then
- INTERFACE_VERSIONS=""
-else
- INTERFACE_VERSIONS=$( echo $SOFTWARE_VERSIONS | awk -F. '{print $1 "." $2}' )
-fi
diff --git a/autopackage/@python.org/python/skeleton.1 b/autopackage/@python.org/python/skeleton.1
deleted file mode 100644
index 7057f9495..000000000
--- a/autopackage/@python.org/python/skeleton.1
+++ /dev/null
@@ -1,20 +0,0 @@
-[Meta]
-RootName: @python.org/python
-DisplayName: Python language runtime
-ShortName: python
-Skeleton-Author: Mike Hearn <mike@theoretic.com>
-Skeleton-Version: 1
-
-[Notes]
-INTERFACE_VERSIONS are set to match the currently installed version using the "python" executable name.
-For instance, python 2.2 causes INTERFACE_VERSIONS to contain "2.2 2.1 2.0". This skeleton assumes python1 and python2 are not parallel installed.
-SOFTWARE_VERSIONS is set to the result of python -V
-
-[Test]
-SOFTWARE_VERSIONS=$( locateCommand python -V 2>&1 | cut -f2 -d' ' )
-if [[ "$?" != "0" ]]; then
- INTERFACE_VERSIONS=""
-else
- INTERFACE_VERSIONS=$( echo $SOFTWARE_VERSIONS | awk -F. '{print $1 "." $2}' )
-fi
-
diff --git a/autopackage/default.apspec b/autopackage/default.apspec
deleted file mode 100644
index adba5317a..000000000
--- a/autopackage/default.apspec
+++ /dev/null
@@ -1,93 +0,0 @@
-# -*-shell-script-*-
-
-[Meta]
-RootName: @gajim.org/gajim:$SOFTWAREVERSION
-DisplayName: Gajim Jabber Client
-ShortName: gajim
-Maintainer: The Gajim Developers <gajim-devel-subscribe@gajim.org>
-Packager: Filippos Papadopoulos <psybases@gmail.com>
-Summary: Gajim is a Jabber client written in Python.
-URL: http://www.gajim.org/
-License: GNU General Public License, Version 2
-SoftwareVersion: 0.12-alpha1
-AutopackageTarget: 1.0
-PackageVersion: 1
-
-# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
-# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
-# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
-#
-# InterfaceVersion: 0.0
-
-[Description]
-Gajim is a jabber client written in PyGTK. The goal of Gajim is to provide a full featured and easy to use xmpp
-client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is
-released under the GNU General Public License. Features: Tabbed chat windows, Groupchat support (with MUC protocol),
-File tranfers, Emoticons, URL grabber, Systray icon, GPG support, Multiple accounts support and much more!
-
-
-
-[BuildPrepare]
-prepareBuild
-
-
-[BuildUnprepare]
-unprepareBuild
-
-
-[Imports]
-echo '*' | import
-import <<EOF
-EOF
-
-
-[Prepare]
-# Dependency checking
-#PyGTK 2.4 requires python 2.3
-
-require @python.org/python 2.4
-require @python.org/python-xml 2.4
-require @gtk.org/gtk 2.6
-require @gnome.org/pygtk 2.5
-require @gnome.org/pyglade 2.5
-require @glade.gnome.org/libglade 2
-require @pysqlite.org/pysqlite 2
-recommend @gtkspell.sourceforge.net/gtkspell 0
-if ! require @dnspython.org/dnspython 1; then
-recommend @pydns.sourceforge.net/pydns 2
-fi
-
-#recommend @dnspython.org/dnspython 1
-#recommend @pydns.sourceforge.net/pydns 2
-
-
-
-[Install]
-# Put your installation script here
-
-copyFiles lib/gajim "$PREFIX/lib"
-copyFiles share/gajim "$PREFIX/share/"
-copyFiles share/doc "$PREFIX/share/"
-installLocale share/locale
-installIcon share/pixmaps/gajim.png
-installIcon share/pixmaps/gajim_about.png
-installDesktop "Network/Instant Messaging" share/applications/gajim.desktop
-installMan 1 share/man/man1/gajim.1 share/man/man1/gajim-remote.1
-
-#In the following safeSed we assume that the original Makefile is a bit modified so that to be relocatable by AP
-#so you have to manually remove the sed in Makefile for AP to work
-safeSed bin/gajim "s!PREFIX!$PREFIX!g"
-safeSed bin/gajim-remote "s!PREFIX!$PREFIX!g"
-locateCommand python
-safeSed bin/gajim "s!PYBIN!$lc_location!g"
-safeSed bin/gajim-remote "s!PYBIN!$lc_location!g"
-installExe bin/*
-#chmod +x "$PREFIX/bin/gajim"
-#chmod +x "$PREFIX/bin/gajim-remote"
-
-
-
-
-[Uninstall]
-# Usually just the following line is enough to uninstall everything
-uninstallFromLog