public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/pyaim-t: ChangeLog pyaim-t-0.8.0.1-r1.ebuild
@ 2013-09-18 16:15 Hanno Boeck (hanno)
  0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2013-09-18 16:15 UTC (permalink / raw
  To: gentoo-commits

hanno       13/09/18 16:15:29

  Modified:             ChangeLog
  Added:                pyaim-t-0.8.0.1-r1.ebuild
  Log:
  pyaim-t: fix deprecated PIL imports, various cleanups, new eclass
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)

Revision  Changes    Path
1.16                 net-im/pyaim-t/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Aug 2013 09:45:43 -0000	1.15
+++ ChangeLog	18 Sep 2013 16:15:29 -0000	1.16
@@ -1,6 +1,13 @@
 # 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.15 2013/08/03 09:45:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.16 2013/09/18 16:15:29 hanno Exp $
+
+*pyaim-t-0.8.0.1-r1 (18 Sep 2013)
+
+  18 Sep 2013; Hanno Boeck <hanno@gentoo.org> +pyaim-t-0.8.0.1-r1.ebuild,
+  +files/pyaim-t-0.8.0.1-pillow-imaging.patch, +files/pyaim-t-0.8-initd-r1:
+  Fix old PIL imports, move to new eclass, cleanup, fix init script pidfile dir
+  creation, sync with pyicq-t.
 
   03 Aug 2013; Michał Górny <mgorny@gentoo.org> pyaim-t-0.8.0.1.ebuild,
   pyaim-t-0.8a.ebuild:



1.1                  net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: pyaim-t-0.8.0.1-r1.ebuild
===================================================================
# 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.8.0.1-r1.ebuild,v 1.1 2013/09/18 16:15:29 hanno Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils python-single-r1

MY_P="${P/pyaim-t/pyaimt}"
DESCRIPTION="Python based jabber transport for AIM"
HOMEPAGE="http://code.google.com/p/pyaimt/"
SRC_URI="http://pyaimt.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-core[${PYTHON_USEDEP}]
	dev-python/twisted-words[${PYTHON_USEDEP}]
	dev-python/twisted-web[${PYTHON_USEDEP}]
	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
	virtual/python-imaging[${PYTHON_USEDEP}]"

src_prepare() {
	epatch "${FILESDIR}/${P}-python26-warnings.patch"
	epatch "${FILESDIR}/${P}-pillow-imaging.patch"
}

src_install() {
	python_moduleinto ${PN}
	cp PyAIMt.py ${PN}.py
	python_domodule ${PN}.py data tools src

	insinto /etc/jabber
	newins config_example.xml ${PN}.xml
	fperms 600 /etc/jabber/${PN}.xml
	fowners jabber:jabber /etc/jabber/${PN}.xml
	fperms 755 "$(python_get_sitedir)/${PN}/${PN}.py"
	sed -i \
		-e "s:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
		-e "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \
		"${ED}/etc/jabber/${PN}.xml"

	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" "${ED}/etc/init.d/${PN}"
	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/pyaim-t: ChangeLog pyaim-t-0.8.0.1-r1.ebuild
@ 2014-11-23 16:28 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-11-23 16:28 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/11/23 16:28:10

  Modified:             ChangeLog pyaim-t-0.8.0.1-r1.ebuild
  Log:
  Stable for amd64 wrt bug #471544
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)

Revision  Changes    Path
1.19                 net-im/pyaim-t/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Aug 2014 18:34:18 -0000	1.18
+++ ChangeLog	23 Nov 2014 16:28:10 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pyaim-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.18 2014/08/05 18:34:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.19 2014/11/23 16:28:10 nimiux Exp $
+
+  23 Nov 2014; Chema Alonso <nimiux@gentoo.org> pyaim-t-0.8.0.1-r1.ebuild:
+  Stable for amd64 wrt bug #471544
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pyaim-t-0.8.0.1-r1.ebuild,
   pyaim-t-0.8.0.1.ebuild:



1.3                  net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild?r1=1.2&r2=1.3

Index: pyaim-t-0.8.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyaim-t-0.8.0.1-r1.ebuild	5 Aug 2014 18:34:18 -0000	1.2
+++ pyaim-t-0.8.0.1-r1.ebuild	23 Nov 2014 16:28:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.8.0.1-r1.ebuild,v 1.2 2014/08/05 18:34:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild,v 1.3 2014/11/23 16:28:10 nimiux Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="webinterface"
 
 DEPEND="net-im/jabber-base"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-23 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 16:28 [gentoo-commits] gentoo-x86 commit in net-im/pyaim-t: ChangeLog pyaim-t-0.8.0.1-r1.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-18 16:15 Hanno Boeck (hanno)

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