[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: ChangeLog pf-sources-3.19_p1.ebuild

2015-02-22 Thread Alex Alexander (wired)
wired   15/02/23 02:07:25

  Modified: ChangeLog
  Added:pf-sources-3.19_p1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.128sys-kernel/pf-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.128view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.128content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.127r2=1.128

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   1 Feb 2015 15:43:51 -   1.127
+++ ChangeLog   23 Feb 2015 02:07:25 -  1.128
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/pf-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.127 
2015/02/01 15:43:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.128 
2015/02/23 02:07:25 wired Exp $
+
+*pf-sources-3.19_p1 (23 Feb 2015)
+
+  23 Feb 2015; Alex Alexander wi...@gentoo.org +pf-sources-3.19_p1.ebuild:
+  version bump
 
   01 Feb 2015; Markos Chandras hwoar...@gentoo.org 
-pf-sources-3.15_p4.ebuild,
   -pf-sources-3.17_p1.ebuild, -pf-sources-3.17_p2.ebuild:



1.1  sys-kernel/pf-sources/pf-sources-3.19_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.19_p1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.19_p1.ebuild?rev=1.1content-type=text/plain

Index: pf-sources-3.19_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.19_p1.ebuild,v 1.1 
2015/02/23 02:07:25 wired Exp $

EAPI=5
inherit readme.gentoo versionator

COMPRESSTYPE=.xz
K_USEPV=yes
UNIPATCH_STRICTORDER=yes
K_SECURITY_UNSUPPORTED=1

CKV=$(get_version_component_range 1-2)
ETYPE=sources
inherit kernel-2
detect_version
K_NOSETEXTRAVERSION=don't_set_it

DESCRIPTION=Linux kernel fork with new features, including the -ck patchset 
(BFS), BFQ, TuxOnIce and UKSM
HOMEPAGE=http://pf.natalenko.name/;

PF_VERS=1
PF_FILE=patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}
PF_URI=http://pf.natalenko.name/sources/$(get_version_component_range 
1-2)/${PF_FILE}
SRC_URI=${KERNEL_URI} ${PF_URI} # \${EXPERIMENTAL_URI}

KEYWORDS=-* ~amd64 ~ppc ~ppc64 ~x86
IUSE=

KV_FULL=${PVR}-pf
S=${WORKDIR}/linux-${KV_FULL}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
${P} has the following optional runtime dependencies:
- sys-apps/tuxonice-userui: provides minimal userspace progress
information related to suspending and resuming process.
- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
for hibernating and suspending your computer.

pkg_setup(){
ewarn
ewarn ${PN} is *not* supported by the Gentoo Kernel Project in any 
way.
ewarn If you need support, please contact the pf developers directly.
ewarn Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with
ewarn the ebuilds. Thank you.
ewarn
kernel-2_pkg_setup
}

src_prepare(){
epatch ${DISTDIR}/${PF_FILE}
}

src_install() {
kernel-2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
readme.gentoo_print_elog
}

K_EXTRAEINFO=For more info on pf-sources and details on how to report problems,
see: ${HOMEPAGE}.






[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-3.17_p2.ebuild ChangeLog

2014-11-29 Thread Alex Alexander (wired)
wired   14/11/29 08:12:32

  Modified: ChangeLog
  Added:pf-sources-3.17_p2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.125sys-kernel/pf-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.125view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.125content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.124r2=1.125

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   6 Nov 2014 21:27:12 -   1.124
+++ ChangeLog   29 Nov 2014 08:12:32 -  1.125
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/pf-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.124 
2014/11/06 21:27:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.125 
2014/11/29 08:12:32 wired Exp $
+
+*pf-sources-3.17_p2 (29 Nov 2014)
+
+  29 Nov 2014; Alex Alexander wi...@gentoo.org +pf-sources-3.17_p2.ebuild:
+  version bump
 
 *pf-sources-3.17_p1 (06 Nov 2014)
 



1.1  sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild?rev=1.1content-type=text/plain

Index: pf-sources-3.17_p2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p2.ebuild,v 1.1 
2014/11/29 08:12:32 wired Exp $

EAPI=5
inherit readme.gentoo versionator

COMPRESSTYPE=.xz
K_USEPV=yes
UNIPATCH_STRICTORDER=yes
K_SECURITY_UNSUPPORTED=1

CKV=$(get_version_component_range 1-2)
ETYPE=sources
inherit kernel-2
detect_version
K_NOSETEXTRAVERSION=don't_set_it

DESCRIPTION=Linux kernel fork with new features, including the -ck patchset 
(BFS), BFQ, TuxOnIce and UKSM
HOMEPAGE=http://pf.natalenko.name/;

PF_VERS=1
PF_FILE=patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}
PF_URI=http://pf.natalenko.name/sources/$(get_version_component_range 
1-2)/${PF_FILE}
SRC_URI=${KERNEL_URI} ${PF_URI} # \${EXPERIMENTAL_URI}

KEYWORDS=-* ~amd64 ~ppc ~ppc64 ~x86
IUSE=

KV_FULL=${PVR}-pf
S=${WORKDIR}/linux-${KV_FULL}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
${P} has the following optional runtime dependencies:
- sys-apps/tuxonice-userui: provides minimal userspace progress
information related to suspending and resuming process.
- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
for hibernating and suspending your computer.

pkg_setup(){
ewarn
ewarn ${PN} is *not* supported by the Gentoo Kernel Project in any 
way.
ewarn If you need support, please contact the pf developers directly.
ewarn Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with
ewarn the ebuilds. Thank you.
ewarn
kernel-2_pkg_setup
}

src_prepare(){
epatch ${DISTDIR}/${PF_FILE}
}

src_install() {
kernel-2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
readme.gentoo_print_elog
}

K_EXTRAEINFO=For more info on pf-sources and details on how to report problems,
see: ${HOMEPAGE}.






[gentoo-commits] gentoo-x86 commit in net-im/bitlbee: bitlbee-3.2.2.ebuild ChangeLog

2014-10-10 Thread Alex Alexander (wired)
wired   14/10/10 08:50:07

  Modified: ChangeLog
  Added:bitlbee-3.2.2.ebuild
  Log:
  version bump. libotr-4 and systemd support. bug #516918
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.173net-im/bitlbee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.173view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.173content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?r1=1.172r2=1.173

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   9 Oct 2014 09:51:50 -   1.172
+++ ChangeLog   10 Oct 2014 08:50:07 -  1.173
@@ -1,6 +1,11 @@
 # ChangeLog for net-im/bitlbee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.172 2014/10/09 
09:51:50 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.173 2014/10/10 
08:50:07 wired Exp $
+
+*bitlbee-3.2.2 (10 Oct 2014)
+
+  10 Oct 2014; Alex Alexander wi...@gentoo.org +bitlbee-3.2.2.ebuild:
+  version bump. libotr-4 and systemd support. bug #516918
 
 *bitlbee-3.2.1-r2 (09 Oct 2014)
 



1.1  net-im/bitlbee/bitlbee-3.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/bitlbee-3.2.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/bitlbee-3.2.2.ebuild?rev=1.1content-type=text/plain

Index: bitlbee-3.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.2.ebuild,v 1.1 
2014/10/10 08:50:07 wired Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils multilib user python-single-r1 systemd

DESCRIPTION=irc to IM gateway that support multiple IM protocols
HOMEPAGE=http://www.bitlbee.org/;
SRC_URI=http://get.bitlbee.org/src/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple 
selinux
skype ssl test twitter +yahoo xinetd

COMMON_DEPEND=
=dev-libs/glib-2.14
purple? ( net-im/pidgin )
libevent? ( dev-libs/libevent )
otr? ( =net-libs/libotr-4 )
gnutls? ( net-libs/gnutls )
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
)
selinux? ( sec-policy/selinux-bitlbee )
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
skype? ( app-text/asciidoc )
test? ( dev-libs/check )

RDEPEND=${COMMON_DEPEND}
virtual/logger
skype? (
dev-python/skype4py[${PYTHON_USEDEP}]
net-im/skype
)
xinetd? ( sys-apps/xinetd )

REQUIRED_USE=|| ( purple jabber msn oscar yahoo )
msn? ( || ( gnutls nss ssl ) )
jabber? ( !nss )

pkg_setup() {
if use jabber  ! use gnutls  ! use ssl ; then
einfo
elog You have enabled support for Jabber but do not have SSL
elog support enabled.  This *will* prevent bitlbee from being
elog able to connect to SSL enabled Jabber servers.  If you 
need to
elog connect to Jabber over SSL, enable ONE of the following 
use
elog flags: gnutls or ssl
einfo
fi

use skype  python-single-r1_pkg_setup

enewgroup bitlbee
enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
}

src_prepare() {
sed -i \
-e s@/usr/local/sbin/bitlbee@/usr/sbin/bitlbee@ \
-e s/nobody/bitlbee/ \
-e s/}/disable = yes\n}/ \
doc/bitlbee.xinetd || die sed failed in xinetd

sed -i \
-e s@mozilla-nss@nss@g \
configure || die sed failed in configure

use skype  python_fix_shebang protocols/skype/skyped.py

epatch ${FILESDIR}/${PN}-3.2.1-configure.patch
}

src_configure() {
# setup plugins, protocol, ipv6 and debug
for flag in debug ipv6 msn jabber oscar plugins purple skype twitter 
yahoo ; do
if use ${flag} ; then
myconf=${myconf} --${flag}=1
else
myconf=${myconf} --${flag}=0
fi
done

# set otr
if use otr  use plugins ; then
myconf=${myconf} --otr=plugin
else
if use otr ; then
ewarn 

[gentoo-commits] gentoo-x86 commit in net-im/bitlbee: ChangeLog bitlbee-3.2.1-r2.ebuild bitlbee-3.2.1-r1.ebuild

2014-10-09 Thread Alex Alexander (wired)
wired   14/10/09 09:51:50

  Modified: ChangeLog
  Added:bitlbee-3.2.1-r2.ebuild
  Removed:  bitlbee-3.2.1-r1.ebuild
  Log:
  init: let users choose if they want forks stopped
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.172net-im/bitlbee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.172view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.172content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?r1=1.171r2=1.172

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog   7 Oct 2014 07:09:23 -   1.171
+++ ChangeLog   9 Oct 2014 09:51:50 -   1.172
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/bitlbee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.171 2014/10/07 
07:09:23 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.172 2014/10/09 
09:51:50 wired Exp $
+
+*bitlbee-3.2.1-r2 (09 Oct 2014)
+
+  09 Oct 2014; Alex Alexander wi...@gentoo.org -bitlbee-3.2.1-r1.ebuild,
+  +bitlbee-3.2.1-r2.ebuild, +files/bitlbee.confd-r1, files/bitlbee.initd-r1:
+  init: let users choose if they want forks stopped
 
 *bitlbee-3.2.1-r1 (07 Oct 2014)
 



1.1  net-im/bitlbee/bitlbee-3.2.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1-r2.ebuild?rev=1.1content-type=text/plain

Index: bitlbee-3.2.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1-r2.ebuild,v 1.1 
2014/10/09 09:51:50 wired Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils multilib user python-single-r1

DESCRIPTION=irc to IM gateway that support multiple IM protocols
HOMEPAGE=http://www.bitlbee.org/;
SRC_URI=http://get.bitlbee.org/src/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple 
selinux
skype ssl test twitter +yahoo xinetd # ldap - Bug 195758

COMMON_DEPEND=purple? ( net-im/pidgin )
libevent? ( dev-libs/libevent )
!libevent? ( =dev-libs/glib-2.4 )
otr? ( net-libs/libotr-4 )
gnutls? ( net-libs/gnutls )
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
)
selinux? ( sec-policy/selinux-bitlbee )
# ldap? ( net-nds/openldap )
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
skype? ( app-text/asciidoc )
test? ( dev-libs/check )

RDEPEND=${COMMON_DEPEND}
virtual/logger
skype? (
dev-python/skype4py[${PYTHON_USEDEP}]
net-im/skype
)
xinetd? ( sys-apps/xinetd )

REQUIRED_USE=^^ ( purple || ( jabber msn oscar yahoo ) )
msn? ( || ( gnutls nss ssl ) )
jabber? ( !nss )

pkg_setup() {
if use jabber  ! use gnutls  ! use ssl ; then
einfo
elog You have enabled support for Jabber but do not have SSL
elog support enabled.  This *will* prevent bitlbee from being
elog able to connect to SSL enabled Jabber servers.  If you 
need to
elog connect to Jabber over SSL, enable ONE of the following 
use
elog flags: gnutls or ssl
einfo
fi

use skype  python-single-r1_pkg_setup

enewgroup bitlbee
enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
}

src_prepare() {
sed -i \
-e s@/usr/local/sbin/bitlbee@/usr/sbin/bitlbee@ \
-e s/nobody/bitlbee/ \
-e s/}/disable = yes\n}/ \
doc/bitlbee.xinetd || die sed failed in xinetd

sed -i \
-e s@mozilla-nss@nss@g \
configure || die sed failed in configure

use skype  python_fix_shebang protocols/skype/skyped.py

epatch ${FILESDIR}/${PN}-3.2.1-configure.patch
epatch ${FILESDIR}/${PN}-3.2.1-tests.patch
epatch ${FILESDIR}/${PN}-3.0.5-parallel-make.patch
}

src_configure() {
# ldap hard-disabled for now
local myconf=--ldap=0

# setup plugins, protocol, ipv6 and debug
for flag in debug ipv6 msn jabber oscar plugins purple skype twitter 
yahoo ; do

[gentoo-commits] gentoo-x86 commit in net-im/bitlbee/files: bitlbee.initd-r1 bitlbee.confd-r1

2014-10-09 Thread Alex Alexander (wired)
wired   14/10/09 09:51:50

  Modified: bitlbee.initd-r1
  Added:bitlbee.confd-r1
  Log:
  init: let users choose if they want forks stopped
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.2  net-im/bitlbee/files/bitlbee.initd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1?r1=1.1r2=1.2

Index: bitlbee.initd-r1
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitlbee.initd-r17 Oct 2014 07:09:23 -   1.1
+++ bitlbee.initd-r19 Oct 2014 09:51:50 -   1.2
@@ -2,9 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or
 # later
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1,v 1.1 
2014/10/07 07:09:23 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1,v 1.2 
2014/10/09 09:51:50 wired Exp $
 
 DAEMON=/usr/sbin/bitlbee
+PIDFILE=/var/run/bitlbee/bitlbee.pid
 
 depend() {
need logger net
@@ -12,14 +13,19 @@
 
 start () {
ebegin Starting bitlbee
+   checkpath -d -m 0755 -o bitlbee:bitlbee $(dirname ${PIDFILE})
start-stop-daemon --start --quiet \
-   -u bitlbee:bitlbee  --exec ${DAEMON} -- ${BITLBEE_OPTS}
+   -u bitlbee:bitlbee --exec ${DAEMON} --pidfile ${PIDFILE} \
+   -- -P ${PIDFILE} ${BITLBEE_OPTS}
eend $?
 }
 
 stop() {
ebegin Stopping bitlbee
-   start-stop-daemon --stop --quiet -u bitlbee:bitlbee
+   local pidfile=
+   yesno ${BITLBEE_STOP_ALL:-YES} ||
+   pidfile=--pidfile ${PIDFILE}
+   start-stop-daemon --stop --quiet ${pidfile} -u bitlbee:bitlbee
eend $?
 }
 



1.1  net-im/bitlbee/files/bitlbee.confd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.confd-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.confd-r1?rev=1.1content-type=text/plain

Index: bitlbee.confd-r1
===
# Bitlbee options (see /usr/sbin/bitlbee -h)
BITLBEE_OPTS=-F

# By default, the bitlbee init script will attempt to stop
# all bitlbee-owned processes, including per-client forks.
# Setting this to no tells the init script to only
# stop the main bitlbee process.
BITLBEE_STOP_ALL=yes






[gentoo-commits] gentoo-x86 commit in net-im/bitlbee/files: bitlbee.initd-r1

2014-10-07 Thread Alex Alexander (wired)
wired   14/10/07 07:09:23

  Added:bitlbee.initd-r1
  Log:
  init script: stop and restart properly, bug #418461
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.1  net-im/bitlbee/files/bitlbee.initd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1?rev=1.1content-type=text/plain

Index: bitlbee.initd-r1
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or
# later
# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/files/bitlbee.initd-r1,v 1.1 
2014/10/07 07:09:23 wired Exp $

DAEMON=/usr/sbin/bitlbee

depend() {
need logger net
}

start () {
ebegin Starting bitlbee
start-stop-daemon --start --quiet \
-u bitlbee:bitlbee  --exec ${DAEMON} -- ${BITLBEE_OPTS}
eend $?
}

stop() {
ebegin Stopping bitlbee
start-stop-daemon --stop --quiet -u bitlbee:bitlbee
eend $?
}







[gentoo-commits] gentoo-x86 commit in net-im/bitlbee: ChangeLog bitlbee-3.2.1-r1.ebuild

2014-10-07 Thread Alex Alexander (wired)
wired   14/10/07 07:09:23

  Modified: ChangeLog
  Added:bitlbee-3.2.1-r1.ebuild
  Log:
  init script: stop and restart properly, bug #418461
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EB9B4AFA)

Revision  ChangesPath
1.171net-im/bitlbee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.171view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?rev=1.171content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/bitlbee/ChangeLog?r1=1.170r2=1.171

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   5 Aug 2014 18:34:08 -   1.170
+++ ChangeLog   7 Oct 2014 07:09:23 -   1.171
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/bitlbee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.170 2014/08/05 
18:34:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/ChangeLog,v 1.171 2014/10/07 
07:09:23 wired Exp $
+
+*bitlbee-3.2.1-r1 (07 Oct 2014)
+
+  07 Oct 2014; Alex Alexander wi...@gentoo.org +bitlbee-3.2.1-r1.ebuild,
+  +files/bitlbee.initd-r1:
+  init script: stop and restart properly, bug #418461
 
   05 Aug 2014; Manuel RĂ¼ger mr...@gentoo.org bitlbee-3.0.5-r1.ebuild,
   bitlbee-3.0.6.ebuild, bitlbee-3.2.1.ebuild, bitlbee-3.2.ebuild:



1.1  net-im/bitlbee/bitlbee-3.2.1-r1.ebuild

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

Index: bitlbee-3.2.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.2.1-r1.ebuild,v 1.1 
2014/10/07 07:09:23 wired Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils multilib user python-single-r1

DESCRIPTION=irc to IM gateway that support multiple IM protocols
HOMEPAGE=http://www.bitlbee.org/;
SRC_URI=http://get.bitlbee.org/src/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple 
selinux
skype ssl test twitter +yahoo xinetd # ldap - Bug 195758

COMMON_DEPEND=purple? ( net-im/pidgin )
libevent? ( dev-libs/libevent )
!libevent? ( =dev-libs/glib-2.4 )
otr? ( net-libs/libotr-4 )
gnutls? ( net-libs/gnutls )
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
)
selinux? ( sec-policy/selinux-bitlbee )
# ldap? ( net-nds/openldap )
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
skype? ( app-text/asciidoc )
test? ( dev-libs/check )

RDEPEND=${COMMON_DEPEND}
virtual/logger
skype? (
dev-python/skype4py[${PYTHON_USEDEP}]
net-im/skype
)
xinetd? ( sys-apps/xinetd )

REQUIRED_USE=^^ ( purple || ( jabber msn oscar yahoo ) )
msn? ( || ( gnutls nss ssl ) )
jabber? ( !nss )

pkg_setup() {
if use jabber  ! use gnutls  ! use ssl ; then
einfo
elog You have enabled support for Jabber but do not have SSL
elog support enabled.  This *will* prevent bitlbee from being
elog able to connect to SSL enabled Jabber servers.  If you 
need to
elog connect to Jabber over SSL, enable ONE of the following 
use
elog flags: gnutls or ssl
einfo
fi

use skype  python-single-r1_pkg_setup

enewgroup bitlbee
enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
}

src_prepare() {
sed -i \
-e s@/usr/local/sbin/bitlbee@/usr/sbin/bitlbee@ \
-e s/nobody/bitlbee/ \
-e s/}/disable = yes\n}/ \
doc/bitlbee.xinetd || die sed failed in xinetd

sed -i \
-e s@mozilla-nss@nss@g \
configure || die sed failed in configure

use skype  python_fix_shebang protocols/skype/skyped.py

epatch ${FILESDIR}/${PN}-3.2.1-configure.patch
epatch ${FILESDIR}/${PN}-3.2.1-tests.patch
epatch ${FILESDIR}/${PN}-3.0.5-parallel-make.patch
}

src_configure() {
# ldap hard-disabled for now
local myconf=--ldap=0

# setup plugins, protocol, ipv6 and debug
for flag in debug ipv6 msn jabber oscar plugins purple skype twitter 
yahoo 

[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: ChangeLog pf-sources-3.16_p2.ebuild

2014-09-13 Thread Alex Alexander (wired)
wired   14/09/14 05:01:54

  Modified: ChangeLog
  Added:pf-sources-3.16_p2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.122sys-kernel/pf-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   27 Aug 2014 17:33:54 -  1.121
+++ ChangeLog   14 Sep 2014 05:01:54 -  1.122
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/pf-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.121 
2014/08/27 17:33:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.122 
2014/09/14 05:01:54 wired Exp $
+
+*pf-sources-3.16_p2 (14 Sep 2014)
+
+  14 Sep 2014; Alex Alexander wi...@gentoo.org +pf-sources-3.16_p2.ebuild:
+  version bump
 
 *pf-sources-3.15_p5 (27 Aug 2014)
 *pf-sources-3.16_p1 (27 Aug 2014)



1.1  sys-kernel/pf-sources/pf-sources-3.16_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p2.ebuild?rev=1.1content-type=text/plain

Index: pf-sources-3.16_p2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.16_p2.ebuild,v 1.1 
2014/09/14 05:01:54 wired Exp $

EAPI=5
inherit readme.gentoo versionator

COMPRESSTYPE=.xz
K_USEPV=yes
UNIPATCH_STRICTORDER=yes
K_SECURITY_UNSUPPORTED=1

CKV=$(get_version_component_range 1-2)
ETYPE=sources
inherit kernel-2
detect_version
K_NOSETEXTRAVERSION=don't_set_it

DESCRIPTION=Linux kernel fork with new features, including the -ck patchset 
(BFS), BFQ, TuxOnIce and UKSM
HOMEPAGE=http://pf.natalenko.name/;

PF_VERS=1
PF_FILE=patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}
PF_URI=http://pf.natalenko.name/sources/$(get_version_component_range 
1-2)/${PF_FILE}
SRC_URI=${KERNEL_URI} ${PF_URI} # \${EXPERIMENTAL_URI}

KEYWORDS=-* ~amd64 ~ppc ~ppc64 ~x86
IUSE=

KV_FULL=${PVR}-pf
S=${WORKDIR}/linux-${KV_FULL}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
${P} has the following optional runtime dependencies:
- sys-apps/tuxonice-userui: provides minimal userspace progress
information related to suspending and resuming process.
- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
for hibernating and suspending your computer.

pkg_setup(){
ewarn
ewarn ${PN} is *not* supported by the Gentoo Kernel Project in any 
way.
ewarn If you need support, please contact the pf developers directly.
ewarn Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with
ewarn the ebuilds. Thank you.
ewarn
kernel-2_pkg_setup
}

src_prepare(){
epatch ${DISTDIR}/${PF_FILE}
}

src_install() {
kernel-2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
readme.gentoo_print_elog
}

K_EXTRAEINFO=For more info on pf-sources and details on how to report problems,
see: ${HOMEPAGE}.






[gentoo-commits] gentoo-x86 commit in net-irc/znc: znc-1.4.ebuild ChangeLog znc-9999.ebuild znc-1.2-r1.ebuild

2014-07-12 Thread Alex Alexander (wired)
wired   14/07/12 10:24:23

  Modified: znc-1.4.ebuild ChangeLog znc-.ebuild
znc-1.2-r1.ebuild
  Log:
  python deps, bug #510838. other dep fixes.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.2  net-irc/znc/znc-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?r1=1.1r2=1.2

Index: znc-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- znc-1.4.ebuild  9 May 2014 05:17:38 -   1.1
+++ znc-1.4.ebuild  12 Jul 2014 10:24:23 -  1.2
@@ -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-irc/znc/znc-1.4.ebuild,v 1.1 2014/05/09 
05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v 1.2 2014/07/12 
10:24:23 wired Exp $
 
 EAPI=5
 
@@ -29,16 +29,18 @@
 
 RDEPEND=
perl? ( =dev-lang/perl-5.10 )
+   python? ( ${PYTHON_DEPS} )
sasl? ( =dev-libs/cyrus-sasl-2 )
ssl? ( =dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
 
 DEPEND=
virtual/pkgconfig
-   perl? ( dev-lang/swig )
+   perl? (
+   =dev-lang/swig-2.0.12
+   )
python? (
-   =dev-lang/swig-2.0.8
-   =dev-lang/perl-5.10
+   =dev-lang/swig-2.0.12
)
${RDEPEND}
 



1.76 net-irc/znc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   9 May 2014 05:17:38 -   1.75
+++ ChangeLog   12 Jul 2014 10:24:23 -  1.76
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/znc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.75 2014/05/09 
05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.76 2014/07/12 
10:24:23 wired Exp $
+
+  12 Jul 2014; Alex Alexander wi...@gentoo.org znc-1.2-r1.ebuild,
+  znc-1.4.ebuild, znc-.ebuild:
+  python deps, bug #510838. other dep fixes.
 
 *znc-1.4 (09 May 2014)
 



1.10 net-irc/znc/znc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?r1=1.9r2=1.10

Index: znc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- znc-.ebuild 9 May 2014 05:17:38 -   1.9
+++ znc-.ebuild 12 Jul 2014 10:24:23 -  1.10
@@ -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-irc/znc/znc-.ebuild,v 1.9 
2014/05/09 05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v 1.10 
2014/07/12 10:24:23 wired Exp $
 
 EAPI=5
 
@@ -29,16 +29,18 @@
 
 RDEPEND=
perl? ( =dev-lang/perl-5.10 )
+   python? ( ${PYTHON_DEPS} )
sasl? ( =dev-libs/cyrus-sasl-2 )
ssl? ( =dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
 
 DEPEND=
virtual/pkgconfig
-   perl? ( dev-lang/swig )
+   perl? (
+   =dev-lang/swig-2.0.12
+   )
python? (
-   =dev-lang/swig-2.0.8
-   =dev-lang/perl-5.10
+   =dev-lang/swig-2.0.12
)
${RDEPEND}
 



1.5  net-irc/znc/znc-1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?r1=1.4r2=1.5

Index: 

[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: ChangeLog pf-sources-3.15_p2.ebuild

2014-07-12 Thread Alex Alexander (wired)
wired   14/07/12 10:39:05

  Modified: ChangeLog
  Added:pf-sources-3.15_p2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.119sys-kernel/pf-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.119view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.119content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.118r2=1.119

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   15 Jun 2014 17:03:46 -  1.118
+++ ChangeLog   12 Jul 2014 10:39:05 -  1.119
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/pf-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.118 
2014/06/15 17:03:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.119 
2014/07/12 10:39:05 wired Exp $
+
+*pf-sources-3.15_p2 (12 Jul 2014)
+
+  12 Jul 2014; Alex Alexander wi...@gentoo.org +pf-sources-3.15_p2.ebuild:
+  version bump
 
 *pf-sources-3.15_p1 (15 Jun 2014)
 



1.1  sys-kernel/pf-sources/pf-sources-3.15_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p2.ebuild?rev=1.1content-type=text/plain

Index: pf-sources-3.15_p2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.15_p2.ebuild,v 1.1 
2014/07/12 10:39:05 wired Exp $

EAPI=5
inherit readme.gentoo versionator

COMPRESSTYPE=.xz
K_USEPV=yes
UNIPATCH_STRICTORDER=yes
K_SECURITY_UNSUPPORTED=1

CKV=$(get_version_component_range 1-2)
ETYPE=sources
inherit kernel-2
detect_version
K_NOSETEXTRAVERSION=don't_set_it

DESCRIPTION=Linux kernel fork with new features, including the -ck patchset 
(BFS), BFQ, TuxOnIce and UKSM
HOMEPAGE=http://pf.natalenko.name/;

PF_VERS=1
PF_FILE=patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}
PF_URI=http://pf.natalenko.name/sources/$(get_version_component_range 
1-2)/${PF_FILE}
SRC_URI=${KERNEL_URI} ${PF_URI} # \${EXPERIMENTAL_URI}

KEYWORDS=-* ~amd64 ~ppc ~ppc64 ~x86
IUSE=

KV_FULL=${PVR}-pf
S=${WORKDIR}/linux-${KV_FULL}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
${P} has the following optional runtime dependencies:
- sys-apps/tuxonice-userui: provides minimal userspace progress
information related to suspending and resuming process.
- sys-power/hibernate-script or sys-power/pm-utils: runtime utilities
for hibernating and suspending your computer.

pkg_setup(){
ewarn
ewarn ${PN} is *not* supported by the Gentoo Kernel Project in any 
way.
ewarn If you need support, please contact the pf developers directly.
ewarn Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with
ewarn the ebuilds. Thank you.
ewarn
kernel-2_pkg_setup
}

src_prepare(){
epatch ${DISTDIR}/${PF_FILE}
}

src_install() {
kernel-2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
readme.gentoo_print_elog
}

K_EXTRAEINFO=For more info on pf-sources and details on how to report problems,
see: ${HOMEPAGE}.






[gentoo-commits] gentoo-x86 commit in x11-misc/dunst/files: dunst-1.0.0-fix_pause_resume.patch dunst-1.0.0-correctly_handle_num_lock.patch

2014-05-08 Thread Alex Alexander (wired)
wired   14/05/08 05:59:22

  Added:dunst-1.0.0-fix_pause_resume.patch
dunst-1.0.0-correctly_handle_num_lock.patch
  Log:
  backported a couple of fixes from git.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.1  x11-misc/dunst/files/dunst-1.0.0-fix_pause_resume.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/files/dunst-1.0.0-fix_pause_resume.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/files/dunst-1.0.0-fix_pause_resume.patch?rev=1.1content-type=text/plain

Index: dunst-1.0.0-fix_pause_resume.patch
===
https://github.com/knopwob/dunst/commit/04248fd4

From 04248fd49ef6769c7dc7e246fc505ad9c70afe27 Mon Sep 17 00:00:00 2001
From: Sascha Kruse knop...@googlemail.com
Date: Mon, 22 Apr 2013 20:07:35 +
Subject: [PATCH] fix pause/resume

this fixes github issue #98
---
 dunst.c | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

--- a/dunst.c
+++ b/dunst.c
@@ -105,7 +105,7 @@ void update_lists()
 
 if (pause_display) {
 while (displayed-length  0) {
-g_queue_insert_sorted(queue, g_queue_pop_head(queue),
+g_queue_insert_sorted(queue, 
g_queue_pop_head(displayed),
   notification_cmp_data, NULL);
 }
 return;
@@ -240,16 +240,16 @@ gboolean run(void *data)
 timeout_cnt--;
 }
 
-if (displayed-length  0  !xctx.visible) {
-x_win_show();
+if (displayed-length  0  !xctx.visible  !pause_display) {
+x_win_show();
 }
 
-if (displayed-length == 0  xctx.visible) {
-x_win_hide();
+if (xctx.visible  (pause_display || displayed-length == 0)) {
+x_win_hide(); 
 }
 
 if (xctx.visible) {
-x_win_draw();
+x_win_draw();
 }
 
 if (xctx.visible) {
@@ -355,9 +355,11 @@ void pause_signal_handler(int sig)
 {
 if (sig == SIGUSR1) {
 pause_display = true;
+wake_up();
 }
 if (sig == SIGUSR2) {
 pause_display = false;
+wake_up();
 }
 
 signal(sig, pause_signal_handler);
-- 
1.9.1




1.1  
x11-misc/dunst/files/dunst-1.0.0-correctly_handle_num_lock.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/files/dunst-1.0.0-correctly_handle_num_lock.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/files/dunst-1.0.0-correctly_handle_num_lock.patch?rev=1.1content-type=text/plain

Index: dunst-1.0.0-correctly_handle_num_lock.patch
===
https://github.com/knopwob/dunst/commit/be7d2b351

From be7d2b3511dc528b135e5dc6d5358c700fefaa30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= nec...@necoro.net
Date: Mon, 3 Jun 2013 14:39:24 +0200
Subject: [PATCH] Correctly handle Num_Lock.

Find out which modifier key is used by Num_Lock (`x_numlock_mod()`) and
register grabs for both variants: modifier present/not present.
---
 x.c | 73 +++--
 1 file changed, 67 insertions(+), 6 deletions(-)

--- a/x.c
+++ b/x.c
@@ -485,6 +485,58 @@ static void setopacity(Window win, unsigned long opacity)
 
 
 
+/*
+ * Returns the modifier which is NumLock.
+ */
+static KeySym x_numlock_mod()
+{
+static KeyCode nl = 0;
+KeySym sym = 0;
+XModifierKeymap * map = XGetModifierMapping(xctx.dpy);
+
+if (!nl)
+nl = XKeysymToKeycode(xctx.dpy, XStringToKeysym(Num_Lock));
+
+for (int mod = 0; mod  8; mod++) {
+for (int j = 0; j  map-max_keypermod; j++) {
+if (map-modifiermap[mod*map-max_keypermod+j] == nl) {
+/* In theory, one could use `1  mod`, but 
this
+ * could count as 'using implementation 
details',
+ * so use this large switch. */
+switch (mod) {
+case ShiftMapIndex:
+sym = ShiftMask;
+goto end;
+case LockMapIndex:
+sym = LockMask;
+goto end;
+case ControlMapIndex:
+sym = ControlMask;
+ 

[gentoo-commits] gentoo-x86 commit in net-irc/znc: znc-1.4.ebuild ChangeLog znc-9999.ebuild

2014-05-08 Thread Alex Alexander (wired)
wired   14/05/09 05:17:38

  Modified: ChangeLog znc-.ebuild
  Added:znc-1.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.75 net-irc/znc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   8 May 2014 03:28:36 -   1.74
+++ ChangeLog   9 May 2014 05:17:38 -   1.75
@@ -1,6 +1,12 @@
 # ChangeLog for net-irc/znc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.74 2014/05/08 
03:28:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.75 2014/05/09 
05:17:38 wired Exp $
+
+*znc-1.4 (09 May 2014)
+
+  09 May 2014; Alex Alexander wi...@gentoo.org +znc-1.4.ebuild,
+  znc-.ebuild:
+  version bump
 
   08 May 2014; Alex Alexander wi...@gentoo.org znc-1.2-r1.ebuild,
   znc-.ebuild:



1.9  net-irc/znc/znc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?r1=1.8r2=1.9

Index: znc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- znc-.ebuild 8 May 2014 03:28:36 -   1.8
+++ znc-.ebuild 9 May 2014 05:17:38 -   1.9
@@ -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-irc/znc/znc-.ebuild,v 1.8 
2014/05/08 03:28:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v 1.9 
2014/05/09 05:17:38 wired Exp $
 
 EAPI=5
 
@@ -94,7 +94,6 @@
elog
elog Run 'znc --makeconf' as the user you want to run ZNC as
elog to make a configuration file
-   elog If you are using SSL you should also run 'znc --makepem'
elog
else
elog
@@ -105,7 +104,7 @@
elog Run 'emerge --config znc' to configure ZNC
elog as a system-wide daemon.
elog
-   elog If you are using SSL you should also run:
+   elog To generate a new SSL certificate, run:
elog   znc --system-wide-config-as znc --makepem -d 
${CONFDIR}
elog as root
elog



1.1  net-irc/znc/znc-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.1content-type=text/plain

Index: znc-1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v 1.1 2014/05/09 
05:17:38 wired Exp $

EAPI=5

PYTHON_COMPAT=( python{3_2,3_3} )
inherit base python-single-r1 user

MY_PV=${PV/_/-}
DESCRIPTION=An advanced IRC Bouncer

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=${EGIT_REPO_URI:-git://github.com/znc/znc.git}
SRC_URI=
KEYWORDS=
else
SRC_URI=http://znc.in/releases/${PN}-${MY_PV}.tar.gz;
KEYWORDS=~amd64 ~arm ~x86
fi

HOMEPAGE=http://znc.in;
LICENSE=GPL-2
SLOT=0
IUSE=daemon debug ipv6 perl python ssl sasl tcl

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=
perl? ( =dev-lang/perl-5.10 )
sasl? ( =dev-libs/cyrus-sasl-2 )
ssl? ( =dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )

DEPEND=
virtual/pkgconfig
perl? ( dev-lang/swig )
python? (
=dev-lang/swig-2.0.8
=dev-lang/perl-5.10
)
${RDEPEND}


S=${WORKDIR}/${PN}-${MY_PV}

PATCHES=(
${FILESDIR}/${PN}-1.0-systemwideconfig.patch
)

CONFDIR=/var/lib/znc

pkg_setup() {
if use python; then
python-single-r1_pkg_setup
fi
if use daemon; then

[gentoo-commits] gentoo-x86 commit in games-util/gtkevemon: ChangeLog gtkevemon-9999.ebuild

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 00:45:31

  Modified: ChangeLog gtkevemon-.ebuild
  Log:
  icon format changed to svg, bug #509782
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.6  games-util/gtkevemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   19 Nov 2012 11:03:56 -  1.5
+++ ChangeLog   8 May 2014 00:45:31 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/gtkevemon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.5 
2012/11/19 11:03:56 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.6 
2014/05/08 00:45:31 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org gtkevemon-.ebuild:
+  icon format changed to svg, bug #509782
 
   19 Nov 2012; Alex Alexander wi...@gentoo.org gtkevemon-.ebuild:
   fixed bug #437128



1.4  games-util/gtkevemon/gtkevemon-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild?r1=1.3r2=1.4

Index: gtkevemon-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkevemon-.ebuild   19 Nov 2012 11:03:56 -  1.3
+++ gtkevemon-.ebuild   8 May 2014 00:45:31 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild,v 1.3 
2012/11/19 11:03:56 wired Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-.ebuild,v 1.4 
2014/05/08 00:45:31 wired Exp $
 
 EAPI=4
 
@@ -51,7 +51,7 @@
# fixed QA notice
sed -i /^Encoding/d icon/${PN}.desktop
dobin src/${PN}
-   doicon icon/${PN}.png
+   doicon icon/${PN}.svg
domenu icon/${PN}.desktop
dodoc CHANGES README TODO
 }






[gentoo-commits] gentoo-x86 commit in www-client/uget: uget-1.10.4.ebuild uget-9999.ebuild ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 03:05:14

  Modified: uget-.ebuild ChangeLog
  Added:uget-1.10.4.ebuild
  Log:
  version bump (bug #500816). backported gnutls fix. proper LINGUAS support 
(bug #509760). live ebuild update.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.9  www-client/uget/uget-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/uget-.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/uget-.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/uget-.ebuild?r1=1.8r2=1.9

Index: uget-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/uget/uget-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- uget-.ebuild2 Dec 2012 17:09:06 -   1.8
+++ uget-.ebuild8 May 2014 03:05:13 -   1.9
@@ -1,22 +1,30 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-.ebuild,v 1.8 
2012/12/02 17:09:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-.ebuild,v 1.9 
2014/05/08 03:05:13 wired Exp $
 
-EAPI=4
+EAPI=5
+
+inherit autotools eutils
+
+LANGUAGES=linguas_ar linguas_be linguas_bn_BD linguas_cs linguas_da linguas_de
+   linguas_es linguas_fr linguas_hu linguas_id linguas_it linguas_ka_GE 
linguas_pl
+   linguas_pt_BR linguas_ru linguas_tr linguas_uk linguas_vi linguas_zh_CN
+   linguas_zh_TW
+
+IUSE=aria2 +curl gnutls gstreamer hide-temp-files libnotify nls ${LANGUAGES}
 
-IUSE=aria2 +curl gstreamer hide-temp-files libnotify nls
 if [[ ${PV} == ** ]]; then
-   inherit autotools git-2
+   inherit git-2
KEYWORDS=
SRC_URI=
-   EGIT_REPO_URI=git://urlget.git.sourceforge.net/gitroot/urlget/uget
+   EGIT_REPO_URI=git://git.code.sf.net/p/urlget/uget
 else
-   KEYWORDS=~amd64 ~ppc ~x86
+   KEYWORDS=~amd64 ~arm ~ppc ~x86
SRC_URI=mirror://sourceforge/urlget/${P}.tar.gz
 fi
 
 DESCRIPTION=Download manager using gtk+ and libcurl
-HOMEPAGE=http://urlget.sourceforge.net/;
+HOMEPAGE=http://www.ugetdm.com;
 
 LICENSE=LGPL-2.1
 SLOT=0
@@ -28,6 +36,7 @@
=dev-libs/glib-2.32:2
=x11-libs/gtk+-3.4:3
curl? ( =net-misc/curl-7.10 )
+   gnutls? ( net-libs/gnutls dev-libs/libgcrypt )
gstreamer? ( media-libs/gstreamer:0.10 )
libnotify? ( x11-libs/libnotify )

@@ -38,16 +47,19 @@
 
 src_prepare() {
if [[ ${PV} == ** ]]; then
-   eautoreconf
intltoolize || die intltoolize failed
eautoreconf
fi
+
+   # fix LINGUAS not getting applied
+   epatch ${FILESDIR}/${PN}-1.10.4-linguas-fix.patch
 }
 
 src_configure() {
econf $(use_enable nls) \
  $(use_enable curl plugin-curl) \
  $(use_enable aria2 plugin-aria2) \
+ $(use_with gnutls) \
  $(use_enable gstreamer) \
  $(use_enable hide-temp-files hidden) \
  $(use_enable libnotify notify)



1.42 www-client/uget/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   5 Nov 2013 21:04:22 -   1.41
+++ ChangeLog   8 May 2014 03:05:13 -   1.42
@@ -1,6 +1,14 @@
 # ChangeLog for www-client/uget
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.41 2013/11/05 
21:04:22 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.42 2014/05/08 
03:05:13 wired Exp $
+
+*uget-1.10.4 (08 May 2014)
+
+  08 May 2014; Alex Alexander wi...@gentoo.org +uget-1.10.4.ebuild,
+  uget-.ebuild, +files/uget-1.10.4-gnutls-backport-fix.patch,
+  +files/uget-1.10.4-linguas-fix.patch:
+  version bump (bug #500816). backported gnutls fix. proper LINGUAS support
+  (bug #509760). live ebuild update.
 
   05 Nov 2013; Alex Alexander wi...@gentoo.org uget-1.8.0.ebuild,
   uget-1.10.3.ebuild, uget-1.10.3-r1.ebuild:



1.1  www-client/uget/uget-1.10.4.ebuild


[gentoo-commits] gentoo-x86 commit in www-client/uget/files: uget-1.10.4-gnutls-backport-fix.patch uget-1.10.4-linguas-fix.patch

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 03:05:14

  Added:uget-1.10.4-gnutls-backport-fix.patch
uget-1.10.4-linguas-fix.patch
  Log:
  version bump (bug #500816). backported gnutls fix. proper LINGUAS support 
(bug #509760). live ebuild update.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.1  www-client/uget/files/uget-1.10.4-gnutls-backport-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/files/uget-1.10.4-gnutls-backport-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uget/files/uget-1.10.4-gnutls-backport-fix.patch?rev=1.1content-type=text/plain

Index: uget-1.10.4-gnutls-backport-fix.patch
===
diff -u -ru uget-1.10.4-orig/configure.ac uget-1.10.4/configure.ac
--- uget-1.10.4-orig/configure.ac   2014-05-08 05:48:17.316939998 +0300
+++ uget-1.10.4/configure.ac2014-05-08 05:48:34.668232311 +0300
@@ -145,23 +145,45 @@
 )
 
 if test x$plugin_curl = xyes; then
-AC_DEFINE(HAVE_PLUGIN_CURL, 1, [Define to 1 to enable cURL plug-in.])
+   AC_DEFINE(HAVE_PLUGIN_CURL, 1, [Define to 1 to enable cURL plug-in.])
 fi
 
 ## 
 ## GnuTLS
-AC_ARG_ENABLE(
+AC_ARG_WITH(
[gnutls],
-   AC_HELP_STRING([--enable-gnutls], [Enable GnuTLS support.]),
-   [enable_gnutls=$enableval],
-   [enable_gnutls=no]
+   AC_HELP_STRING([--with-gnutls[=@:@no/auto/yes@:@]], [Enable GnuTLS 
support.]),
+   [with_gnutls=$withval],
+   [with_gnutls=auto]
 )
-if test x$enable_gnutls = xyes; then
-  PKG_CHECK_MODULES(GNUTLS, gnutls)
-  AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if gnutls support is required.])
-  # for ArchLinux
-  AC_SUBST(GNUTLS_CFLAGS)
-  AC_SUBST(GNUTLS_LIBS)
+if test x$with_gnutls != xno; then
+#  AC_CHECK_HEADER(gcrypt.h, [USE_GNUTLS_GCRYPT=1], [USE_GNUTLS_GCRYPT=0])
+#  if test $USE_GNUTLS_GCRYPT = 1; then
+#  LIBGCRYPT_CFLAGS=
+#  AC_SUBST(LIBGCRYPT_CFLAGS)
+#  fi
+#  AC_CHECK_HEADER(gcrypt/gcrypt.h, [USE_GNUTLS_GCRYPT=1], 
[USE_GNUTLS_GCRYPT=0])
+#  if test $USE_GNUTLS_GCRYPT = 1; then
+#  LIBGCRYPT_CFLAGS=
+#  AC_SUBST(LIBGCRYPT_CFLAGS, [])
+#  fi
+#  AC_CHECK_LIB(gcrypt, gcry_control, [USE_GNUTLS_GCRYPT=1], 
[USE_GNUTLS_GCRYPT=0])
+#  if test $USE_GNUTLS_GCRYPT = 1; then
+#  LIBGCRYPT_LIBS=-lgcrypt
+#  AC_SUBST(LIBGCRYPT_LIBS, [-lgcrypt])
+#  fi
+   AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config)
+   if test x$LIBGCRYPT_CONFIG = x ; then
+   if test x$with_gnutls = xyes; then
+   AC_MSG_ERROR(Unable to find libgcrypt-config, please 
install libgcrypt)
+   fi
+   else
+   LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
+   LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
+   AC_SUBST(LIBGCRYPT_CFLAGS)
+   AC_SUBST(LIBGCRYPT_LIBS)
+   AC_DEFINE(USE_GNUTLS, 1, [Define to 1 if gnutls support is 
required.])
+   fi
 fi
 
 ## -
@@ -188,7 +210,7 @@
   PKG_CHECK_MODULES(LIBPWMD, [libpwmd-7.0 = 7.0.0])
   AC_DEFINE(HAVE_LIBPWMD, 1, [Define to 1 if libpwmd support is required.])
 fi
-AM_CONDITIONAL([WITH_LIBPWMD],  [test x$enable_pwmd = xyes])
+AM_CONDITIONAL([WITH_LIBPWMD],  [test x$enable_pwmd = xyes])
 
 ## -
 ## HIDE_TEMPORARY_FILE
diff -u -ru uget-1.10.4-orig/uget-gtk/Makefile.am 
uget-1.10.4/uget-gtk/Makefile.am
--- uget-1.10.4-orig/uget-gtk/Makefile.am   2014-05-08 05:48:17.341936098 
+0300
+++ uget-1.10.4/uget-gtk/Makefile.am2014-05-08 05:48:34.668232311 +0300
@@ -1,10 +1,14 @@
 bin_PROGRAMS = uget-gtk
 
-UGET_GTK_LIBS   = @GTK_LIBS@   @GIO_LIBS@   @GTHREAD_LIBS@   @CURL_LIBS@   
@GNUTLS_LIBS@   @LIBNOTIFY_LIBS@   @APP_INDICATOR_LIBS@   @GSTREAMER_LIBS@   
@LIBPWMD_LIBS@
+UGET_GTK_LIBS   = @GTK_LIBS@  @GIO_LIBS@  @GTHREAD_LIBS@  \
+   @CURL_LIBS@  @LIBGCRYPT_LIBS@  \
+   @LIBNOTIFY_LIBS@  @APP_INDICATOR_LIBS@  @GSTREAMER_LIBS@  @LIBPWMD_LIBS@
 
 # set the include path found by configure
 uget_gtk_CPPFLAGS = -DDATADIR='$(datadir)' -I$(top_srcdir)/uglib 
-I$(top_srcdir)/uget-gtk
-uget_gtk_CFLAGS   = @LFS_CFLAGS@  @GTK_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ 
@CURL_CFLAGS@ @GNUTLS_CFLAGS@ @LIBNOTIFY_CFLAGS@ @APP_INDICATOR_CFLAGS@ 
@GSTREAMER_CFLAGS@ @LIBPWMD_CFLAGS@
+uget_gtk_CFLAGS   = @LFS_CFLAGS@  @GTK_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@  \
+   @CURL_CFLAGS@ @LIBGCRYPT_CFLAGS@  \
+   @LIBNOTIFY_CFLAGS@ @APP_INDICATOR_CFLAGS@ @GSTREAMER_CFLAGS@ 
@LIBPWMD_CFLAGS@
 uget_gtk_LDFLAGS  = @LFS_LDFLAGS@
 uget_gtk_LDADD= $(top_builddir)/uglib/libuglib.a $(UGET_GTK_LIBS)
 
diff -u -ru uget-1.10.4-orig/uget-gtk/UgApp-gtk-main.c 
uget-1.10.4/uget-gtk/UgApp-gtk-main.c
--- uget-1.10.4-orig/uget-gtk/UgApp-gtk-main.c  2014-05-08 05:48:17.341936098 
+0300

[gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-9999.ebuild znc-1.2-r1.ebuild

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 03:28:37

  Modified: ChangeLog znc-.ebuild znc-1.2-r1.ebuild
  Log:
  added REQUIRED_USE for python, bug #509640
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.74 net-irc/znc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   7 May 2014 03:36:32 -   1.73
+++ ChangeLog   8 May 2014 03:28:36 -   1.74
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/znc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.73 2014/05/07 
03:36:32 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.74 2014/05/08 
03:28:36 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org znc-1.2-r1.ebuild,
+  znc-.ebuild:
+  added REQUIRED_USE for python, bug #509640
 
   07 May 2014; Alex Alexander wi...@gentoo.org -znc-1.0-r1.ebuild,
   -znc-1.0-r2.ebuild, -znc-1.2.ebuild,



1.8  net-irc/znc/znc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-.ebuild?r1=1.7r2=1.8

Index: znc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- znc-.ebuild 14 Nov 2013 11:35:35 -  1.7
+++ znc-.ebuild 8 May 2014 03:28:36 -   1.8
@@ -1,6 +1,6 @@
-# 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/znc/znc-.ebuild,v 1.7 
2013/11/14 11:35:35 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-.ebuild,v 1.8 
2014/05/08 03:28:36 wired Exp $
 
 EAPI=5
 
@@ -25,6 +25,8 @@
 SLOT=0
 IUSE=daemon debug ipv6 perl python ssl sasl tcl
 
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
 RDEPEND=
perl? ( =dev-lang/perl-5.10 )
sasl? ( =dev-libs/cyrus-sasl-2 )



1.4  net-irc/znc/znc-1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?r1=1.3r2=1.4

Index: znc-1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- znc-1.2-r1.ebuild   19 Apr 2014 10:07:28 -  1.3
+++ znc-1.2-r1.ebuild   8 May 2014 03:28:36 -   1.4
@@ -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-irc/znc/znc-1.2-r1.ebuild,v 1.3 
2014/04/19 10:07:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.4 
2014/05/08 03:28:36 wired Exp $
 
 EAPI=5
 
@@ -25,6 +25,8 @@
 SLOT=0
 IUSE=daemon debug ipv6 perl python ssl sasl tcl
 
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
 RDEPEND=
perl? ( =dev-lang/perl-5.10 )
sasl? ( =dev-libs/cyrus-sasl-2 )






[gentoo-commits] gentoo-x86 commit in app-misc/vifm: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 03:59:46

  Modified: metadata.xml ChangeLog
  Log:
  maintainer-needed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.12 app-misc/vifm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/metadata.xml?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/metadata.xml?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/metadata.xml?r1=1.11r2=1.12

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml18 Jan 2014 00:40:31 -  1.11
+++ metadata.xml8 May 2014 03:59:46 -   1.12
@@ -2,8 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailwi...@gentoo.org/email
-   nameAlex Alexander/name
+   emailmaintainer-nee...@gentoo.org/email
/maintainer
use
flag name=compatibilityCompatibility with previous versions 
of vifm/flag



1.32 app-misc/vifm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   18 Jan 2014 00:40:31 -  1.31
+++ ChangeLog   8 May 2014 03:59:46 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.31 2014/01/18 
00:40:31 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.32 2014/05/08 
03:59:46 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  maintainer-needed
 
 *vifm-0.7.6 (18 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-misc/okindd: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:01:38

  Modified: metadata.xml ChangeLog
  Log:
  removed myself from maintainers list
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.4  x11-misc/okindd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml18 May 2012 23:50:36 -  1.3
+++ metadata.xml8 May 2014 04:01:38 -   1.4
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdqt/herd
-   maintainer
-   emailwi...@gentoo.org/email
-   nameAlex Alexander/name
-   /maintainer
 /pkgmetadata



1.10 x11-misc/okindd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   2 Mar 2013 23:50:34 -   1.9
+++ ChangeLog   8 May 2014 04:01:38 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/okindd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.9 2013/03/02 
23:50:34 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.10 2014/05/08 
04:01:38 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  removed myself from maintainers list
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org okindd-0.6.0.ebuild,
   okindd-0.6.1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/whaw: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:03:02

  Modified: metadata.xml ChangeLog
  Log:
  maintainer-needed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.4  x11-misc/whaw/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/whaw/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml24 Sep 2011 11:06:30 -  1.3
+++ metadata.xml8 May 2014 04:03:02 -   1.4
@@ -1,10 +1,9 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintainer
-emailwi...@gentoo.org/email
-nameAlex Alexander/name
-/maintainer
-longdescription lang=en
-/longdescription
+   maintainer
+   emailmaintainer-nee...@gentoo.org/email
+   /maintainer
+   longdescription lang=en
+   /longdescription
 /pkgmetadata



1.3  x11-misc/whaw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/whaw/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/whaw/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Jul 2009 13:37:59 -  1.2
+++ ChangeLog   8 May 2014 04:03:02 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/whaw
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/whaw/ChangeLog,v 1.2 2009/07/26 
13:37:59 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/whaw/ChangeLog,v 1.3 2014/05/08 
04:03:02 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  maintainer-needed
 
   26 Jul 2009; Alex Alexander wi...@gentoo.org metadata.xml:
   fixed metadata.xml wrt bug 279152






[gentoo-commits] gentoo-x86 commit in x11-misc/qsynergy: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:04:00

  Modified: metadata.xml ChangeLog
  Log:
  removed myself from maintainers list
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.2  x11-misc/qsynergy/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qsynergy/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml3 Jun 2010 19:57:42 -   1.1
+++ metadata.xml8 May 2014 04:03:59 -   1.2
@@ -2,9 +2,5 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdqt/herd
-   maintainer
-   emailwi...@gentoo.org/email
-   nameAlex Alexander/name
-   /maintainer
 /pkgmetadata
 



1.5  x11-misc/qsynergy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qsynergy/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qsynergy/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2013 23:51:55 -   1.4
+++ ChangeLog   8 May 2014 04:03:59 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/qsynergy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qsynergy/ChangeLog,v 1.4 
2013/03/02 23:51:55 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qsynergy/ChangeLog,v 1.5 
2014/05/08 04:03:59 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  removed myself from maintainers list
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org qsynergy-0.9.1-r1.ebuild:
   Move Qt dependencies to the new category






[gentoo-commits] gentoo-x86 commit in www-client/luakit: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:05:33

  Modified: metadata.xml ChangeLog
  Log:
  maintainer-needed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.6  www-client/luakit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-client/luakit/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml15 Jul 2013 18:22:05 -  1.5
+++ metadata.xml8 May 2014 04:05:33 -   1.6
@@ -2,8 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailwi...@gentoo.org/email
-   nameAlex Alexander/name
+   emailmaintainer-nee...@gentoo.org/email
/maintainer
use
flag name=luajitUse the lua just-in-time compiler



1.34 www-client/luakit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   15 Jul 2013 18:22:05 -  1.33
+++ ChangeLog   8 May 2014 04:05:33 -   1.34
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/luakit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v 1.33 
2013/07/15 18:22:05 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v 1.34 
2014/05/08 04:05:33 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  maintainer-needed
 
 *luakit-2012.09.13_p1-r1 (15 Jul 2013)
 






[gentoo-commits] gentoo-x86 commit in www-client/uzbl: metadata.xml ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:06:51

  Modified: metadata.xml ChangeLog
  Log:
  maintainer-needed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.6  www-client/uzbl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-client/uzbl/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml24 Sep 2011 10:52:41 -  1.5
+++ metadata.xml8 May 2014 04:06:51 -   1.6
@@ -2,8 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailwi...@gentoo.org/email
-   nameAlex Alexander/name
+   emailmaintainer-nee...@gentoo.org/email
/maintainer
use
flag name=browserInstall the uzbl-browser script/flag



1.55 www-client/uzbl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/uzbl/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   13 Apr 2014 11:59:05 -  1.54
+++ ChangeLog   8 May 2014 04:06:51 -   1.55
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/uzbl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.54 2014/04/13 
11:59:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.55 2014/05/08 
04:06:51 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org metadata.xml:
+  maintainer-needed
 
   13 Apr 2014; Agostino Sarubbo a...@gentoo.org -uzbl-2010.08.05.ebuild,
   -uzbl-2011.04.12.ebuild, -uzbl-2011.11.28.ebuild:






[gentoo-commits] gentoo-x86 commit in www-misc/surl: ChangeLog surl-0.7.1.1.ebuild

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:24:51

  Modified: ChangeLog
  Added:surl-0.7.1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.3  www-misc/surl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Apr 2010 09:00:26 -  1.2
+++ ChangeLog   8 May 2014 04:24:51 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for www-misc/surl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.2 2010/04/26 
09:00:26 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.3 2014/05/08 
04:24:51 wired Exp $
+
+*surl-0.7.1.1 (08 May 2014)
+
+  08 May 2014; Alex Alexander wi...@gentoo.org +surl-0.7.1.1.ebuild:
+  version bump
 
 *surl-0.7.0-r1 (26 Apr 2010)
 



1.1  www-misc/surl/surl-0.7.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild?rev=1.1content-type=text/plain

Index: surl-0.7.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild,v 1.1 
2014/05/08 04:24:51 wired Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=URL shortening command line application that supports various 
sites.
HOMEPAGE=http://launchpad.net/surl;
SRC_URI=http://launchpad.net/${PN}/trunk/${PV%.*}/+download/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

src_install() {
distutils-r1_src_install

dodoc AUTHORS || die doc install failed
}






[gentoo-commits] gentoo-x86 commit in media-gfx/viewnior: ChangeLog viewnior-1.4.ebuild

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 04:46:40

  Modified: ChangeLog
  Added:viewnior-1.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.17 media-gfx/viewnior/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   26 Jan 2014 10:49:51 -  1.16
+++ ChangeLog   8 May 2014 04:46:40 -   1.17
@@ -1,6 +1,14 @@
 # ChangeLog for media-gfx/viewnior
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.16 
2014/01/26 10:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.17 
2014/05/08 04:46:40 wired Exp $
+
+  08 May 2014; Alex Alexander wi...@gentoo.org +viewnior-1.4.ebuild:
+  version bump
+
+*viewnior-1.4 (08 May 2014)
+
+  08 May 2014; Alex Alexander wi...@gentoo.org +viewnior-1.4.ebuild:
+  version bump
 
   26 Jan 2014; Agostino Sarubbo a...@gentoo.org viewnior-1.3.ebuild:
   Stable for x86, wrt bug #497662



1.1  media-gfx/viewnior/viewnior-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild?rev=1.1content-type=text/plain

Index: viewnior-1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild,v 1.1 
2014/05/08 04:46:40 wired Exp $

EAPI=5
inherit fdo-mime gnome2-utils autotools

DESCRIPTION=Fast and simple image viewer
HOMEPAGE=http://xsisqox.github.com/Viewnior/index.html;
SRC_URI=https://www.dropbox.com/s/zytq0suabesv933/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-libs/glib:2
media-gfx/exiv2
=x11-libs/gtk+-2.20:2
x11-misc/shared-mime-info
RDEPEND=${DEPEND}

DOCS=AUTHORS ChangeLog* NEWS README TODO

src_prepare() {
# fix for bug #454230
sed -r -i s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1: 
configure.ac

eautoreconf
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in x11-misc/dunst/files: - New directory

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 05:57:09

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-misc/dunst/files added to the repository



[gentoo-commits] gentoo-x86 commit in x11-misc/dunst: dunst-1.0.0-r1.ebuild ChangeLog

2014-05-07 Thread Alex Alexander (wired)
wired   14/05/08 05:59:22

  Modified: ChangeLog
  Added:dunst-1.0.0-r1.ebuild
  Log:
  backported a couple of fixes from git.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.6  x11-misc/dunst/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   12 Sep 2013 17:16:38 -  1.5
+++ ChangeLog   8 May 2014 05:59:22 -   1.6
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/dunst
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.5 2013/09/12 
17:16:38 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.6 2014/05/08 
05:59:22 wired Exp $
+
+*dunst-1.0.0-r1 (08 May 2014)
+
+  08 May 2014; Alex Alexander wi...@gentoo.org +dunst-1.0.0-r1.ebuild,
+  +files/dunst-1.0.0-correctly_handle_num_lock.patch,
+  +files/dunst-1.0.0-fix_pause_resume.patch:
+  backported a couple of fixes from git.
 
   12 Sep 2013; Alex Alexander wi...@gentoo.org dunst-1.0.0.ebuild:
   epatch_user support, bug #484356



1.1  x11-misc/dunst/dunst-1.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/dunst-1.0.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/dunst-1.0.0-r1.ebuild?rev=1.1content-type=text/plain

Index: dunst-1.0.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0-r1.ebuild,v 1.1 
2014/05/08 05:59:22 wired Exp $

EAPI=5

inherit eutils

DESCRIPTION=customizable and lightweight notification-daemon
HOMEPAGE=http://www.knopwob.org/dunst/;
SRC_URI=http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=dunstify

CDEPEND=
dev-libs/glib:2
dev-libs/libxdg-basedir
sys-apps/dbus
x11-libs/libXScrnSaver
x11-libs/libXft
x11-libs/libXinerama
x11-libs/cairo[X,glib]
x11-libs/pango[X]
dunstify? ( x11-libs/libnotify )


DEPEND=${CDEPEND}
dev-lang/perl
virtual/pkgconfig

RDEPEND=${CDEPEND}

src_prepare() {
# fixes backported from git
epatch ${FILESDIR}/${P}-correctly_handle_num_lock.patch
epatch ${FILESDIR}/${P}-fix_pause_resume.patch

# Remove nasty CFLAGS which override user choice
sed -ie /^CFLAGS/ {
s:-g::
s:-O.::
} config.mk || die sed failed

if ! use dunstify; then
# don't build dunstify: it pulls in deps but is not being 
installed
sed -ie /^all:/ s:dunstify:: Makefile || die sed failed
fi

epatch_user
}

src_install() {
emake DESTDIR=${D} PREFIX=/usr install

if use dunstify; then
dobin dunstify
fi

dodoc CHANGELOG
}






[gentoo-commits] gentoo-x86 commit in net-irc/znc/files: znc-1.0-webadmin-null-pointer-dereference-fix.patch

2014-05-06 Thread Alex Alexander (wired)
wired   14/05/07 03:36:33

  Removed:  znc-1.0-webadmin-null-pointer-dereference-fix.patch
  Log:
  removed old ebuilds
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)



[gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-1.0-r1.ebuild znc-1.0-r2.ebuild znc-1.2.ebuild

2014-05-06 Thread Alex Alexander (wired)
wired   14/05/07 03:36:32

  Modified: ChangeLog
  Removed:  znc-1.0-r1.ebuild znc-1.0-r2.ebuild znc-1.2.ebuild
  Log:
  removed old ebuilds
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.73 net-irc/znc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   19 Apr 2014 10:07:28 -  1.72
+++ ChangeLog   7 May 2014 03:36:32 -   1.73
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/znc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.72 2014/04/19 
10:07:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.73 2014/05/07 
03:36:32 wired Exp $
+
+  07 May 2014; Alex Alexander wi...@gentoo.org -znc-1.0-r1.ebuild,
+  -znc-1.0-r2.ebuild, -znc-1.2.ebuild,
+  -files/znc-1.0-webadmin-null-pointer-dereference-fix.patch:
+  removed old ebuilds
 
   19 Apr 2014; Agostino Sarubbo a...@gentoo.org znc-1.2-r1.ebuild:
   Stable for x86, wrt bug #507794






[gentoo-commits] gentoo-x86 commit in net-irc/znc/files: znc-1.2-webadmin-correctly-handle-channel-names.patch

2014-04-18 Thread Alex Alexander (wired)
wired   14/04/18 07:25:40

  Added:   
znc-1.2-webadmin-correctly-handle-channel-names.patch
  Log:
  security fix: webadmin/add channel: correctly handle channel names. bug 
#507794
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.1  
net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch?rev=1.1content-type=text/plain

Index: znc-1.2-webadmin-correctly-handle-channel-names.patch
===
https://bugs.gentoo.org/show_bug.cgi?id=507794

From 5e6e3be32acfeadeaf1fb3bb17bada08aec6432f Mon Sep 17 00:00:00 2001
From: Uli Schlachter psyc...@znc.in
Date: Sun, 13 Apr 2014 20:36:55 +0200
Subject: [PATCH] webadmin/add channel: Correctly handle channel names

The CChan constructor makes sure that the channel name begins with a valid
channel prefix. Thus, this could change the name of the resulting channel.

When you edited an irc network which already had a channel #foo, were
connected to IRC (so ZNC knows which prefixes are valid) and added a channel
foo, this would lead to a problem:

Webadmin checks and sees that there is no channel foo yet. Webadmin creates a
new CChan instance for foo. The CChan constructor notices that f is not a
valid channel prefix and instead calls itself #foo. Then,
CIRCNetwork::AddChan() would see that this channel already exists, delete the
given channel and return false.

However, webadmin didn't check this result and would continue changing settings
on an already destroyed CChan instance.

Fix this by checking if the channel exists after CChan had its chance to mess
with the channel name. Also handle failures from CIRCNetwork::AddChan().

Fixes #528.

Signed-off-by: Uli Schlachter psyc...@znc.in
---
 modules/webadmin.cpp | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp
index 40a28d3..90ddfd2 100644
--- a/modules/webadmin.cpp
+++ b/modules/webadmin.cpp
@@ -668,13 +668,19 @@ class CWebAdminMod : public CModule {
return true;
}
 
-   if (pNetwork-FindChan(sChanName.Token(0))) {
-   WebSock.PrintErrorPage(Channel [ + 
sChanName.Token(0) + ] already exists);
+   // This could change the channel name and e.g. add a 
# prefix
+   pChan = new CChan(sChanName, pNetwork, true);
+
+   if (pNetwork-FindChan(pChan-GetName())) {
+   WebSock.PrintErrorPage(Channel [ + 
pChan-GetName() + ] already exists);
+   delete pChan;
return true;
}
 
-   pChan = new CChan(sChanName, pNetwork, true);
-   pNetwork-AddChan(pChan);
+   if (!pNetwork-AddChan(pChan)) {
+   WebSock.PrintErrorPage(Could not add channel 
[ + pChan-GetName() + ]);
+   return true;
+   }
}
 
pChan-SetBufferCount(WebSock.GetParam(buffercount).ToUInt(), 
spSession-IsAdmin());
@@ -700,7 +706,7 @@ class CWebAdminMod : public CModule {
 
CTemplate TmplMod;
TmplMod[User] = pUser-GetUserName();
-   TmplMod[ChanName] = sChanName;
+   TmplMod[ChanName] = pChan-GetName();
TmplMod[WebadminAction] = change;
FOR_EACH_MODULE(it, pNetwork) {
(*it)-OnEmbeddedWebRequest(WebSock, 
webadmin/channel, TmplMod);
-- 
1.9.1







[gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-1.2-r1.ebuild

2014-04-18 Thread Alex Alexander (wired)
wired   14/04/18 07:25:40

  Modified: ChangeLog
  Added:znc-1.2-r1.ebuild
  Log:
  security fix: webadmin/add channel: correctly handle channel names. bug 
#507794
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EB9B4AFA)

Revision  ChangesPath
1.70 net-irc/znc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   14 Nov 2013 11:35:35 -  1.69
+++ ChangeLog   18 Apr 2014 07:25:40 -  1.70
@@ -1,6 +1,13 @@
 # ChangeLog for net-irc/znc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.69 2013/11/14 
11:35:35 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.70 2014/04/18 
07:25:40 wired Exp $
+
+*znc-1.2-r1 (18 Apr 2014)
+
+  18 Apr 2014; Alex Alexander wi...@gentoo.org +znc-1.2-r1.ebuild,
+  +files/znc-1.2-webadmin-correctly-handle-channel-names.patch:
+  security fix: webadmin/add channel: correctly handle channel names. bug
+  #507794
 
 *znc-1.2 (14 Nov 2013)
 



1.1  net-irc/znc/znc-1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.1content-type=text/plain

Index: znc-1.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.1 
2014/04/18 07:25:40 wired Exp $

EAPI=5

PYTHON_COMPAT=( python{3_2,3_3} )
inherit base python-single-r1 user

MY_PV=${PV/_/-}
DESCRIPTION=An advanced IRC Bouncer

if [[ ${PV} == ** ]]; then
inherit git-2
EGIT_REPO_URI=${EGIT_REPO_URI:-git://github.com/znc/znc.git}
SRC_URI=
KEYWORDS=
else
SRC_URI=http://znc.in/releases/${PN}-${MY_PV}.tar.gz;
KEYWORDS=~amd64 ~arm ~x86
fi

HOMEPAGE=http://znc.in;
LICENSE=GPL-2
SLOT=0
IUSE=daemon debug ipv6 perl python ssl sasl tcl

RDEPEND=
perl? ( =dev-lang/perl-5.10 )
sasl? ( =dev-libs/cyrus-sasl-2 )
ssl? ( =dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )

DEPEND=
virtual/pkgconfig
perl? ( dev-lang/swig )
python? (
=dev-lang/swig-2.0.8
=dev-lang/perl-5.10
)
${RDEPEND}


S=${WORKDIR}/${PN}-${MY_PV}

PATCHES=(
${FILESDIR}/${PN}-1.0-systemwideconfig.patch
${FILESDIR}/${P}-webadmin-correctly-handle-channel-names.patch
)

CONFDIR=/var/lib/znc

pkg_setup() {
if use python; then
python-single-r1_pkg_setup
fi
if use daemon; then
enewgroup ${PN}
enewuser ${PN} -1 -1 /dev/null ${PN}
fi
}

src_prepare() {
if [[ ${PV} == ** ]]; then
./autogen.sh
fi

base_src_prepare
}

src_configure() {
econf \
$(use_enable debug) \
$(use_enable ipv6) \
$(use_enable perl) \
$(use python  echo --enable-python=python3) \
$(use_enable sasl cyrus) \
$(use_enable ssl openssl) \
$(use_enable tcl tcl)
}

src_install() {
emake install DESTDIR=${D}
dodoc NOTICE README.md
if use daemon; then
newinitd ${FILESDIR}/znc.initd znc
newconfd ${FILESDIR}/znc.confd znc
fi
}

pkg_postinst() {
if use !daemon; then
elog
elog Run 'znc --makeconf' as the user you want to run ZNC as
elog to make a configuration file
elog If you are using SSL you should also run 'znc --makepem'
elog
else
elog
elog An init-script was installed in /etc/init.d
elog A config file was installed in /etc/conf.d
if [[ ! -d ${EROOT}${CONFDIR} ]]; then
elog
elog Run 'emerge --config znc' to configure ZNC
elog as a system-wide daemon.
elog
elog If you are using SSL you should also run:
elog   znc --system-wide-config-as znc --makepem