summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2014-03-19 20:09:50 +0100
committerBertrand Jacquin <beber@meleeweb.net>2014-03-19 20:09:50 +0100
commitbc0d1a98e9504d87e9b6bd5f155790c4ef7cbafb (patch)
tree48b0f072d2369fc16026b56aa33f85c45aa7c686
parentsys-kernel/stable-sources: Version bump (diff)
downloadportage-bc0d1a98e9504d87e9b6bd5f155790c4ef7cbafb.tar.xz
net-irc/irker: Version bump, TLS/SSL support, Python 3.2 and 3.3 support, depend on virtual/python-argparse
Package-Manager: portage-2.2.8-r1
-rw-r--r--metadata/md5-cache/net-irc/irker-2.612
-rw-r--r--metadata/md5-cache/net-irc/irker-2.712
-rw-r--r--net-irc/irker/ChangeLog13
-rw-r--r--net-irc/irker/Manifest16
-rw-r--r--net-irc/irker/files/2.7-Git-Fixed-presentation-of-branches-containing-front-.patch (renamed from net-irc/irker/files/2.6-Git-Fixed-presentation-of-branches-containing-front-.patch)6
-rw-r--r--net-irc/irker/files/2.7-Register-author_name-as-author-instead-of-email-user.patch (renamed from net-irc/irker/files/2.6-Register-author_name-as-author-instead-of-email-user.patch)4
-rw-r--r--net-irc/irker/files/2.7-irkerhook-Remove-file-listing.patch (renamed from net-irc/irker/files/2.6-irkerhook-Remove-file-listing.patch)4
-rw-r--r--net-irc/irker/files/irkerd.confd4
-rwxr-xr-xnet-irc/irker/files/irkerd.initd4
-rw-r--r--net-irc/irker/irker-2.7.ebuild (renamed from net-irc/irker/irker-2.6.ebuild)6
10 files changed, 47 insertions, 34 deletions
diff --git a/metadata/md5-cache/net-irc/irker-2.6 b/metadata/md5-cache/net-irc/irker-2.6
deleted file mode 100644
index 314d2871..00000000
--- a/metadata/md5-cache/net-irc/irker-2.6
+++ /dev/null
@@ -1,12 +0,0 @@
-DEFINED_PHASES=install prepare setup
-DEPEND=app-text/docbook-xml-dtd:4.1.2 app-text/xmlto virtual/pkgconfig
-DESCRIPTION=Submission tools for IRC notifications
-EAPI=5
-HOMEPAGE=http://www.catb.org/esr/irker/
-IUSE=python_targets_python2_7 python_targets_python2_6 python_single_target_python2_7 python_single_target_python2_6
-KEYWORDS=~amd64 ~x86
-LICENSE=BSD
-SLOT=0
-SRC_URI=http://www.catb.org/esr/irker/irker-2.6.tar.gz
-_eclasses_=eutils af81d52c25ec93fbdff71e0efb0de7b7 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 18d8279a3382bf4453e7ff35208ce907 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3
-_md5_=f2bfdf69ff58c0a08418171fc6d1baa8
diff --git a/metadata/md5-cache/net-irc/irker-2.7 b/metadata/md5-cache/net-irc/irker-2.7
new file mode 100644
index 00000000..3b81500a
--- /dev/null
+++ b/metadata/md5-cache/net-irc/irker-2.7
@@ -0,0 +1,12 @@
+DEFINED_PHASES=install prepare setup
+DEPEND=virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] app-text/docbook-xml-dtd:4.1.2 app-text/xmlto virtual/pkgconfig
+DESCRIPTION=Submission tools for IRC notifications
+EAPI=5
+HOMEPAGE=http://www.catb.org/esr/irker/
+IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3
+KEYWORDS=~amd64 ~x86
+LICENSE=BSD
+SLOT=0
+SRC_URI=http://www.catb.org/esr/irker/irker-2.7.tar.gz
+_eclasses_=eutils af81d52c25ec93fbdff71e0efb0de7b7 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 18d8279a3382bf4453e7ff35208ce907 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3
+_md5_=296b826b51d77fe818dbc90e2f3ab980
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog
index f15f1b0c..5396b96e 100644
--- a/net-irc/irker/ChangeLog
+++ b/net-irc/irker/ChangeLog
@@ -1,3 +1,16 @@
+*irker-2.7 (19 Mar 2014)
+
+ 19 Mar 2014; Bertrand Jacquin <beber@meleeweb.net>
+ +files/2.7-Git-Fixed-presentation-of-branches-containing-front-.patch,
+ +files/2.7-Register-author_name-as-author-instead-of-email-user.patch,
+ +files/2.7-irkerhook-Remove-file-listing.patch, +irker-2.7.ebuild,
+ -files/2.6-Git-Fixed-presentation-of-branches-containing-front-.patch,
+ -files/2.6-Register-author_name-as-author-instead-of-email-user.patch,
+ -files/2.6-irkerhook-Remove-file-listing.patch, -irker-2.6.ebuild,
+ files/irkerd.confd, files/irkerd.initd:
+ net-irc/irker: Version bump, TLS/SSL support, Python 3.2 and 3.3 support,
+ depend on virtual/python-argparse
+
*irker-2.6 (15 Feb 2014)
15 Feb 2014; Bertrand Jacquin <beber@meleeweb.net>
diff --git a/net-irc/irker/Manifest b/net-irc/irker/Manifest
index 9f13a9a7..78412405 100644
--- a/net-irc/irker/Manifest
+++ b/net-irc/irker/Manifest
@@ -1,9 +1,9 @@
-AUX 2.6-Git-Fixed-presentation-of-branches-containing-front-.patch 1544 SHA256 9d3b9cabb5ee4aa475fd4c4b6c301a4686db1b52ca36d0c59670a1f063424c02 WHIRLPOOL 96e50a1370e8738be3f6709caa5e533ce00f7c5eb14869f0458d729fa21b809927093d35ee122dcd281e8066641e77875e14662e9b212228bedd0a178308fa5c
-AUX 2.6-Register-author_name-as-author-instead-of-email-user.patch 1637 SHA256 8f16155c0d282e0f0fbdf33296cf0924a7605a46b7312ae43482f91220d163f7 WHIRLPOOL feb626593e672bf030b88499c4dd082c1846872799467b72a8819e541de4765d64d0ba2b07f03cdc220bf575ed5dc5173b92f7501e0f7fc852fd3a6a32b87b66
-AUX 2.6-irkerhook-Remove-file-listing.patch 6023 SHA256 36ed70840b34270b15f24f9c22ed62e28f40baccbf5dfa59cfc40bf8918f9573 WHIRLPOOL 2b6e15e4039b70e5c6102de84e8a88b0f6a2425af33faf0be9b1a33e95328a1e1b24a19c61997fa1b51fef9a06883c1e37fc5849fffc4a0fe0390568f1cd26a1
-AUX irkerd.confd 500 SHA256 9f0c3754562843a4916c1208d3d68ad6af9cc903905bf1d57585641e876c7146 WHIRLPOOL 9159e614acc00b19af1ac376b880e773f8611b6fff3925a01781e1f7984e45ce38e624a3b19211f593923d435a96d76b9a0145f00fd0b46fc9dd36b0249c3d67
-AUX irkerd.initd 1403 SHA256 061fa09132477b79cb96277e0fac0ab96e7da96e4f80742f3fa261b7ec1ca99b WHIRLPOOL 6fabd5ee39a90f5c0708b1eb5527b5951cf1c3601266398b3ec50054621bdedab18326fc52a1e7e05c57439e4e736a1afcd4047c1bfeb3ee9c203b8245090d1b
-DIST irker-2.6.tar.gz 38576 SHA256 510ab5efc9d2702c08751cbe6ffbfe570c0835cd194e33ced4a62812f9c669c8 WHIRLPOOL f016986b940224465263206be6fb165f360558251fe16fd51d62af14a8e5f9230fde53e016091cb1f23923e3fe9917c35c97b4113b62209212cf6a1a0b657cff
-EBUILD irker-2.6.ebuild 1532 SHA256 34222777d61e019471bab4b9b6191be8c246a0f0b75c9d3605f199ba5aca17cb WHIRLPOOL 13dbc06362d4a07c8964e9b1117692cc3d63e0bc0d4fd5ac3f00e900465de92ff4c33e70bf10bb600911b0f268900927f6f9a8b19a0ab0c1dcc2f427ddd16e15
-MISC ChangeLog 3827 SHA256 26610fc0d01ab439d3f237497575657dacf91438d791369841ddaddec6e2423d WHIRLPOOL 93e8cd29fa378d5663651e665d03c1f4450459904695fa0a1ac96ba4703a4d5cb69471d4ca7faeb03c57d7fe341a53970b7d7fed20163f9c29f29c98d909aeaa
+AUX 2.7-Git-Fixed-presentation-of-branches-containing-front-.patch 1544 SHA256 332b325839a412fd0f17f96aa14b898bdfabfcc8da933f49381f74f698f19dc8 WHIRLPOOL cf4690211055b611156d1498e325a2612a01b6f413627d04a1bb7a8f278c50f8a4c1d80a8d0f2188a6a3af1add1544725a0466bc87f01600fe0cff186ba4f45b
+AUX 2.7-Register-author_name-as-author-instead-of-email-user.patch 1637 SHA256 c742b823b0a14452604d63b6ad5a4f5490f6c923641ddda1ec46fc714a37fed4 WHIRLPOOL a27111384b551daaad88d44441686d6ed939b6e70bdf20509bd699580f970c28b1b046294590c15c0affcf6d68e034be81ee397c0b48b833ff89249ef487fd3a
+AUX 2.7-irkerhook-Remove-file-listing.patch 6023 SHA256 97ff5bbdfb91dd0c07f339e248fa67acc030502d855784dff0f1b9aff6da6a1e WHIRLPOOL 862b9f2b4a35be9b9f92f07861656c8e4a33d602b76229e95473cbc87dad849eb2db4eb043d25dab7dfa41cc549a667e41f2ea8fc9192985ce2887b3303fd791
+AUX irkerd.confd 508 SHA256 e564b3427f08be4bc232afcbed5e86caf129153e88da113f87b81342904d8a5e WHIRLPOOL d89c267abd723477ef7ee2b03d7958a1cb4db032a3d29efa865ca7be9e92a151672d432974774259df45cc217dd5ad48a92f7362cf427f8161e0eb9065f2e703
+AUX irkerd.initd 1401 SHA256 0cd9461cd6c2b260eeb726b4028d9aa2dfbe70ed4511f8c7dd0c1112175df6aa WHIRLPOOL 99c16fada3c9547cdbe4d007e5fd0cc8c068fa16193127385d83f549acdd0bdd5bb3b0da8f49ea0dc849626a217c2c38dc66ed94ba9e5d7d52468dbd56a81801
+DIST irker-2.7.tar.gz 39679 SHA256 d4d2513e7baa9282f461d128a52ca0e6b7f22600c0c674734ef29119a14bb779 WHIRLPOOL 0893ddaee80d4bf13d4d5f3ec4e0b55e7212bba29909b7c2532bcdfb901cb833a990e7e217063cb6b2e20404f699b8fb1ccd184803afec0cf13f4afd83df92bb
+EBUILD irker-2.7.ebuild 1604 SHA256 4014830dceeab395f87dda80a1364b0fdf3b1ae14f22d67e7c8fe42011af24b9 WHIRLPOOL 3af56af954fcdc30e919eada4c5f22012d636b107d77ff46d89be74adfcca7c492d1c1a16fea3d43122c8a766a8daa856c6df3ca6c6179e4976469957e4f14ac
+MISC ChangeLog 4491 SHA256 1b97bd68fa35ceae34b2af92a54a6a7576009f05a389f1b23a093964717efc19 WHIRLPOOL 0945a26c196d2de07f3099a5a63636d2c7bdf96df0b14bd870546c458a95e2fbb7d74c407e2e2cea6c7837ff30098c1ed9795f3134af09b01eb33c49d6938a80
MISC metadata.xml 251 SHA256 1dc1bab1ff96244c27b9b58c2fe2d28ce1a98c05f6524fac17a81bdcd7595126 WHIRLPOOL b295e8385062a941df1bd67b2fadb95b44b2d640189ad6b3c1deca82bd5204c7096a65bd681aa3120b248f71621c4d2224ae0849eb4e81030a2709e3fdefa752
diff --git a/net-irc/irker/files/2.6-Git-Fixed-presentation-of-branches-containing-front-.patch b/net-irc/irker/files/2.7-Git-Fixed-presentation-of-branches-containing-front-.patch
index 6cc3f5dc..84e14a07 100644
--- a/net-irc/irker/files/2.6-Git-Fixed-presentation-of-branches-containing-front-.patch
+++ b/net-irc/irker/files/2.7-Git-Fixed-presentation-of-branches-containing-front-.patch
@@ -1,4 +1,4 @@
-From f940f895e7e7eccf12fc319a4ec94126ae87aebf Mon Sep 17 00:00:00 2001
+From 6bcd90c94d2faf586f2730c591de8175238b043d Mon Sep 17 00:00:00 2001
From: Tom Hacohen <tom@stosb.com>
Date: Tue, 24 Sep 2013 16:45:42 +0100
Subject: [PATCH 3/3] Git: Fixed presentation of branches containing
@@ -15,12 +15,12 @@ Signed-off-by: Bertrand Jacquin <beber@meleeweb.net>
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/irkerhook.py b/irkerhook.py
-index 00a33b0..47aacd1 100755
+index f2f82cf..82281e3 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/#commits"
- version = "2.6"
+ version = "2.7"
-import os, sys, commands, socket, urllib, subprocess, locale, datetime
+import os, sys, commands, socket, urllib, subprocess, locale, datetime, re
diff --git a/net-irc/irker/files/2.6-Register-author_name-as-author-instead-of-email-user.patch b/net-irc/irker/files/2.7-Register-author_name-as-author-instead-of-email-user.patch
index 8217cae4..a19da1f4 100644
--- a/net-irc/irker/files/2.6-Register-author_name-as-author-instead-of-email-user.patch
+++ b/net-irc/irker/files/2.7-Register-author_name-as-author-instead-of-email-user.patch
@@ -1,4 +1,4 @@
-From 31f3aeef70d29fef4dca6c73bde427f13e241d77 Mon Sep 17 00:00:00 2001
+From 108e898c600cf7a80a3d01a83a270c7579460b42 Mon Sep 17 00:00:00 2001
From: Bertrand Jacquin <beber@meleeweb.net>
Date: Mon, 23 Sep 2013 23:10:23 +0200
Subject: [PATCH 1/3] Register author_name as author instead of email userpart
@@ -9,7 +9,7 @@ Signed-off-by: Bertrand Jacquin <beber@meleeweb.net>
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/irkerhook.py b/irkerhook.py
-index d17248a..603e7f1 100755
+index 5f15032..36a875e 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -275,15 +275,8 @@ class GitExtractor(GenericExtractor):
diff --git a/net-irc/irker/files/2.6-irkerhook-Remove-file-listing.patch b/net-irc/irker/files/2.7-irkerhook-Remove-file-listing.patch
index 8ab55a4d..cbbb38c2 100644
--- a/net-irc/irker/files/2.6-irkerhook-Remove-file-listing.patch
+++ b/net-irc/irker/files/2.7-irkerhook-Remove-file-listing.patch
@@ -1,4 +1,4 @@
-From 0b363f9cf303048df8dbc63fd037d50f2919ccf5 Mon Sep 17 00:00:00 2001
+From 82376d74107035950ef4181fdc889ae9409378b6 Mon Sep 17 00:00:00 2001
From: Bertrand Jacquin <beber@meleeweb.net>
Date: Mon, 7 Oct 2013 13:33:30 +0200
Subject: [PATCH 2/3] irkerhook: Remove file listing
@@ -9,7 +9,7 @@ Signed-off-by: Bertrand Jacquin <beber@meleeweb.net>
1 file changed, 3 insertions(+), 31 deletions(-)
diff --git a/irkerhook.py b/irkerhook.py
-index 603e7f1..00a33b0 100755
+index 36a875e..f2f82cf 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -57,7 +57,6 @@ class Commit:
diff --git a/net-irc/irker/files/irkerd.confd b/net-irc/irker/files/irkerd.confd
index 09baa6a5..f176e624 100644
--- a/net-irc/irker/files/irkerd.confd
+++ b/net-irc/irker/files/irkerd.confd
@@ -10,9 +10,7 @@
# handle this logfile
# IRKERD_LOGFILE=""
-# Debug Level
-# 1: info
-# 2: complete debug
+# Debug Level (critical, error, warning, info, debug)
# IRKERD_LOGLEVEL=""
# To run an anonymous irkerd safely. It should not able able
diff --git a/net-irc/irker/files/irkerd.initd b/net-irc/irker/files/irkerd.initd
index ee8dbda8..dcc1dfb5 100755
--- a/net-irc/irker/files/irkerd.initd
+++ b/net-irc/irker/files/irkerd.initd
@@ -1,5 +1,5 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/files/irker.init,v 1.1 2012/10/13 05:53:35 patrick Exp $
@@ -16,7 +16,7 @@ depend() {
}
start () {
- if (( IRKERD_LOGLEVEL != 0 )) ; then
+ if [[ ${IRKERD_LOGLEVEL} ]] ; then
IRKERD_OPTS="${IRKERD_OPTS} -d ${IRKERD_LOGLEVEL}"
ewarn "IRKERD_LOGLEVEL is intended to be used for debugging purpose only"
diff --git a/net-irc/irker/irker-2.6.ebuild b/net-irc/irker/irker-2.7.ebuild
index 12c610bf..9009f846 100644
--- a/net-irc/irker/irker-2.6.ebuild
+++ b/net-irc/irker/irker-2.7.ebuild
@@ -3,7 +3,8 @@
# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-1.20.ebuild,v 1.1 2013/05/22 03:40:55 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,2_6} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_REQ_USE="ssl"
inherit python-single-r1 systemd eutils
@@ -16,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="app-text/docbook-xml-dtd:4.1.2
+DEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
+ app-text/docbook-xml-dtd:4.1.2
app-text/xmlto"
src_prepare() {