summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-11 18:10:51 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-11 18:10:51 +0000
commit6ef7d2ed5cf3614f3c5842c82b9dd4fd52aa87f8 (patch)
tree2eeb6f69817a619a923eda66e57d6c76c6e3461e /net-irc
parentAdd gnome-doc-utils dependency (bug #469278), fix AM_CONFIG_HEADER failure (b... (diff)
downloadgentoo-2-6ef7d2ed5cf3614f3c5842c82b9dd4fd52aa87f8.tar.gz
gentoo-2-6ef7d2ed5cf3614f3c5842c82b9dd4fd52aa87f8.tar.bz2
gentoo-2-6ef7d2ed5cf3614f3c5842c82b9dd4fd52aa87f8.zip
Version bump, wrt bug #460998, thanks to Sébastien P. <sebastien.picavet AT gmail.com> and Mikle Kolyada <zlog.gentoo AT gmail.com>, drop old
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/iroffer-dinoex/ChangeLog9
-rw-r--r--net-irc/iroffer-dinoex/files/iroffer-dinoex-3.29-config.patch130
-rw-r--r--net-irc/iroffer-dinoex/iroffer-dinoex-3.29.ebuild (renamed from net-irc/iroffer-dinoex/iroffer-dinoex-3.28.ebuild)45
3 files changed, 164 insertions, 20 deletions
diff --git a/net-irc/iroffer-dinoex/ChangeLog b/net-irc/iroffer-dinoex/ChangeLog
index edf6675c2ee3..a410a1b18a23 100644
--- a/net-irc/iroffer-dinoex/ChangeLog
+++ b/net-irc/iroffer-dinoex/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-irc/iroffer-dinoex
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.3 2013/02/25 18:35:58 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.4 2013/05/11 18:10:51 pinkbyte Exp $
+
+*iroffer-dinoex-3.29 (11 May 2013)
+
+ 11 May 2013; Sergey Popov <pinkbyte@gentoo.org> -iroffer-dinoex-3.28.ebuild,
+ +iroffer-dinoex-3.29.ebuild, +files/iroffer-dinoex-3.29-config.patch:
+ Version bump, wrt bug #460998, thanks to Sébastien P. <sebastien.picavet AT
+ gmail.com> and Mikle Kolyada <zlog.gentoo AT gmail.com>, drop old
*iroffer-dinoex-3.28-r1 (25 Feb 2013)
diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex-3.29-config.patch b/net-irc/iroffer-dinoex/files/iroffer-dinoex-3.29-config.patch
new file mode 100644
index 000000000000..5dc9d6183ef6
--- /dev/null
+++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex-3.29-config.patch
@@ -0,0 +1,130 @@
+diff -ru iroffer-dinoex-3.29/beispiel.config iroffer-dinoex-3.29.NEW/beispiel.config
+--- iroffer-dinoex-3.29/beispiel.config 2013-02-01 08:28:18.000000000 +0100
++++ iroffer-dinoex-3.29.NEW/beispiel.config 2013-03-09 18:43:33.084000000 +0100
+@@ -15,19 +15,19 @@
+ ##############################################################################
+ ### - pid file - ###
+ ### Schreibt die Prozess-ID beim Start in diese Datei ###
+-pidfile mybot.pid
++pidfile /var/run/iroffer-dinoex/iroffer-dinoex.pid
+
+ ##############################################################################
+ ### - log file - ###
+ ### logfile gibt die Logdatei für den Bot an. ###
+-logfile mybot.log
++logfile /var/log/iroffer-dinoex/mybot.log
+
+ ##############################################################################
+ ### - log rotate - ###
+ ### logrotate gibt den Zeitraum vor, nach dem die Logdatei gewechselt ###
+ ### wird, mögliche Werte "none" (nie), "monthly" (monatlich), ###
+ ### "weekly" (wöchentlich), "daily" (täglich) und 1-24 (stündlich). ###
+-logrotate weekly
++logrotate none
+
+ ##############################################################################
+ ### - expire logfiles - ###
+@@ -48,7 +48,7 @@
+ ### Diese Datei dient als allgemeines Datenlager für die bereitgestellten ###
+ ### Dateien und die dazugehörigen statistische Daten. Hier werden auch die ###
+ ### Beschreibungen der Pakete gespeichert. ###
+-statefile mybot.state
++statefile /var/lib/iroffer-dinoex/mybot.state
+
+ ##############################################################################
+ ### - old state file - ###
+@@ -74,7 +74,7 @@
+ ### als Packliste auf einer Webseite zu dienen, oder für andere Zwecke. ###
+ ### Wenn xdcclistfileraw gesetzt ist, werden die IRC-Farbcode auch mit ###
+ ### ausgegeben. ###
+-xdcclistfile mybot.txt
++xdcclistfile /var/lib/iroffer-dinoex/mybot.txt
+ #xdcclistfileraw
+
+ ##############################################################################
+diff -ru iroffer-dinoex-3.29/exemple.config iroffer-dinoex-3.29.NEW/exemple.config
+--- iroffer-dinoex-3.29/exemple.config 2013-02-01 08:26:21.000000000 +0100
++++ iroffer-dinoex-3.29.NEW/exemple.config 2013-03-09 18:45:35.340000000 +0100
+@@ -15,18 +15,18 @@
+ ##############################################################################
+ ### - pid file - ###
+ ### Écrit l'identifiant du processus dans ce fichier au lancement. ###
+-pidfile monbot.pid
++pidfile /var/run/iroffer-dinoex/iroffer-dinoex.pid
+
+ ##############################################################################
+ ### - log file - ###
+ ### Écrit le journal du robot dans ce fichier. ###
+-logfile monbot.log
++logfile /var/log/iroffer-dinoex/mybot.log
+
+ ##############################################################################
+ ### - log rotate - ###
+ ### Archivage du journal jamais (« none »), quotidien (« daily »), ###
+ ### hebdomadaire (« weekly ») ou mensuelle (« monthly »). ###
+-logrotate weekly
++logrotate none
+
+ ##############################################################################
+ ### - expire logfiles - ###
+@@ -44,7 +44,7 @@
+ ##############################################################################
+ ### - state file - ###
+ ### Fichier temporaire de stockage des informations d'état d'Iroffer. ###
+-statefile monbot.state
++statefile /var/lib/iroffer-dinoex/mybot.state
+
+ ##############################################################################
+ ### - old state file - ###
+@@ -71,7 +71,7 @@
+ ### « xdcclistfile » et Iroffer écrira la liste XDCC dès que nécessaire. ###
+ ### Si « xdcclistfileraw » est défini, le fichier sera écrit avec les ###
+ ### caractères spéciaux IRC (couleur, format, etc.) ###
+-xdcclistfile monbot.txt
++xdcclistfile /var/lib/iroffer-dinoex/mybot.txt
+ #xdcclistfileraw
+
+ ##############################################################################
+diff -ru iroffer-dinoex-3.29/sample.config iroffer-dinoex-3.29.NEW/sample.config
+--- iroffer-dinoex-3.29/sample.config 2013-02-01 08:26:58.000000000 +0100
++++ iroffer-dinoex-3.29.NEW/sample.config 2013-03-09 18:46:30.612000000 +0100
+@@ -15,18 +15,18 @@
+ ##############################################################################
+ ### - pid file - ###
+ ### Writes the process id to this file on startup ###
+-pidfile mybot.pid
++pidfile /var/run/iroffer-dinoex/iroffer-dinoex.pid
+
+ ##############################################################################
+ ### - log file - ###
+ ### Writes logging information to this file. ###
+-logfile mybot.log
++logfile /var/log/iroffer-dinoex/mybot.log
+
+ ##############################################################################
+ ### - log rotate - ###
+ ### After the time given here a logfile will be rotated. ###
+ ### logrotate can be set to none, 1 - 24 hours, daily, weekly or monthly ###
+-logrotate weekly
++logrotate none
+
+ ##############################################################################
+ ### - expire logfiles - ###
+@@ -44,7 +44,7 @@
+ ##############################################################################
+ ### - state file - ###
+ ### temporary storage for iroffer state information across restarts ###
+-statefile mybot.state
++statefile /var/lib/iroffer-dinoex/mybot.state
+
+ ##############################################################################
+ ### - old state file - ###
+@@ -71,7 +71,7 @@
+ ### needed. ###
+ ### If xdcclistfileraw is set the file will be written with the IRC ###
+ ### control characters included (color, formatting, etc..). ###
+-xdcclistfile mybot.txt
++xdcclistfile /var/lib/iroffer-dinoex/mybot.txt
+ #xdcclistfileraw
+
+ ##############################################################################
diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.28.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.29.ebuild
index d9c33066bb3a..76d6b15a068b 100644
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.28.ebuild
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.29.ebuild
@@ -1,31 +1,30 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/iroffer-dinoex-3.28.ebuild,v 1.1 2013/02/08 11:44:38 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/iroffer-dinoex-3.29.ebuild,v 1.1 2013/05/11 18:10:51 pinkbyte Exp $
EAPI=5
PLOCALES="de en fr it"
+PLOCALE_BACKUP="en"
inherit eutils l10n toolchain-funcs user
DESCRIPTION="IRC fileserver using DCC"
HOMEPAGE="http://iroffer.dinoex.net/"
-SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz"
+SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz
+ http://iroffer.dinoex.net/HISTORY/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+admin +blowfish curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp"
+IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp"
REQUIRED_USE="
admin? ( http )
gnutls? ( ssl )
"
-# Dependency on NSS should be optional, but it causes automagic, so it is hard for now.
-# chroot? ( dev-libs/nss )
-# $(usex chroot '' '-no-chroot' '' '')\
-RDEPEND="dev-libs/nss
+RDEPEND="chroot? ( dev-libs/nss )
curl? (
net-misc/curl[ssl?]
gnutls? ( net-misc/curl[curl_ssl_gnutls] )
@@ -44,8 +43,9 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-config.patch"\
+ epatch "${FILESDIR}/${P}-config.patch"\
"${FILESDIR}/${PN}-Werror.patch"
+ epatch_user
l10n_find_plocales_changes "" 'help-admin-' '.txt'
}
@@ -60,6 +60,7 @@ src_configure() {
$(usex debug '-profiling' '' '' '')\
$(usex debug '-debug' '' '' '')\
$(usex geoip '-geoip' '' '' '')\
+ $(usex chroot '' '-no-chroot' '' '')\
$(usex curl '-curl' '' '' '' )\
$(usex gnutls '-tls' '' '' '' '')\
$(usex upnp '-upnp' '' '' '')\
@@ -75,29 +76,35 @@ src_configure() {
src_compile() {
# TODO: default compile targets always include chrooted target, which is not good
- emake CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)" $(l10n_get_locales)
}
myloc() {
- use admin && dodoc help-admin-${1}.txt
+ emake DESTDIR="${D}" install-${1}
+
+ dodoc help-admin-${1}.txt
use http && dohtml doc/INSTALL-linux-${1}.html
+
+ insinto /etc/${PN}
+ case ${1} in
+ "de")
+ doins beispiel.config;;
+ "fr")
+ doins exemple.config;;
+ *)
+ doins sample.config;;
+ esac
}
src_install() {
- emake DESTDIR="${D}" install
- dodoc README* THANKS TODO
-
- doman iroffer.1
- doman xdcc.7
-
l10n_for_each_locale_do myloc
+ dodoc README* THANKS TODO
+ doman iroffer.1 xdcc.7
+
newinitd "${FILESDIR}/${PN}.init" ${PN}
newconfd "${FILESDIR}/${PN}.conf" ${PN}
- insinto /etc/${PN}
- doins sample.config
-
insinto /etc/logrotate.d
newins "${FILESDIR}/${PN}.logrotate" ${PN}