diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:31:43 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:31:43 +0000 |
commit | b431b0b03fe5915ab22fa7bc8a2d25219cbe5e19 (patch) | |
tree | 3db8207eb8e9af5071c9305eed1600e3e7d9f108 /net-im | |
parent | Restore EAPI=1 dom4j ~ia64 ebuild from the past until newer dom4j is keyworded. (diff) | |
download | gentoo-2-b431b0b03fe5915ab22fa7bc8a2d25219cbe5e19.tar.gz gentoo-2-b431b0b03fe5915ab22fa7bc8a2d25219cbe5e19.tar.bz2 gentoo-2-b431b0b03fe5915ab22fa7bc8a2d25219cbe5e19.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pyaim-t/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/pyaim-t/files/pyaim-t-0.8-twisted-2.5.patch | 15 | ||||
-rw-r--r-- | net-im/pyaim-t/pyaim-t-0.8a.ebuild | 69 |
3 files changed, 6 insertions, 86 deletions
diff --git a/net-im/pyaim-t/ChangeLog b/net-im/pyaim-t/ChangeLog index 74f91555754d..fc71bb7a40fc 100644 --- a/net-im/pyaim-t/ChangeLog +++ b/net-im/pyaim-t/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pyaim-t -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.16 2013/09/18 16:15:29 hanno Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.17 2014/03/09 01:31:43 mrueg Exp $ + + 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> + -files/pyaim-t-0.8-twisted-2.5.patch, -pyaim-t-0.8a.ebuild: + Cleanup old. *pyaim-t-0.8.0.1-r1 (18 Sep 2013) diff --git a/net-im/pyaim-t/files/pyaim-t-0.8-twisted-2.5.patch b/net-im/pyaim-t/files/pyaim-t-0.8-twisted-2.5.patch deleted file mode 100644 index bd0a24f7f8e8..000000000000 --- a/net-im/pyaim-t/files/pyaim-t-0.8-twisted-2.5.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ruN pyaim-t-0.8a/src/main.py pyaim-t-0.8a-fixed/src/main.py ---- pyaim-t-0.8a/src/main.py 2007-03-26 04:23:32.000000000 +0200 -+++ pyaim-t-0.8a-fixed/src/main.py 2007-06-04 22:09:34.569889294 +0200 -@@ -89,7 +89,10 @@ - import signal - signal.signal(signal.SIGHUP, reloadConfig) - # Load scripts for PID and daemonizing -- from twisted.scripts import twistd -+ try: -+ from twisted.scripts import _twistd_unix as twistd -+ except: -+ from twisted.scripts import twistd - - selectWarning = "Unable to install any good reactors (kqueue, cf, epoll, poll).\nWe fell back to using select. You may have scalability problems.\nThis reactor will not support more than 1024 connections +at a time. You may silence this message by choosing 'select' or 'default' as your reactor in the transport config." - if config.reactor and len(config.reactor) > 0: diff --git a/net-im/pyaim-t/pyaim-t-0.8a.ebuild b/net-im/pyaim-t/pyaim-t-0.8a.ebuild deleted file mode 100644 index 5b9968e801f1..000000000000 --- a/net-im/pyaim-t/pyaim-t-0.8a.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.10 2013/08/03 09:45:43 mgorny Exp $ - -PYTHON_DEPEND="2" - -inherit eutils multilib python - -DESCRIPTION="Python based jabber transport for AIM" -HOMEPAGE="http://code.google.com/p/pyaimt/" -SRC_URI="http://pyaimt.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="webinterface" - -DEPEND="net-im/jabber-base" -RDEPEND="${DEPEND} - >=dev-python/twisted-core-2.2.0 - >=dev-python/twisted-words-0.1.0 - >=dev-python/twisted-web-0.5.0 - webinterface? ( >=dev-python/nevow-0.4.1 ) - >=dev-python/imaging-1.1" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} && cd "${S}" || die "unpack failed" - - epatch "${FILESDIR}/${PN}-0.8-twisted-2.5.patch" -} - -src_install() { - local inspath - - inspath=$(python_get_sitedir)/${PN} - insinto ${inspath} - doins -r data src tools - newins PyAIMt.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}/${PN}-0.8-initd" ${PN} - dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN} -} - -pkg_postinst() { - python_mod_optimize $(python_get_sitedir)/${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_mod_cleanup $(python_get_sitedir)/${PN} -} |