public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.3.ebuild
@ 2009-03-23 18:39 Maurice van der Pot (griffon26)
  0 siblings, 0 replies; only message in thread
From: Maurice van der Pot (griffon26) @ 2009-03-23 18:39 UTC (permalink / raw
  To: gentoo-commits

griffon26    09/03/23 18:39:28

  Modified:             ChangeLog
  Added:                pyicq-t-0.8.1.3.ebuild
  Log:
  Added net-im/pyicq-t-0.8.1.3 (bug #262383)
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Mar 2009 14:12:41 -0000	1.12
+++ ChangeLog	23 Mar 2009 18:39:28 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.12 2009/03/09 14:12:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.13 2009/03/23 18:39:28 griffon26 Exp $
+
+*pyicq-t-0.8.1.3 (23 Mar 2009)
+
+  23 Mar 2009; Maurice van der Pot <griffon26@gentoo.org>
+  +pyicq-t-0.8.1.3.ebuild:
+  Version bump.
 
   09 Mar 2009; Raúl Porcel <armin76@gentoo.org> pyicq-t-0.8.1.1.ebuild:
   x86 stable wrt #259885



1.1                  net-im/pyicq-t/pyicq-t-0.8.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.3.ebuild?rev=1.1&content-type=text/plain

Index: pyicq-t-0.8.1.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.3.ebuild,v 1.1 2009/03/23 18:39:28 griffon26 Exp $

NEED_PYTHON=2.3

inherit eutils multilib python

MY_P="${P/pyicq-t/pyicqt}"

DESCRIPTION="Python based jabber transport for ICQ"
HOMEPAGE="http://code.google.com/p/pyicqt/"
SRC_URI="http://pyicqt.googlecode.com/files/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="webinterface"

DEPEND="net-im/jabber-base"
RDEPEND="${DEPEND}
	>=dev-python/twisted-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"

src_install() {
	local inspath

	python_version
	inspath=/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
	insinto ${inspath}
	doins -r data src tools
	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}/${PN}-0.8-initd" ${PN}
	dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN}
}

pkg_postinst() {
	python_version
	python_mod_optimize /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."

	ewarn "If you are storing user accounts in MySQL and are upgrading from a "
	ewarn "version older than 0.8.1, then you will need to run the following "
	ewarn "command to create some new tables:"
	ewarn "	 mysql -u user_name -p pyicqt < /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/tools/db-setup.mysql"

	elog  "These instructions along with a list of new config variables are "
	elog  "available at: http://code.google.com/p/pyicqt/wiki/Upgrade"
}

pkg_postrm() {
	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-23 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 18:39 [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.3.ebuild Maurice van der Pot (griffon26)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox