diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-25 18:35:59 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-25 18:35:59 +0000 |
commit | 1c3a8f855d88054696f81b31246295d0a45809ea (patch) | |
tree | 772bc9b2f690f34b83351e78b2f2d4eb39585853 /net-irc | |
parent | Add fix for ROOT handling #160815. (diff) | |
download | gentoo-2-1c3a8f855d88054696f81b31246295d0a45809ea.tar.gz gentoo-2-1c3a8f855d88054696f81b31246295d0a45809ea.tar.bz2 gentoo-2-1c3a8f855d88054696f81b31246295d0a45809ea.zip |
Revision bump: improved config patch by Mikle Kolyada, various locale-specific improvements by Sébastien P. wrt bug #456316
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/iroffer-dinoex/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/iroffer-dinoex/files/iroffer-dinoex-config.patch | 92 | ||||
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild | 121 |
3 files changed, 219 insertions, 3 deletions
diff --git a/net-irc/iroffer-dinoex/ChangeLog b/net-irc/iroffer-dinoex/ChangeLog index 24cb9c86d806..edf6675c2ee3 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.2 2013/02/08 12:00:11 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.3 2013/02/25 18:35:58 pinkbyte Exp $ + +*iroffer-dinoex-3.28-r1 (25 Feb 2013) + + 25 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> + +iroffer-dinoex-3.28-r1.ebuild, files/iroffer-dinoex-config.patch: + Revision bump: improved config patch by Mikle Kolyada, various + locale-specific improvements by Sébastien P. wrt bug #456316 08 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> files/iroffer-dinoex.init: Port reload and reconnect initscript options from sunrise ebuild diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex-config.patch b/net-irc/iroffer-dinoex/files/iroffer-dinoex-config.patch index 3a4dd563c6a7..588c24fd687c 100644 --- a/net-irc/iroffer-dinoex/files/iroffer-dinoex-config.patch +++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex-config.patch @@ -1,5 +1,93 @@ ---- sample.config.orig 2013-02-01 13:40:39.000000000 +0400 -+++ sample.config 2013-02-05 14:11:45.000000000 +0400 +diff -ru configs.orig/beispiel.config configs/beispiel.config +--- configs.orig/beispiel.config 2012-06-18 21:13:04.000000000 +0400 ++++ configs/beispiel.config 2013-02-19 22:33:33.000000000 +0400 +@@ -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 configs.orig/exemple.config configs/exemple.config +--- configs.orig/exemple.config 2012-06-18 21:13:04.000000000 +0400 ++++ configs/exemple.config 2013-02-19 22:35:24.000000000 +0400 +@@ -15,18 +15,18 @@ + ############################################################################## + ### - pid file - ### + ### Ecrit l'id du processus dans ce fichier au lancement ### +-pidfile monbot.pid ++pidfile /var/run/iroffer-dinoex/iroffer-dinoex.pid + + ############################################################################## + ### - log file - ### + ### Écrit les informations du bot dans ce fichier. ### +-logfile monbot.log ++logfile /var/log/iroffer-dinoex/mybot.log + + ############################################################################## + ### - log rotate - ### + ### Archivage du fichier de log jamais (none), 1-24 h 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 - ### +@@ -70,7 +70,7 @@ + ### 'xdcclistfile' et iroffer écrira la liste xdcc dès que nécessaire. ### + ### Si xdcclistfileraw est définit, 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 configs.orig/sample.config configs/sample.config +--- configs.orig/sample.config 2012-06-18 21:13:04.000000000 +0400 ++++ configs/sample.config 2013-02-19 22:31:53.000000000 +0400 @@ -15,18 +15,18 @@ ############################################################################## ### - pid file - ### diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild new file mode 100644 index 000000000000..2445c4e02de2 --- /dev/null +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.28-r1.ebuild @@ -0,0 +1,121 @@ +# 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-r1.ebuild,v 1.1 2013/02/25 18:35:58 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 + 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" + +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 + curl? ( + net-misc/curl[ssl?] + gnutls? ( net-misc/curl[curl_ssl_gnutls] ) + !gnutls? ( ssl? ( net-misc/curl[curl_ssl_openssl] ) ) + ) + geoip? ( dev-libs/geoip ) + gnutls? ( net-libs/gnutls ) + ruby? ( dev-lang/ruby ) + ssl? ( !gnutls? ( dev-libs/openssl ) )" + +DEPEND="${RDEPEND}" + +pkg_setup() { + enewgroup iroffer + enewuser iroffer -1 -1 -1 iroffer +} + +src_prepare() { + epatch "${FILESDIR}/${PN}-config.patch"\ + "${FILESDIR}/${PN}-Werror.patch" + l10n_find_plocales_changes "" 'help-admin-' '.txt' +} + +do_configure() { + echo ./Configure $* + ./Configure $* || die "configure phase failed" +} + +src_configure() { + do_configure \ + PREFIX="${EPREFIX}/usr"\ + $(usex debug '-profiling' '' '' '')\ + $(usex debug '-debug' '' '' '')\ + $(usex geoip '-geoip' '' '' '')\ + $(usex curl '-curl' '' '' '' )\ + $(usex gnutls '-tls' '' '' '' '')\ + $(usex upnp '-upnp' '' '' '')\ + $(usex ruby '-ruby' '' '' '')\ + $(usex kqueue '-kqueue' '' '' '')\ + $(usex blowfish '' '-no-blowfish' '' '')\ + $(usex ssl '' '-no-openssl' '' '')\ + $(usex http '' '-no-http' '' '')\ + $(usex admin '' '-no-admin' '' '')\ + $(usex telnet '' '-no-telnet' '' '')\ + $(usex memsave '' '-no-memsave' '' '') +} + +src_compile() { + # TODO: default compile targets always include chrooted target, which is not good + emake CC="$(tc-getCC)" $(l10n_get_locales) +} + +myloc() { + 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() { + 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/logrotate.d + newins "${FILESDIR}/${PN}.logrotate" ${PN} + + if use ruby; then + insinto /usr/share/${PN} + doins ruby-sample.rb + fi + + if use http; then + insinto /usr/share/${PN}/htdocs + doins htdocs/* + fi +} |