[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.20.2.ebuild

2015-07-15 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/07/15 07:20:21

  Modified: ChangeLog
  Added:notmuch-0.20.2.ebuild
  Log:
  Version bump.
  
  NEWS
  
  
  Command-Line Interface
  --
  
  - New `mimetype:` search prefix.
  - Path to gpg is now configurable.
  
  Emacs
  -
  
  - Avoid rendering large text attachements.
  - Improved rendering of CID references in HTML.
  - Bug fix for marking messages read in `notmuch-tree` mode.
  
  Vim
  ---
  
  - Vim client now respects excluded tags.
  
  Notmuch-Mutt
  
  
  - Support messages without Message-IDs.
  
  Library
  ---
  
  - Undeprecate single message mboxes.
  - New error logging facility.
  - Several bug fixes related to stale iterators.
  - New status code returning API for n_query_search_{messages,thread}.
  - Fix for library `install_name` on Mac OS X.
  - Fix for rounding of seconds.
  
  Documentation
  -
  
  - Improved notmuch-search-terms.7.
  
  nmbug-status
  
  - Various improvements.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.117net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.117view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.117content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.116r2=1.117

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   18 Apr 2015 15:56:03 -  1.116
+++ ChangeLog   15 Jul 2015 07:20:21 -  1.117
@@ -1,6 +1,57 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.116 
2015/04/18 15:56:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.117 
2015/07/15 07:20:21 aidecoe Exp $
+
+*notmuch-0.20.2 (14 Jul 2015)
+
+  14 Jul 2015; Amadeusz Żołnowski aide...@gentoo.org
+  +notmuch-0.20.2.ebuild:
+  Version bump.
+
+  NEWS
+  
+
+  Command-Line Interface
+  --
+
+  - New `mimetype:` search prefix.
+  - Path to gpg is now configurable.
+
+  Emacs
+  -
+
+  - Avoid rendering large text attachements.
+  - Improved rendering of CID references in HTML.
+  - Bug fix for marking messages read in `notmuch-tree` mode.
+
+  Vim
+  ---
+
+  - Vim client now respects excluded tags.
+
+  Notmuch-Mutt
+  
+
+  - Support messages without Message-IDs.
+
+  Library
+  ---
+
+  - Undeprecate single message mboxes.
+  - New error logging facility.
+  - Several bug fixes related to stale iterators.
+  - New status code returning API for n_query_search_{messages,thread}.
+  - Fix for library `install_name` on Mac OS X.
+  - Fix for rounding of seconds.
+
+  Documentation
+  -
+
+  - Improved notmuch-search-terms.7.
+
+  nmbug-status
+  
+  - Various improvements.
 
   18 Apr 2015; Pacho Ramos pa...@gentoo.org notmuch-0.18.2.ebuild:
   x86 stable wrt bug #516756



1.1  net-mail/notmuch/notmuch-0.20.2.ebuild

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

Index: notmuch-0.20.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.20.2.ebuild,v 1.1 
2015/07/15 07:20:21 aidecoe Exp $

EAPI=5

DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
distutils-r1 toolchain-funcs

DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
HOMEPAGE=http://notmuchmail.org/;
SRC_URI=${HOMEPAGE%/}/releases/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
REQUIRED_USE=
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt debug emacs python )

IUSE=crypt debug doc emacs mutt nmbug python test

CDEPEND=
=app-shells/bash-completion-1.9
=dev-libs/glib-2.22
=dev-libs/gmime-2.6.7
!=dev-libs/gmime-2.6.19
dev-libs/xapian-1.3
=sys-libs/zlib-1.2.5.2
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( =virtual/emacs-23 )
python? ( ${PYTHON_DEPS} )
x86? ( =dev-libs/xapian-1.2.7-r2 )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen

[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder: ChangeLog logstash-forwarder-0.4.0.ebuild

2015-07-03 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/07/03 19:39:22

  Modified: ChangeLog logstash-forwarder-0.4.0.ebuild
  Log:
  Apply QA fixes suggested by WilliamH.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.5  app-admin/logstash-forwarder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Jun 2015 11:39:27 -   1.4
+++ ChangeLog   3 Jul 2015 19:39:22 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/logstash-forwarder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.4 2015/06/05 11:39:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.5 2015/07/03 19:39:22 aidecoe Exp $
+
+  03 Jul 2015; Amadeusz Żołnowski aide...@gentoo.org
+  logstash-forwarder-0.4.0.ebuild:
+  Apply QA fixes suggested by WilliamH.
 
   05 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.2  
app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild?r1=1.1r2=1.2

Index: logstash-forwarder-0.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logstash-forwarder-0.4.0.ebuild 20 Mar 2015 16:06:41 -  1.1
+++ logstash-forwarder-0.4.0.ebuild 3 Jul 2015 19:39:22 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild,v
 1.1 2015/03/20 16:06:41 aidecoe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild,v
 1.2 2015/07/03 19:39:22 aidecoe Exp $
 
 EAPI=5
 
@@ -15,8 +15,8 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND=dev-lang/go
-RDEPEND=${DEPEND}
+DEPEND=dev-lang/go:=
+RDEPEND=
 
 pkg_setup() {
enewgroup logstash






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-043.ebuild ChangeLog

2015-06-26 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/26 22:27:52

  Modified: ChangeLog
  Added:dracut-043.ebuild
  Log:
  Version bump. Rels bug #553270. This revision is 100% pure upstream, no
  Gentoo patches. (-:
  
  NEWS
  
  - fixed dmsetup shutdown
  - new kernel command line option rd.live.overlay.thin
  - dmsquash: Add squashfs support to rd.live.fsimg
  - lvm: add support for LVM system id
  - split up the systemd dracut module
  - support for creating a UEFI boot executable via argument --uefi
  - network: split out kernel-network-modules, now in 90kernel-network-modules
  - support for ethernet point-to-point connections configured via DHCP
  - kernel-modules: install all HID drivers
  - dracut.pc pkg-config file
  - mount /dev, /dev/shm and /run noexec
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.196sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   7 Jun 2015 16:39:50 -   1.195
+++ ChangeLog   26 Jun 2015 22:27:52 -  1.196
@@ -1,6 +1,26 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.195 
2015/06/07 16:39:50 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.196 
2015/06/26 22:27:52 aidecoe Exp $
+
+*dracut-043 (26 Jun 2015)
+
+  26 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org +dracut-043.ebuild:
+  Version bump. Rels bug #553270. This revision is 100% pure upstream, no
+  Gentoo patches. (-:
+
+  NEWS
+  
+  - fixed dmsetup shutdown
+  - new kernel command line option rd.live.overlay.thin
+  - dmsquash: Add squashfs support to rd.live.fsimg
+  - lvm: add support for LVM system id
+  - split up the systemd dracut module
+  - support for creating a UEFI boot executable via argument --uefi
+  - network: split out kernel-network-modules, now in 90kernel-network-modules
+  - support for ethernet point-to-point connections configured via DHCP
+  - kernel-modules: install all HID drivers
+  - dracut.pc pkg-config file
+  - mount /dev, /dev/shm and /run noexec
 
   07 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-041-r2.ebuild,
   +dracut-041-r3.ebuild,



1.1  sys-kernel/dracut/dracut-043.ebuild

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

Index: dracut-043.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-043.ebuild,v 1.1 
2015/06/26 22:27:52 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| (
=sys-apps/sysvinit-2.87-r3
sys-apps/systemd[sysv-utils]
sys-apps/systemd-sysv-utils
)
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-0005-base-dracut-lib.sh-remove-bashism.patch

2015-06-07 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/07 16:39:51

  Added:041-0005-base-dracut-lib.sh-remove-bashism.patch
  Log:
  Remove bashism. Fix bug #541216 on behalf of Alexander Tsoy
  alexan...@tsoy.me.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-0005-base-dracut-lib.sh-remove-bashism.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0005-base-dracut-lib.sh-remove-bashism.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0005-base-dracut-lib.sh-remove-bashism.patch?rev=1.1content-type=text/plain

Index: 041-0005-base-dracut-lib.sh-remove-bashism.patch
===
From 7ab0852f24a803ea2c9b0d8e1ce45d13cdd25320 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy alexan...@tsoy.me
Date: Tue, 24 Feb 2015 22:28:24 +0300
Subject: [PATCH 5/5] base/dracut-lib.sh: remove bashism

---
 modules.d/99base/dracut-lib.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
index 5c1504f..c1a22b6 100755
--- a/modules.d/99base/dracut-lib.sh
+++ b/modules.d/99base/dracut-lib.sh
@@ -886,7 +886,9 @@ dev_unit_name()
 dev=${dev##/}
 dev=$(str_replace $dev '\' '\x5c')
 dev=$(str_replace $dev '-' '\x2d')
-dev=${dev/#\./\\x2e}
+if [ ${dev##.} != $dev ]; then
+dev=\x2e${dev##.}
+fi
 dev=$(str_replace $dev '/' '-')
 
 printf -- %s $dev
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-041-r3.ebuild ChangeLog dracut-041-r2.ebuild

2015-06-07 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/07 16:39:51

  Modified: ChangeLog
  Added:dracut-041-r3.ebuild
  Removed:  dracut-041-r2.ebuild
  Log:
  Remove bashism. Fix bug #541216 on behalf of Alexander Tsoy
  alexan...@tsoy.me.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.195sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   4 Jun 2015 18:46:41 -   1.194
+++ ChangeLog   7 Jun 2015 16:39:50 -   1.195
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.194 
2015/06/04 18:46:41 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.195 
2015/06/07 16:39:50 aidecoe Exp $
+
+  07 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-041-r2.ebuild,
+  +dracut-041-r3.ebuild,
+  +files/041-0005-base-dracut-lib.sh-remove-bashism.patch:
+  Remove bashism. Fix bug #541216 on behalf of Alexander Tsoy
+  alexan...@tsoy.me.
 
   04 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org dracut-041-r2.ebuild,
   +files/041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,



1.3  sys-kernel/dracut/dracut-041-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r3.ebuild?r1=1.2r2=1.3







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-041.ebuild

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:41:28

  Modified: ChangeLog
  Removed:  dracut-041.ebuild
  Log:
  Remove old revision of 041.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.193sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   2 Jun 2015 19:09:49 -   1.192
+++ ChangeLog   4 Jun 2015 18:41:28 -   1.193
@@ -1,6 +1,14 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.192 
2015/06/02 19:09:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.193 
2015/06/04 18:41:28 aidecoe Exp $
+
+  04 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-041.ebuild,
+  -files/041-0001-dracut-functions.sh-support-for-altern.patch,
+  -files/041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  -files/041-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  -files/041-0004-Install-dracut-install-into-libexec-di.patch,
+  -files/041-0005-Take-into-account-lib64-dirs-when-dete.patch:
+  Remove old revision of 041.
 
   02 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org dracut-041-r2.ebuild,
   -dracut-041-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch 041-0005-Take-into-account-lib64-dirs-when-dete.patch 041-0004-Install-dracut-insta

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:41:28

  Removed: 
041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
041-0005-Take-into-account-lib64-dirs-when-dete.patch
041-0004-Install-dracut-install-into-libexec-di.patch
041-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-0001-dracut-functions.sh-support-for-altern.patch
  Log:
  Remove old revision of 041.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp/files: hddgentoo.db

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:34:30

  Modified: hddgentoo.db
  Log:
  Add new drives to hddgentoo.db. Rels bug #545876 and bug #550490.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.55 app-admin/hddtemp/files/hddgentoo.db

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?r1=1.54r2=1.55

Index: hddgentoo.db
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hddgentoo.db23 Dec 2014 15:47:28 -  1.54
+++ hddgentoo.db4 Jun 2015 18:34:30 -   1.55
@@ -11,6 +11,8 @@
 WDC WD3200AAKS-00SBA0194 C 
Western Digital WD3200AAKS-00SBA0
 ST3120813AS  194 C Seagate 
ST3120813AS
 ST3250620AS  194 C Seagate 
ST3250620AS
+ST3808110AS  194 C Seagate 
Barracuda 7200.9 SATA2 80GB 8MB
+ST3250824AS  194 C Seagate 
Barracuda 7200.9 SATA2 250GB 8MB
 ST3250310AS  194 C Seagate 
Barracuda 7200.10 SATA 250GB 8MB
 ST3500320AS  194 C Seagate 
Barracuda 7200.11 SATA 500GB 32MB
 ST3320613AS  194 C Seagate 
Barracuda 7200.11 SATA 320GB 16MB
@@ -231,3 +233,4 @@
 6G160E0  194 C Maxtor 
DiamondMax 17 - 160GB - 8MB Cache SATA
 WDC WD7500BFCX-68N6GN0   194 C Western 
Digital Red 750GB SATA
 Hitachi HTS547575A9E384  190 C Hitachi 
Travelstar 5K750 750GB SATA2 5400RPM 8MB
+WDC WD30PURX-64P6ZY0 194 C Western 
Digital Purple 3TB 64MB Cache






[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp: ChangeLog

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:34:30

  Modified: ChangeLog
  Log:
  Add new drives to hddgentoo.db. Rels bug #545876 and bug #550490.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.161app-admin/hddtemp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?rev=1.161view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?rev=1.161content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?r1=1.160r2=1.161

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   23 Dec 2014 15:47:28 -  1.160
+++ ChangeLog   4 Jun 2015 18:34:30 -   1.161
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/hddtemp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.160 
2014/12/23 15:47:28 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.161 
2015/06/04 18:34:30 aidecoe Exp $
+
+  04 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org files/hddgentoo.db:
+  Add new drives to hddgentoo.db. Rels bug #545876 and bug #550490.
 
   23 Dec 2014; Michał Górny mgo...@gentoo.org files/hddgentoo.db:
   Add HTS547575A9E384, provided by Olexandr Burlaka,






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-041-r2.ebuild

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:46:41

  Modified: ChangeLog dracut-041-r2.ebuild
  Log:
  Rename patches.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.194sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   4 Jun 2015 18:41:28 -   1.193
+++ ChangeLog   4 Jun 2015 18:46:41 -   1.194
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.193 
2015/06/04 18:41:28 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.194 
2015/06/04 18:46:41 aidecoe Exp $
+
+  04 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org dracut-041-r2.ebuild,
+  +files/041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  -files/041-r2-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/041-0002-Install-dracut-install-and-skipcpio-in.patch,
+  -files/041-r2-0002-Install-dracut-install-and-skipcpio-in.patch,
+  +files/041-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  -files/041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  +files/041-0004-Portability-fixes.patch,
+  -files/041-r2-0004-Portability-fixes.patch:
+  Rename patches.
 
   04 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-041.ebuild,
   -files/041-0001-dracut-functions.sh-support-for-altern.patch,



1.4  sys-kernel/dracut/dracut-041-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?r1=1.3r2=1.4

Index: dracut-041-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dracut-041-r2.ebuild2 Jun 2015 19:09:49 -   1.3
+++ dracut-041-r2.ebuild4 Jun 2015 18:46:41 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.3 2015/06/02 19:09:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.4 2015/06/04 18:46:41 aidecoe Exp $
 
 EAPI=4
 
@@ -49,10 +49,10 @@
README.testsuite TODO )
 MY_LIBDIR=/usr/lib
 PATCHES=(
-   ${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
-   ${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
-   ${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
-   ${FILESDIR}/${PVR}-0004-Portability-fixes.patch
+   ${FILESDIR}/${PV}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
+   ${FILESDIR}/${PV}-0002-Install-dracut-install-and-skipcpio-in.patch
+   ${FILESDIR}/${PV}-0003-Take-into-account-lib64-dirs-when-dete.patch
+   ${FILESDIR}/${PV}-0004-Portability-fixes.patch
)
 QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-0003-Take-into-account-lib64-dirs-when-dete.patch 041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch 041-0002-Install-dracut-insta

2015-06-04 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/04 18:46:41

  Added:   
041-0003-Take-into-account-lib64-dirs-when-dete.patch
041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-0002-Install-dracut-install-and-skipcpio-in.patch
041-0004-Portability-fixes.patch
  Removed: 
041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch
041-r2-0004-Portability-fixes.patch
041-r2-0002-Install-dracut-install-and-skipcpio-in.patch
041-r2-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
  Log:
  Rename patches.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-0003-Take-into-account-lib64-dirs-when-dete.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0003-Take-into-account-lib64-dirs-when-dete.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0003-Take-into-account-lib64-dirs-when-dete.patch?rev=1.1content-type=text/plain

Index: 041-0003-Take-into-account-lib64-dirs-when-dete.patch
===
From acfd4d98e821dbaa9ae68dde82fb8843fbf5de59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Sun, 11 Jan 2015 15:10:39 +0100
Subject: [PATCH 3/4] Take into account lib64 dirs when detecting version,
 modules and params

---
 lsinitrd.sh | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/lsinitrd.sh b/lsinitrd.sh
index 2ed6e56..0355c87 100755
--- a/lsinitrd.sh
+++ b/lsinitrd.sh
@@ -108,6 +108,12 @@ if ! [[ -f $image ]]; then
 exit 1
 fi
 
+dracutlibdirs() {
+for d in lib64/dracut lib/dracut usr/lib64/dracut usr/lib/dracut; do
+echo $d/$1
+done
+}
+
 extract_files()
 {
 (( ${#filenames[@]} == 1 ))  nofileinfo=1
@@ -124,7 +130,8 @@ extract_files()
 list_modules()
 {
 echo dracut modules:
-$CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/modules.txt' 'usr/lib/dracut/modules.txt' 2/dev/null
+$CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs modules.txt) 2/dev/null
 ((ret+=$?))
 }
 
@@ -217,7 +224,8 @@ ret=0
 if (( ${#filenames[@]}  0 )); then
 extract_files
 else
-version=$($CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/dracut-*' 'usr/lib/dracut/dracut-*' 2/dev/null)
+version=$($CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs 'dracut-*') 2/dev/null)
 ((ret+=$?))
 echo Version: $version
 echo
@@ -226,7 +234,8 @@ else
 echo 

 else
 echo -n Arguments: 
-$CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/build-parameter.txt' 'usr/lib/dracut/build-parameter.txt' 
2/dev/null
+$CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs build-parameter.txt) 2/dev/null
 echo
 list_modules
 list_files
-- 
2.3.3




1.1  
sys-kernel/dracut/files/041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch?rev=1.1content-type=text/plain

Index: 041-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
===
From 89334439113c0ea8196ac5e9e188e6a1bbebe267 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:37:09 +0200
Subject: [PATCH 1/4] Use the same paths in dracut.sh as those set with
 configure script

Makefile alters destination main dracut script and sets dracutbasedir to
the value of pkglibdir set in configure.
---
 Makefile  | 3 +++
 dracut.sh | 9 -
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 41ae274..41968b0 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,9 @@ install: dracut-version.sh
mkdir -p $(DESTDIR)$(pkglibdir)/modules.d
mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
install -m 0755 dracut.sh $(DESTDIR)$(bindir)/dracut
+   sed -r \
+   -e s|^(pkglibdir)=.*|\1=$(pkglibdir)| \
+   -i $(DESTDIR)$(bindir)/dracut
install -m 0755 dracut-catimages.sh $(DESTDIR)$(bindir)/dracut-catimages
install -m 0755 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-041-r3.ebuild ChangeLog

2015-06-02 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/02 09:34:01

  Modified: ChangeLog
  Added:dracut-041-r3.ebuild
  Log:
  Make dracut tools compile on musl. Fix bug #550204.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.191sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   31 Mar 2015 10:54:29 -  1.190
+++ ChangeLog   2 Jun 2015 09:34:01 -   1.191
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.190 
2015/03/31 10:54:29 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.191 
2015/06/02 09:34:01 aidecoe Exp $
+
+*dracut-041-r3 (02 Jun 2015)
+
+  02 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org +dracut-041-r3.ebuild,
+  +files/041-r2-0004-Portability-fixes.patch:
+  Make dracut tools compile on musl. Fix bug #550204.
 
   31 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org dracut-040-r3.ebuild,
   dracut-041.ebuild, dracut-041-r2.ebuild:



1.1  sys-kernel/dracut/dracut-041-r3.ebuild

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

Index: dracut-041-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r3.ebuild,v 1.1 
2015/06/02 09:34:01 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| (
=sys-apps/sysvinit-2.87-r3
sys-apps/systemd[sysv-utils]
sys-apps/systemd-sysv-utils
)
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
${FILESDIR}/${PVR}-0004-Portability-fixes.patch
)
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local libdirs=/$(get_libdir) /usr/$(get_libdir)
if [[ ${SYMLINK_LIB} = yes ]]; then
# Preserve lib - lib64 symlinks in initramfs
 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-r2-0004-Portability-fixes.patch

2015-06-02 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/02 09:34:01

  Added:041-r2-0004-Portability-fixes.patch
  Log:
  Make dracut tools compile on musl. Fix bug #550204.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  sys-kernel/dracut/files/041-r2-0004-Portability-fixes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0004-Portability-fixes.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0004-Portability-fixes.patch?rev=1.1content-type=text/plain

Index: 041-r2-0004-Portability-fixes.patch
===
From 82f7e46c8fdb2bb41b7b26916e463add7af70a94 Mon Sep 17 00:00:00 2001
From: xtraeme xtra...@voidlinux.eu
Date: Tue, 2 Jun 2015 11:11:21 +0200
Subject: [PATCH 5/5] Portability fixes:

- Use uid_t not __uid_t.
- Define _GNU_SOURCE for cpu_set_t and others.
- Include string.h for strncmp().
- Detect musl's ldd error message.
---
 install/dracut-install.c | 7 ++-
 install/util.h   | 3 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/install/dracut-install.c b/install/dracut-install.c
index 201f181..0ff5c49 100644
--- a/install/dracut-install.c
+++ b/install/dracut-install.c
@@ -222,7 +222,7 @@ static int cp(const char *src, const char *dst)
 if (ret == 0) {
 struct timeval tv[2];
 if (fchown(dest_desc, sb.st_uid, sb.st_gid) != 0)
-if(fchown(dest_desc, (__uid_t) - 1, sb.st_gid) 
!= 0)
+if(fchown(dest_desc, (uid_t) - 1, sb.st_gid) 
!= 0)
 log_error(Failed to chown %s: %m, dst);
 tv[0].tv_sec = sb.st_atime;
 tv[0].tv_usec = 0;
@@ -388,6 +388,11 @@ static int resolve_deps(const char *src)
 break;
 }
 
+   /* musl ldd */
+   if (strstr(buf, Not a valid dynamic program))
+   break;
+
+   /* glibc */
 if (strstr(buf, not a dynamic executable))
 break;
 
diff --git a/install/util.h b/install/util.h
index cc7b988..2ad3254 100644
--- a/install/util.h
+++ b/install/util.h
@@ -20,6 +20,8 @@
   along with systemd; If not, see http://www.gnu.org/licenses/.
 ***/
 
+#define _GNU_SOURCE
+
 #include inttypes.h
 #include time.h
 #include sys/time.h
@@ -27,6 +29,7 @@
 #include stdbool.h
 #include stdlib.h
 #include stdio.h
+#include string.h
 #include signal.h
 #include sched.h
 #include limits.h
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-041-r2.ebuild ChangeLog dracut-041-r3.ebuild

2015-06-02 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/06/02 19:09:49

  Modified: dracut-041-r2.ebuild ChangeLog
  Removed:  dracut-041-r3.ebuild
  Log:
  Remove unnecessarily rev-bumped ebuild. Add new patch in -r3 to -r2.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  sys-kernel/dracut/dracut-041-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?r1=1.2r2=1.3

Index: dracut-041-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dracut-041-r2.ebuild31 Mar 2015 10:54:29 -  1.2
+++ dracut-041-r2.ebuild2 Jun 2015 19:09:49 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.2 2015/03/31 10:54:29 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.3 2015/06/02 19:09:49 aidecoe Exp $
 
 EAPI=4
 
@@ -52,6 +52,7 @@
${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
+   ${FILESDIR}/${PVR}-0004-Portability-fixes.patch
)
 QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install



1.192sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog   2 Jun 2015 09:34:01 -   1.191
+++ ChangeLog   2 Jun 2015 19:09:49 -   1.192
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.191 
2015/06/02 09:34:01 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.192 
2015/06/02 19:09:49 aidecoe Exp $
+
+  02 Jun 2015; Amadeusz Żołnowski aide...@gentoo.org dracut-041-r2.ebuild,
+  -dracut-041-r3.ebuild:
+  Remove unnecessarily rev-bumped ebuild. Add new patch in -r3 to -r2.
 
 *dracut-041-r3 (02 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in app-backup/burp: burp-1.3.48.ebuild ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:19:20

  Modified: burp-1.3.48.ebuild ChangeLog
  Log:
  burp is working on x86 for me. Add ~x86 to KEYWORDS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  app-backup/burp/burp-1.3.48.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild?r1=1.2r2=1.3

Index: burp-1.3.48.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- burp-1.3.48.ebuild  8 Apr 2015 19:13:54 -   1.2
+++ burp-1.3.48.ebuild  9 Apr 2015 16:19:20 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.3 
2015/04/09 16:19:20 aidecoe Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=AGPL-3
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=acl afs ipv6 nls ssl tcpd xattr
 
 DEPEND=



1.11 app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Apr 2015 16:17:21 -   1.10
+++ ChangeLog   9 Apr 2015 16:19:20 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.10 2015/04/09 
16:17:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.11 2015/04/09 
16:19:20 aidecoe Exp $
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.3.48.ebuild:
+  burp is working on x86 for me. Add ~x86 to KEYWORDS.
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.4.34.ebuild:
   Restore ~amd64 keyword.






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:12:40

  Modified: ChangeLog
  Log:
  Add missing files.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.8  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   9 Apr 2015 16:02:04 -   1.7
+++ ChangeLog   9 Apr 2015 16:12:40 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.7 2015/04/09 
16:02:04 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.8 2015/04/09 
16:12:40 aidecoe Exp $
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org
+  +files/1.4.34-bedup-conf-path.patch, +files/1.4.34-tinfo.patch:
+  Add missing files.
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.4.34.ebuild:
   Remove ~amd64 keyword for a moment until ebuild is fixed. Sorry!






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog burp-1.4.34.ebuild

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 15:53:36

  Modified: ChangeLog
  Added:burp-1.4.34.ebuild
  Log:
  Version bump.
  
  Changes since 1.4.26:
  
  * Fix bug where permissions would not be backed up correctly when only
permissions have changed.
  * Support librsync-1.0.0.
  * Allow syslog and stdout logging at the same time.
  * Better SSL error logging.
  * Replace c_rehash with a line of shell script.
  * Add soft/hard quota feature.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.5  app-backup/burp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Apr 2015 15:19:11 -   1.4
+++ ChangeLog   9 Apr 2015 15:53:36 -   1.5
@@ -1,6 +1,21 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.4 2015/04/09 
15:19:11 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.5 2015/04/09 
15:53:36 aidecoe Exp $
+
+*burp-1.4.34 (09 Apr 2015)
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org +burp-1.4.34.ebuild:
+  Version bump.
+
+  Changes since 1.4.26:
+
+  * Fix bug where permissions would not be backed up correctly when only
+permissions have changed.
+  * Support librsync-1.0.0.
+  * Allow syslog and stdout logging at the same time.
+  * Better SSL error logging.
+  * Replace c_rehash with a line of shell script.
+  * Add soft/hard quota feature.
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org files/burp.initd:
   Apply improvements to initd script by Marcin Mirosław. Fix bug #533150.



1.1  app-backup/burp/burp-1.4.34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.1content-type=text/plain

Index: burp-1.4.34.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v 1.1 
2015/04/09 15:53:36 aidecoe Exp $

EAPI=5

inherit autotools eutils user

DESCRIPTION=Network backup and restore client and server for Unix and Windows
HOMEPAGE=http://burp.grke.org/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=AGPL-3
SLOT=0
KEYWORDS=~amd64
IUSE=acl afs ipv6 nls ssl tcpd xattr

DEPEND=
dev-libs/uthash
sys-libs/libcap
net-libs/librsync
sys-libs/ncurses
sys-libs/zlib
acl? ( sys-apps/acl )
afs? ( net-fs/openafs )
nls? ( sys-devel/gettext )
ssl? ( dev-libs/openssl:0 )
tcpd? ( sys-apps/tcp-wrappers )
xattr? ( sys-apps/attr )

RDEPEND=${DEPEND}
virtual/logger


DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
PATCHES=(
${FILESDIR}/${PV}-bedup-conf-path.patch
${FILESDIR}/${PV}-tinfo.patch
)
S=${WORKDIR}/burp

pkg_setup() {
enewgroup ${PN}
enewuser ${PN} -1   ${PN}
}

src_prepare() {
epatch ${PATCHES[@]}
eautoreconf
}

src_configure() {
local myeconfargs=(
--sbindir=/usr/sbin
--sysconfdir=/etc/burp
--enable-largefile
$(use_with ssl openssl)
$(use_enable acl)
$(use_enable afs)
$(use_enable ipv6)
$(use_enable nls)
$(use_enable xattr)
$(use_with tcpd tcp-wrappers)
)
econf ${myeconfargs[@]}
}

src_install() {
default

fowners root:burp /etc/burp /var/spool/burp
fperms 0775 /etc/burp /var/spool/burp
fowners root:burp /etc/burp/clientconfdir
fperms 0750 /etc/burp/clientconfdir
fowners root:burp /etc/burp/burp-server.conf
fperms 0640 /etc/burp/burp-server.conf

newinitd ${FILESDIR}/${PN}.initd ${PN}
dodoc docs/*

sed -e 's|^# user=graham|user = burp|' \
-e 's|^# group=nogroup|group = burp|' \
-e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \
-i ${D}/etc/burp/burp-server.conf || die
}

pkg_postinst() {
if use ssl  [ ! -e /etc/burp/CA/index.txt ]; then
elog At first run burp 

[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 15:56:52

  Modified: ChangeLog
  Log:
  Add bug ID.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.6  app-backup/burp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Apr 2015 15:53:36 -   1.5
+++ ChangeLog   9 Apr 2015 15:56:52 -   1.6
@@ -1,11 +1,11 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.5 2015/04/09 
15:53:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.6 2015/04/09 
15:56:52 aidecoe Exp $
 
 *burp-1.4.34 (09 Apr 2015)
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org +burp-1.4.34.ebuild:
-  Version bump.
+  Version bump.  Rels bug #545806.
 
   Changes since 1.4.26:
 






[gentoo-commits] gentoo-x86 commit in app-backup/burp: burp-1.4.34.ebuild ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:02:05

  Modified: burp-1.4.34.ebuild ChangeLog
  Log:
  Remove ~amd64 keyword for a moment until ebuild is fixed. Sorry!
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-backup/burp/burp-1.4.34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?r1=1.1r2=1.2

Index: burp-1.4.34.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.4.34.ebuild  9 Apr 2015 15:53:36 -   1.1
+++ burp-1.4.34.ebuild  9 Apr 2015 16:02:04 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v 1.1 
2015/04/09 15:53:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v 1.2 
2015/04/09 16:02:04 aidecoe Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=AGPL-3
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=
 IUSE=acl afs ipv6 nls ssl tcpd xattr
 
 DEPEND=
@@ -37,7 +37,6 @@
${FILESDIR}/${PV}-bedup-conf-path.patch
${FILESDIR}/${PV}-tinfo.patch
)
-S=${WORKDIR}/burp
 
 pkg_setup() {
enewgroup ${PN}



1.7  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   9 Apr 2015 15:56:52 -   1.6
+++ ChangeLog   9 Apr 2015 16:02:04 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.6 2015/04/09 
15:56:52 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.7 2015/04/09 
16:02:04 aidecoe Exp $
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.4.34.ebuild:
+  Remove ~amd64 keyword for a moment until ebuild is fixed. Sorry!
 
 *burp-1.4.34 (09 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-backup/burp/files: burp.initd

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 15:19:10

  Modified: burp.initd
  Log:
  Apply improvements to initd script by Marcin Mirosław. Fix bug #533150.
  
  Clean up script. Don't check /etc/burp/CA path because it's created correctly
  by burp at startup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-backup/burp/files/burp.initd

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

Index: burp.initd
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/files/burp.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp.initd  1 Dec 2014 16:28:47 -   1.1
+++ burp.initd  9 Apr 2015 15:19:10 -   1.2
@@ -1,9 +1,21 @@
 #!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/files/burp.initd,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/files/burp.initd,v 1.2 
2015/04/09 15:19:10 aidecoe Exp $
 
-PIDFILE=/run/burp-server.pid
+BURP_CONFIG=/etc/burp/burp-server.conf
+
+description=Burp is a network backup and restore program
+
+command=/usr/sbin/burp
+command_args=-c '${BURP_CONFIG}' -F
+command_background=yes
+pidfile=/run/burp-server.pid
+start_stop_daemon_arg=--make-pidfile --wait 500
+
+extra_started_commands=reload summary
+description_reload=Reloads configuration
+description_summary=Displays main status monitor summary
 
 depend() {
need localmount
@@ -11,25 +23,19 @@
use net
 }
 
-start() {
-   ebegin Starting burp server
+start_pre() {
checkpath -o burp:burp -m 0775 -d /run/lock/burp
checkpath -o root:burp -m 0775 -d /etc/burp
-   checkpath -o root:burp -m 0775 -d /etc/burp/CA
checkpath -o root:burp -m 0750 -d /etc/burp/clientconfdir
checkpath -o root:burp -m 0640 -f /etc/burp/burp-server.conf
-   start-stop-daemon --start \
-   --pidfile $PIDFILE \
-   --make-pidfile \
-   --background \
-   --wait 500 \
-   --exec /usr/sbin/burp -- -c /etc/burp/burp-server.conf -F
-   eend $? Failed to start burp server
 }
 
-stop() {
-   ebegin Stopping burp server
-   start-stop-daemon --stop \
-   --pidfile $PIDFILE
-   eend $? Failed to stop burp server
+reload() {
+   ebegin Reloading ${SVCNAME} configuration
+   start-stop-daemon --exec ${command} --signal HUP
+   eend $?
+}
+
+summary() {
+   ${command} -c ${BURP_CONFIG} -a S
 }






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 15:19:11

  Modified: ChangeLog
  Log:
  Apply improvements to initd script by Marcin Mirosław. Fix bug #533150.
  
  Clean up script. Don't check /etc/burp/CA path because it's created correctly
  by burp at startup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.4  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Apr 2015 19:13:54 -   1.3
+++ ChangeLog   9 Apr 2015 15:19:11 -   1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.3 2015/04/08 
19:13:54 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.4 2015/04/09 
15:19:11 aidecoe Exp $
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org files/burp.initd:
+  Apply improvements to initd script by Marcin Mirosław. Fix bug #533150.
+
+  Clean up script. Don't check /etc/burp/CA path because it's created correctly
+  by burp at startup.
 
   08 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.3.8.ebuild,
   burp-1.3.48.ebuild, burp-1.4.26.ebuild:






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog burp-1.4.34.ebuild

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:17:21

  Modified: ChangeLog burp-1.4.34.ebuild
  Log:
  Restore ~amd64 keyword.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.10 app-backup/burp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Apr 2015 16:14:46 -   1.9
+++ ChangeLog   9 Apr 2015 16:17:21 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.9 2015/04/09 
16:14:46 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.10 2015/04/09 
16:17:21 aidecoe Exp $
+
+  09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.4.34.ebuild:
+  Restore ~amd64 keyword.
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org
   +files/1.4.34-bedup-conf-path.patch, +files/1.4.34-tinfo.patch:



1.3  app-backup/burp/burp-1.4.34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild?r1=1.2r2=1.3

Index: burp-1.4.34.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- burp-1.4.34.ebuild  9 Apr 2015 16:02:04 -   1.2
+++ burp-1.4.34.ebuild  9 Apr 2015 16:17:21 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v 1.2 
2015/04/09 16:02:04 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.34.ebuild,v 1.3 
2015/04/09 16:17:21 aidecoe Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=AGPL-3
 SLOT=0
-KEYWORDS=
+KEYWORDS=~amd64
 IUSE=acl afs ipv6 nls ssl tcpd xattr
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in app-backup/burp/files: 1.4.34-tinfo.patch 1.4.34-bedup-conf-path.patch

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:12:40

  Added:1.4.34-tinfo.patch 1.4.34-bedup-conf-path.patch
  Log:
  Add missing files.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  app-backup/burp/files/1.4.34-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.34-tinfo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.34-tinfo.patch?rev=1.1content-type=text/plain

Index: 1.4.34-tinfo.patch
===
diff -Naur burp/configure.ac burp-new/configure.ac
--- burp/configure.ac   2014-10-28 12:45:56.0 +0100
+++ burp-new/configure.ac   2014-11-10 17:40:50.996955441 +0100
@@ -1203,13 +1203,12 @@
 fi
 
 AC_CHECK_HEADERS(ncurses.h)
-AC_CHECK_LIB(ncurses, curs_set, [NCURSES_LIBS=-lncurses])
 have_ncurses=no
-if test x$NCURSES_LIBS = x-lncurses; then
-   AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])
-   have_ncurses=yes
-fi
-AC_SUBST(NCURSES_LIBS)
+AC_CHECK_LIB(ncurses, endwin,
+   [NCURSES_LIBS=-lncurses; have_ncurses=yes]
+   AC_SEARCH_LIBS(curs_set, tinfo, [NCURSES_LIBS=$NCURSES_LIBS $ac_res]),
+   AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])
+   AC_SUBST(NCURSES_LIBS))
 
 dnl
 dnl Check if we have AFS on this system



1.1  app-backup/burp/files/1.4.34-bedup-conf-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.34-bedup-conf-path.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.34-bedup-conf-path.patch?rev=1.1content-type=text/plain

Index: 1.4.34-bedup-conf-path.patch
===
diff -Naur burp/manpages/bedup.8 burp.new/manpages/bedup.8
--- burp/manpages/bedup.8   2014-10-28 12:45:26.0 +0100
+++ burp.new/manpages/bedup.8   2014-11-21 09:49:57.705796144 +0100
@@ -16,7 +16,7 @@
 .SH OPTIONS
 .TP
 \fB\-c\fR \fBpath\fR
-Path to config file (default: /etc/burp/burp.conf).
+Path to config file (default: /etc/burp/burp-server.conf).
 .TP
 \fB\-g\fR \fBlist of group names\fR
 Only run on the directories of clients that are in one of the groups 
specified. The list is comma-separated. To put a client in a group, use the 
'dedup_group' option in the client configuration file on the server.
@@ -42,7 +42,7 @@
 \fB\-V\fR \fB\fR
 Print version and exit.\fR
 .TP
-By default, bedup will read /etc/burp/burp.conf and deduplicate client storage 
directories using special knowledge of the structure.\fR
+By default, bedup will read /etc/burp/burp-server.conf and deduplicate client 
storage directories using special knowledge of the structure.\fR
 .TP
 With '\-n', this knowledge is turned off and you have to specify the 
directories to deduplicate on the command line. Running with '\-n' is therefore 
dangerous if you are deduplicating burp storage directories.
 
diff -Naur burp/src/bedup.c burp.new/src/bedup.c
--- burp/src/bedup.c2014-10-28 12:45:56.0 +0100
+++ burp.new/src/bedup.c2014-11-20 21:39:28.728206536 +0100
@@ -740,7 +740,7 @@
 static char *get_config_path(void)
 {
 static char path[256]=;
-snprintf(path, sizeof(path), %s, SYSCONFDIR /burp.conf);
+snprintf(path, sizeof(path), %s, SYSCONFDIR /burp-server.conf);
 return path;
 }
 






[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2015-04-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/09 16:14:47

  Modified: ChangeLog
  Log:
  Update ChangeLog.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.9  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Apr 2015 16:12:40 -   1.8
+++ ChangeLog   9 Apr 2015 16:14:46 -   1.9
@@ -1,6 +1,6 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.8 2015/04/09 
16:12:40 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.9 2015/04/09 
16:14:46 aidecoe Exp $
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org
   +files/1.4.34-bedup-conf-path.patch, +files/1.4.34-tinfo.patch:
@@ -9,6 +9,8 @@
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.4.34.ebuild:
   Remove ~amd64 keyword for a moment until ebuild is fixed. Sorry!
 
+  Correct workdir. Specifying S is no longer needed.
+
 *burp-1.4.34 (09 Apr 2015)
 
   09 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org +burp-1.4.34.ebuild:






[gentoo-commits] gentoo-x86 commit in app-backup/burp: burp-1.4.26.ebuild ChangeLog burp-1.3.8.ebuild burp-1.3.48.ebuild

2015-04-08 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/04/08 19:13:54

  Modified: burp-1.4.26.ebuild ChangeLog burp-1.3.8.ebuild
burp-1.3.48.ebuild
  Log:
  Don't create /etc/burp/CA directory because burp omits generating CA
  certificates if the directory already exists.
  
  Fix repoman warning about slots for openssl being not specified.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-backup/burp/burp-1.4.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild?r1=1.1r2=1.2

Index: burp-1.4.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.4.26.ebuild  1 Dec 2014 16:28:47 -   1.1
+++ burp-1.4.26.ebuild  8 Apr 2015 19:13:54 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
acl? ( sys-apps/acl )
afs? ( net-fs/openafs )
nls? ( sys-devel/gettext )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
tcpd? ( sys-apps/tcp-wrappers )
xattr? ( sys-apps/attr )

@@ -75,14 +75,6 @@
fowners root:burp /etc/burp/burp-server.conf
fperms 0640 /etc/burp/burp-server.conf
 
-   if use ssl; then
-   # The server will create this directory if it doesn't exist, 
but the
-   # client won't.  It must be writable by both.
-   dodir /etc/burp/CA
-   fowners root:burp /etc/burp/CA
-   fperms 0775 /etc/burp/CA
-   fi
-
newinitd ${FILESDIR}/${PN}.initd ${PN}
dodoc docs/*
 



1.3  app-backup/burp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Dec 2014 16:31:34 -   1.2
+++ ChangeLog   8 Apr 2015 19:13:54 -   1.3
@@ -1,6 +1,13 @@
 # ChangeLog for app-backup/burp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.2 2014/12/01 
16:31:34 aidecoe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.3 2015/04/08 
19:13:54 aidecoe Exp $
+
+  08 Apr 2015; Amadeusz Żołnowski aide...@gentoo.org burp-1.3.8.ebuild,
+  burp-1.3.48.ebuild, burp-1.4.26.ebuild:
+  Don't create /etc/burp/CA directory because burp omits generating CA
+  certificates if the directory already exists.
+
+  Fix repoman warning about slots for openssl being not specified.
 
 *burp-1.4.26 (01 Dec 2014)
 *burp-1.3.48 (01 Dec 2014)



1.2  app-backup/burp/burp-1.3.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild?r1=1.1r2=1.2

Index: burp-1.3.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- burp-1.3.8.ebuild   1 Dec 2014 16:28:47 -   1.1
+++ burp-1.3.8.ebuild   8 Apr 2015 19:13:54 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.1 
2014/12/01 16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.2 
2015/04/08 19:13:54 aidecoe Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-041.ebuild dracut-040-r3.ebuild dracut-041-r2.ebuild ChangeLog

2015-03-31 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/31 10:54:29

  Modified: dracut-041.ebuild dracut-040-r3.ebuild
dracut-041-r2.ebuild ChangeLog
  Log:
  Suggest sys-fs/cryptsetup with static-libs disabled. Rels bug #538558.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  sys-kernel/dracut/dracut-041.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild?r1=1.1r2=1.2

Index: dracut-041.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dracut-041.ebuild   18 Feb 2015 17:02:17 -  1.1
+++ dracut-041.ebuild   31 Mar 2015 10:54:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild,v 1.1 
2015/02/18 17:02:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild,v 1.2 
2015/03/31 10:54:29 aidecoe Exp $
 
 EAPI=4
 
@@ -247,7 +247,7 @@
sys-libs/libcap
optfeature Support CIFS net-fs/cifs-utils
optfeature Decrypt devices encrypted with cryptsetup/LUKS \
-   sys-fs/cryptsetup
+   sys-fs/cryptsetup[-static-libs]
optfeature Support for GPG-encrypted keys for crypt module \
app-crypt/gnupg
optfeature \



1.2  sys-kernel/dracut/dracut-040-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild?r1=1.1r2=1.2

Index: dracut-040-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dracut-040-r3.ebuild11 Jan 2015 14:20:14 -  1.1
+++ dracut-040-r3.ebuild31 Mar 2015 10:54:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild,v 
1.1 2015/01/11 14:20:14 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r3.ebuild,v 
1.2 2015/03/31 10:54:29 aidecoe Exp $
 
 EAPI=4
 
@@ -248,7 +248,7 @@
sys-libs/libcap
optfeature Support CIFS net-fs/cifs-utils
optfeature Decrypt devices encrypted with cryptsetup/LUKS \
-   sys-fs/cryptsetup
+   sys-fs/cryptsetup[-static-libs]
optfeature Support for GPG-encrypted keys for crypt module \
app-crypt/gnupg
optfeature \



1.2  sys-kernel/dracut/dracut-041-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild?r1=1.1r2=1.2

Index: dracut-041-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dracut-041-r2.ebuild28 Mar 2015 14:08:04 -  1.1
+++ dracut-041-r2.ebuild31 Mar 2015 10:54:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.1 2015/03/28 14:08:04 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 
1.2 2015/03/31 10:54:29 aidecoe Exp $
 
 EAPI=4
 
@@ -254,7 +254,7 @@
sys-libs/libcap
optfeature Support CIFS net-fs/cifs-utils
optfeature Decrypt devices encrypted with cryptsetup/LUKS \
-   sys-fs/cryptsetup
+   sys-fs/cryptsetup[-static-libs]
optfeature Support for GPG-encrypted keys for crypt module \
app-crypt/gnupg
optfeature \



1.190sys-kernel/dracut/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch 041-r2-0002-Install-dracut-install-and-skipcpio-in.patch 041-r2-0001-Use-the-sam

2015-03-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/28 14:08:04

  Added:   
041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch
041-r2-0002-Install-dracut-install-and-skipcpio-in.patch
041-r2-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
  Removed: 
041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch
041-r1-0002-Install-dracut-install-and-skipcpio-in.patch
041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch
  Log:
  Don't remove kernel/install.d scripts if systemd is enabled. Fix bug #544558.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch?rev=1.1content-type=text/plain

Index: 041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch
===
From acfd4d98e821dbaa9ae68dde82fb8843fbf5de59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Sun, 11 Jan 2015 15:10:39 +0100
Subject: [PATCH 3/4] Take into account lib64 dirs when detecting version,
 modules and params

---
 lsinitrd.sh | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/lsinitrd.sh b/lsinitrd.sh
index 2ed6e56..0355c87 100755
--- a/lsinitrd.sh
+++ b/lsinitrd.sh
@@ -108,6 +108,12 @@ if ! [[ -f $image ]]; then
 exit 1
 fi
 
+dracutlibdirs() {
+for d in lib64/dracut lib/dracut usr/lib64/dracut usr/lib/dracut; do
+echo $d/$1
+done
+}
+
 extract_files()
 {
 (( ${#filenames[@]} == 1 ))  nofileinfo=1
@@ -124,7 +130,8 @@ extract_files()
 list_modules()
 {
 echo dracut modules:
-$CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/modules.txt' 'usr/lib/dracut/modules.txt' 2/dev/null
+$CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs modules.txt) 2/dev/null
 ((ret+=$?))
 }
 
@@ -217,7 +224,8 @@ ret=0
 if (( ${#filenames[@]}  0 )); then
 extract_files
 else
-version=$($CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/dracut-*' 'usr/lib/dracut/dracut-*' 2/dev/null)
+version=$($CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs 'dracut-*') 2/dev/null)
 ((ret+=$?))
 echo Version: $version
 echo
@@ -226,7 +234,8 @@ else
 echo 

 else
 echo -n Arguments: 
-$CAT $image | cpio --extract --verbose --quiet --to-stdout -- 
'lib/dracut/build-parameter.txt' 'usr/lib/dracut/build-parameter.txt' 
2/dev/null
+$CAT $image | cpio --extract --verbose --quiet --to-stdout -- \
+$(dracutlibdirs build-parameter.txt) 2/dev/null
 echo
 list_modules
 list_files
-- 
2.3.3




1.1  
sys-kernel/dracut/files/041-r2-0002-Install-dracut-install-and-skipcpio-in.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r2-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1content-type=text/plain

Index: 041-r2-0002-Install-dracut-install-and-skipcpio-in.patch
===
From 7d8dadfdb2d59ac60c6a579f602e13ac7c743e39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:40:43 +0200
Subject: [PATCH 2/4] Install dracut-install and skipcpio into libexec dir
 instead of lib dir

dracut-install and skipcpio are the only ABI specific things atm.

See https://bugs.gentoo.org/show_bug.cgi?id=485218 for details on the
problem.
---
 Makefile| 7 +--
 configure   | 1 +
 dracut-functions.sh | 4 
 dracut-initramfs-restore.sh | 4 ++--
 dracut.sh   | 1 +
 lsinitrd.sh | 4 ++--
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 41968b0..bb007d1 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ install: dracut-version.sh
mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
install -m 0755 dracut.sh 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-041-r2.ebuild ChangeLog dracut-041-r1.ebuild

2015-03-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/28 14:08:04

  Modified: ChangeLog
  Added:dracut-041-r2.ebuild
  Removed:  dracut-041-r1.ebuild
  Log:
  Don't remove kernel/install.d scripts if systemd is enabled. Fix bug #544558.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.188sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   24 Mar 2015 13:12:00 -  1.187
+++ ChangeLog   28 Mar 2015 14:08:04 -  1.188
@@ -1,6 +1,19 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.187 
2015/03/24 13:12:00 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.188 
2015/03/28 14:08:04 aidecoe Exp $
+
+*dracut-041-r2 (28 Mar 2015)
+
+  28 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-041-r1.ebuild,
+  +dracut-041-r2.ebuild,
+  -files/041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/041-r2-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  -files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch,
+  +files/041-r2-0002-Install-dracut-install-and-skipcpio-in.patch,
+  -files/041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  +files/041-r2-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  -files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch:
+  Don't remove kernel/install.d scripts if systemd is enabled. Fix bug #544558.
 
 *dracut-041-r1 (24 Mar 2015)
 



1.1  sys-kernel/dracut/dracut-041-r2.ebuild

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

Index: dracut-041-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r2.ebuild,v 1.1 
2015/03/28 14:08:04 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| (
=sys-apps/sysvinit-2.87-r3
sys-apps/systemd[sysv-utils]
sys-apps/systemd-sysv-utils
)
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
)
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-040-r2.ebuild

2015-03-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/28 15:07:51

  Modified: ChangeLog
  Removed:  dracut-040-r2.ebuild
  Log:
  Remove old 040 revision.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.189sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   28 Mar 2015 14:08:04 -  1.188
+++ ChangeLog   28 Mar 2015 15:07:51 -  1.189
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.188 
2015/03/28 14:08:04 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.189 
2015/03/28 15:07:51 aidecoe Exp $
+
+  28 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-040-r2.ebuild:
+  Remove old 040 revision.
 
 *dracut-041-r2 (28 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.19.ebuild

2015-03-25 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/25 13:51:47

  Modified: ChangeLog
  Removed:  notmuch-0.19.ebuild
  Log:
  Remove old, testing revision of 0.19.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.114net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   25 Mar 2015 13:39:41 -  1.113
+++ ChangeLog   25 Mar 2015 13:51:47 -  1.114
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.113 
2015/03/25 13:39:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.114 
2015/03/25 13:51:47 aidecoe Exp $
+
+  25 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org -notmuch-0.19.ebuild:
+  Remove old, testing revision of 0.19.
 
   25 Mar 2015; Agostino Sarubbo a...@gentoo.org notmuch-0.19-r1.ebuild:
   Stable for x86, wrt bug #543890






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-041-r1.ebuild

2015-03-24 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/24 13:12:00

  Modified: ChangeLog
  Added:dracut-041-r1.ebuild
  Log:
  Clean up patches for upcoming stabilization.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.187sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   18 Feb 2015 17:02:17 -  1.186
+++ ChangeLog   24 Mar 2015 13:12:00 -  1.187
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.186 
2015/02/18 17:02:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.187 
2015/03/24 13:12:00 aidecoe Exp $
+
+*dracut-041-r1 (24 Mar 2015)
+
+  24 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org +dracut-041-r1.ebuild,
+  +files/041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch,
+  +files/041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  +files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch:
+  Clean up patches for upcoming stabilization.
 
 *dracut-041 (17 Feb 2015)
 



1.1  sys-kernel/dracut/dracut-041-r1.ebuild

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

Index: dracut-041-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r1.ebuild,v 1.1 
2015/03/24 13:12:00 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| (
=sys-apps/sysvinit-2.87-r3
sys-apps/systemd[sysv-utils]
sys-apps/systemd-sysv-utils
)
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
${FILESDIR}/${PVR}-0004-Don-t-install-scripts-in-kernel-instal.patch
)
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch 041-r1-0002-Install-dracut-install-and-skipcpio-in.patch 041-r1-0001-Use-the-sam

2015-03-24 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/24 13:12:00

  Added:   
041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch
041-r1-0002-Install-dracut-install-and-skipcpio-in.patch
041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch
  Log:
  Clean up patches for upcoming stabilization.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch?rev=1.1content-type=text/plain

Index: 041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch
===
From 6b1ed1bcc4df213f9bf7ffbc5a7586e7d5b26206 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Mon, 23 Mar 2015 21:58:28 +0100
Subject: [PATCH 4/4] Don't install scripts in kernel/install.d

Scripts installed kernel/install.d have no use in Gentoo.  It is
probably a RH specific thing.
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index bb007d1..b150491 100644
--- a/Makefile
+++ b/Makefile
@@ -155,9 +155,6 @@ endif
mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(libexecdir)/dracut/skipcpio; \
fi
-   mkdir -p $(DESTDIR)${prefix}/lib/kernel/install.d
-   install -m 0755 50-dracut.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/50-dracut.install
-   install -m 0755 51-dracut-rescue.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/51-dracut-rescue.install
mkdir -p $(DESTDIR)${bashcompletiondir}
install -m 0644 dracut-bash-completion.sh 
$(DESTDIR)${bashcompletiondir}/dracut
install -m 0644 lsinitrd-bash-completion.sh 
$(DESTDIR)${bashcompletiondir}/lsinitrd
-- 
2.3.3




1.1  
sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1content-type=text/plain

Index: 041-r1-0002-Install-dracut-install-and-skipcpio-in.patch
===
From 7d8dadfdb2d59ac60c6a579f602e13ac7c743e39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:40:43 +0200
Subject: [PATCH 2/4] Install dracut-install and skipcpio into libexec dir
 instead of lib dir

dracut-install and skipcpio are the only ABI specific things atm.

See https://bugs.gentoo.org/show_bug.cgi?id=485218 for details on the
problem.
---
 Makefile| 7 +--
 configure   | 1 +
 dracut-functions.sh | 4 
 dracut-initramfs-restore.sh | 4 ++--
 dracut.sh   | 1 +
 lsinitrd.sh | 4 ++--
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 41968b0..bb007d1 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ install: dracut-version.sh
mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
install -m 0755 dracut.sh $(DESTDIR)$(bindir)/dracut
sed -r \
+   -e s|^(libexecdir)=.*|\1=$(libexecdir)| \
-e s|^(pkglibdir)=.*|\1=$(pkglibdir)| \
-i $(DESTDIR)$(bindir)/dracut
install -m 0755 dracut-catimages.sh $(DESTDIR)$(bindir)/dracut-catimages
@@ -147,10 +148,12 @@ endif
done \
fi
if [ -f install/dracut-install ]; then \
-   install -m 0755 install/dracut-install 
$(DESTDIR)$(pkglibdir)/dracut-install; \
+   mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
+   install -m 0755 install/dracut-install 
$(DESTDIR)$(libexecdir)/dracut/dracut-install; \
fi
if [ -f skipcpio/skipcpio ]; then \
-   install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(pkglibdir)/skipcpio; \
+   mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
+   install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(libexecdir)/dracut/skipcpio; \
fi
mkdir -p $(DESTDIR)${prefix}/lib/kernel/install.d
install -m 0755 50-dracut.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/50-dracut.install
diff 

[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder/files: logstash-forwarder.initd

2015-03-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/21 15:14:41

  Modified: logstash-forwarder.initd
  Log:
  Make variables names consistent.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  app-admin/logstash-forwarder/files/logstash-forwarder.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd?r1=1.2r2=1.3

Index: logstash-forwarder.initd
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- logstash-forwarder.initd20 Mar 2015 19:43:26 -  1.2
+++ logstash-forwarder.initd21 Mar 2015 15:14:41 -  1.3
@@ -1,15 +1,15 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
 1.2 2015/03/20 19:43:26 aidecoe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
 1.3 2015/03/21 15:14:41 aidecoe Exp $
 
 create_tmpdir() {
local tmpdir=$(mktemp -d -p /tmp logstash-forwarder.XX)
 
-   chown logstash:logstash $tmpdir || return 1
-   chmod 0750 $tmpdir || return 1
+   chown logstash:logstash ${tmpdir} || return 1
+   chmod 0750 ${tmpdir} || return 1
 
-   echo $tmpdir
+   echo ${tmpdir}
 }
 
 remove_tmpdir() {
@@ -17,25 +17,25 @@
local tmpdir=''
 
for d in /tmp/logstash-forwarder.??; do
-   [[ -e $d ]] || return 0
-   [[ -d $d ]] || continue
+   [[ -e ${d} ]] || return 0
+   [[ -d ${d} ]] || continue
 
-   if ! [[ $tmpdir ]]; then
-   tmpdir=$d
+   if ! [[ ${tmpdir} ]]; then
+   tmpdir=${d}
else
# There are more directories like that, so better keep 
them all.
return 1
fi
done
 
-   rm -r $tmpdir
+   rm -r ${tmpdir}
 }
 
 start() {
local config_file=/etc/logstash-forwarder/logstash-forwarder.conf
local tmpdir=$(create_tmpdir)
 
-   if ! [[ -d $tmpdir ]]; then
+   if ! [[ -d ${tmpdir} ]]; then
eend 1 Failed to create tmp directory for logstash-forwarder
return 1
fi
@@ -43,7 +43,7 @@
ebegin Starting logstash-forwarder
start-stop-daemon --start --exec /usr/bin/logstash-forwarder \
--make-pidfile --pidfile /run/logstash-forwarder.pid \
-   --background --wait 100 --chdir $tmpdir \
+   --background --wait 100 --chdir ${tmpdir} \
--user logstash --group logstash \
-- -config=${config_file} ${LOGSTASH_FORWARDER_ARGS}
eend $?
@@ -59,5 +59,5 @@
ewarn Failed to remove logstash-forwarder tmp directory
fi
 
-   eend $rc
+   eend ${rc}
 }






[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder: ChangeLog

2015-03-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/21 15:14:41

  Modified: ChangeLog
  Log:
  Make variables names consistent.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  app-admin/logstash-forwarder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Mar 2015 19:43:25 -  1.2
+++ ChangeLog   21 Mar 2015 15:14:40 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/logstash-forwarder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.2 2015/03/20 19:43:25 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.3 2015/03/21 15:14:40 aidecoe Exp $
+
+  21 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org
+  files/logstash-forwarder.initd:
+  Make variables names consistent.
 
   20 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org
   files/logstash-forwarder.initd:






[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder: - New directory

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 15:56:34

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder: logstash-forwarder-0.4.0.ebuild metadata.xml ChangeLog

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 16:06:41

  Added:logstash-forwarder-0.4.0.ebuild metadata.xml
ChangeLog
  Log:
  Add initial ebuild. It has been copied from aidecoe overlay.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild?rev=1.1content-type=text/plain

Index: logstash-forwarder-0.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/logstash-forwarder-0.4.0.ebuild,v
 1.1 2015/03/20 16:06:41 aidecoe Exp $

EAPI=5

inherit user

DESCRIPTION=Collects logs locally in preparation for processing elsewhere
HOMEPAGE=https://github.com/elastic/logstash-forwarder;
SRC_URI=https://github.com/elastic/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-lang/go
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup logstash
enewuser logstash -1 -1 -1 logstash
}

src_install() {
dobin ${PN}
dodir /etc/${PN}
dodoc ${PN}.conf.example CHANGELOG README.md
newconfd ${FILESDIR}/${PN}.confd ${PN}
newinitd ${FILESDIR}/${PN}.initd ${PN}
}

pkg_postinst() {
if ! [[ -e /etc/${PN}/${PN}.conf ]]; then
elog Before starting logstash-forwarder create config file at
elog
elog   /etc/${PN}/${PN}.conf
elog
elog See example in /usr/share/doc/${PVR} directory. You can 
remove
elog -quiet from logstash-forward arguments in 
/etc/conf.d/${PN} to
elog until you get working configuration. Search syslog for 
errors.
fi
}



1.1  app-admin/logstash-forwarder/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailaide...@gentoo.org/email
nameAmadeusz Żołnowski/name
/maintainer
longdescription lang=en
logstash-forwarder is a lightweight replacement for logstash 
when you
only need to collect logs locally in preparation for processing
elsewhere.  It is written in Go and uses not much memory.  For
transmission lumberjack protocol is used.  It is is secure, low
latency, low resource usage, and reliable.
/longdescription
/pkgmetadata



1.1  app-admin/logstash-forwarder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-admin/logstash-forwarder
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 1.1 
2015/03/20 16:06:41 aidecoe Exp $

*logstash-forwarder-0.4.0 (20 Mar 2015)

  20 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org
  +logstash-forwarder-0.4.0.ebuild, +files/logstash-forwarder.confd,
  +files/logstash-forwarder.initd, +metadata.xml:
  Add initial ebuild. It has been copied from aidecoe overlay.







[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder/files: logstash-forwarder.confd logstash-forwarder.initd

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 16:06:41

  Added:logstash-forwarder.confd logstash-forwarder.initd
  Log:
  Add initial ebuild. It has been copied from aidecoe overlay.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  app-admin/logstash-forwarder/files/logstash-forwarder.confd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.confd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.confd?rev=1.1content-type=text/plain

Index: logstash-forwarder.confd
===
LOGSTASH_FORWARDER_ARGS=-quiet -syslog=true



1.1  app-admin/logstash-forwarder/files/logstash-forwarder.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd?rev=1.1content-type=text/plain

Index: logstash-forwarder.initd
===
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
 1.1 2015/03/20 16:06:41 aidecoe Exp $

create_tmpdir() {
local tmpdir=$(mktemp -d -p /tmp logstash-forwarder.XX)

chown logstash:logstash $tmpdir || return 1
chmod 0750 $tmpdir || return 1

echo $tmpdir
}

remove_tmpdir() {
local d=''
local tmpdir=''

for d in /tmp/logstash-forwarder.??; do
[[ -e $d ]] || return 1
[[ -d $d ]] || continue

if ! [[ $tmpdir ]]; then
tmpdir=$d
else
# There are more directories like that, so better keep 
them all.
return 1
fi
done

rm -r $tmpdir
}

start() {
local config_file=/etc/logstash-forwarder/logstash-forwarder.conf
local tmpdir=$(create_tmpdir)

if ! [[ -d $tmpdir ]]; then
eend 1 Failed to create tmp directory for logstash-forwarder
return 1
fi

ebegin Starting logstash-forwarder
start-stop-daemon --start --exec /usr/bin/logstash-forwarder \
--make-pidfile --pidfile /run/logstash-forwarder.pid \
--background --wait 100 --chdir $tmpdir \
--user logstash --group logstash \
-- -config=${config_file} ${LOGSTASH_FORWARDER_ARGS}
eend $?
}

stop() {
ebegin Stopping logstash-forwarder
start-stop-daemon --stop --exec /usr/bin/logstash-forwarder \
--pidfile /run/logstash-forwarder.pid --user logstash --group 
logstash
local rc=$?

if ! remove_tmpdir; then
ewarn Failed to remove logstash-forwarder tmp directory
fi

eend $rc
}






[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder/files: - New directory

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 16:03:42

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files added to 
the repository



[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder: ChangeLog

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 19:43:25

  Modified: ChangeLog
  Log:
  Don't warn if there's no tmp directory.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-admin/logstash-forwarder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logstash-forwarder/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   20 Mar 2015 16:06:41 -  1.1
+++ ChangeLog   20 Mar 2015 19:43:25 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/logstash-forwarder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.1 2015/03/20 16:06:41 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/ChangeLog,v 
1.2 2015/03/20 19:43:25 aidecoe Exp $
+
+  20 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org
+  files/logstash-forwarder.initd:
+  Don't warn if there's no tmp directory.
 
 *logstash-forwarder-0.4.0 (20 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/logstash-forwarder/files: logstash-forwarder.initd

2015-03-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/20 19:43:26

  Modified: logstash-forwarder.initd
  Log:
  Don't warn if there's no tmp directory.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-admin/logstash-forwarder/files/logstash-forwarder.initd

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

Index: logstash-forwarder.initd
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logstash-forwarder.initd20 Mar 2015 16:06:41 -  1.1
+++ logstash-forwarder.initd20 Mar 2015 19:43:26 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
 1.1 2015/03/20 16:06:41 aidecoe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logstash-forwarder/files/logstash-forwarder.initd,v
 1.2 2015/03/20 19:43:26 aidecoe Exp $
 
 create_tmpdir() {
local tmpdir=$(mktemp -d -p /tmp logstash-forwarder.XX)
@@ -17,7 +17,7 @@
local tmpdir=''
 
for d in /tmp/logstash-forwarder.??; do
-   [[ -e $d ]] || return 1
+   [[ -e $d ]] || return 0
[[ -d $d ]] || continue
 
if ! [[ $tmpdir ]]; then






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-041.ebuild

2015-02-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/02/18 17:02:17

  Modified: ChangeLog
  Added:dracut-041.ebuild
  Log:
  Version bump.
  
  NEWS
  
  - fixed the shutdown loop
  - fixed gzip compression for versions, which do not have --rsyncable
  - fixed ifcfg generation for persistent interface names
  - multipath:
* new option to turn off multipath rd.multipath=0 completly
* preload scsi dh modules
* start multipathd via systemd service
  - do not fail, if user pressed ESC during media check
  - fixed systemd-journal by symlinking /var/log to /run/initramfs/log
  - initrd-release moved to /usr/lib
  - lots of iSCSI fixes
  - new rd.timeout to specify the systemd JobTimeoutSec for devices
  - if $initrd/etc/cmdline.d/* has a root= and the kernel cmdline does not,
generate a mount unit for it
  - increased the initqueue timeout for non systemd initramfs to 180s
  - $initrd/etc/cmdline.d/ hostonly files are now generated for NFS
  - make use of systemd-hibernate-resume, if available
  - fixed ldconfig parsing for hwcap output
  - network: add support for comma separated autoconf options like
ip=eth0:auto6,dhcp
  - new parameter rd.live.overlay.size to specify the overlay for live images
  - added cache tools for dm-cache setups
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.186sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog   11 Jan 2015 14:30:10 -  1.185
+++ ChangeLog   18 Feb 2015 17:02:17 -  1.186
@@ -1,6 +1,41 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.185 
2015/01/11 14:30:10 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.186 
2015/02/18 17:02:17 aidecoe Exp $
+
+*dracut-041 (17 Feb 2015)
+
+  17 Feb 2015; Amadeusz Żołnowski aide...@gentoo.org +dracut-041.ebuild,
+  +files/041-0001-dracut-functions.sh-support-for-altern.patch,
+  +files/041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  +files/041-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/041-0004-Install-dracut-install-into-libexec-di.patch,
+  +files/041-0005-Take-into-account-lib64-dirs-when-dete.patch:
+  Version bump.
+
+  NEWS
+  
+  - fixed the shutdown loop
+  - fixed gzip compression for versions, which do not have --rsyncable
+  - fixed ifcfg generation for persistent interface names
+  - multipath:
+* new option to turn off multipath rd.multipath=0 completly
+* preload scsi dh modules
+* start multipathd via systemd service
+  - do not fail, if user pressed ESC during media check
+  - fixed systemd-journal by symlinking /var/log to /run/initramfs/log
+  - initrd-release moved to /usr/lib
+  - lots of iSCSI fixes
+  - new rd.timeout to specify the systemd JobTimeoutSec for devices
+  - if $initrd/etc/cmdline.d/* has a root= and the kernel cmdline does not,
+generate a mount unit for it
+  - increased the initqueue timeout for non systemd initramfs to 180s
+  - $initrd/etc/cmdline.d/ hostonly files are now generated for NFS
+  - make use of systemd-hibernate-resume, if available
+  - fixed ldconfig parsing for hwcap output
+  - network: add support for comma separated autoconf options like
+ip=eth0:auto6,dhcp
+  - new parameter rd.live.overlay.size to specify the overlay for live images
+  - added cache tools for dm-cache setups
 
   11 Jan 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-040.ebuild,
   -dracut-040-r1.ebuild:



1.1  sys-kernel/dracut/dracut-041.ebuild

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

Index: dracut-041.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041.ebuild,v 1.1 
2015/02/18 17:02:17 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-0004-Install-dracut-install-into-libexec-di.patch 041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch 041-0001-dracut-functions.sh-

2015-02-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/02/18 17:02:17

  Added:   
041-0004-Install-dracut-install-into-libexec-di.patch
041-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
041-0001-dracut-functions.sh-support-for-altern.patch
041-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-0005-Take-into-account-lib64-dirs-when-dete.patch
  Log:
  Version bump.
  
  NEWS
  
  - fixed the shutdown loop
  - fixed gzip compression for versions, which do not have --rsyncable
  - fixed ifcfg generation for persistent interface names
  - multipath:
* new option to turn off multipath rd.multipath=0 completly
* preload scsi dh modules
* start multipathd via systemd service
  - do not fail, if user pressed ESC during media check
  - fixed systemd-journal by symlinking /var/log to /run/initramfs/log
  - initrd-release moved to /usr/lib
  - lots of iSCSI fixes
  - new rd.timeout to specify the systemd JobTimeoutSec for devices
  - if $initrd/etc/cmdline.d/* has a root= and the kernel cmdline does not,
generate a mount unit for it
  - increased the initqueue timeout for non systemd initramfs to 180s
  - $initrd/etc/cmdline.d/ hostonly files are now generated for NFS
  - make use of systemd-hibernate-resume, if available
  - fixed ldconfig parsing for hwcap output
  - network: add support for comma separated autoconf options like
ip=eth0:auto6,dhcp
  - new parameter rd.live.overlay.size to specify the overlay for live images
  - added cache tools for dm-cache setups
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-0004-Install-dracut-install-into-libexec-di.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0004-Install-dracut-install-into-libexec-di.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-0004-Install-dracut-install-into-libexec-di.patch?rev=1.1content-type=text/plain

Index: 041-0004-Install-dracut-install-into-libexec-di.patch
===
From 7498b3128103cf77fdef5ccd97205dfd0338fb82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:40:43 +0200
Subject: [PATCH 4/5] Install dracut-install into libexec dir instead of lib
 dir

dracut-install script is the only thing ABI specific atm.

See https://bugs.gentoo.org/show_bug.cgi?id=485218 for details on the
problem.
---
 Makefile| 4 +++-
 configure   | 1 +
 dracut-functions.sh | 4 
 dracut.sh   | 1 +
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 41968b0..b072a23 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ install: dracut-version.sh
mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
install -m 0755 dracut.sh $(DESTDIR)$(bindir)/dracut
sed -r \
+   -e s|^(libexecdir)=.*|\1=$(libexecdir)| \
-e s|^(pkglibdir)=.*|\1=$(pkglibdir)| \
-i $(DESTDIR)$(bindir)/dracut
install -m 0755 dracut-catimages.sh $(DESTDIR)$(bindir)/dracut-catimages
@@ -147,7 +148,8 @@ endif
done \
fi
if [ -f install/dracut-install ]; then \
-   install -m 0755 install/dracut-install 
$(DESTDIR)$(pkglibdir)/dracut-install; \
+   mkdir -p $(DESTDIR)$(libexecdir); \
+   install -m 0755 install/dracut-install 
$(DESTDIR)$(libexecdir)/dracut-install; \
fi
if [ -f skipcpio/skipcpio ]; then \
install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(pkglibdir)/skipcpio; \
diff --git a/configure b/configure
index 0bd3d2d..17370de 100755
--- a/configure
+++ b/configure
@@ -59,6 +59,7 @@ sbindir ?= ${sbindir:-${prefix}/sbin}
 mandir ?= ${mandir:-${prefix}/share/man}
 enable_documentation ?= ${enable_documentation:-yes}
 bindir ?= ${bindir:-${prefix}/bin}
+libexecdir ?= ${libexecdir:-${prefix}/libexec}
 EOF
 
 {
diff --git a/dracut-functions.sh b/dracut-functions.sh
index 0eb36da..4484e71 100755
--- a/dracut-functions.sh
+++ b/dracut-functions.sh
@@ -733,6 +733,10 @@ if ! [[ $DRACUT_INSTALL ]]; then
 DRACUT_INSTALL=$(find_binary dracut-install)
 fi
 
+if ! [[ $DRACUT_INSTALL ]]  [[ -x $libexecdir/dracut-install ]]; then
+DRACUT_INSTALL=$libexecdir/dracut-install
+fi
+
 if ! [[ $DRACUT_INSTALL ]]  [[ -x $dracutbasedir/dracut-install ]]; then
 DRACUT_INSTALL=$dracutbasedir/dracut-install
 elif ! [[ $DRACUT_INSTALL ]]  [[ -x $dracutbasedir/install/dracut-install 
]]; then
diff --git a/dracut.sh b/dracut.sh
index 89a711e..527b32e 100755
--- a/dracut.sh
+++ b/dracut.sh
@@ -25,6 +25,7 @@
 dracut_args=( $@ )
 
 # base dirs

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.19-r1.ebuild

2015-01-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/01/29 13:37:49

  Modified: ChangeLog
  Added:notmuch-0.19-r1.ebuild
  Log:
  Apply rst2man related fixes. Fallback from sphinx to rst2man was ending up
  with build failure. Rels bug #530522.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.111net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   2 Dec 2014 15:09:02 -   1.110
+++ ChangeLog   29 Jan 2015 13:37:49 -  1.111
@@ -1,6 +1,16 @@
 # ChangeLog for net-mail/notmuch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.110 
2014/12/02 15:09:02 aidecoe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.111 
2015/01/29 13:37:49 aidecoe Exp $
+
+*notmuch-0.19-r1 (29 Jan 2015)
+
+  29 Jan 2015; Amadeusz Żołnowski aide...@gentoo.org
+  +notmuch-0.19-r1.ebuild,
+  +files/0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch,
+  +files/0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch,
+  +files/0.19-0003-build-eliminate-use-of-python-execfile.patch:
+  Apply rst2man related fixes. Fallback from sphinx to rst2man was ending up
+  with build failure. Rels bug #530522.
 
   02 Dec 2014; Amadeusz Żołnowski aide...@gentoo.org
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.2.ebuild,



1.1  net-mail/notmuch/notmuch-0.19-r1.ebuild

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

Index: notmuch-0.19-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v 
1.1 2015/01/29 13:37:49 aidecoe Exp $

EAPI=5

DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
distutils-r1 toolchain-funcs

DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
HOMEPAGE=http://notmuchmail.org/;
SRC_URI=${HOMEPAGE%/}/releases/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
REQUIRED_USE=
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt debug emacs python )

IUSE=crypt debug doc emacs mutt nmbug python test

CDEPEND=
=app-shells/bash-completion-1.9
=dev-libs/glib-2.22
=dev-libs/gmime-2.6.7
!=dev-libs/gmime-2.6.19
dev-libs/xapian-1.3
=sys-libs/zlib-1.2.5.2
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( =virtual/emacs-23 )
python? ( ${PYTHON_DEPS} )
x86? ( =dev-libs/xapian-1.2.7-r2 )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen
python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( =app-editors/emacs-23[libxml2]
=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )

RDEPEND=${CDEPEND}
crypt? ( app-crypt/gnupg )
nmbug? ( dev-vcs/git )
mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu
virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)


DOCS=( AUTHORS NEWS README )
SITEFILE=50${PN}-gentoo.el
MY_LD_LIBRARY_PATH=${WORKDIR}/${P}/lib
MY_PATCHES=(
${FILESDIR}/${PV}-0001-doc-gzipped-notmuch.3-before-trying-to.patch
${FILESDIR}/${PV}-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch
${FILESDIR}/${PV}-0003-build-eliminate-use-of-python-execfile.patch
)

bindings() {
local ret=0

if use $1; then
pushd bindings/$1 || die
shift
$@
ret=$?
popd || die
fi

return $ret
}

pkg_pretend() {
if has_version 'net-mail/notmuch-0.18'; then
ewarn
ewarn There are few not backward 

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch/files: 0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch 0.19-0003-build-eliminate-use-of-python-execfile.patch 0.19-0002-Rename-rst2man-to-

2015-01-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/01/29 13:37:49

  Added:   
0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch
0.19-0003-build-eliminate-use-of-python-execfile.patch
0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch
  Log:
  Apply rst2man related fixes. Fallback from sphinx to rst2man was ending up
  with build failure. Rels bug #530522.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
net-mail/notmuch/files/0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch?rev=1.1content-type=text/plain

Index: 0.19-0001-doc-gzipped-notmuch.3-before-trying-to.patch
===
From a95173249ae8811241da7640814934837abce53b Mon Sep 17 00:00:00 2001
From: David Bremner da...@tethera.net
Date: Sun, 25 Jan 2015 15:04:51 +0100
Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz

If HAVE_SPHINX=0 but HAVE_DOXYGEN=1, then the previous version was
trying to install notmuch.3.gz but only got as far as creating
notmuch.3
---
 doc/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.local b/doc/Makefile.local
index e7d0bac..a719d8b 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -63,7 +63,7 @@ install-man: install-apidocs
 ifeq ($(HAVE_DOXYGEN),1)
 MAN_GZIP_FILES += ${APIMAN}.gz
 apidocs: $(APIMAN)
-install-apidocs: apidocs
+install-apidocs: ${APIMAN}.gz
mkdir -p $(DESTDIR)$(mandir)/man3
install -m0644  $(DOCBUILDDIR)/man/man3/*.3.gz  
$(DESTDIR)/$(mandir)/man3
 
-- 
2.2.2




1.1  
net-mail/notmuch/files/0.19-0003-build-eliminate-use-of-python-execfile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0003-build-eliminate-use-of-python-execfile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0003-build-eliminate-use-of-python-execfile.patch?rev=1.1content-type=text/plain

Index: 0.19-0003-build-eliminate-use-of-python-execfile.patch
===
From 381385ccb7581bb16b72c23fd804c40b0330fe71 Mon Sep 17 00:00:00 2001
From: David Bremner da...@tethera.net
Date: Sat, 3 Jan 2015 14:14:03 +0100
Subject: [PATCH 3/3] build: eliminate use of python execfile command

As discussed in
id:8cc9dd580ad672527e12f43706f9803b2c8e99d8.1405220724.git.wk...@tremily.us,
execfile is unavailable in python3.

The approach of this commit avoids modifying the python module path,
which is arguably preferable since it avoids potentially accidentally
importing a module from the wrong place.
---
 devel/release-checks.sh | 2 +-
 doc/prerst2man.py   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/release-checks.sh b/devel/release-checks.sh
index 797d62a..ae02f55 100755
--- a/devel/release-checks.sh
+++ b/devel/release-checks.sh
@@ -130,7 +130,7 @@ else
 fi
 
 echo -n Checking that python bindings version is $VERSION... 
-py_version=`python -c execfile('$PV_FILE'); print __VERSION__`
+py_version=`python -c with open('$PV_FILE') as vf: exec(vf.read()); print 
__VERSION__`
 if [ $py_version = $VERSION ]
 then
echo Yes.
diff --git a/doc/prerst2man.py b/doc/prerst2man.py
index 22b8258..45dddca 100644
--- a/doc/prerst2man.py
+++ b/doc/prerst2man.py
@@ -10,7 +10,8 @@ outdir = argv[2]
 if not isdir(outdir):
 makedirs(outdir, 0o755)
 
-execfile(sourcedir + /conf.py)
+with open(sourcedir + /conf.py) as cf:
+exec(cf.read())
 
 
 def header(file, startdocname, command, description, authors, section):
-- 
2.2.2




1.1  
net-mail/notmuch/files/0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch?rev=1.1content-type=text/plain

Index: 0.19-0002-Rename-rst2man-to-rst2man.py-for-Gento.patch
===
From dcae4803d006af1a7b961a492d65c28a3cffbc3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Thu, 29 Jan 2015 14:17:01 +0100
Subject: [PATCH 2/2] Rename rst2man to rst2man.py for Gentoo

Gentoo doesn't provide symlink rst2man.py - rst2man.
---
 configure | 2 +-
 doc/prerst2man.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 038-0008-dracut-functions.sh-fix-inst-functions.patch 037-0002-gentoo.conf-let-udevdir-be-handled-by-.patch 036-0007-Added-missing-quotes

2015-01-11 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/01/11 14:28:33

  Removed: 
038-0008-dracut-functions.sh-fix-inst-functions.patch
037-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
036-0007-Added-missing-quotes.patch
036-0006-dracut.sh-Fix-variable-name-typo.patch
037-0005-modsign-do-not-hardcode-path-to-keyctl.patch
038-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
036-0004-Use-the-same-paths-in-dracut.sh-as-tho.patch
036-0008-Add-legacy-flag-l-to-lz4-and-update-ma.patch
037-0007-udev-rules-add-uaccess-rules.patch
037-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
036-0001-NEWS-update-for-version-036.patch
036-0002-dracut-functions.sh-support-for-altern.patch
038-0005-modsign-do-not-hardcode-path-to-keyctl.patch
038-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
036-0005-Install-dracut-install-into-libexec-di.patch
038-0004-Install-dracut-install-into-libexec-di.patch
038-0001-dracut-functions.sh-support-for-altern.patch
036-0003-gentoo.conf-let-udevdir-be-handled-by-.patch
037-0001-dracut-functions.sh-support-for-altern.patch
037-0006-98systemd-fixup-rootfs-generator-insta.patch
037-0004-Install-dracut-install-into-libexec-di.patch
  Log:
  Remove old versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-040.ebuild dracut-040-r1.ebuild

2015-01-11 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/01/11 14:30:10

  Modified: ChangeLog
  Removed:  dracut-040.ebuild dracut-040-r1.ebuild
  Log:
  Remove old revisions of 040.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.185sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   11 Jan 2015 14:28:33 -  1.184
+++ ChangeLog   11 Jan 2015 14:30:10 -  1.185
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.184 
2015/01/11 14:28:33 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.185 
2015/01/11 14:30:10 aidecoe Exp $
+
+  11 Jan 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-040.ebuild,
+  -dracut-040-r1.ebuild:
+  Remove old revisions of 040.
 
   11 Jan 2015; Amadeusz Żołnowski aide...@gentoo.org -dracut-036-r4.ebuild,
   -dracut-037-r3.ebuild, -dracut-038-r2.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-python/potr: - New directory

2014-12-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/29 17:59:00

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/potr added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/potr: metadata.xml ChangeLog potr-1.0.1.ebuild

2014-12-29 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/29 18:04:37

  Added:metadata.xml ChangeLog potr-1.0.1.ebuild
  Log:
  Add initial ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  dev-python/potr/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailaide...@gentoo.org/email
nameAmadeusz Żołnowski/name
/maintainer
longdescription lang=en
This is a pure Python OTR implementation; it does not bind to 
libotr.
/longdescription
/pkgmetadata



1.1  dev-python/potr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/potr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/ChangeLog,v 1.1 2014/12/29 
18:04:37 aidecoe Exp $

*potr-1.0.1 (29 Dec 2014)

  29 Dec 2014; Amadeusz Żołnowski aide...@gentoo.org +potr-1.0.1.ebuild,
  +metadata.xml:
  Add initial ebuild.




1.1  dev-python/potr/potr-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild?rev=1.1content-type=text/plain

Index: potr-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild,v 1.1 
2014/12/29 18:04:37 aidecoe Exp $

EAPI=5

MY_PN=python-${PN}
MY_P=${MY_PN}-${PV}

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION=Pure Python OTR implementation
HOMEPAGE=https://github.com/python-otr/pure-python-otr;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip

LICENSE=LGPL-3+
SLOT=0
KEYWORDS=~amd64
IUSE=

CDEPEND==dev-python/pycrypto-2.1[${PYTHON_USEDEP}]
DEPEND=${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

RDEPEND=${CDEPEND}

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.2.ebuild notmuch-0.19.ebuild notmuch-0.17.ebuild notmuch-0.16-r1.ebuild

2014-12-02 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/02 15:09:02

  Modified: ChangeLog notmuch-0.18.2.ebuild notmuch-0.19.ebuild
notmuch-0.17.ebuild notmuch-0.16-r1.ebuild
  Log:
  Put bash-completion file into correct location.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.110net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   30 Nov 2014 11:36:51 -  1.109
+++ ChangeLog   2 Dec 2014 15:09:02 -   1.110
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.109 
2014/11/30 11:36:51 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.110 
2014/12/02 15:09:02 aidecoe Exp $
+
+  02 Dec 2014; Amadeusz Żołnowski aide...@gentoo.org
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.2.ebuild,
+  notmuch-0.19.ebuild:
+  Put bash-completion file into correct location.
 
 *notmuch-0.19 (30 Nov 2014)
 



1.4  net-mail/notmuch/notmuch-0.18.2.ebuild

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

Index: notmuch-0.18.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notmuch-0.18.2.ebuild   28 Nov 2014 13:56:06 -  1.3
+++ notmuch-0.18.2.ebuild   2 Dec 2014 15:09:02 -   1.4
@@ -1,13 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 
1.3 2014/11/28 13:56:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 
1.4 2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
-inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs
+inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1 \
+   toolchain-funcs
 
 DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
 HOMEPAGE=http://notmuchmail.org/;
@@ -95,7 +96,7 @@
 
 src_configure() {
local myeconfargs=(
-   --bashcompletiondir=${EPREFIX}/usr/share/bash-completion
+   --bashcompletiondir=$(get_bashcompdir)
--emacslispdir=${EPREFIX}/${SITELISP}/${PN}
--emacsetcdir=${EPREFIX}/${SITEETC}/${PN}
--with-gmime-version=2.6



1.2  net-mail/notmuch/notmuch-0.19.ebuild

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

Index: notmuch-0.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notmuch-0.19.ebuild 30 Nov 2014 11:36:51 -  1.1
+++ notmuch-0.19.ebuild 2 Dec 2014 15:09:02 -   1.2
@@ -1,13 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v 1.1 
2014/11/30 11:36:51 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v 1.2 
2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
-inherit elisp-common eutils flag-o-matic pax-utils distutils-r1 toolchain-funcs
+inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
+   distutils-r1 toolchain-funcs
 
 DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
 HOMEPAGE=http://notmuchmail.org/;
@@ 

[gentoo-commits] gentoo-x86 commit in app-backup/burp: - New directory

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:13:52

  Log:
  Directory /var/cvsroot/gentoo-x86/app-backup/burp added to the repository



[gentoo-commits] gentoo-x86 commit in app-backup/burp/files: 1.3.48-bedup-conf-path.patch 1.4.26-bedup-conf-path.patch burp.initd 1.4.26-tinfo.patch 1.3.8-bedup-conf-path.patch 1.3.48-tinfo.patch

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:28:47

  Added:1.3.48-bedup-conf-path.patch
1.4.26-bedup-conf-path.patch burp.initd
1.4.26-tinfo.patch 1.3.8-bedup-conf-path.patch
1.3.48-tinfo.patch
  Log:
  Add initial version of the burp package. Import ebuilds from the aidecoe's
  overlay [1]. Add various versions at once: 1.3.48 is the latest stable
  version, 1.4.26 is the latest stable candidate and 1.3.8 is an old version
  for people who use burp on Debian and want to have the same version.
  
  Thanks for contribution to (in order by first name):
  - Aurelien Reynaud aurel...@wattapower.net
  - Jared B. ni...@legroom.net
  - Jeroen Roovers j...@gentoo.org
  
  Thanks to perfinion for review.
  
  [1] https://github.com/aidecoe/aidecoe-overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  app-backup/burp/files/1.3.48-bedup-conf-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.3.48-bedup-conf-path.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.3.48-bedup-conf-path.patch?rev=1.1content-type=text/plain

Index: 1.3.48-bedup-conf-path.patch
===
diff -Naur burp-1.3.48/manpages/bedup.8 burp-1.3.48.new/manpages/bedup.8
--- burp-1.3.48/manpages/bedup.82014-01-27 11:55:47.0 +0100
+++ burp-1.3.48.new/manpages/bedup.82014-11-22 12:57:20.241299376 +0100
@@ -16,7 +16,7 @@
 .SH OPTIONS
 .TP
 \fB\-c\fR \fBpath\fR
-Path to config file (default: /etc/burp/burp.conf).
+Path to config file (default: /etc/burp/burp-server.conf).
 .TP
 \fB\-g\fR \fBlist of group names\fR
 Only run on the directories of clients that are in one of the groups 
specified. The list is comma-separated. To put a client in a group, use the 
'dedup_group' option in the client configuration file on the server.
@@ -42,7 +42,7 @@
 \fB\-V\fR \fB\fR
 Print version and exit.\fR
 .TP
-By default, bedup will read /etc/burp/burp.conf and deduplicate client storage 
directories using special knowledge of the structure.\fR
+By default, bedup will read /etc/burp/burp-server.conf and deduplicate client 
storage directories using special knowledge of the structure.\fR
 .TP
 With '\-n', this knowledge is turned off and you have to specify the 
directories to deduplicate on the command line. Running with '\-n' is therefore 
dangerous if you are deduplicating burp storage directories.
 
diff -Naur burp-1.3.48/src/bedup.c burp-1.3.48.new/src/bedup.c
--- burp-1.3.48/src/bedup.c 2014-01-27 11:55:47.0 +0100
+++ burp-1.3.48.new/src/bedup.c 2014-11-22 12:57:20.241299376 +0100
@@ -734,7 +734,7 @@
 static char *get_config_path(void)
 {
 static char path[256]=;
-snprintf(path, sizeof(path), %s, SYSCONFDIR /burp.conf);
+snprintf(path, sizeof(path), %s, SYSCONFDIR /burp-server.conf);
 return path;
 }
 



1.1  app-backup/burp/files/1.4.26-bedup-conf-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.26-bedup-conf-path.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/files/1.4.26-bedup-conf-path.patch?rev=1.1content-type=text/plain

Index: 1.4.26-bedup-conf-path.patch
===
diff -Naur burp/manpages/bedup.8 burp.new/manpages/bedup.8
--- burp/manpages/bedup.8   2014-10-28 12:45:26.0 +0100
+++ burp.new/manpages/bedup.8   2014-11-21 09:49:57.705796144 +0100
@@ -16,7 +16,7 @@
 .SH OPTIONS
 .TP
 \fB\-c\fR \fBpath\fR
-Path to config file (default: /etc/burp/burp.conf).
+Path to config file (default: /etc/burp/burp-server.conf).
 .TP
 \fB\-g\fR \fBlist of group names\fR
 Only run on the directories of clients that are in one of the groups 
specified. The list is comma-separated. To put a client in a group, use the 
'dedup_group' option in the client configuration file on the server.
@@ -42,7 +42,7 @@
 \fB\-V\fR \fB\fR
 Print version and exit.\fR
 .TP
-By default, bedup will read /etc/burp/burp.conf and deduplicate client storage 
directories using special knowledge of the structure.\fR
+By default, bedup will read /etc/burp/burp-server.conf and deduplicate client 
storage directories using special knowledge of the structure.\fR
 .TP
 With '\-n', this knowledge is turned off and you have to specify the 
directories to deduplicate on the command line. Running with '\-n' is therefore 
dangerous if you are deduplicating burp storage directories.
 
diff -Naur burp/src/bedup.c burp.new/src/bedup.c
--- burp/src/bedup.c2014-10-28 12:45:56.0 +0100
+++ burp.new/src/bedup.c2014-11-20 21:39:28.728206536 +0100
@@ -740,7 +740,7 @@
 static char *get_config_path(void)
 {
 static char path[256]=;
-

[gentoo-commits] gentoo-x86 commit in app-backup/burp: ChangeLog

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 16:31:34

  Modified: ChangeLog
  Log:
  Add one more contributor to the list in the first ChangeLog entry.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  app-backup/burp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/burp/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   1 Dec 2014 16:28:47 -   1.1
+++ ChangeLog   1 Dec 2014 16:31:34 -   1.2
@@ -1,6 +1,6 @@
 # ChangeLog for app-backup/burp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.1 2014/12/01 
16:28:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.2 2014/12/01 
16:31:34 aidecoe Exp $
 
 *burp-1.4.26 (01 Dec 2014)
 *burp-1.3.48 (01 Dec 2014)
@@ -20,6 +20,7 @@
   - Aurelien Reynaud aurel...@wattapower.net
   - Jared B. ni...@legroom.net
   - Jeroen Roovers j...@gentoo.org
+  - Marcin Mirosław b...@mejor.pl
 
   Thanks to perfinion for review.
 






[gentoo-commits] gentoo-x86 commit in sys-apps/biosdevname: biosdevname-0.6.1.ebuild ChangeLog

2014-12-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/12/01 20:00:25

  Modified: ChangeLog
  Added:biosdevname-0.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.19 sys-apps/biosdevname/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/biosdevname/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/biosdevname/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/biosdevname/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   19 Sep 2014 06:30:09 -  1.18
+++ ChangeLog   1 Dec 2014 20:00:25 -   1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/biosdevname
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v 1.18 
2014/09/19 06:30:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/biosdevname/ChangeLog,v 1.19 
2014/12/01 20:00:25 aidecoe Exp $
+
+*biosdevname-0.6.1 (01 Dec 2014)
+
+  01 Dec 2014; Amadeusz Żołnowski aide...@gentoo.org
+  +biosdevname-0.6.1.ebuild:
+  Version bump.
 
   19 Sep 2014; Michał Górny mgo...@gentoo.org biosdevname-0.3.11-r1.ebuild,
   biosdevname-0.4.0.ebuild, biosdevname-0.4.1.ebuild:



1.1  sys-apps/biosdevname/biosdevname-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/biosdevname/biosdevname-0.6.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/biosdevname/biosdevname-0.6.1.ebuild?rev=1.1content-type=text/plain

Index: biosdevname-0.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/biosdevname/biosdevname-0.6.1.ebuild,v 1.1 
2014/12/01 20:00:25 aidecoe Exp $

EAPI=4
inherit udev

DESCRIPTION=Sets BIOS-given device names instead of kernel eth* names
HOMEPAGE=http://linux.dell.com/biosdevname/;
SRC_URI=http://linux.dell.com/biosdevname/${P}/${P}.tar.gz;

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

CDEPEND=virtual/udev
DEPEND=${CDEPEND}
sys-apps/pciutils
RDEPEND=${CDEPEND}

src_prepare() {
sed -i -e 's|/sbin/biosdevname|/usr\0|g' biosdevname.rules.in || die
sed -i -e /RULEDEST/s:/lib/udev:$(get_udevdir): configure{,.ac} || die
}






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.19.ebuild

2014-11-30 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/30 11:36:51

  Modified: ChangeLog
  Added:notmuch-0.19.ebuild
  Log:
  Version bump.
  
  NEWS
  
  Command-Line Interface
  --
  
  - Stopped `notmuch dump` failing if someone writes to the database
  - `notmuch insert` requires succesful message indexing for success status
  - `notmuch insert` has gained support for `post-insert` hook
  - `notmuch deliver` is deprecated
  - `notmuch search` now supports `--duplicate=N` option with
`--output=messages`
  - Added `notmuch address` subcommand
  
  Emacs Interface
  ---
  
  - Use the `j` key to access saved searches from anywhere in notmuch
  - Improved handling of the unread tag
  - Expanded default saved search settings
  - Improved `q` binding in notmuch buffers
  - `notmuch-show-stash-mlarchive-link-alist` now supports functions
  
  Library changes
  ---
  
  - Introduced database version 3 with support for database features.
  - Library users are no longer required to call `notmuch_database_upgrade`
  - Library users can now abort an atomic section by closing the database
  - Add return status to notmuch_database_close and notmuch_database_destroy
  - Bug fixes and performance improvements for thread linking
  
  nmbug
  -
  
  `nmbug help` is not `nmbug --help`, and the following nmbug commands have
  slightly different interfaces: `archive`, `commit`, `fetch`, `log`, `pull`,
  `push`, and `status`. For details on the new interface for a given command,
  run `nmbug COMMAND --help`.
  
  nmbug-status
  
  
  `nmbug-status` can now optionally load header and footer templates
  from the config file. Use something like:
  
  Python Bindings
  ---
  
  Add support for `notmuch_query_add_tag_exclude`
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.109net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   28 Nov 2014 13:56:06 -  1.108
+++ ChangeLog   30 Nov 2014 11:36:51 -  1.109
@@ -1,6 +1,61 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.108 
2014/11/28 13:56:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.109 
2014/11/30 11:36:51 aidecoe Exp $
+
+*notmuch-0.19 (30 Nov 2014)
+
+  30 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org +notmuch-0.19.ebuild:
+  Version bump.
+
+  NEWS
+  
+  Command-Line Interface
+  --
+
+  - Stopped `notmuch dump` failing if someone writes to the database
+  - `notmuch insert` requires succesful message indexing for success status
+  - `notmuch insert` has gained support for `post-insert` hook
+  - `notmuch deliver` is deprecated
+  - `notmuch search` now supports `--duplicate=N` option with
+`--output=messages`
+  - Added `notmuch address` subcommand
+
+  Emacs Interface
+  ---
+
+  - Use the `j` key to access saved searches from anywhere in notmuch
+  - Improved handling of the unread tag
+  - Expanded default saved search settings
+  - Improved `q` binding in notmuch buffers
+  - `notmuch-show-stash-mlarchive-link-alist` now supports functions
+
+  Library changes
+  ---
+
+  - Introduced database version 3 with support for database features.
+  - Library users are no longer required to call `notmuch_database_upgrade`
+  - Library users can now abort an atomic section by closing the database
+  - Add return status to notmuch_database_close and notmuch_database_destroy
+  - Bug fixes and performance improvements for thread linking
+
+  nmbug
+  -
+
+  `nmbug help` is not `nmbug --help`, and the following nmbug commands have
+  slightly different interfaces: `archive`, `commit`, `fetch`, `log`, `pull`,
+  `push`, and `status`. For details on the new interface for a given command,
+  run `nmbug COMMAND --help`.
+
+  nmbug-status
+  
+
+  `nmbug-status` can now optionally load header and footer templates
+  from the config file. Use something like:
+
+  Python Bindings
+  ---
+
+  Add support for `notmuch_query_add_tag_exclude`
 
   28 Nov 2014; Pacho Ramos pa...@gentoo.org notmuch-0.18.2.ebuild:
   Support python 3.4



1.1  net-mail/notmuch/notmuch-0.19.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.1.ebuild

2014-11-23 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/23 12:48:51

  Modified: ChangeLog
  Removed:  notmuch-0.18.1.ebuild
  Log:
  Remove 0.18.1 version.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.107net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.106r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   11 Nov 2014 11:32:28 -  1.106
+++ ChangeLog   23 Nov 2014 12:48:50 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.106 
2014/11/11 11:32:28 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.107 
2014/11/23 12:48:50 aidecoe Exp $
+
+  23 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org
+  -notmuch-0.18.1.ebuild:
+  Remove 0.18.1 version.
 
   11 Nov 2014; Chema Alonso nim...@gentoo.org notmuch-0.18.2.ebuild:
   Stable for amd64 wrt bug #516756






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-040-r2.ebuild ChangeLog

2014-11-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/18 20:08:58

  Modified: ChangeLog
  Added:dracut-040-r2.ebuild
  Log:
  Drop patch Install dracut-install into libexec dir instead of lib
  and install skipcpio and dracut-install into /usr/lib/dracut/. Set
  QA_MULTILIB_PATHS accordingly for these binaries.
  
  Fix bug #528998.  Commit on behalf of Alexander Tsoy alexan...@tsoy.me.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.180sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   13 Nov 2014 18:45:40 -  1.179
+++ ChangeLog   18 Nov 2014 20:08:58 -  1.180
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.179 
2014/11/13 18:45:40 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.180 
2014/11/18 20:08:58 aidecoe Exp $
+
+*dracut-040-r2 (18 Nov 2014)
+
+  18 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-040-r2.ebuild:
+  Drop patch Install dracut-install into libexec dir instead of lib
+  and install skipcpio and dracut-install into /usr/lib/dracut/. Set
+  QA_MULTILIB_PATHS accordingly for these binaries.
+
+  Fix bug #528998.  Commit on behalf of Alexander Tsoy alexan...@tsoy.me.
 
 *dracut-040-r1 (13 Nov 2014)
 



1.1  sys-kernel/dracut/dracut-040-r2.ebuild

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

Index: dracut-040-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild,v 1.1 
2014/11/18 20:08:58 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| ( =sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils )
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PV}-0001-dracut-functions.sh-support-for-altern.patch
${FILESDIR}/${PV}-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
${FILESDIR}/${PV}-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PV}-0005-NEWS-add-040-entry.patch
${FILESDIR}/${PV}-0006-Don-t-pass-rsyncable-option-to-gzip-Ge.patch
)
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-040-r2.ebuild ChangeLog

2014-11-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/18 20:12:34

  Modified: dracut-040-r2.ebuild ChangeLog
  Log:
  Fix repoman warning about whitespaces.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  sys-kernel/dracut/dracut-040-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild?r1=1.1r2=1.2

Index: dracut-040-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dracut-040-r2.ebuild18 Nov 2014 20:08:58 -  1.1
+++ dracut-040-r2.ebuild18 Nov 2014 20:12:34 -  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/sys-kernel/dracut/dracut-040-r2.ebuild,v 
1.1 2014/11/18 20:08:58 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040-r2.ebuild,v 
1.2 2014/11/18 20:12:34 aidecoe Exp $
 
 EAPI=4
 
@@ -52,9 +52,9 @@
${FILESDIR}/${PV}-0006-Don-t-pass-rsyncable-option-to-gzip-Ge.patch
)
 QA_MULTILIB_PATHS=
-usr/lib/dracut/dracut-install
-usr/lib/dracut/skipcpio
-
+   usr/lib/dracut/dracut-install
+   usr/lib/dracut/skipcpio
+   
 
 #
 # Helper functions



1.181sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   18 Nov 2014 20:08:58 -  1.180
+++ ChangeLog   18 Nov 2014 20:12:34 -  1.181
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.180 
2014/11/18 20:08:58 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.181 
2014/11/18 20:12:34 aidecoe Exp $
+
+  18 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org dracut-040-r2.ebuild:
+  Fix repoman warning about whitespaces.
 
 *dracut-040-r2 (18 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-037-r3.ebuild dracut-038-r2.ebuild dracut-034-r4.ebuild ChangeLog dracut-036-r4.ebuild dracut-040.ebuild

2014-11-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/09 08:44:21

  Modified: dracut-037-r3.ebuild dracut-038-r2.ebuild
dracut-034-r4.ebuild ChangeLog dracut-036-r4.ebuild
dracut-040.ebuild
  Log:
  Replace incorrect dev-libs/openssl with net-misc/openssh dependency.
  Fixes bug #528056.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  sys-kernel/dracut/dracut-037-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?r1=1.2r2=1.3

Index: dracut-037-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dracut-037-r3.ebuild5 Aug 2014 18:02:57 -   1.2
+++ dracut-037-r3.ebuild9 Nov 2014 08:44:21 -   1.3
@@ -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/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.2 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.3 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -260,7 +260,7 @@
optfeature Support NFS net-fs/nfs-utils net-nds/rpcbind
optfeature \
Install ssh and scp along with config files and specified 
keys \
-   dev-libs/openssl
+   net-misc/openssh
optfeature Enable logging with syslog-ng or rsyslog 
app-admin/syslog-ng \
app-admin/rsyslog
 }



1.3  sys-kernel/dracut/dracut-038-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild?r1=1.2r2=1.3

Index: dracut-038-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dracut-038-r2.ebuild5 Aug 2014 18:02:57 -   1.2
+++ dracut-038-r2.ebuild9 Nov 2014 08:44:21 -   1.3
@@ -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/sys-kernel/dracut/dracut-038-r2.ebuild,v 
1.2 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild,v 
1.3 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -259,7 +259,7 @@
optfeature Support NFS net-fs/nfs-utils net-nds/rpcbind
optfeature \
Install ssh and scp along with config files and specified 
keys \
-   dev-libs/openssl
+   net-misc/openssh
optfeature Enable logging with syslog-ng or rsyslog 
app-admin/syslog-ng \
app-admin/rsyslog
 }



1.7  sys-kernel/dracut/dracut-034-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?r1=1.6r2=1.7

Index: dracut-034-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dracut-034-r4.ebuild5 Aug 2014 18:02:57 -   1.6
+++ dracut-034-r4.ebuild9 Nov 2014 08:44:21 -   1.7
@@ -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/sys-kernel/dracut/dracut-034-r4.ebuild,v 
1.6 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild,v 
1.7 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -104,7 +104,7 @@
dracut_modules_nbd? ( sys-block/nbd )
dracut_modules_nfs? ( net-fs/nfs-utils net-nds/rpcbind )
dracut_modules_plymouth? ( =sys-boot/plymouth-0.8.3-r1 )
-   dracut_modules_ssh-client? ( dev-libs/openssl )
+   dracut_modules_ssh-client? ( net-misc/openssh )
dracut_modules_syslog? ( || 

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.2.ebuild ChangeLog

2014-11-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/01 17:56:21

  Modified: ChangeLog
  Added:notmuch-0.18.2.ebuild
  Log:
  Version bump.
  
  NEWS
  
  - Fix test suite to work with gdb 7.8
  - Emacs 24.4 related bug fixes
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key F0134531E1DBFAB5)

Revision  ChangesPath
1.105net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.105view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.105content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.104r2=1.105

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   18 Sep 2014 19:47:19 -  1.104
+++ ChangeLog   1 Nov 2014 17:56:21 -   1.105
@@ -1,6 +1,17 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.104 
2014/09/18 19:47:19 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.105 
2014/11/01 17:56:21 aidecoe Exp $
+
+*notmuch-0.18.2 (01 Nov 2014)
+
+  01 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org
+  +notmuch-0.18.2.ebuild:
+  Version bump.
+
+  NEWS
+  
+  - Fix test suite to work with gdb 7.8
+  - Emacs 24.4 related bug fixes
 
   18 Sep 2014; Amadeusz Żołnowski aide...@gentoo.org
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:



1.1  net-mail/notmuch/notmuch-0.18.2.ebuild

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

Index: notmuch-0.18.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.1 
2014/11/01 17:56:21 aidecoe Exp $

EAPI=5

DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs

DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
HOMEPAGE=http://notmuchmail.org/;
SRC_URI=${HOMEPAGE%/}/releases/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
REQUIRED_USE=
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )

IUSE=crypt debug doc emacs mutt nmbug python test

CDEPEND=
=app-shells/bash-completion-1.9
=dev-libs/glib-2.22
=dev-libs/gmime-2.6.7
!=dev-libs/gmime-2.6.19
dev-libs/xapian-1.3
=sys-libs/zlib-1.2.5.2
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( =virtual/emacs-23 )
python? ( ${PYTHON_DEPS} )
x86? ( =dev-libs/xapian-1.2.7-r2 )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( =app-editors/emacs-23[libxml2]
=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )

RDEPEND=${CDEPEND}
crypt? ( app-crypt/gnupg )
nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser )
mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu
virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)


DOCS=( AUTHORS NEWS README )
SITEFILE=50${PN}-gentoo.el
MY_LD_LIBRARY_PATH=${WORKDIR}/${P}/lib
MY_PATCHES=( )

bindings() {
local ret=0

if use $1; then
pushd bindings/$1 || die
shift
$@
ret=$?
popd || die
fi

return $ret
}

pkg_pretend() {
if has_version 'net-mail/notmuch-0.18'; then
ewarn
ewarn Notmuch 0.18 comes with few not backward compatible 
changes.
ewarn See NEWS file for details before first use!
ewarn
fi
}

pkg_setup() {
if use emacs; then
elisp-need-emacs 23 || die Emacs version too low
fi
}

src_prepare() {
[[ ${MY_PATCHES[@]} ]]  epatch ${MY_PATCHES[@]}

bindings python distutils-r1_src_prepare
bindings python mv README README-python || die
mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die
}

src_configure() {
local myeconfargs=(

[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp: hddtemp-0.3_beta15-r25.ebuild hddtemp-0.3_beta15-r7.ebuild hddtemp-0.3_beta15-r24.ebuild ChangeLog

2014-11-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/01 20:12:03

  Modified: hddtemp-0.3_beta15-r25.ebuild
hddtemp-0.3_beta15-r7.ebuild
hddtemp-0.3_beta15-r24.ebuild ChangeLog
  Log:
  Move SELinux dependency from build-time to run-time.  Fix bug #527704.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.4  app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild?r1=1.3r2=1.4

Index: hddtemp-0.3_beta15-r25.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hddtemp-0.3_beta15-r25.ebuild   5 Jul 2014 08:21:00 -   1.3
+++ hddtemp-0.3_beta15-r25.ebuild   1 Nov 2014 20:12:03 -   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/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild,v 1.3 
2014/07/05 08:21:00 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild,v 1.4 
2014/11/01 20:12:03 aidecoe Exp $
 
 EAPI=5
 inherit eutils autotools readme.gentoo systemd
@@ -17,8 +17,8 @@
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86
 IUSE=network-cron nls selinux
 
-DEPEND=selinux? ( sec-policy/selinux-hddtemp )
-RDEPEND=${DEPEND}
+DEPEND=
+RDEPEND=selinux? ( sec-policy/selinux-hddtemp )
 
 S=${WORKDIR}/${MY_P}
 



1.12 app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild?r1=1.11r2=1.12

Index: hddtemp-0.3_beta15-r7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hddtemp-0.3_beta15-r7.ebuild5 Jul 2014 08:21:00 -   1.11
+++ hddtemp-0.3_beta15-r7.ebuild1 Nov 2014 20:12:03 -   1.12
@@ -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/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v 1.11 
2014/07/05 08:21:00 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v 1.12 
2014/11/01 20:12:03 aidecoe Exp $
 
 EAPI=5
 inherit eutils autotools readme.gentoo systemd
@@ -17,8 +17,8 @@
 KEYWORDS=alpha amd64 arm hppa ia64 ppc sparc x86
 IUSE=nls selinux
 
-DEPEND=selinux? ( sec-policy/selinux-hddtemp )
-RDEPEND=${DEPEND}
+DEPEND=
+RDEPEND=selinux? ( sec-policy/selinux-hddtemp )
 
 S=${WORKDIR}/${MY_P}
 



1.4  app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild?r1=1.3r2=1.4

Index: hddtemp-0.3_beta15-r24.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hddtemp-0.3_beta15-r24.ebuild   5 Jul 2014 08:21:00 -   1.3
+++ hddtemp-0.3_beta15-r24.ebuild   1 Nov 2014 20:12:03 -   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/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild,v 1.3 
2014/07/05 08:21:00 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild,v 1.4 
2014/11/01 20:12:03 aidecoe Exp $
 
 EAPI=4
 
@@ -18,8 +18,8 @@
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86
 IUSE=network-cron nls selinux
 
-DEPEND=selinux? ( sec-policy/selinux-hddtemp )
-RDEPEND=${DEPEND}
+DEPEND=
+RDEPEND=selinux? ( sec-policy/selinux-hddtemp )
 
 S=${WORKDIR}/${MY_P}
 


[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 040-0005-NEWS-add-040-entry.patch 040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch 040-0004-Install-dracut-install-into-libexec-di.p

2014-11-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/01 21:52:11

  Added:040-0005-NEWS-add-040-entry.patch
040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
040-0004-Install-dracut-install-into-libexec-di.patch
040-0001-dracut-functions.sh-support-for-altern.patch
040-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
040-0006-Don-t-pass-rsyncable-option-to-gzip-Ge.patch
  Log:
  Version bump.
  
  NEWS
  
  (since 038)
  
  - DRACUT_PATH can now be used to specify the PATH used by dracut
to search for binaries instead of the default
  /usr/sbin:/sbin:/usr/bin:/bin
This should be set in the distribution config file
  /usr/lib/dracut/dracut.conf.d/01-dist.conf
  - add --loginstall DIR and loginstall=DIR options
to record all files, which are installed from the host fs
  - rd.writable.fsimg - support for read/write filesystem images
  - rd.route kernel command line parameter added
  - --install-optional and install_optional_items added
  - torrent support for live images
  root=live:torrent://example.com/liveboot.img.torrent
and generally added as a download handler
  - disable microcode, if the kernel does not support it
  - speed up ldconfig_paths()
  - more ARM modules
  - fixed inst*() functions and -H handling
  - fixed bridge setup
  - added --force-drivers parameter and force_drivers=+ config option
to enforce driver loading at early boot time
  - documented iso-scan/filename usage in grub
  - various bugfixes
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  sys-kernel/dracut/files/040-0005-NEWS-add-040-entry.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0005-NEWS-add-040-entry.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0005-NEWS-add-040-entry.patch?rev=1.1content-type=text/plain

Index: 040-0005-NEWS-add-040-entry.patch
===
From 36c91220234af69a96cd95e575b47f0a3ec4c645 Mon Sep 17 00:00:00 2001
From: Harald Hoyer har...@redhat.com
Date: Fri, 24 Oct 2014 14:41:29 +0200
Subject: [PATCH 5/5] NEWS: add 040 entry

---
 NEWS | 5 +
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 1b79da1..da44068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dracut-040
+==
+- fixed dracut module dependency checks
+- fixed test suite
+
 dracut-039
 ==
 - DRACUT_PATH can now be used to specify the PATH used by dracut
-- 
2.1.3




1.1  
sys-kernel/dracut/files/040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch?rev=1.1content-type=text/plain

Index: 040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
===
From a562cb9ad84784cb4ba7679a2fc3a269d31a4ca3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Sun, 16 Dec 2012 20:02:48 +0100
Subject: [PATCH 2/4] gentoo.conf: let udevdir= be handled by pkg-config and
 use udevaltdirs

To avoid need of rebuild after udev update/downgrade let udevdir= be set
dynamically with pkg-config.  Use udevaltdirs to search for rules both
in old and new locations.
---
 dracut.conf.d/gentoo.conf.example | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dracut.conf.d/gentoo.conf.example 
b/dracut.conf.d/gentoo.conf.example
index 26e7314..f9617f0 100644
--- a/dracut.conf.d/gentoo.conf.example
+++ b/dracut.conf.d/gentoo.conf.example
@@ -1,7 +1,8 @@
 # /etc/dracut.conf.d/gentoo.conf
 # dracut config file customized for Gentoo Base System release 2
 
-udevdir=/lib/udev
+udevdir=
+udevaltdirs=/lib/udev /usr/lib/udev
 ro_mnt=yes
 
 #
-- 
2.1.3




1.1  
sys-kernel/dracut/files/040-0004-Install-dracut-install-into-libexec-di.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0004-Install-dracut-install-into-libexec-di.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/040-0004-Install-dracut-install-into-libexec-di.patch?rev=1.1content-type=text/plain

Index: 040-0004-Install-dracut-install-into-libexec-di.patch
===
From ed9375739c3f7e48f6e1c3037c5a589c49d78613 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:40:43 +0200
Subject: [PATCH 4/4] Install dracut-install into libexec dir instead of 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-040.ebuild ChangeLog

2014-11-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/01 21:52:11

  Modified: ChangeLog
  Added:dracut-040.ebuild
  Log:
  Version bump.
  
  NEWS
  
  (since 038)
  
  - DRACUT_PATH can now be used to specify the PATH used by dracut
to search for binaries instead of the default
  /usr/sbin:/sbin:/usr/bin:/bin
This should be set in the distribution config file
  /usr/lib/dracut/dracut.conf.d/01-dist.conf
  - add --loginstall DIR and loginstall=DIR options
to record all files, which are installed from the host fs
  - rd.writable.fsimg - support for read/write filesystem images
  - rd.route kernel command line parameter added
  - --install-optional and install_optional_items added
  - torrent support for live images
  root=live:torrent://example.com/liveboot.img.torrent
and generally added as a download handler
  - disable microcode, if the kernel does not support it
  - speed up ldconfig_paths()
  - more ARM modules
  - fixed inst*() functions and -H handling
  - fixed bridge setup
  - added --force-drivers parameter and force_drivers=+ config option
to enforce driver loading at early boot time
  - documented iso-scan/filename usage in grub
  - various bugfixes
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.176sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   5 Aug 2014 18:02:57 -   1.175
+++ ChangeLog   1 Nov 2014 21:52:11 -   1.176
@@ -1,6 +1,44 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.175 
2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.176 
2014/11/01 21:52:11 aidecoe Exp $
+
+*dracut-040 (01 Nov 2014)
+
+  01 Nov 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-040.ebuild,
+  +files/040-0001-dracut-functions.sh-support-for-altern.patch,
+  +files/040-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  +files/040-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/040-0004-Install-dracut-install-into-libexec-di.patch,
+  +files/040-0005-NEWS-add-040-entry.patch,
+  +files/040-0006-Don-t-pass-rsyncable-option-to-gzip-Ge.patch:
+  Version bump.
+
+  NEWS
+  
+  (since 038)
+
+  - DRACUT_PATH can now be used to specify the PATH used by dracut
+to search for binaries instead of the default
+  /usr/sbin:/sbin:/usr/bin:/bin
+This should be set in the distribution config file
+  /usr/lib/dracut/dracut.conf.d/01-dist.conf
+  - add --loginstall DIR and loginstall=DIR options
+to record all files, which are installed from the host fs
+  - rd.writable.fsimg - support for read/write filesystem images
+  - rd.route kernel command line parameter added
+  - --install-optional and install_optional_items added
+  - torrent support for live images
+  root=live:torrent://example.com/liveboot.img.torrent
+and generally added as a download handler
+  - disable microcode, if the kernel does not support it
+  - speed up ldconfig_paths()
+  - more ARM modules
+  - fixed inst*() functions and -H handling
+  - fixed bridge setup
+  - added --force-drivers parameter and force_drivers=+ config option
+to enforce driver loading at early boot time
+  - documented iso-scan/filename usage in grub
+  - various bugfixes
 
   05 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org dracut-034-r4.ebuild,
   dracut-036-r4.ebuild, dracut-037-r3.ebuild, dracut-038-r2.ebuild:



1.1  sys-kernel/dracut/dracut-040.ebuild

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

Index: dracut-040.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-040.ebuild,v 1.1 
2014/11/01 21:52:11 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 

[gentoo-commits] gentoo-x86 commit in dev-python/appdirs: ChangeLog appdirs-1.4.0.ebuild

2014-10-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/10/12 19:52:22

  Modified: ChangeLog
  Added:appdirs-1.4.0.ebuild
  Log:
  Version bump. Fixes bug #524786.
  
  appdirs 1.4.0
  
  - [PR #42] AppAuthor is now optional on Windows
  - [issue 41] Support Jython on Windows, Mac, and Unix-like platforms. Windows
support requires JNA.
  - [PR #44] Fix incorrect behaviour of the site_config_dir method
  
  appdirs 1.3.0
  
  - [Unix, issue 16] Conform to XDG standard, instead of breaking it for
everybody
  - [Unix] Removes gratuitous case mangling of the case, since *nix-es are
usually case sensitive, so mangling is not wise
  - [Unix] Fixes the uterly wrong behaviour in site_data_dir, return result
based on XDG_DATA_DIRS and make room for respecting the standard which
specifies XDG_DATA_DIRS is a multiple-value variable
  - [Issue 6] Add *_config_dir which are distinct on nix-es, according to XDG
specs; on Windows and Mac return the corresponding *_data_dir
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key F0134531E1DBFAB5)

Revision  ChangesPath
1.6  dev-python/appdirs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/appdirs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   31 Mar 2014 20:52:56 -  1.5
+++ ChangeLog   12 Oct 2014 19:52:22 -  1.6
@@ -1,6 +1,30 @@
 # ChangeLog for dev-python/appdirs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/ChangeLog,v 1.5 
2014/03/31 20:52:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/ChangeLog,v 1.6 
2014/10/12 19:52:22 aidecoe Exp $
+
+*appdirs-1.4.0 (12 Oct 2014)
+
+  12 Oct 2014; Amadeusz Żołnowski aide...@gentoo.org +appdirs-1.4.0.ebuild:
+  Version bump. Fixes bug #524786.
+
+  appdirs 1.4.0
+
+  - [PR #42] AppAuthor is now optional on Windows
+  - [issue 41] Support Jython on Windows, Mac, and Unix-like platforms. Windows
+support requires JNA.
+  - [PR #44] Fix incorrect behaviour of the site_config_dir method
+
+  appdirs 1.3.0
+
+  - [Unix, issue 16] Conform to XDG standard, instead of breaking it for
+everybody
+  - [Unix] Removes gratuitous case mangling of the case, since *nix-es are
+usually case sensitive, so mangling is not wise
+  - [Unix] Fixes the uterly wrong behaviour in site_data_dir, return result
+based on XDG_DATA_DIRS and make room for respecting the standard which
+specifies XDG_DATA_DIRS is a multiple-value variable
+  - [Issue 6] Add *_config_dir which are distinct on nix-es, according to XDG
+specs; on Windows and Mac return the corresponding *_data_dir
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org appdirs-1.2.0-r1.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/appdirs/appdirs-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/appdirs/appdirs-1.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/appdirs/appdirs-1.4.0.ebuild?rev=1.1content-type=text/plain

Index: appdirs-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/appdirs-1.4.0.ebuild,v 
1.1 2014/10/12 19:52:22 aidecoe Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION=Module for determining appropriate platform-specific dirs
HOMEPAGE=http://github.com/ActiveState/appdirs;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

# api.doctests is missing in the dist zipfile
# and the 'internal' doctest does nothing
RESTRICT=test

python_test() {
cd test || die
${PYTHON} test.py \
|| die Tests fail with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp/files: hddgentoo.db

2014-10-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/10/12 20:45:30

  Modified: hddgentoo.db
  Log:
  Add new drives to hddgentoo.db
  
  Fixes: bug #512732, bug #516610, bug #518178, bug #518128, bug #521418,
 bug #522154, bug #522216
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key F0134531E1DBFAB5)

Revision  ChangesPath
1.53 app-admin/hddtemp/files/hddgentoo.db

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?r1=1.52r2=1.53

Index: hddgentoo.db
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- hddgentoo.db17 May 2014 17:02:51 -  1.52
+++ hddgentoo.db12 Oct 2014 20:45:30 -  1.53
@@ -195,6 +195,7 @@
 WDC WD1003FBYX-01Y7B1194 C 
Western Digital RE4 1TB SATA2 7200RPM 64MB
 WDC WD3003FZEX-00Z4SA0   194 C Western 
Digital Caviar Black 3TB SATA3 7200RPM 64MB
 TOSHIBA DT01ACA050   194 C Toshiba 
500GB SATA3 7200RPM 32MB
+WDC WD10JFCX-68N6GN0 194 C Western 
Digital Red 1TB SATA3 IntelliPower 64MB
 WDC WD40EFRX 194 C Western 
Digital Red 4TB SATA3 IntelliPower 64MB
 WDC WD40EZRX 194 C Western 
Digital Green 4TB SATA3 IntelliPower 64MB
 WDC WD20EARS 194 C Western 
Digital Green 2TB SATA2 IntelliPower 64MB
@@ -212,8 +213,10 @@
 ST9500325AS  194 C Seagate 
Momentus 5400.6 500GB SATA2 5400RPM 8MB
 WDC WD30EFRX-68AX9N0 194 C Western 
Digital Red 3TB SATA3 64MB
 Toshiba DT01ACA300   194 C Toshiba 
DT01ACA300 3TB SATA3 7200RPM 64MB
+TOSHIBA DT01ACA300   194 C Toshiba 
DT01ACA300 3TB SATA3 7200RPM 64MB
 Samsung SSD 840 Series   190 C Samsung 
SSD 840 Series
 Samsung SSD 840 PRO Serise   190 C Samsung 
SSD 840 Pro Series
+Samsung SSD 840 EVO  190 C Samsung 
SSD 840 EVO Series
 SAMSUNG HD203WI  194 C Samsung 
SpinPoint F3 EcoGreen 2TB SATA2 5400RPM 32MB
 SAMSUNG SSD 830 Series   190 C Samsung 
SSD 830 Series
 SanDisk SDSSDH2128G  194 C Sandisk 
SSD Ultra Plus 128GB
@@ -222,3 +225,8 @@
 Crucial_CT240M500SSD3194 C 
Crucial M500 240GB SATA3 256MB
 WDC WD5003ABYX-01WERA2   194 C Western 
Digital RE4 500GB
 WDC WD5002ABYS-02B1B0194 C 
Western Digital RE3 500GB
+WDC WD20EZRX 194 C Western 
Digital Green 2TB
+ST4000DM000  194 C Seagate 
Desktop 4TB
+STM3160815AS 194 C Maxtor 
DiamondMax 21 - 160GB - 8MB Cache SATA
+6G160E0  194 C Maxtor 
DiamondMax 17 - 160GB - 8MB Cache SATA
+WDC WD7500BFCX-68N6GN0   194 C Western 
Digital Red 750GB SATA






[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp: ChangeLog

2014-10-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/10/12 20:45:30

  Modified: ChangeLog
  Log:
  Add new drives to hddgentoo.db
  
  Fixes: bug #512732, bug #516610, bug #518178, bug #518128, bug #521418,
 bug #522154, bug #522216
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key F0134531E1DBFAB5)

Revision  ChangesPath
1.158app-admin/hddtemp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   5 Jul 2014 08:21:00 -   1.157
+++ ChangeLog   12 Oct 2014 20:45:30 -  1.158
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/hddtemp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.157 
2014/07/05 08:21:00 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.158 
2014/10/12 20:45:30 aidecoe Exp $
+
+  12 Oct 2014; Amadeusz Żołnowski aide...@gentoo.org files/hddgentoo.db:
+  Add new drives to hddgentoo.db
+
+  Fixes: bug #512732, bug #516610, bug #518178, bug #518128, bug #521418,
+ bug #522154, bug #522216
 
   05 Jul 2014; Sven Vermeulen sw...@gentoo.org hddtemp-0.3_beta15-r24.ebuild,
   hddtemp-0.3_beta15-r25.ebuild, hddtemp-0.3_beta15-r7.ebuild:






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.17.ebuild notmuch-0.16-r1.ebuild ChangeLog notmuch-0.18.1.ebuild

2014-09-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/09/18 19:47:19

  Modified: notmuch-0.17.ebuild notmuch-0.16-r1.ebuild
ChangeLog notmuch-0.18.1.ebuild
  Log:
  Block gdb-7.8 because it breaks atomicity tests.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.9  net-mail/notmuch/notmuch-0.17.ebuild

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

Index: notmuch-0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notmuch-0.17.ebuild 1 Sep 2014 07:55:36 -   1.8
+++ notmuch-0.17.ebuild 18 Sep 2014 19:47:19 -  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-mail/notmuch/notmuch-0.17.ebuild,v 1.8 
2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.9 
2014/09/18 19:47:19 aidecoe Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( =app-editors/emacs-23[libxml2]
-   =app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+   =app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb-7.8 )

 RDEPEND=${CDEPEND}
crypt? ( app-crypt/gnupg )



1.9  net-mail/notmuch/notmuch-0.16-r1.ebuild

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

Index: notmuch-0.16-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notmuch-0.16-r1.ebuild  1 Sep 2014 07:55:36 -   1.8
+++ notmuch-0.16-r1.ebuild  18 Sep 2014 19:47:19 -  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-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.8 2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.9 2014/09/18 19:47:19 aidecoe Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( =app-editors/emacs-23[libxml2]
-   =app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+   =app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb-7.8 )

 RDEPEND=${CDEPEND}
crypt? ( app-crypt/gnupg )



1.104net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   1 Sep 2014 07:55:36 -   1.103
+++ ChangeLog   18 Sep 2014 19:47:19 -  1.104
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.103 
2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.104 
2014/09/18 19:47:19 aidecoe Exp $
+
+  18 Sep 2014; Amadeusz Żołnowski aide...@gentoo.org
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
+  Block gdb-7.8 because it breaks atomicity tests.
 
   01 Sep 2014; Amadeusz Żołnowski aide...@gentoo.org
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:



1.8  net-mail/notmuch/notmuch-0.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.8view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.16-r1.ebuild notmuch-0.17.ebuild

2014-09-01 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/09/01 07:55:36

  Modified: ChangeLog notmuch-0.16-r1.ebuild
notmuch-0.17.ebuild
  Log:
  Install zsh and bash completion files unconditionally.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.103net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   28 Aug 2014 14:14:21 -  1.102
+++ ChangeLog   1 Sep 2014 07:55:36 -   1.103
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.102 
2014/08/28 14:14:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.103 
2014/09/01 07:55:36 aidecoe Exp $
+
+  01 Sep 2014; Amadeusz Żołnowski aide...@gentoo.org
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:
+  Install zsh and bash completion files unconditionally.
 
   28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
   src_prepare() doesn't have 'default'.



1.8  net-mail/notmuch/notmuch-0.16-r1.ebuild

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

Index: notmuch-0.16-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notmuch-0.16-r1.ebuild  28 Aug 2014 09:37:07 -  1.7
+++ notmuch-0.16-r1.ebuild  1 Sep 2014 07:55:36 -   1.8
@@ -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-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.7 2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.8 2014/09/01 07:55:36 aidecoe Exp $
 
 EAPI=5
 
@@ -21,8 +21,7 @@
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )

-IUSE=bash-completion crypt debug doc emacs mutt nmbug pick python test
-   zsh-completion
+IUSE=crypt debug doc emacs mutt nmbug pick python test
 
 CDEPEND=
=dev-libs/glib-2.22
@@ -48,7 +47,6 @@
virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)
-   zsh-completion? ( app-shells/zsh )

 
 DOCS=( AUTHORS NEWS README )
@@ -92,9 +90,7 @@
--emacsetcdir=${EPREFIX}/${SITEETC}/${PN}
--with-gmime-version=2.6
--zshcompletiondir=${EPREFIX}/usr/share/zsh/site-functions
-   $(use_with bash-completion)
$(use_with emacs)
-   $(use_with zsh-completion)
)
econf ${myeconfargs[@]}
 }



1.8  net-mail/notmuch/notmuch-0.17.ebuild

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

Index: notmuch-0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notmuch-0.17.ebuild 28 Aug 2014 09:37:07 -  1.7
+++ notmuch-0.17.ebuild 1 Sep 2014 07:55:36 -   1.8
@@ -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-mail/notmuch/notmuch-0.17.ebuild,v 1.7 
2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.8 
2014/09/01 07:55:36 aidecoe Exp $
 
 EAPI=5
 
@@ -20,8 +20,7 @@
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )

-IUSE=bash-completion crypt debug doc emacs mutt nmbug 

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.1.ebuild ChangeLog notmuch-0.16-r1.ebuild notmuch-0.17.ebuild

2014-08-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/28 09:37:07

  Modified: notmuch-0.18.1.ebuild ChangeLog
notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
  Log:
  Prefixed paths with $EPREFIX instead of $ROOT.  Thanks to mgorny for the
  report.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.4  net-mail/notmuch/notmuch-0.18.1.ebuild

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

Index: notmuch-0.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notmuch-0.18.1.ebuild   21 Jul 2014 19:06:43 -  1.3
+++ notmuch-0.18.1.ebuild   28 Aug 2014 09:37:07 -  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-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.3 2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.4 2014/08/28 09:37:07 aidecoe Exp $
 
 EAPI=5
 
@@ -98,11 +98,11 @@
 
 src_configure() {
local myeconfargs=(
-   --bashcompletiondir=${ROOT}/usr/share/bash-completion
-   --emacslispdir=${ROOT}/${SITELISP}/${PN}
-   --emacsetcdir=${ROOT}/${SITEETC}/${PN}
+   --bashcompletiondir=${EPREFIX}/usr/share/bash-completion
+   --emacslispdir=${EPREFIX}/${SITELISP}/${PN}
+   --emacsetcdir=${EPREFIX}/${SITEETC}/${PN}
--with-gmime-version=2.6
-   --zshcompletiondir=${ROOT}/usr/share/zsh/site-functions
+   --zshcompletiondir=${EPREFIX}/usr/share/zsh/site-functions
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)



1.99 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   21 Jul 2014 19:06:43 -  1.98
+++ ChangeLog   28 Aug 2014 09:37:07 -  1.99
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.98 
2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99 
2014/08/28 09:37:07 aidecoe Exp $
+
+  28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
+  Prefixed paths with $EPREFIX instead of $ROOT.  Thanks to mgorny for the
+  report.
 
   21 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:



1.7  net-mail/notmuch/notmuch-0.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.6r2=1.7

Index: notmuch-0.16-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notmuch-0.16-r1.ebuild  21 Jul 2014 19:06:43 -  1.6
+++ notmuch-0.16-r1.ebuild  28 Aug 2014 09:37:07 -  1.7
@@ -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-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.6 2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.7 2014/08/28 09:37:07 aidecoe Exp $
 
 EAPI=5
 
@@ -87,11 +87,11 @@
 
 src_configure() {
local myeconfargs=(
-   --bashcompletiondir=${ROOT}/usr/share/bash-completion
-   

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.1.ebuild ChangeLog

2014-08-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/28 11:39:27

  Modified: notmuch-0.18.1.ebuild ChangeLog
  Log:
  Unconditional installation of zsh/bash completion files. Fixes bug #521372.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.5  net-mail/notmuch/notmuch-0.18.1.ebuild

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

Index: notmuch-0.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notmuch-0.18.1.ebuild   28 Aug 2014 09:37:07 -  1.4
+++ notmuch-0.18.1.ebuild   28 Aug 2014 11:39:27 -  1.5
@@ -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-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.4 2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.5 2014/08/28 11:39:27 aidecoe Exp $
 
 EAPI=5
 
@@ -20,10 +20,10 @@
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )

-IUSE=bash-completion crypt debug doc emacs mutt nmbug python test
-   zsh-completion
+IUSE=crypt debug doc emacs mutt nmbug python test
 
 CDEPEND=
+   =app-shells/bash-completion-1.9
=dev-libs/glib-2.22
=dev-libs/gmime-2.6.7
!=dev-libs/gmime-2.6.19
@@ -42,7 +42,6 @@
=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )

 RDEPEND=${CDEPEND}
-   bash-completion? ( =app-shells/bash-completion-1.9 )
crypt? ( app-crypt/gnupg )
nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser )
mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
@@ -50,7 +49,6 @@
virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)
-   zsh-completion? ( app-shells/zsh )

 
 DOCS=( AUTHORS NEWS README )
@@ -103,9 +101,7 @@
--emacsetcdir=${EPREFIX}/${SITEETC}/${PN}
--with-gmime-version=2.6
--zshcompletiondir=${EPREFIX}/usr/share/zsh/site-functions
-   $(use_with bash-completion)
$(use_with emacs)
-   $(use_with zsh-completion)
)
tc-export CC CXX
econf ${myeconfargs[@]}



1.100net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   28 Aug 2014 09:37:07 -  1.99
+++ ChangeLog   28 Aug 2014 11:39:27 -  1.100
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99 
2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.100 
2014/08/28 11:39:27 aidecoe Exp $
+
+  28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
+  Unconditional installation of zsh/bash completion files. Fixes bug #521372.
 
   28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.1.ebuild

2014-08-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/28 14:07:54

  Modified: ChangeLog notmuch-0.18.1.ebuild
  Log:
  Moved check for /etc/mutt/notmuch-mutt.rc to pkg_preinst(). Now it should
  work fine with binpkgs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.101net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   28 Aug 2014 11:39:27 -  1.100
+++ ChangeLog   28 Aug 2014 14:07:54 -  1.101
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.100 
2014/08/28 11:39:27 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.101 
2014/08/28 14:07:54 aidecoe Exp $
+
+  28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
+  Moved check for /etc/mutt/notmuch-mutt.rc to pkg_preinst(). Now it should
+  work fine with binpkgs.
 
   28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
   Unconditional installation of zsh/bash completion files. Fixes bug #521372.



1.6  net-mail/notmuch/notmuch-0.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.5r2=1.6

Index: notmuch-0.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notmuch-0.18.1.ebuild   28 Aug 2014 11:39:27 -  1.5
+++ notmuch-0.18.1.ebuild   28 Aug 2014 14:07:54 -  1.6
@@ -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-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.5 2014/08/28 11:39:27 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.6 2014/08/28 14:07:54 aidecoe Exp $
 
 EAPI=5
 
@@ -148,7 +148,6 @@
fi
 
if use mutt; then
-   [[ -e /etc/mutt/notmuch-mutt.rc ]]  NOTMUCH_MUTT_RC_EXISTS=1
pushd contrib/notmuch-mutt || die
dobin notmuch-mutt
doman notmuch-mutt.1
@@ -162,10 +161,8 @@
use doc  bindings python dohtml -r python
 }
 
-pkg_postinst() {
-   use emacs  elisp-site-regen
-
-   if use mutt  [[ ! ${NOTMUCH_MUTT_RC_EXISTS} ]]; then
+pkg_preinst() {
+   if use mutt  ! [[ -e ${ROOT}/etc/mutt/notmuch-mutt.rc ]]; then
elog To enable notmuch support in mutt, add the following line 
into
elog your mutt config file, please:
elog 
@@ -173,6 +170,10 @@
fi
 }
 
+pkg_postinst() {
+   use emacs  elisp-site-regen
+}
+
 pkg_postrm() {
use emacs  elisp-site-regen
 }






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.1.ebuild

2014-08-28 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/28 14:14:21

  Modified: ChangeLog notmuch-0.18.1.ebuild
  Log:
  src_prepare() doesn't have 'default'.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.102net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   28 Aug 2014 14:07:54 -  1.101
+++ ChangeLog   28 Aug 2014 14:14:21 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.101 
2014/08/28 14:07:54 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.102 
2014/08/28 14:14:21 aidecoe Exp $
+
+  28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
+  src_prepare() doesn't have 'default'.
 
   28 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
   Moved check for /etc/mutt/notmuch-mutt.rc to pkg_preinst(). Now it should



1.7  net-mail/notmuch/notmuch-0.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.6r2=1.7

Index: notmuch-0.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notmuch-0.18.1.ebuild   28 Aug 2014 14:07:54 -  1.6
+++ notmuch-0.18.1.ebuild   28 Aug 2014 14:14:21 -  1.7
@@ -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-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.6 2014/08/28 14:07:54 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.7 2014/08/28 14:14:21 aidecoe Exp $
 
 EAPI=5
 
@@ -88,7 +88,6 @@
 src_prepare() {
[[ ${MY_PATCHES[@]} ]]  epatch ${MY_PATCHES[@]}
 
-   default
bindings python distutils-r1_src_prepare
bindings python mv README README-python || die
mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die






[gentoo-commits] gentoo-x86 commit in mail-client/alot: ChangeLog alot-0.3.6.ebuild

2014-08-07 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/07 19:05:49

  Modified: ChangeLog
  Added:alot-0.3.6.ebuild
  Log:
  Version bump.
  
  NEWS
  
  * implement vim-style move last command (bound to G)
  * fixes in reply/forwarding
  * add option --tags to taglist command to display only a subset of the tags
  * fix: safely interrumpt a command sequence
  * use suffix .eml for temporary email files when editing
  * interpret compose mailto:foo@bar; commands
  * new tomorrow colour theme
  * Add some Emacs keybindings for prompts
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.21 mail-client/alot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   16 Feb 2014 15:11:21 -  1.20
+++ ChangeLog   7 Aug 2014 19:05:49 -   1.21
@@ -1,6 +1,22 @@
 # ChangeLog for mail-client/alot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.20 
2014/02/16 15:11:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.21 
2014/08/07 19:05:49 aidecoe Exp $
+
+*alot-0.3.6 (07 Aug 2014)
+
+  07 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org +alot-0.3.6.ebuild:
+  Version bump.
+
+  NEWS
+  
+  * implement vim-style move last command (bound to G)
+  * fixes in reply/forwarding
+  * add option --tags to taglist command to display only a subset of the tags
+  * fix: safely interrumpt a command sequence
+  * use suffix .eml for temporary email files when editing
+  * interpret compose mailto:foo@bar; commands
+  * new tomorrow colour theme
+  * Add some Emacs keybindings for prompts
 
   16 Feb 2014; Amadeusz Żołnowski aide...@gentoo.org -alot-0.3.2.ebuild,
   -alot-0.3.3.ebuild, -alot-0.3.4.ebuild:



1.1  mail-client/alot/alot-0.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.1content-type=text/plain

Index: alot-0.3.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v 1.1 
2014/08/07 19:05:49 aidecoe Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 vcs-snapshot

DESCRIPTION=Experimental terminal UI for net-mail/notmuch written in Python
HOMEPAGE=https://github.com/pazz/alot;
SRC_URI=${HOMEPAGE}/tarball/${PV} - ${P}.tar.gz

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

DEPEND=
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

RDEPEND=
=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]
dev-python/pygpgme[${PYTHON_USEDEP}]
=dev-python/twisted-core-10.2.0
=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]
net-mail/mailbase
=net-mail/notmuch-0.13[crypt,python]
sys-apps/file[python]


ALOT_UPDATE=

pkg_setup() {
python-r1_pkg_setup

if has_version ${CATEGORY}/${PN}-0.3.2; then
ALOT_UPDATE=yes
fi
}

src_prepare() {
find ${S} -name '*.py' -print0 | xargs -0 -- sed \
-e '1i# -*- coding: utf-8 -*-' -i || die

distutils-r1_src_prepare

local md
for md in *.md; do
mv ${md} ${md%.md}
done
}

src_compile() {
distutils-r1_src_compile

if use doc; then
pushd docs || die
emake html
popd || die
fi
}

src_install() {
distutils-r1_src_install

dodir /usr/share/alot
insinto /usr/share/alot
doins -r extra

if use doc; then
dohtml -r docs/build/html/*
fi
}

pkg_postinst() {
if [[ ${ALOT_UPDATE} = yes ]]; then
ewarn The syntax of theme-files and custom tags-sections of 
the config
ewarn has been changed.  You have to revise your config.  
There are
ewarn converter scripts in /usr/share/alot/extra to help you 
out with
ewarn this:
ewarn 
ewarn   * tagsections_convert.py for your 
~/.config/alot/config
ewarn   * theme_convert.py to update your custom theme files
fi
}






[gentoo-commits] gentoo-x86 commit in mail-client/alot: alot-0.3.5.ebuild alot-0.3.6.ebuild ChangeLog

2014-08-07 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/07 19:44:14

  Modified: alot-0.3.5.ebuild alot-0.3.6.ebuild ChangeLog
  Log:
  Removed deprecated call to default pkg_setup.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  mail-client/alot/alot-0.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?r1=1.2r2=1.3

Index: alot-0.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alot-0.3.5.ebuild   3 Aug 2013 09:45:43 -   1.2
+++ alot-0.3.5.ebuild   7 Aug 2014 19:44:13 -   1.3
@@ -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/mail-client/alot/alot-0.3.5.ebuild,v 1.2 
2013/08/03 09:45:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v 1.3 
2014/08/07 19:44:13 aidecoe Exp $
 
 EAPI=5
 
@@ -33,8 +33,6 @@
 ALOT_UPDATE=
 
 pkg_setup() {
-   python-r1_pkg_setup
-
if has_version ${CATEGORY}/${PN}-0.3.2; then
ALOT_UPDATE=yes
fi



1.2  mail-client/alot/alot-0.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?r1=1.1r2=1.2

Index: alot-0.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alot-0.3.6.ebuild   7 Aug 2014 19:05:49 -   1.1
+++ alot-0.3.6.ebuild   7 Aug 2014 19:44:13 -   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/mail-client/alot/alot-0.3.6.ebuild,v 1.1 
2014/08/07 19:05:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v 1.2 
2014/08/07 19:44:13 aidecoe Exp $
 
 EAPI=5
 
@@ -33,8 +33,6 @@
 ALOT_UPDATE=
 
 pkg_setup() {
-   python-r1_pkg_setup
-
if has_version ${CATEGORY}/${PN}-0.3.2; then
ALOT_UPDATE=yes
fi



1.22 mail-client/alot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   7 Aug 2014 19:05:49 -   1.21
+++ ChangeLog   7 Aug 2014 19:44:13 -   1.22
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/alot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.21 
2014/08/07 19:05:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.22 
2014/08/07 19:44:13 aidecoe Exp $
+
+  07 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org alot-0.3.5.ebuild,
+  alot-0.3.6.ebuild:
+  Removed deprecated call to default pkg_setup.
 
 *alot-0.3.6 (07 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-037-r3.ebuild dracut-036-r4.ebuild ChangeLog dracut-034-r4.ebuild dracut-038-r2.ebuild

2014-08-05 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/08/05 18:02:57

  Modified: dracut-037-r3.ebuild dracut-036-r4.ebuild ChangeLog
dracut-034-r4.ebuild dracut-038-r2.ebuild
  Log:
  Replaced sys-apps/usleep dependency with app-admin/killproc.
  Fixes bug #467214.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  sys-kernel/dracut/dracut-037-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild?r1=1.1r2=1.2

Index: dracut-037-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dracut-037-r3.ebuild12 Jun 2014 18:47:17 -  1.1
+++ dracut-037-r3.ebuild5 Aug 2014 18:02:57 -   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/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.1 2014/06/12 18:47:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.2 2014/08/05 18:02:57 aidecoe Exp $
 
 EAPI=4
 
@@ -236,7 +236,7 @@
sys-apps/iproute2
optfeature \
Measure performance of the boot process for later 
visualisation \
-   app-benchmarks/bootchart2 sys-apps/usleep sys-process/acct
+   app-benchmarks/bootchart2 app-admin/killproc sys-process/acct
optfeature Scan for Btrfs on block devices  sys-fs/btrfs-progs
optfeature Load kernel modules and drop this privilege for real init \
sys-libs/libcap



1.6  sys-kernel/dracut/dracut-036-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-036-r4.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-036-r4.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-036-r4.ebuild?r1=1.5r2=1.6

Index: dracut-036-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-036-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dracut-036-r4.ebuild24 Apr 2014 20:09:28 -  1.5
+++ dracut-036-r4.ebuild5 Aug 2014 18:02:57 -   1.6
@@ -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/sys-kernel/dracut/dracut-036-r4.ebuild,v 
1.5 2014/04/24 20:09:28 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-036-r4.ebuild,v 
1.6 2014/08/05 18:02:57 aidecoe Exp $
 
 EAPI=4
 
@@ -230,7 +230,7 @@
sys-apps/iproute2
optfeature \
Measure performance of the boot process for later 
visualisation \
-   app-benchmarks/bootchart2 sys-apps/usleep sys-process/acct
+   app-benchmarks/bootchart2 app-admin/killproc sys-process/acct
optfeature Scan for Btrfs on block devices  sys-fs/btrfs-progs
optfeature Load kernel modules and drop this privilege for real init \
sys-libs/libcap



1.175sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   21 Jul 2014 19:18:24 -  1.174
+++ ChangeLog   5 Aug 2014 18:02:57 -   1.175
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.174 
2014/07/21 19:18:24 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.175 
2014/08/05 18:02:57 aidecoe Exp $
+
+  05 Aug 2014; Amadeusz Żołnowski aide...@gentoo.org dracut-034-r4.ebuild,
+  dracut-036-r4.ebuild, dracut-037-r3.ebuild, dracut-038-r2.ebuild:
+  Replaced sys-apps/usleep dependency with app-admin/killproc.
+  Fixes bug #467214.
 
   21 Jul 2014; Amadeusz 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038-r1.ebuild

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 08:00:22

  Modified: ChangeLog
  Added:dracut-038-r1.ebuild
  Log:
  Bug-fix in zfcp and lvm installation scripts.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.171sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   18 Jul 2014 07:56:01 -  1.170
+++ ChangeLog   21 Jul 2014 08:00:22 -  1.171
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.170 
2014/07/18 07:56:01 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.171 
2014/07/21 08:00:22 aidecoe Exp $
+
+*dracut-038-r1 (21 Jul 2014)
+
+  21 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-038-r1.ebuild,
+  +files/038-0006-inst_simple-doesn-t-take-H-parameter.patch:
+  Bug-fix in zfcp and lvm installation scripts.
 
   18 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org -dracut-037.ebuild,
   -dracut-037-r1.ebuild, -dracut-037-r2.ebuild:



1.1  sys-kernel/dracut/dracut-038-r1.ebuild

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

Index: dracut-038-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-038-r1.ebuild,v 1.1 
2014/07/21 08:00:22 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )
selinux? ( sec-policy/selinux-dracut )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| ( =sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils )
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? ( sys-libs/libselinux sys-libs/libsepol )

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PV}-0001-dracut-functions.sh-support-for-altern.patch
${FILESDIR}/${PV}-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
${FILESDIR}/${PV}-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PV}-0004-Install-dracut-install-into-libexec-di.patch
${FILESDIR}/${PV}-0005-modsign-do-not-hardcode-path-to-keyctl.patch
${FILESDIR}/${PV}-0006-inst_simple-doesn-t-take-H-parameter.patch
)

#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local libdirs=/$(get_libdir) /usr/$(get_libdir)
if [[ ${SYMLINK_LIB} = yes ]]; then
# Preserve lib - lib64 symlinks in initramfs
[[ $libdirs =~ /lib\  ]] || libdirs+= 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 038-0006-inst_simple-doesn-t-take-H-parameter.patch

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 08:00:22

  Added:038-0006-inst_simple-doesn-t-take-H-parameter.patch
  Log:
  Bug-fix in zfcp and lvm installation scripts.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/038-0006-inst_simple-doesn-t-take-H-parameter.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0006-inst_simple-doesn-t-take-H-parameter.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0006-inst_simple-doesn-t-take-H-parameter.patch?rev=1.1content-type=text/plain

Index: 038-0006-inst_simple-doesn-t-take-H-parameter.patch
===
From 17eb419fc93a5ea3153306c59584d82253d80b59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Mon, 21 Jul 2014 09:53:22 +0200
Subject: [PATCH 6/6] inst_simple doesn't take '-H' parameter

It was introduced in commit 5a5758.
---
 modules.d/90lvm/module-setup.sh  | 2 +-
 modules.d/95zfcp/module-setup.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh
index 00d4e5a..5b810b9 100755
--- a/modules.d/90lvm/module-setup.sh
+++ b/modules.d/90lvm/module-setup.sh
@@ -59,7 +59,7 @@ install() {
 
 if [[ $hostonly ]] || [[ $lvmconf = yes ]]; then
 if [ -f /etc/lvm/lvm.conf ]; then
-inst_simple -H /etc/lvm/lvm.conf
+inst_simple /etc/lvm/lvm.conf
 # FIXME: near-term hack to establish read-only locking;
 # use command-line lvm.conf editor once it is available
 sed -i -e 
's/\(^[[:space:]]*\)locking_type[[:space:]]*=[[:space:]]*[[:digit:]]/\1locking_type
 = 4/' ${initdir}/etc/lvm/lvm.conf
diff --git a/modules.d/95zfcp/module-setup.sh b/modules.d/95zfcp/module-setup.sh
index 9526caa..b96ccd2 100755
--- a/modules.d/95zfcp/module-setup.sh
+++ b/modules.d/95zfcp/module-setup.sh
@@ -31,6 +31,6 @@ install() {
 inst_rules 56-zfcp.rules
 
 if [[ $hostonly ]]; then
-inst_simple -H /etc/zfcp.conf
+inst_simple /etc/zfcp.conf
 fi
 }
-- 
2.0.0







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038.ebuild

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 08:04:50

  Modified: ChangeLog
  Removed:  dracut-038.ebuild
  Log:
  Removed old revision of 038.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.172sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog   21 Jul 2014 08:00:22 -  1.171
+++ ChangeLog   21 Jul 2014 08:04:50 -  1.172
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.171 
2014/07/21 08:00:22 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.172 
2014/07/21 08:04:50 aidecoe Exp $
+
+  21 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org -dracut-038.ebuild:
+  Removed old revision of 038.
 
 *dracut-038-r1 (21 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 038-0008-dracut-functions.sh-fix-inst-functions.patch

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 19:13:50

  Added:   
038-0008-dracut-functions.sh-fix-inst-functions.patch
  Log:
  Fix in hostonly inst functions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/038-0008-dracut-functions.sh-fix-inst-functions.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0008-dracut-functions.sh-fix-inst-functions.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0008-dracut-functions.sh-fix-inst-functions.patch?rev=1.1content-type=text/plain

Index: 038-0008-dracut-functions.sh-fix-inst-functions.patch
===
From 0791f69f870f66dcbec30d64bca4c0cd9c70e7a8 Mon Sep 17 00:00:00 2001
From: Harald Hoyer har...@redhat.com
Date: Mon, 21 Jul 2014 16:58:15 +0200
Subject: [PATCH 8/8] dracut-functions.sh: fix inst*() functions for -H
 handling

because some inst*() functions check the existance of the source files
and do not know about the -H option, some failed to install the
hostonly files.
---
 dracut-functions.sh | 46 --
 1 file changed, 32 insertions(+), 14 deletions(-)

diff --git a/dracut-functions.sh b/dracut-functions.sh
index aa0949d..f241016 100755
--- a/dracut-functions.sh
+++ b/dracut-functions.sh
@@ -765,33 +765,46 @@ inst_dir() {
 }
 
 inst() {
+local _hostonly_install
+if [[ $1 == -H ]]; then
+_hostonly_install=-H
+shift
+fi
 [[ -e ${initdir}/${2:-$1} ]]  return 0  # already there
-#dinfo $DRACUT_INSTALL -l $@
-$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l} 
${DRACUT_FIPS_MODE:+-f} $@
-(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l} ${DRACUT_FIPS_MODE:+-f} $@ || :
+$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l} 
${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} $@
+(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l} ${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} 
$@ || :
 }
 
 inst_simple() {
+local _hostonly_install
+if [[ $1 == -H ]]; then
+_hostonly_install=-H
+shift
+fi
 [[ -e ${initdir}/${2:-$1} ]]  return 0  # already there
 [[ -e $1 ]] || return 1  # no source
-$DRACUT_INSTALL ${initdir:+-D $initdir} $@
-(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} $@ || :
+$DRACUT_INSTALL ${initdir:+-D $initdir} ${_hostonly_install:+-H} $@
+(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${_hostonly_install:+-H} $@ || :
 }
 
 inst_symlink() {
+local _hostonly_install
+if [[ $1 == -H ]]; then
+_hostonly_install=-H
+shift
+fi
 [[ -e ${initdir}/${2:-$1} ]]  return 0  # already there
 [[ -L $1 ]] || return 1
-$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l}  
${DRACUT_FIPS_MODE:+-f} $@
-(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} $@ || :
+$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l}  
${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} $@
+(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} 
$@ || :
 }
 
 inst_multiple() {
-local ret
-#dinfo initdir=$initdir $DRACUT_INSTALL -l $@
+local _ret
 $DRACUT_INSTALL ${initdir:+-D $initdir} -a ${DRACUT_RESOLVE_DEPS:+-l}  
${DRACUT_FIPS_MODE:+-f} $@
-ret=$?
-(($ret != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} -a 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} $@ || :
-return $ret
+_ret=$?
+(($_ret != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} -a 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} 
$@ || :
+return $_ret
 }
 
 dracut_install() {
@@ -799,10 +812,15 @@ dracut_install() {
 }
 
 inst_library() {
+local _hostonly_install
+if [[ $1 == -H ]]; then
+_hostonly_install=-H
+shift
+fi
 [[ -e ${initdir}/${2:-$1} ]]  return 0  # already there
 [[ -e $1 ]] || return 1  # no source
-$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l}  
${DRACUT_FIPS_MODE:+-f} $@
-(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} $@ || :
+$DRACUT_INSTALL ${initdir:+-D $initdir} ${DRACUT_RESOLVE_DEPS:+-l}  
${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} $@
+(($? != 0))  derror $DRACUT_INSTALL ${initdir:+-D $initdir} 
${DRACUT_RESOLVE_DEPS:+-l}  ${DRACUT_FIPS_MODE:+-f} ${_hostonly_install:+-H} 
$@ || :
 }
 
 inst_binary() {
-- 
2.0.2







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038-r1.ebuild

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 19:18:24

  Modified: ChangeLog
  Removed:  dracut-038-r1.ebuild
  Log:
  Removed old revision of 038.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.174sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   21 Jul 2014 19:13:50 -  1.173
+++ ChangeLog   21 Jul 2014 19:18:24 -  1.174
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.173 
2014/07/21 19:13:50 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.174 
2014/07/21 19:18:24 aidecoe Exp $
+
+  21 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org -dracut-038-r1.ebuild,
+  -files/038-0006-inst_simple-doesn-t-take-H-parameter.patch:
+  Removed old revision of 038.
 
 *dracut-038-r2 (21 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 038-0006-inst_simple-doesn-t-take-H-parameter.patch

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 19:18:24

  Removed:  038-0006-inst_simple-doesn-t-take-H-parameter.patch
  Log:
  Removed old revision of 038.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 038-0001-dracut-functions.sh-support-for-altern.patch 038-0005-modsign-do-not-hardcode-path-to-keyctl.patch 038-0004-Install-dracut-insta

2014-07-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/18 07:54:18

  Added:   
038-0001-dracut-functions.sh-support-for-altern.patch
038-0005-modsign-do-not-hardcode-path-to-keyctl.patch
038-0004-Install-dracut-install-into-libexec-di.patch
038-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
038-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
  Log:
  Version bump.
  
  NEWS
  
  - rd.cmdline=ask will ask the user on the console to enter additional
kernel command line parameters
  - rd.hostonly=0 removes all hostonly added custom files, which is useful
in combination with rd.auto or other specific parameters, if you want to
boot on the same hardware, but the compiled in configuration does not match
your setup anymore
  - inst* functions and dracut-install now accept the -H flag, which logs all
installed files to /lib/dracut/hostonly-files. This is used to remove those
files, if rd.hostonly is given on the kernel command line
  - strstr now only does literal string match, please use strglob and strglobin
for globs
  - fixed unpacking of the microcode image on shutdown
  - added systemd-gpt-auto-generator
  - fcoe: wait for lldpad to be ready
  - network: handle ip=dhcp6
  - network: DCHPv6: set valid_lft and preferred_lft
  - dm: support dm-cache
  - fstab: do not mount and fsck from fstab if using systemd
  - break at switch_root only for bare rd.break and not for any rd.break=...
  - nbd: make use of --systemd-mark, otherwise it gets killed on switch_root
  - fcoe-uefi: fixed cmdline parameter generation
  - iscsi: deprecate ip=ibft, use rd.iscsi.ibft[=1] from now on
  - lsinitrd -m now only lists the dracut modules of the image
  - a lot of small bugfixes
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/038-0001-dracut-functions.sh-support-for-altern.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0001-dracut-functions.sh-support-for-altern.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0001-dracut-functions.sh-support-for-altern.patch?rev=1.1content-type=text/plain

Index: 038-0001-dracut-functions.sh-support-for-altern.patch
===
From 5ade0eafee011a55c408ab315c33e7fb76220ce7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Sun, 6 Jan 2013 13:35:01 +0100
Subject: [PATCH 1/5] dracut-functions.sh: support for alternative udev dirs -
 udevaltdirs

It is required for Gentoo which moves udev from / to /usr and supports
both /lib/udev and /usr/lib/udev for compatibility with other packages.

Credits go to Alexander Tsoy alexan...@tsoy.me.

Conflicts:
dracut-functions.sh
---
 dracut-functions.sh | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/dracut-functions.sh b/dracut-functions.sh
index d30e835..70444b8 100755
--- a/dracut-functions.sh
+++ b/dracut-functions.sh
@@ -928,6 +928,16 @@ inst_rules() {
 inst_dir $_target
 for _rule in $@; do
 if [ ${_rule#/} = $_rule ]; then
+for r in ${udevaltdirs}; do
+[[ $r = ${udevdir} ]]  continue
+if [[ -e $r/rules.d/$_rule ]]; then
+_found=$r/rules.d/$_rule
+inst_rule_programs $_found
+inst_rule_group_owner $_found
+inst_rule_initqueue $_found
+inst_simple $_found ${udevdir}/rules.d/${_found##*/}
+fi
+done
 for r in ${udevdir}/rules.d ${hostonly:+/etc/udev/rules.d}; do
 if [[ -e $r/$_rule ]]; then
 _found=$r/$_rule
-- 
2.0.0




1.1  
sys-kernel/dracut/files/038-0005-modsign-do-not-hardcode-path-to-keyctl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0005-modsign-do-not-hardcode-path-to-keyctl.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/038-0005-modsign-do-not-hardcode-path-to-keyctl.patch?rev=1.1content-type=text/plain

Index: 038-0005-modsign-do-not-hardcode-path-to-keyctl.patch
===
From 461a523086f2077908bebda6467e6b6d20caba78 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy alexan...@tsoy.me
Date: Mon, 31 Mar 2014 17:56:13 +0400
Subject: [PATCH 5/5] modsign: do not hardcode path to keyctl

https://bugs.gentoo.org/show_bug.cgi?id=506094
---
 modules.d/03modsign/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/03modsign/module-setup.sh 
b/modules.d/03modsign/module-setup.sh
index 09285d3..cc0e241 100755
--- 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038.ebuild

2014-07-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/18 07:54:18

  Modified: ChangeLog
  Added:dracut-038.ebuild
  Log:
  Version bump.
  
  NEWS
  
  - rd.cmdline=ask will ask the user on the console to enter additional
kernel command line parameters
  - rd.hostonly=0 removes all hostonly added custom files, which is useful
in combination with rd.auto or other specific parameters, if you want to
boot on the same hardware, but the compiled in configuration does not match
your setup anymore
  - inst* functions and dracut-install now accept the -H flag, which logs all
installed files to /lib/dracut/hostonly-files. This is used to remove those
files, if rd.hostonly is given on the kernel command line
  - strstr now only does literal string match, please use strglob and strglobin
for globs
  - fixed unpacking of the microcode image on shutdown
  - added systemd-gpt-auto-generator
  - fcoe: wait for lldpad to be ready
  - network: handle ip=dhcp6
  - network: DCHPv6: set valid_lft and preferred_lft
  - dm: support dm-cache
  - fstab: do not mount and fsck from fstab if using systemd
  - break at switch_root only for bare rd.break and not for any rd.break=...
  - nbd: make use of --systemd-mark, otherwise it gets killed on switch_root
  - fcoe-uefi: fixed cmdline parameter generation
  - iscsi: deprecate ip=ibft, use rd.iscsi.ibft[=1] from now on
  - lsinitrd -m now only lists the dracut modules of the image
  - a lot of small bugfixes
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.169sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   12 Jun 2014 18:47:17 -  1.168
+++ ChangeLog   18 Jul 2014 07:54:18 -  1.169
@@ -1,6 +1,43 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.168 
2014/06/12 18:47:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.169 
2014/07/18 07:54:18 aidecoe Exp $
+
+*dracut-038 (18 Jul 2014)
+
+  18 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-038.ebuild,
+  +files/038-0001-dracut-functions.sh-support-for-altern.patch,
+  +files/038-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  +files/038-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/038-0004-Install-dracut-install-into-libexec-di.patch,
+  +files/038-0005-modsign-do-not-hardcode-path-to-keyctl.patch:
+  Version bump.
+
+  NEWS
+  
+  - rd.cmdline=ask will ask the user on the console to enter additional
+kernel command line parameters
+  - rd.hostonly=0 removes all hostonly added custom files, which is useful
+in combination with rd.auto or other specific parameters, if you want to
+boot on the same hardware, but the compiled in configuration does not match
+your setup anymore
+  - inst* functions and dracut-install now accept the -H flag, which logs all
+installed files to /lib/dracut/hostonly-files. This is used to remove those
+files, if rd.hostonly is given on the kernel command line
+  - strstr now only does literal string match, please use strglob and strglobin
+for globs
+  - fixed unpacking of the microcode image on shutdown
+  - added systemd-gpt-auto-generator
+  - fcoe: wait for lldpad to be ready
+  - network: handle ip=dhcp6
+  - network: DCHPv6: set valid_lft and preferred_lft
+  - dm: support dm-cache
+  - fstab: do not mount and fsck from fstab if using systemd
+  - break at switch_root only for bare rd.break and not for any rd.break=...
+  - nbd: make use of --systemd-mark, otherwise it gets killed on switch_root
+  - fcoe-uefi: fixed cmdline parameter generation
+  - iscsi: deprecate ip=ibft, use rd.iscsi.ibft[=1] from now on
+  - lsinitrd -m now only lists the dracut modules of the image
+  - a lot of small bugfixes
 
 *dracut-037-r3 (12 Jun 2014)
 



1.1  sys-kernel/dracut/dracut-038.ebuild

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

Index: dracut-038.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-037-r2.ebuild dracut-037-r1.ebuild dracut-037.ebuild

2014-07-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/18 07:56:01

  Modified: ChangeLog
  Removed:  dracut-037-r2.ebuild dracut-037-r1.ebuild
dracut-037.ebuild
  Log:
  Removed old revisions of 037.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.170sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   18 Jul 2014 07:54:18 -  1.169
+++ ChangeLog   18 Jul 2014 07:56:01 -  1.170
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.169 
2014/07/18 07:54:18 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.170 
2014/07/18 07:56:01 aidecoe Exp $
+
+  18 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org -dracut-037.ebuild,
+  -dracut-037-r1.ebuild, -dracut-037-r2.ebuild:
+  Removed old revisions of 037.
 
 *dracut-038 (18 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.1.ebuild ChangeLog

2014-07-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/09 11:38:34

  Modified: notmuch-0.18.1.ebuild ChangeLog
  Log:
  Include database upgrade test.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.2  net-mail/notmuch/notmuch-0.18.1.ebuild

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

Index: notmuch-0.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notmuch-0.18.1.ebuild   25 Jun 2014 11:36:09 -  1.1
+++ notmuch-0.18.1.ebuild   9 Jul 2014 11:38:34 -   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-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.1 2014/06/25 11:36:09 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.2 2014/07/09 11:38:34 aidecoe Exp $
 
 EAPI=5
 
@@ -134,6 +134,7 @@
 
 src_test() {
pax-mark -m notmuch
+   emake download-test-databases
LD_LIBRARY_PATH=${MY_LD_LIBRARY_PATH} default
pax-mark -ze notmuch
 }



1.95 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   25 Jun 2014 11:36:09 -  1.94
+++ ChangeLog   9 Jul 2014 11:38:34 -   1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.94 
2014/06/25 11:36:09 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.95 
2014/07/09 11:38:34 aidecoe Exp $
+
+  09 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
+  Include database upgrade test.
 
 *notmuch-0.18.1 (25 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18-r1.ebuild

2014-07-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/09 11:41:28

  Modified: ChangeLog
  Removed:  notmuch-0.18-r1.ebuild
  Log:
  0.18.1 comes with important fixes for 0.18, thus removing 0.18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.96 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   9 Jul 2014 11:38:34 -   1.95
+++ ChangeLog   9 Jul 2014 11:41:28 -   1.96
@@ -1,6 +1,13 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.95 
2014/07/09 11:38:34 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.96 
2014/07/09 11:41:28 aidecoe Exp $
+
+  09 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org
+  -notmuch-0.18-r1.ebuild,
+  -files/0.18-0001-emacs-install-make-sure-all-components.patch,
+  -files/0.18-0002-doc-conf.py-Remove-_static-from-html_s.patch,
+  -files/0.18-0003-Unset-html_static_path-in-Python-bindi.patch:
+  0.18.1 comes with important fixes for 0.18, thus removing 0.18.
 
   09 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org notmuch-0.18.1.ebuild:
   Include database upgrade test.






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch/files: 0.18-0001-emacs-install-make-sure-all-components.patch 0.18-0002-doc-conf.py-Remove-_static-from-html_s.patch 0.18-0003-Unset-html_static_

2014-07-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/09 11:41:28

  Removed: 
0.18-0001-emacs-install-make-sure-all-components.patch
0.18-0002-doc-conf.py-Remove-_static-from-html_s.patch
0.18-0003-Unset-html_static_path-in-Python-bindi.patch
  Log:
  0.18.1 comes with important fixes for 0.18, thus removing 0.18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in net-mail/notmuch/files: 0.14-0001-test-exit-with-nonzero-value-when-not-.patch 0.12-0001-test-exit-with-nonzero-value-when-not-.patch 0.15.2-0001-test-exit-with-n

2014-07-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/09 11:42:37

  Removed: 
0.14-0001-test-exit-with-nonzero-value-when-not-.patch
0.12-0001-test-exit-with-nonzero-value-when-not-.patch
0.15.2-0001-test-exit-with-nonzero-value-when-not-.patch
0.13.1-0001-test-exit-with-nonzero-value-when-not-.patch
  Log:
  Removed orphaned patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog

2014-07-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/09 11:42:37

  Modified: ChangeLog
  Log:
  Removed orphaned patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.97 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   9 Jul 2014 11:41:28 -   1.96
+++ ChangeLog   9 Jul 2014 11:42:37 -   1.97
@@ -1,6 +1,13 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.96 
2014/07/09 11:41:28 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.97 
2014/07/09 11:42:37 aidecoe Exp $
+
+  09 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org
+  -files/0.12-0001-test-exit-with-nonzero-value-when-not-.patch,
+  -files/0.13.1-0001-test-exit-with-nonzero-value-when-not-.patch,
+  -files/0.14-0001-test-exit-with-nonzero-value-when-not-.patch,
+  -files/0.15.2-0001-test-exit-with-nonzero-value-when-not-.patch:
+  Removed orphaned patches.
 
   09 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org
   -notmuch-0.18-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in media-video/mjpg-streamer: mjpg-streamer-0_pre20120621.ebuild ChangeLog

2014-07-03 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/03 07:49:41

  Modified: ChangeLog
  Added:mjpg-streamer-0_pre20120621.ebuild
  Log:
  Version bump. Fixed bug #515406 on behalf of
  ChaosEngine andrzej.pa...@gmail.com.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.8  media-video/mjpg-streamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   17 Mar 2013 16:05:48 -  1.7
+++ ChangeLog   3 Jul 2014 07:49:40 -   1.8
@@ -1,6 +1,14 @@
 # ChangeLog for media-video/mjpg-streamer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v 1.7 
2013/03/17 16:05:48 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v 1.8 
2014/07/03 07:49:40 aidecoe Exp $
+
+*mjpg-streamer-0_pre20120621 (03 Jul 2014)
+
+  03 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org
+  +mjpg-streamer-0_pre20120621.ebuild,
+  +files/0_pre20120621-make-var-instead-of-cmd.patch:
+  Version bump. Fixed bug #515406 on behalf of
+  ChaosEngine andrzej.pa...@gmail.com.
 
   17 Mar 2013; Markos Chandras hwoar...@gentoo.org metadata.xml:
   Add proxy-maintainers to metadata.xml



1.1  
media-video/mjpg-streamer/mjpg-streamer-0_pre20120621.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/mjpg-streamer-0_pre20120621.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/mjpg-streamer-0_pre20120621.ebuild?rev=1.1content-type=text/plain

Index: mjpg-streamer-0_pre20120621.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/mjpg-streamer/mjpg-streamer-0_pre20120621.ebuild,v
 1.1 2014/07/03 07:49:40 aidecoe Exp $

EAPI=4

inherit eutils

DESCRIPTION=MJPG-streamer takes JPGs from Linux-UVC compatible webcams
HOMEPAGE=http://sourceforge.net/projects/mjpg-streamer;
SRC_URI=http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~x86 ~amd64

INPUT_PLUGINS=input_testpicture input_control input_file input_uvc
OUTPUT_PLUGINS=output_file output_udp output_http output_autofocus output_rtsp
IUSE_PLUGINS=${INPUT_PLUGINS} ${OUTPUT_PLUGINS}
IUSE=input_testpicture input_control +input_file input_uvc output_file
output_udp +output_http output_autofocus output_rtsp
www v4l
REQUIRED_USE=|| ( ${INPUT_PLUGINS} )
|| ( ${OUTPUT_PLUGINS} )
v4l? ( input_uvc )

RDEPEND=virtual/jpeg
v4l? ( input_uvc? ( media-libs/libv4l ) )
DEPEND=${RDEPEND}
input_testpicture? ( media-gfx/imagemagick )

src_prepare() {
epatch ${FILESDIR}/${PV}-make-var-instead-of-cmd.patch

local flag switch

for flag in ${IUSE_PLUGINS}; do
use ${flag}  switch='' || switch='#'
sed -i \
-e s|^#*PLUGINS +\?= ${flag}.so|${switch}PLUGINS += 
${flag}.so| \
Makefile
done
}

src_compile() {
local v4l=$(use v4l  use input_uvc  echo 'USE_LIBV4L2=true')
emake ${v4l}
}

src_install() {
into /usr
dobin ${PN//-/_}
dolib.so *.so

if use www ; then
insinto /usr/share/${PN}
doins -r www
fi

dodoc README TODO

newinitd ${FILESDIR}/${PN}.initd ${PN}
newconfd ${FILESDIR}/${PN}.confd ${PN}
}

pkg_postinst() {
elog Remember to set an input and output plugin for mjpg-streamer.

if use www ; then
echo
elog An example webinterface has been installed into
elog /usr/share/mjpg-streamer/www for your usage.
fi
}






[gentoo-commits] gentoo-x86 commit in media-video/mjpg-streamer/files: 0_pre20120621-make-var-instead-of-cmd.patch

2014-07-03 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/03 07:49:41

  Added:0_pre20120621-make-var-instead-of-cmd.patch
  Log:
  Version bump. Fixed bug #515406 on behalf of
  ChaosEngine andrzej.pa...@gmail.com.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
media-video/mjpg-streamer/files/0_pre20120621-make-var-instead-of-cmd.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/files/0_pre20120621-make-var-instead-of-cmd.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/files/0_pre20120621-make-var-instead-of-cmd.patch?rev=1.1content-type=text/plain

Index: 0_pre20120621-make-var-instead-of-cmd.patch
===
Index: Makefile
===
--- Makefile(revision 150)
+++ Makefile(working copy)
@@ -63,64 +63,64 @@
chmod 755 $(APP_BINARY)
 
 output_autofocus.so: mjpg_streamer.h utils.h
-   make -C plugins/output_autofocus all
+   $(MAKE) -C plugins/output_autofocus all
cp plugins/output_autofocus/output_autofocus.so .
 
 input_testpicture.so: mjpg_streamer.h utils.h
-   make -C plugins/input_testpicture all
+   $(MAKE) -C plugins/input_testpicture all
cp plugins/input_testpicture/input_testpicture.so .
 
 
 ifeq ($(USE_LIBV4L2),true)
 input_uvc.so: mjpg_streamer.h utils.h
-   make -C plugins/input_uvc USE_LIBV4L2=true all
+   $(MAKE) -C plugins/input_uvc USE_LIBV4L2=true all
cp plugins/input_uvc/input_uvc.so .
 else
 input_uvc.so: mjpg_streamer.h utils.h
-   make -C plugins/input_uvc all
+   $(MAKE) -C plugins/input_uvc all
cp plugins/input_uvc/input_uvc.so .
 endif
 
 input_control.so: mjpg_streamer.h utils.h
-   make -C plugins/input_control all
+   $(MAKE) -C plugins/input_control all
cp plugins/input_control/input_control.so .
 
 output_file.so: mjpg_streamer.h utils.h
-   make -C plugins/output_file all
+   $(MAKE) -C plugins/output_file all
cp plugins/output_file/output_file.so .
 
 ifeq ($(WXP_COMPAT),true)
 output_http.so: mjpg_streamer.h utils.h
-   make -C plugins/output_http -DWXP_COMPAT all
+   $(MAKE) -C plugins/output_http -DWXP_COMPAT all
cp plugins/output_http/output_http.so .
 else
 output_http.so: mjpg_streamer.h utils.h
-   make -C plugins/output_http all
+   $(MAKE) -C plugins/output_http all
cp plugins/output_http/output_http.so .
 endif
 
 output_udp.so: mjpg_streamer.h utils.h
-   make -C plugins/output_udp all
+   $(MAKE) -C plugins/output_udp all
cp plugins/output_udp/output_udp.so .
 
 input_gspcav1.so: mjpg_streamer.h utils.h
-   make -C plugins/input_gspcav1 all
+   $(MAKE) -C plugins/input_gspcav1 all
cp plugins/input_gspcav1/input_gspcav1.so .
 
 input_file.so: mjpg_streamer.h utils.h
-   make -C plugins/input_file all
+   $(MAKE) -C plugins/input_file all
cp plugins/input_file/input_file.so .
 
 output_rtsp.so: mjpg_streamer.h utils.h
-   make -C plugins/output_rtsp all
+   $(MAKE) -C plugins/output_rtsp all
cp plugins/output_rtsp/output_rtsp.so .

 output_ptp2.so: mjpg_streamer.h utils.h
-   make -C plugins/input_ptp2 all
+   $(MAKE) -C plugins/input_ptp2 all
cp plugins/input_ptp2/input_ptp2.so .   
 
 #input_http.so: mjpg_streamer.h utils.h
-#  make -C plugins/input_http all
+#  $(MAKE) -C plugins/input_http all
 #  cp plugins/input_http/input_http.so .
 
 # The viewer plugin requires the SDL library for compilation
@@ -129,22 +129,22 @@
 # execute the following command:
 # make output_viewer.so
 output_viewer.so: mjpg_streamer.h utils.h
-   make -C plugins/output_viewer all
+   $(MAKE) -C plugins/output_viewer all
cp plugins/output_viewer/output_viewer.so .
 
 # cleanup
 clean:
-   make -C plugins/input_uvc $@
-   make -C plugins/input_testpicture $@
-   make -C plugins/output_file $@
-   make -C plugins/output_http $@
-   make -C plugins/output_udp $@
-   make -C plugins/output_autofocus $@
-   make -C plugins/input_gspcav1 $@
-   make -C plugins/output_viewer $@
-   make -C plugins/input_control $@
-   make -C plugins/output_rtsp $@
-#  make -C plugins/input_http $@
+   $(MAKE) -C plugins/input_uvc $@
+   $(MAKE) -C plugins/input_testpicture $@
+   $(MAKE) -C plugins/output_file $@
+   $(MAKE) -C plugins/output_http $@
+   $(MAKE) -C plugins/output_udp $@
+   $(MAKE) -C plugins/output_autofocus $@
+   $(MAKE) -C plugins/input_gspcav1 $@
+   $(MAKE) -C plugins/output_viewer $@
+   $(MAKE) -C plugins/input_control $@
+   $(MAKE) -C plugins/output_rtsp $@
+#  $(MAKE) -C plugins/input_http $@
rm -f *.a *.o $(APP_BINARY) core *~ *.so *.lo
 
 # 

[gentoo-commits] gentoo-x86 commit in media-video/mjpg-streamer/files: 0_pre20110522-make-var-instead-of-cmd.patch

2014-07-03 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/03 07:50:59

  Removed:  0_pre20110522-make-var-instead-of-cmd.patch
  Log:
  Removed some orphaned patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)



[gentoo-commits] gentoo-x86 commit in media-video/mjpg-streamer: ChangeLog

2014-07-03 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/03 07:50:59

  Modified: ChangeLog
  Log:
  Removed some orphaned patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.9  media-video/mjpg-streamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpg-streamer/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Jul 2014 07:49:40 -   1.8
+++ ChangeLog   3 Jul 2014 07:50:59 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/mjpg-streamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v 1.8 
2014/07/03 07:49:40 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mjpg-streamer/ChangeLog,v 1.9 
2014/07/03 07:50:59 aidecoe Exp $
+
+  03 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org
+  -files/0_pre20110522-make-var-instead-of-cmd.patch:
+  Removed some orphaned patch.
 
 *mjpg-streamer-0_pre20120621 (03 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.1.ebuild

2014-06-25 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/06/25 11:36:09

  Modified: ChangeLog
  Added:notmuch-0.18.1.ebuild
  Log:
  Version bump.
  
  NEWS
  
  This is a bug fix and portability release.
  
  Build System
  
  
  Make emacs install robust against the non-existence of emacs
  Put notmuch lib directory first in RPATH
  Fix handling of html_static_path in sphinx
  
  Test Suite
  --
  
  Use --quick when starting emacs (avoids a hang in the T160-json tests)
  Allow pending break points in atomicity script
  
  Command-Line Interface
  --
  
  To improve portability use fsync instead of fdatasync in
  `notmuch-dump`. There should be no functional difference.
  
  Library changes
  ---
  
  Resurrect support for single-message mbox files
  Fix for phrase indexing
  
  Emacs Interface
  ---
  
  Make sure tagging on an empty query is harmless
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.94 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   20 May 2014 13:03:35 -  1.93
+++ ChangeLog   25 Jun 2014 11:36:09 -  1.94
@@ -1,6 +1,46 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.93 
2014/05/20 13:03:35 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.94 
2014/06/25 11:36:09 aidecoe Exp $
+
+*notmuch-0.18.1 (25 Jun 2014)
+
+  25 Jun 2014; Amadeusz Żołnowski aide...@gentoo.org
+  +notmuch-0.18.1.ebuild:
+  Version bump.
+
+  NEWS
+  
+  This is a bug fix and portability release.
+
+  Build System
+  
+
+  Make emacs install robust against the non-existence of emacs
+  Put notmuch lib directory first in RPATH
+  Fix handling of html_static_path in sphinx
+
+  Test Suite
+  --
+
+  Use --quick when starting emacs (avoids a hang in the T160-json tests)
+  Allow pending break points in atomicity script
+
+  Command-Line Interface
+  --
+
+  To improve portability use fsync instead of fdatasync in
+  `notmuch-dump`. There should be no functional difference.
+
+  Library changes
+  ---
+
+  Resurrect support for single-message mbox files
+  Fix for phrase indexing
+
+  Emacs Interface
+  ---
+
+  Make sure tagging on an empty query is harmless
 
   20 May 2014; Amadeusz Żołnowski aide...@gentoo.org -notmuch-0.18.ebuild:
   Removed old revision of 0.18.



1.1  net-mail/notmuch/notmuch-0.18.1.ebuild

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

Index: notmuch-0.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.1 
2014/06/25 11:36:09 aidecoe Exp $

EAPI=5

DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs

DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
HOMEPAGE=http://notmuchmail.org/;
SRC_URI=${HOMEPAGE%/}/releases/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
REQUIRED_USE=
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )

IUSE=bash-completion crypt debug doc emacs mutt nmbug python test
zsh-completion

CDEPEND=
=dev-libs/glib-2.22
=dev-libs/gmime-2.6.7
!=dev-libs/gmime-2.6.19
dev-libs/xapian-1.3
=sys-libs/zlib-1.2.5.2
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( =virtual/emacs-23 )
python? ( ${PYTHON_DEPS} )
x86? ( =dev-libs/xapian-1.2.7-r2 )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( =app-editors/emacs-23[libxml2]
=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )

RDEPEND=${CDEPEND}
bash-completion? ( =app-shells/bash-completion-1.9 )
crypt? ( app-crypt/gnupg )
nmbug? 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 037-0007-udev-rules-add-uaccess-rules.patch

2014-06-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/06/12 18:47:17

  Added:037-0007-udev-rules-add-uaccess-rules.patch
  Log:
  Include udev rules needed for Plymouth 0.9.0. Rels bug #512436.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/037-0007-udev-rules-add-uaccess-rules.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/037-0007-udev-rules-add-uaccess-rules.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/037-0007-udev-rules-add-uaccess-rules.patch?rev=1.1content-type=text/plain

Index: 037-0007-udev-rules-add-uaccess-rules.patch
===
From ad526fcec919146653b57889d60e0eec83ad7a0a Mon Sep 17 00:00:00 2001
From: Harald Hoyer har...@redhat.com
Date: Thu, 5 Jun 2014 12:30:22 +0200
Subject: [PATCH 7/7] udev-rules: add uaccess rules

plymouth needs the seat rules, also without systemd

Conflicts:
modules.d/95udev-rules/module-setup.sh
---
 modules.d/95udev-rules/module-setup.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules.d/95udev-rules/module-setup.sh 
b/modules.d/95udev-rules/module-setup.sh
index 2d36712..4e75c0b 100755
--- a/modules.d/95udev-rules/module-setup.sh
+++ b/modules.d/95udev-rules/module-setup.sh
@@ -32,6 +32,8 @@ install() {
 60-pcmcia.rules \
 50-udev.rules 95-late.rules \
 50-firmware.rules \
+59-scsi-sg3_utils.rules \
+70-uaccess.rules 71-seat.rules 73-seat-late.rules \
 75-net-description.rules \
 80-net-name-slot.rules 80-net-setup-link.rules \
 $moddir/59-persistent-storage.rules \
-- 
2.0.0







[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-037-r3.ebuild ChangeLog

2014-06-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/06/12 18:47:17

  Modified: ChangeLog
  Added:dracut-037-r3.ebuild
  Log:
  Include udev rules needed for Plymouth 0.9.0. Rels bug #512436.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.168sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   20 May 2014 18:23:07 -  1.167
+++ ChangeLog   12 Jun 2014 18:47:17 -  1.168
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.167 
2014/05/20 18:23:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.168 
2014/06/12 18:47:17 aidecoe Exp $
+
+*dracut-037-r3 (12 Jun 2014)
+
+  12 Jun 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-037-r3.ebuild,
+  +files/037-0007-udev-rules-add-uaccess-rules.patch:
+  Include udev rules needed for Plymouth 0.9.0. Rels bug #512436.
 
 *dracut-037-r2 (20 May 2014)
 



1.1  sys-kernel/dracut/dracut-037-r3.ebuild

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

Index: dracut-037-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v 1.1 
2014/06/12 18:47:17 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )
selinux? ( sec-policy/selinux-dracut )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| ( =sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils )
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? ( sys-libs/libselinux sys-libs/libsepol )

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PV}-0001-dracut-functions.sh-support-for-altern.patch
${FILESDIR}/${PV}-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
${FILESDIR}/${PV}-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PV}-0004-Install-dracut-install-into-libexec-di.patch
${FILESDIR}/${PV}-0005-modsign-do-not-hardcode-path-to-keyctl.patch
${FILESDIR}/${PV}-0006-98systemd-fixup-rootfs-generator-insta.patch
${FILESDIR}/${PV}-0007-udev-rules-add-uaccess-rules.patch
)

#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local libdirs=/$(get_libdir) /usr/$(get_libdir)
if [[ ${SYMLINK_LIB} = yes ]]; then
# Preserve lib - lib64 symlinks in initramfs
[[ $libdirs =~ /lib\  ]] || 

[gentoo-commits] gentoo-x86 commit in dev-python/pyro: ChangeLog pyro-4.25.ebuild

2014-06-12 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/06/12 21:13:42

  Modified: ChangeLog
  Added:pyro-4.25.ebuild
  Log:
  Version bump.
  
  NEWS
  
  - now also puts package name in serpent serialization data for custom class
instances (previously only the class name was used)
  - requires serpent 1.5 or newer (because of the feature above)
  - support for (Linux) abstract namespace AF_UNIX sockets (with a 0-byte at
the start of the name)
  - register_dict_to_class method added on SerializerBase, to be able to
deserialize to particular user defined classes
  - docs: mention that you may have to install serpent manually (most notably
with alternative Python implementations)
  - docs: mention the serialization hooks on SerializerBase
  - added ser_custom example that shows how to use the serialization hooks
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.109dev-python/pyro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   24 May 2014 09:46:54 -  1.108
+++ ChangeLog   12 Jun 2014 21:13:42 -  1.109
@@ -1,6 +1,25 @@
 # ChangeLog for dev-python/pyro
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.108 
2014/05/24 09:46:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.109 
2014/06/12 21:13:42 aidecoe Exp $
+
+*pyro-4.25 (12 Jun 2014)
+
+  12 Jun 2014; Amadeusz Żołnowski aide...@gentoo.org +pyro-4.25.ebuild:
+  Version bump.
+
+  NEWS
+  
+  - now also puts package name in serpent serialization data for custom class
+instances (previously only the class name was used)
+  - requires serpent 1.5 or newer (because of the feature above)
+  - support for (Linux) abstract namespace AF_UNIX sockets (with a 0-byte at
+the start of the name)
+  - register_dict_to_class method added on SerializerBase, to be able to
+deserialize to particular user defined classes
+  - docs: mention that you may have to install serpent manually (most notably
+with alternative Python implementations)
+  - docs: mention the serialization hooks on SerializerBase
+  - added ser_custom example that shows how to use the serialization hooks
 
   24 May 2014; Markos Chandras hwoar...@gentoo.org pyro-4.24.ebuild:
   Stable on amd64 wrt bug #509710



1.1  dev-python/pyro/pyro-4.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.25.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.25.ebuild?rev=1.1content-type=text/plain

Index: pyro-4.25.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.25.ebuild,v 1.1 
2014/06/12 21:13:42 aidecoe Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )

inherit distutils-r1

MY_PN=Pyro4
MY_P=${MY_PN}-${PV}

DESCRIPTION=Advanced and powerful Distributed Object Technology system written 
entirely in Python
HOMEPAGE=http://www.xs4all.nl/~irmen/pyro/ http://pypi.python.org/pypi/Pyro4;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=4
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=doc examples test

RDEPEND=!dev-python/pyro:0
=dev-python/serpent-1.5[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
virtual/python-unittest2[${PYTHON_USEDEP}]
)

S=${WORKDIR}/${MY_P}
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
sed \
-e '/sys.path.insert/a sys.path.insert(1,PyroTests)' \
-i tests/run_suite.py || die

# Disable tests requiring network connection.
sed \
-e s/testBCstart/_/ \
-e s/testDaemonPyroObj/_/ \
-e s/testLookupAndRegister/_/ \
-e s/testMulti/_/ \
-e s/testRefuseDottedNames/_/ \
-e s/testResolve/_/ \
-e s/testBCLookup/_/ \
-i tests/PyroTests/test_naming.py || die
sed \
-e s/testOwnloopBasics/_/ \

[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.18.ebuild

2014-05-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/05/20 13:03:35

  Modified: ChangeLog
  Removed:  notmuch-0.18.ebuild
  Log:
  Removed old revision of 0.18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.93 net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.93view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.93content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.92r2=1.93

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   14 May 2014 13:12:03 -  1.92
+++ ChangeLog   20 May 2014 13:03:35 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.92 
2014/05/14 13:12:03 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.93 
2014/05/20 13:03:35 aidecoe Exp $
+
+  20 May 2014; Amadeusz Żołnowski aide...@gentoo.org -notmuch-0.18.ebuild:
+  Removed old revision of 0.18.
 
 *notmuch-0.18-r1 (14 May 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-037-r2.ebuild

2014-05-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/05/20 18:23:07

  Modified: ChangeLog
  Added:dracut-037-r2.ebuild
  Log:
  Fixes bug #510848 on behalf of Alexander Tsoy.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.167sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   14 May 2014 07:09:46 -  1.166
+++ ChangeLog   20 May 2014 18:23:07 -  1.167
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.166 
2014/05/14 07:09:46 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.167 
2014/05/20 18:23:07 aidecoe Exp $
+
+*dracut-037-r2 (20 May 2014)
+
+  20 May 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-037-r2.ebuild,
+  +files/037-0006-98systemd-fixup-rootfs-generator-insta.patch:
+  Fixes bug #510848 on behalf of Alexander Tsoy.
 
 *dracut-037-r1 (13 May 2014)
 



1.1  sys-kernel/dracut/dracut-037-r2.ebuild

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

Index: dracut-037-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r2.ebuild,v 1.1 
2014/05/20 18:23:07 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )
selinux? ( sec-policy/selinux-dracut )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| ( =sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils )
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? ( sys-libs/libselinux sys-libs/libsepol )

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PV}-0001-dracut-functions.sh-support-for-altern.patch
${FILESDIR}/${PV}-0002-gentoo.conf-let-udevdir-be-handled-by-.patch
${FILESDIR}/${PV}-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PV}-0004-Install-dracut-install-into-libexec-di.patch
${FILESDIR}/${PV}-0005-modsign-do-not-hardcode-path-to-keyctl.patch
${FILESDIR}/${PV}-0006-98systemd-fixup-rootfs-generator-insta.patch
)

#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local libdirs=/$(get_libdir) /usr/$(get_libdir)
if [[ ${SYMLINK_LIB} = yes ]]; then
# Preserve lib - lib64 symlinks in initramfs
[[ $libdirs =~ /lib\  ]] || libdirs+= /lib /usr/lib
fi
einfo Setting libdirs to \${libdirs}\ ...
sed 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 037-0006-98systemd-fixup-rootfs-generator-insta.patch

2014-05-20 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/05/20 18:23:07

  Added:   
037-0006-98systemd-fixup-rootfs-generator-insta.patch
  Log:
  Fixes bug #510848 on behalf of Alexander Tsoy.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/037-0006-98systemd-fixup-rootfs-generator-insta.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/037-0006-98systemd-fixup-rootfs-generator-insta.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/037-0006-98systemd-fixup-rootfs-generator-insta.patch?rev=1.1content-type=text/plain

Index: 037-0006-98systemd-fixup-rootfs-generator-insta.patch
===
From 37e2811681ed6772c90f8f89432ac1629894a314 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke h...@suse.de
Date: Tue, 20 May 2014 11:20:10 +0200
Subject: [PATCH 6/6] 98systemd: fixup rootfs-generator installation path

The rootfs-generator was installed in the wrong path
in the initrd, cause it never to be run.

References: bnc#878714

Signed-off-by: Hannes Reinecke h...@suse.de
---
 modules.d/98systemd/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/98systemd/module-setup.sh 
b/modules.d/98systemd/module-setup.sh
index c72aad4..25ca605 100755
--- a/modules.d/98systemd/module-setup.sh
+++ b/modules.d/98systemd/module-setup.sh
@@ -191,7 +191,7 @@ install() {
 inst_script $moddir/dracut-mount.sh /bin/dracut-mount
 inst_script $moddir/dracut-pre-pivot.sh /bin/dracut-pre-pivot
 
-inst_script $moddir/rootfs-generator.sh 
/lib/systemd/system-generators/dracut-rootfs-generator
+inst_script $moddir/rootfs-generator.sh 
$systemdutildir/system-generators/dracut-rootfs-generator
 
 inst_binary true
 ln_r $(type -P true) /usr/bin/loginctl
-- 
1.9.3







[gentoo-commits] gentoo-x86 commit in app-admin/hddtemp/files: hddgentoo.db

2014-05-17 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/05/17 17:02:51

  Modified: hddgentoo.db
  Log:
  Added new drive to hddgentoo.db. Rels bug #510562.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.52 app-admin/hddtemp/files/hddgentoo.db

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db?r1=1.51r2=1.52

Index: hddgentoo.db
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hddgentoo.db27 Apr 2014 10:52:54 -  1.51
+++ hddgentoo.db17 May 2014 17:02:51 -  1.52
@@ -217,6 +217,7 @@
 SAMSUNG HD203WI  194 C Samsung 
SpinPoint F3 EcoGreen 2TB SATA2 5400RPM 32MB
 SAMSUNG SSD 830 Series   190 C Samsung 
SSD 830 Series
 SanDisk SDSSDH2128G  194 C Sandisk 
SSD Ultra Plus 128GB
+SanDisk SDSSDH2256G   194 C Sandisk 
SSD Ultra Plus 256GB
 OCZ-VERTEX3   194 C OCZ 
Vertex 3 120GB SATA3
 Crucial_CT240M500SSD3194 C 
Crucial M500 240GB SATA3 256MB
 WDC WD5003ABYX-01WERA2   194 C Western 
Digital RE4 500GB






  1   2   >