summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-29 00:03:14 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-29 00:03:14 +0000
commitb2563c2d9ebe86d4817e17cf7eddbf101867d315 (patch)
tree317ed70367ba3ad93a29c0922d1f4acf6660ae7e /net-im
parentnet-misc/blocksshd: added trailing slash to HOMEPAGE URI,cosmeics (diff)
downloadsunrise-b2563c2d9ebe86d4817e17cf7eddbf101867d315.tar.gz
sunrise-b2563c2d9ebe86d4817e17cf7eddbf101867d315.tar.bz2
sunrise-b2563c2d9ebe86d4817e17cf7eddbf101867d315.zip
now in portage
svn path=/sunrise/; revision=3558
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pyicq-t/ChangeLog25
-rw-r--r--net-im/pyicq-t/Manifest5
-rw-r--r--net-im/pyicq-t/files/initd-125
-rw-r--r--net-im/pyicq-t/metadata.xml5
-rw-r--r--net-im/pyicq-t/pyicq-t-0.8.ebuild62
5 files changed, 0 insertions, 122 deletions
diff --git a/net-im/pyicq-t/ChangeLog b/net-im/pyicq-t/ChangeLog
deleted file mode 100644
index ec2b141cb..000000000
--- a/net-im/pyicq-t/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for net-im/pyicq-t
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 26 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> pyicq-t-0.8.ebuild:
- Remove inherit eutils
-
- 11 Mar 2007; Jakub Moc <jakub@gentoo.org> pyicq-t-0.8.ebuild:
- Fix python handling
-
- 04 Feb 2007; Jakub Moc <jakub@gentoo.org> -pyicq-t-0.7b.ebuild,
- -files/pyicq-t-0.7b.initd:
- Drop old.
-
- 04 Feb 2007; Chris Carlin (volkris) <carlin@jlab.org> +pyicq-t-0.8.ebuild,
- +files/initd-1:
- Version bump to 0.8
-
- 07 Jan 2007; Jakub Moc <jakub@gentoo.org> pyicq-t-0.7b.ebuild:
- Make this multilib friendly
-
- 31 Aug 2006; Chris Carlin (volkris) <ccarlin@physics.tamu.edu>
- +pyicq-t-0.7b.ebuild, +files/pyicq-t-0.7b.initd, +metadata.xml:
- New package for pyICQ-t (bug 88283) based on the work of Lars Strojny.
-
diff --git a/net-im/pyicq-t/Manifest b/net-im/pyicq-t/Manifest
deleted file mode 100644
index afab6319a..000000000
--- a/net-im/pyicq-t/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX initd-1 574 RMD160 61316572fd9f99c07e1ed8ece297b3d1599ed856 SHA1 d7e2a1470dc4332563cfb5a88aefac68842917f9 SHA256 baddd45a4a4363c6b99e258d6ac64f3fafad30ec9c06fd7226ab0fc9d671752b
-DIST pyicq-t-0.8.tar.gz 163250 RMD160 f21a3b1e0ccc088683acb1cc5fefdce20c9c15b5 SHA1 6b2310dd58e31738f7f580129c26fba974b85314 SHA256 ef914750f07ba74437230cd626a6248ff6a5d7b3fe777b2df3a8be8741c3f811
-EBUILD pyicq-t-0.8.ebuild 1626 RMD160 dbb4884c838cc092677e7fec40eb3e676f6d0798 SHA1 c41df41aa5a6ee96de63b9733e9a7a9208b03c19 SHA256 6eed9aec5f31a8d48f0541218b8dc1a84ad5fb8fbc1f6dc31bff7f7caa7098fa
-MISC ChangeLog 831 RMD160 3376e8c1606e15382a59c64a6c13ecbdf577268e SHA1 4e492034781d422683e892998a36b2cf9da9fb6b SHA256 0d4f1a2c24cefd6c38140624a4fe4bcbd55c0e2efde39528c7d41e0fb6b93f43
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-im/pyicq-t/files/initd-1 b/net-im/pyicq-t/files/initd-1
deleted file mode 100644
index 647f1b4ba..000000000
--- a/net-im/pyicq-t/files/initd-1
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/runscript
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
- need net
- use jabber-server
-}
-
-start() {
- ebegin "Starting ICQ Jabber Transport"
- start-stop-daemon --start --quiet --pidfile /var/run/jabber/pyicq-t.pid \
- --background --chuid jabber:jabber \
- --exec /usr/bin/python \
- INSPATH/pyicq-t.py -- \
- -c /etc/jabber/pyicq-t.xml \
- -l /var/log/jabber/pyicq-t.log
- eend $?
-}
-
-stop() {
- ebegin "Stopping ICQ Jabber Transport"
- start-stop-daemon --stop --quiet --pidfile /var/run/jabber/pyicq-t.pid
- eend $?
-}
diff --git a/net-im/pyicq-t/metadata.xml b/net-im/pyicq-t/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/net-im/pyicq-t/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/net-im/pyicq-t/pyicq-t-0.8.ebuild b/net-im/pyicq-t/pyicq-t-0.8.ebuild
deleted file mode 100644
index 83c30fa4e..000000000
--- a/net-im/pyicq-t/pyicq-t-0.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON=2.3
-
-inherit python multilib
-
-DESCRIPTION="Python based jabber transport for ICQ"
-HOMEPAGE="http://pyicq-t.blathersource.org/"
-SRC_URI="http://www.blathersource.org/download.php/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="web"
-
-DEPEND="net-im/jabber-base"
-RDEPEND="${DEPEND}
- >=dev-python/twisted-1.3.0
- >=dev-python/twisted-words-0.1.0
- >=dev-python/twisted-xish-0.1.0
- >=dev-python/twisted-web-0.5.0
- web? ( >=dev-python/nevow-0.4.1 )
- >=dev-python/imaging-1.1"
-
-src_install() {
- local inspath
-
- python_version
- inspath=/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
- insinto ${inspath}
- doins -r tools src data
- newins PyICQt.py ${PN}.py
-
- insinto /etc/jabber
- newins config_example.xml ${PN}.xml
- fperms 600 /etc/jabber/${PN}.xml
- fowners jabber:jabber /etc/jabber/${PN}.xml
- dosed \
- "s:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
- /etc/jabber/${PN}.xml
- dosed \
- "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \
- /etc/jabber/${PN}.xml
-
- newinitd ${FILESDIR}/initd-1 ${PN}
- dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN}
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
-
- elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
- elog "Please edit it and the configuration of your Jabber server to match."
-}
-
-pkg_postrm() {
- python_version
- python_mod_cleanup ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
-}