public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2016-11-24  8:36 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2016-11-24  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     eac8202b30de3146a29022cafa2f35c11de1c4d8
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 08:34:23 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 08:35:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac8202b

net-im/pyicq-t: Allow monolithic twisted to satisfy dependencies

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 56 ++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
new file mode 100644
index 00000000..ef0b95b
--- /dev/null
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1 systemd
+
+MY_P="${P/pyicq-t/pyicqt}"
+DESCRIPTION="Python based jabber transport for ICQ"
+HOMEPAGE="https://code.google.com/p/pyicqt/"
+SRC_URI="https://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-core[${PYTHON_USEDEP}]
+		 	 dev-python/twisted-words[${PYTHON_USEDEP}]
+		 	 dev-python/twisted-web[${PYTHON_USEDEP}] )
+		   dev-python/twisted-core[${PYTHON_USEDEP}] ) )
+	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
+	dev-python/pillow[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	eapply "${FILESDIR}/${P}-python26-warnings.diff"
+	eapply "${FILESDIR}/${P}-pillow-imaging.patch"
+	eapply_user
+}
+
+src_install() {
+	python_moduleinto ${PN}
+	cp PyICQt.py ${PN}.py || die
+	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" || die
+
+	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
+	systemd_dounit "${FILESDIR}/${PN}.service"
+	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
+		"${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
+
+	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2016-11-24  9:55 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2016-11-24  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     94cb862e5756cad1c4b949f0550d47af8f6b9a7f
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 09:55:09 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 09:55:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cb862e

net-im/pyicq-t: Whitespace fixes

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index ef0b95b..c1772db 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -20,9 +20,9 @@ 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}] )
-		   dev-python/twisted-core[${PYTHON_USEDEP}] ) )
+			dev-python/twisted-words[${PYTHON_USEDEP}]
+			dev-python/twisted-web[${PYTHON_USEDEP}] )
+		dev-python/twisted-core[${PYTHON_USEDEP}] ) )
 	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
 	dev-python/pillow[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2016-11-27 10:33 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2016-11-27 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b094dc0031a4ad60f3a620defdc89d7d62a840af
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 10:33:23 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 10:33:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b094dc00

net-im/pyicq-t: Fix wrong twisted dependency

Package-Manager: portage-2.3.2

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index c1772db..889ff1c 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
 	( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
 			dev-python/twisted-words[${PYTHON_USEDEP}]
 			dev-python/twisted-web[${PYTHON_USEDEP}] )
-		dev-python/twisted-core[${PYTHON_USEDEP}] ) )
+		dev-python/twisted[${PYTHON_USEDEP}] ) )
 	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
 	dev-python/pillow[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2016-12-24 11:05 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2016-12-24 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a168666a5aedea196140923ecdce1e3a00a736de
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 11:04:36 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 11:05:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168666a

net-im/pyicq-t: Move fixed -r6 to stable and remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild | 54 -------------------------------
 net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild | 55 --------------------------------
 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild |  2 +-
 3 files changed, 1 insertion(+), 110 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild
deleted file mode 100644
index d5fd407..00000000
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 systemd
-
-MY_P="${P/pyicq-t/pyicqt}"
-DESCRIPTION="Python based jabber transport for ICQ"
-HOMEPAGE="https://code.google.com/p/pyicqt/"
-SRC_URI="https://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-core[${PYTHON_USEDEP}]
-	dev-python/twisted-words[${PYTHON_USEDEP}]
-	dev-python/twisted-web[${PYTHON_USEDEP}]
-	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
-	dev-python/pillow[${PYTHON_USEDEP}]"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-python26-warnings.diff"
-	epatch "${FILESDIR}/${P}-pillow-imaging.patch"
-}
-
-src_install() {
-	python_moduleinto ${PN}
-	cp PyICQt.py ${PN}.py || die
-	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" || die
-
-	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
-	systemd_dounit "${FILESDIR}/${PN}.service"
-	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-		"${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
-
-	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
-}

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild
deleted file mode 100644
index a4d1d38..00000000
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 systemd
-
-MY_P="${P/pyicq-t/pyicqt}"
-DESCRIPTION="Python based jabber transport for ICQ"
-HOMEPAGE="https://code.google.com/p/pyicqt/"
-SRC_URI="https://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-core[${PYTHON_USEDEP}]
-	dev-python/twisted-words[${PYTHON_USEDEP}]
-	dev-python/twisted-web[${PYTHON_USEDEP}]
-	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
-	dev-python/pillow[${PYTHON_USEDEP}]"
-
-src_prepare() {
-	eapply "${FILESDIR}/${P}-python26-warnings.diff"
-	eapply "${FILESDIR}/${P}-pillow-imaging.patch"
-	eapply_user
-}
-
-src_install() {
-	python_moduleinto ${PN}
-	cp PyICQt.py ${PN}.py || die
-	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" || die
-
-	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
-	systemd_dounit "${FILESDIR}/${PN}.service"
-	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-		"${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
-
-	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
-}

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index 889ff1c..58c536a 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="webinterface"
 
 DEPEND="net-im/jabber-base"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2017-04-23 21:01 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-04-23 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     774967a9aca3f7d7fb69f9894459383d2d7d2d0b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 19:58:43 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:58:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774967a9

net-im/pyicq-t: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index cfc57b7105e..39f7edef308 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -1,35 +1,43 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1 systemd
 
 MY_P="${P/pyicq-t/pyicqt}"
+
 DESCRIPTION="Python based jabber transport for ICQ"
 HOMEPAGE="https://code.google.com/p/pyicqt/"
 SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="webinterface"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="net-im/jabber-base"
+DEPEND="${PYTHON_DEPS}
+	net-im/jabber-base"
 RDEPEND="${DEPEND}
-	( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
+	|| (
+		(
+			dev-python/twisted-core[${PYTHON_USEDEP}]
 			dev-python/twisted-words[${PYTHON_USEDEP}]
-			dev-python/twisted-web[${PYTHON_USEDEP}] )
-		dev-python/twisted[${PYTHON_USEDEP}] ) )
+			dev-python/twisted-web[${PYTHON_USEDEP}]
+		)
+		dev-python/twisted[${PYTHON_USEDEP}]
+	)
 	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
 	dev-python/pillow[${PYTHON_USEDEP}]"
 
-src_prepare() {
-	eapply "${FILESDIR}/${P}-python26-warnings.diff"
-	eapply "${FILESDIR}/${P}-pillow-imaging.patch"
-	eapply_user
-}
+S="${WORKDIR}/${MY_P}"
+PATCHES=(
+	"${FILESDIR}/${P}-python26-warnings.diff"
+	"${FILESDIR}/${P}-pillow-imaging.patch"
+)
 
 src_install() {
 	python_moduleinto ${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2018-07-01  8:24 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2018-07-01  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c17952ae630beb5f559fd3bd3dd36c67dabfda02
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  1 08:23:28 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul  1 08:24:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17952ae

net-im/pyicq-t: Fix .service path (#626896)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index 39f7edef308..d9e5fd57fdf 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -57,7 +57,7 @@ src_install() {
 	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
 	systemd_dounit "${FILESDIR}/${PN}.service"
 	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-		"${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
+		"${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die
 
 	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2019-07-30  8:48 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-07-30  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     471e2461f39bfc21a215cccf5939f61f7c36d9fd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 08:44:38 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 08:44:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e2461

net-im/pyicq-t: Fix double EPREFIX

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index d9e5fd57fdf..bbfe7914fe4 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -57,7 +57,7 @@ src_install() {
 	newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
 	systemd_dounit "${FILESDIR}/${PN}.service"
 	sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-		"${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die
+		"${ED}/etc/init.d/${PN}" "${D%/}/$(systemd_get_systemunitdir)/${PN}.service" || die
 
 	python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2019-08-31  7:02 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-08-31  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     58405d7ee3d4124274f01068f2afeb5b9511ea20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 06:55:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:02:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58405d7e

net-im/pyicq-t: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index bbfe7914fe4..ec0c387fbfa 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -48,7 +48,7 @@ src_install() {
 	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"
+	chmod 755 "${D}$(python_get_sitedir)/${PN}/${PN}.py" || die
 	sed -i \
 		-e "s:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
 		-e "s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
@ 2020-03-26 17:36 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-03-26 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     90b85d9692f96c66d0fecbbc55bb49852f2bc7b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b85d96

net-im/pyicq-t: Flatten twisted dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild
index 12ace01e92d..4fee72e7547 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild
@@ -23,14 +23,7 @@ DEPEND="${PYTHON_DEPS}
 	net-im/jabber-base"
 RDEPEND="${DEPEND}
 	$(python_gen_cond_dep '
-		|| (
-			(
-				dev-python/twisted-core[${PYTHON_MULTI_USEDEP}]
-				dev-python/twisted-words[${PYTHON_MULTI_USEDEP}]
-				dev-python/twisted-web[${PYTHON_MULTI_USEDEP}]
-			)
-			dev-python/twisted[${PYTHON_MULTI_USEDEP}]
-		)
+		dev-python/twisted[${PYTHON_MULTI_USEDEP}]
 		webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_MULTI_USEDEP}] )
 		dev-python/pillow[${PYTHON_MULTI_USEDEP}]
 	')"


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

end of thread, other threads:[~2020-03-26 17:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 10:33 [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2020-03-26 17:36 Michał Górny
2019-08-31  7:02 Michał Górny
2019-07-30  8:48 Michał Górny
2018-07-01  8:24 Pacho Ramos
2017-04-23 21:01 David Seifert
2016-12-24 11:05 Tobias Klausmann
2016-11-24  9:55 Tobias Klausmann
2016-11-24  8:36 Tobias Klausmann

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