[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.10_p3.ebuild ChangeLog

2014-05-09 Thread Diego Petteno (flameeyes)
flameeyes14/05/09 10:08:23

  Modified: ChangeLog
  Added:sudo-1.8.10_p3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.364app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.364&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.364&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.363&r2=1.364

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- ChangeLog   25 Apr 2014 18:21:54 -  1.363
+++ ChangeLog   9 May 2014 10:08:23 -   1.364
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.363 2014/04/25 
18:21:54 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.364 2014/05/09 
10:08:23 flameeyes Exp $
+
+*sudo-1.8.10_p3 (09 May 2014)
+
+  09 May 2014; Diego E. Pettenò  +sudo-1.8.10_p3.ebuild:
+  Version bump.
 
   25 Apr 2014; Lars Wendler  sudo-1.8.10_p2.ebuild:
   Removed unused versionator eclass.



1.1  app-admin/sudo/sudo-1.8.10_p3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild?rev=1.1&content-type=text/plain

Index: sudo-1.8.10_p3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild,v 1.1 
2014/05/09 10:08:23 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
for e ; do [[ $thisp == $e ]] && continue 2 ; done
newpath+=:$thisp
done
ROOTPATH=${newpath#:}
}
rmpath '*/gcc-bin/*' '*/gnat-gcc-bin/*' '*/gnat-gcc/*'

einfo "... done"
}

src_configure() {
local ROOTPATH

[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20140509.ebuild ChangeLog hwids-20140228.ebuild hwids-20140304.ebuild

2014-05-09 Thread Diego Petteno (flameeyes)
flameeyes14/05/09 10:16:47

  Modified: ChangeLog
  Added:hwids-20140509.ebuild
  Removed:  hwids-20140228.ebuild hwids-20140304.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.140sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.140&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.140&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   28 Mar 2014 04:33:56 -  1.139
+++ ChangeLog   9 May 2014 10:16:47 -   1.140
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.139 2014/03/28 
04:33:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.140 2014/05/09 
10:16:47 flameeyes Exp $
+
+*hwids-20140509 (09 May 2014)
+
+  09 May 2014; Diego E. Pettenò  +hwids-20140509.ebuild,
+  -hwids-20140228.ebuild, -hwids-20140304.ebuild:
+  Version bump.
 
   28 Mar 2014; Samuli Suominen  hwids-20140317.ebuild:
   amd64/arm/x86 stable wrt #506026



1.1  sys-apps/hwids/hwids-20140509.ebuild

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

Index: hwids-20140509.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20140509.ebuild,v 1.1 
2014/05/09 10:16:47 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz";

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
IUSE="+udev"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then
return 0
fi
udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.3.ebuild ChangeLog freeipmi-1.3.4.ebuild freeipmi-1.3.3.ebuild freeipmi-1.4.1.ebuild

2014-05-10 Thread Diego Petteno (flameeyes)
flameeyes14/05/10 16:15:05

  Modified: ChangeLog
  Added:freeipmi-1.4.3.ebuild
  Removed:  freeipmi-1.3.4.ebuild freeipmi-1.3.3.ebuild
freeipmi-1.4.1.ebuild
  Log:
  Version bump and remove old versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.82 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   22 Mar 2014 14:41:55 -  1.81
+++ ChangeLog   10 May 2014 16:15:05 -  1.82
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.81 
2014/03/22 14:41:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.82 
2014/05/10 16:15:05 flameeyes Exp $
+
+*freeipmi-1.4.3 (10 May 2014)
+
+  10 May 2014; Diego E. Pettenò  +freeipmi-1.4.3.ebuild,
+  -freeipmi-1.3.3.ebuild, -freeipmi-1.3.4.ebuild, -freeipmi-1.4.1.ebuild:
+  Version bump and remove old versions.
 
 *freeipmi-1.4.1 (22 Mar 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.3.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.3.ebuild,v 
1.1 2014/05/10 16:15:05 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

n

[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ccid-1.4.16.ebuild ChangeLog

2014-03-23 Thread Diego Petteno (flameeyes)
flameeyes14/03/23 19:56:32

  Modified: ChangeLog
  Added:ccid-1.4.16.ebuild
  Log:
  Version bump.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.102app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.102&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.102&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   14 Feb 2014 22:41:38 -  1.101
+++ ChangeLog   23 Mar 2014 19:56:31 -  1.102
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.101 2014/02/14 
22:41:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.102 2014/03/23 
19:56:31 flameeyes Exp $
+
+*ccid-1.4.16 (23 Mar 2014)
+
+  23 Mar 2014; Diego E. Pettenò  +ccid-1.4.16.ebuild:
+  Version bump.
 
 *ccid-1.4.15 (14 Feb 2014)
 



1.1  app-crypt/ccid/ccid-1.4.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.16.ebuild?rev=1.1&content-type=text/plain

Index: ccid-1.4.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.16.ebuild,v 1.1 
2014/03/23 19:56:31 flameeyes Exp $

EAPI=5

STUPID_NUM="4016"

inherit eutils toolchain-funcs udev autotools-utils

DESCRIPTION="CCID free software driver"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html";
SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="twinserial +usb"

RDEPEND=">=sys-apps/pcsc-lite-1.8.3
usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
kernel_linux? ( virtual/pkgconfig )"

DOCS=( README AUTHORS )

src_configure() {
local myeconfargs=(
LEX=:
$(use_enable twinserial)
$(use_enable usb libusb)
)

autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
# note: for eudev support, rules probably will always need to be
# installed to /usr

# ccid >=1.4.11 version changed the rules drastically in a minor
# release to no longer use the pcscd group. Using the old ones 
in
# the mean time.
udev_newrules "${FILESDIR}"/92_pcscd_ccid.rules 
92-pcsc-ccid.rules
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.3.ebuild ChangeLog

2014-06-14 Thread Diego Petteno (flameeyes)
flameeyes14/06/14 18:36:25

  Modified: freeipmi-1.4.3.ebuild ChangeLog
  Log:
  Mark stable on amd64, tested by me and robbat2@.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.2  sys-libs/freeipmi/freeipmi-1.4.3.ebuild

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

Index: freeipmi-1.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freeipmi-1.4.3.ebuild   10 May 2014 16:15:05 -  1.1
+++ freeipmi-1.4.3.ebuild   14 Jun 2014 18:36:25 -  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-libs/freeipmi/freeipmi-1.4.3.ebuild,v 
1.1 2014/05/10 16:15:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.3.ebuild,v 
1.2 2014/06/14 18:36:25 flameeyes Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug nagios"
 
 RDEPEND="dev-libs/libgcrypt:0"



1.83 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.83&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.83&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   10 May 2014 16:15:05 -  1.82
+++ ChangeLog   14 Jun 2014 18:36:25 -  1.83
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.82 
2014/05/10 16:15:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.83 
2014/06/14 18:36:25 flameeyes Exp $
+
+  14 Jun 2014; Diego E. Pettenò  freeipmi-1.4.3.ebuild:
+  Mark stable on amd64, tested by me and robbat2@.
 
 *freeipmi-1.4.3 (10 May 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20140602.ebuild ChangeLog

2014-06-02 Thread Diego Petteno (flameeyes)
flameeyes14/06/02 11:58:34

  Modified: ChangeLog
  Added:hwids-20140602.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.143sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.143&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.143&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   30 May 2014 14:41:46 -  1.142
+++ ChangeLog   2 Jun 2014 11:58:34 -   1.143
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.142 2014/05/30 
14:41:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.143 2014/06/02 
11:58:34 flameeyes Exp $
+
+*hwids-20140602 (02 Jun 2014)
+
+  02 Jun 2014; Diego E. Pettenò  +hwids-20140602.ebuild:
+  Version bump.
 
   30 May 2014; Mike Frysinger  hwids-20140509.ebuild,
   hwids-.ebuild:



1.1  sys-apps/hwids/hwids-20140602.ebuild

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

Index: hwids-20140602.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20140602.ebuild,v 1.1 
2014/06/02 11:58:34 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz";

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
IUSE="+udev"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in www-misc/awstats: awstats-7.3.ebuild ChangeLog

2014-04-26 Thread Diego Petteno (flameeyes)
flameeyes14/04/26 20:23:34

  Modified: ChangeLog
  Added:awstats-7.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.35 www-misc/awstats/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   3 Apr 2013 10:09:04 -   1.34
+++ ChangeLog   26 Apr 2014 20:23:34 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for www-misc/awstats
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.34 
2013/04/03 10:09:04 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.35 
2014/04/26 20:23:34 flameeyes Exp $
+
+*awstats-7.3 (26 Apr 2014)
+
+  26 Apr 2014; Diego E. Pettenò  +awstats-7.3.ebuild:
+  Version bump.
 
 *awstats-7.1.1 (03 Apr 2013)
 



1.1  www-misc/awstats/awstats-7.3.ebuild

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

Index: awstats-7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/awstats-7.3.ebuild,v 1.1 
2014/04/26 20:23:34 flameeyes Exp $

EAPI=4

inherit eutils

MY_P=${PN}-${PV%_p*}

DESCRIPTION="AWStats is short for Advanced Web Statistics."
HOMEPAGE="http://www.awstats.org/";

if [ ${MY_P} != ${P} ]; then
SRC_URI="http://dev.gentoo.org/~flameeyes/awstats/${P}.tar.gz";
# The following SRC_URI is useful only when fetching for the first time
# after bump; upstream does not bump the version when they change it, so
# we rename it to include the date and upload to our mirrors instead.
#SRC_URI="http://www.awstats.org/files/${MY_P}.tar.gz -> ${P}.tar.gz"
else
SRC_URI="http://www.awstats.org/files/${P}.tar.gz";
fi

S=${WORKDIR}/${MY_P}

LICENSE="GPL-3"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="geoip ipv6"

SLOT="0"

RDEPEND=">=dev-lang/perl-5.6.1
virtual/perl-Time-Local
dev-perl/URI
geoip? ( dev-perl/Geo-IP )
ipv6? ( dev-perl/Net-IP dev-perl/Net-DNS )"
DEPEND=""

src_prepare() {
epatch "${FILESDIR}"/${PN}-7.1-gentoo.diff

# change default installation directory
find . -type f -exec sed \
-e "s#/usr/local/awstats/wwwroot#/usr/share/awstats/wwwroot#g" \
-e 
'/PossibleLibDir/s:(.*):("/usr/share/awstats/wwwroot/cgi-bin/lib"):' \
-i {} + || die "find/sed failed"

# set default values for directories; use apache log as an example
sed \
-e "s|^\(LogFile=\).*$|\1\"/var/log/apache2/access_log\"|" \
-e "s|^\(SiteDomain=\).*$|\1\"localhost\"|" \
-e "s|^\(DirIcons=\).*$|\1\"/awstats/icon\"|" \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"

# enable plugins

if use ipv6; then
sed -e "s|^#\(LoadPlugin=\"ipv6\"\)$|\1|" \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"
fi

if use geoip; then
sed -e '/LoadPlugin="geoip /aLoadPlugin="geoip GEOIP_STANDARD 
/usr/share/GeoIP/GeoIP.dat"' \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"
fi

find "${S}" '(' -type f -not -name '*.pl' ')' -exec chmod -x {} + || die
}

src_install() {
dohtml -r docs/*
dodoc README.TXT
newdoc wwwroot/cgi-bin/plugins/example/example.pm example_plugin.pm
dodoc -r tools/xslt

keepdir /var/lib/awstats

insinto /etc/awstats
doins "${S}"/wwwroot/cgi-bin/awstats.model.conf

# remove extra content that we don't want to install
rm -r "${S}"/wwwroot/cgi-bin/awstats.model.conf \
"${S}"/wwwroot/classes/src || die

insinto /usr/share/awstats
doins -r wwwroot
chmod +x "${D}"/usr/share/awstats/wwwroot/cgi-bin/*.pl

cd "${S}"/tools
dobin awstats_buildstaticpages.pl awstats_exportlib.pl \
  

[gentoo-commits] gentoo-x86 commit in www-apache/passenger: passenger-4.0.41.ebuild passenger-3.0.21-r1.ebuild ChangeLog

2014-05-04 Thread Diego Petteno (flameeyes)
flameeyes14/05/04 18:30:08

  Modified: passenger-4.0.41.ebuild passenger-3.0.21-r1.ebuild
ChangeLog
  Log:
  Add a dependency on mod_unixd for Apache 2.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.2  www-apache/passenger/passenger-4.0.41.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?r1=1.1&r2=1.2

Index: passenger-4.0.41.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passenger-4.0.41.ebuild 9 Apr 2014 05:53:31 -   1.1
+++ passenger-4.0.41.ebuild 4 May 2014 18:30:08 -   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/www-apache/passenger/passenger-4.0.41.ebuild,v 1.1 
2014/04/09 05:53:31 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild,v 1.2 
2014/05/04 18:30:08 flameeyes Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,7 +22,8 @@
>=dev-ruby/daemon_controller-1.1.0
>=dev-ruby/rack-1.0.0"
 
-CDEPEND=">=dev-libs/libev-4.11 net-misc/curl[ssl]"
+CDEPEND=">=dev-libs/libev-4.11 net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
 
 RDEPEND="${RDEPEND} ${CDEPEND}"
 DEPEND="${DEPEND} ${CDEPEND}"



1.5  www-apache/passenger/passenger-3.0.21-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?r1=1.4&r2=1.5

Index: passenger-3.0.21-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- passenger-3.0.21-r1.ebuild  24 Apr 2014 15:36:26 -  1.4
+++ passenger-3.0.21-r1.ebuild  4 May 2014 18:30:08 -   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/www-apache/passenger/passenger-3.0.21-r1.ebuild,v 1.4 
2014/04/24 15:36:26 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild,v 1.5 
2014/05/04 18:30:08 flameeyes Exp $
 
 EAPI=5
 USE_RUBY="ruby19"
@@ -22,7 +22,8 @@
>=dev-ruby/daemon_controller-1.0.0
>=dev-ruby/rack-1.0.0"
 
-CDEPEND=">=dev-libs/libev-3.90 net-misc/curl[ssl]"
+CDEPEND=">=dev-libs/libev-3.90 net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
 
 RDEPEND="${RDEPEND} ${CDEPEND}"
 DEPEND="${DEPEND} ${CDEPEND}



1.91 www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   24 Apr 2014 15:36:26 -  1.90
+++ ChangeLog   4 May 2014 18:30:08 -   1.91
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.90 
2014/04/24 15:36:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.91 
2014/05/04 18:30:08 flameeyes Exp $
+
+  04 May 2014; Diego E. Pettenò 
+  passenger-3.0.21-r1.ebuild, passenger-4.0.41.ebuild:
+  Add a dependency on mod_unixd for Apache 2.4.
 
   24 Apr 2014; Manuel Rüger  passenger-3.0.21-r1.ebuild:
   Remove ruby18 support.






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20140317.ebuild ChangeLog

2014-03-17 Thread Diego Petteno (flameeyes)
flameeyes14/03/17 20:36:35

  Modified: ChangeLog
  Added:hwids-20140317.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.137sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.137&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.137&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   4 Mar 2014 20:01:34 -   1.136
+++ ChangeLog   17 Mar 2014 20:36:35 -  1.137
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.136 2014/03/04 
20:01:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.137 2014/03/17 
20:36:35 flameeyes Exp $
+
+*hwids-20140317 (17 Mar 2014)
+
+  17 Mar 2014; Diego E. Pettenò  +hwids-20140317.ebuild:
+  Version bump.
 
 *hwids-20140304 (04 Mar 2014)
 



1.1  sys-apps/hwids/hwids-20140317.ebuild

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

Index: hwids-20140317.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20140317.ebuild,v 1.1 
2014/03/17 20:36:35 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz";

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
IUSE="+udev"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then
return 0
fi
udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.1.ebuild ChangeLog

2014-03-22 Thread Diego Petteno (flameeyes)
flameeyes14/03/22 14:41:55

  Modified: ChangeLog
  Added:freeipmi-1.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.81 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.81&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.81&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   1 Mar 2014 22:12:26 -   1.80
+++ ChangeLog   22 Mar 2014 14:41:55 -  1.81
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.80 
2014/03/01 22:12:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.81 
2014/03/22 14:41:55 flameeyes Exp $
+
+*freeipmi-1.4.1 (22 Mar 2014)
+
+  22 Mar 2014; Diego E. Pettenò  +freeipmi-1.4.1.ebuild:
+  Version bump.
 
   01 Mar 2014; Michał Górny  freeipmi-1.2.2.ebuild,
   freeipmi-1.3.3.ebuild, freeipmi-1.3.4.ebuild:



1.1  sys-libs/freeipmi/freeipmi-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.1.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.1.ebuild,v 
1.1 2014/03/22 14:41:55 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmis

[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ccid-1.4.17.ebuild ChangeLog

2014-06-26 Thread Diego Petteno (flameeyes)
flameeyes14/06/26 19:57:03

  Modified: ChangeLog
  Added:ccid-1.4.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.109app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.109&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.109&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   20 Apr 2014 11:21:22 -  1.108
+++ ChangeLog   26 Jun 2014 19:57:03 -  1.109
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.108 2014/04/20 
11:21:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.109 2014/06/26 
19:57:03 flameeyes Exp $
+
+*ccid-1.4.17 (26 Jun 2014)
+
+  26 Jun 2014; Diego E. Pettenò  +ccid-1.4.17.ebuild:
+  Version bump.
 
   20 Apr 2014; Agostino Sarubbo  ccid-1.4.15.ebuild:
   Stable for ppc64, wrt bug #505892



1.1  app-crypt/ccid/ccid-1.4.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.17.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.17.ebuild?rev=1.1&content-type=text/plain

Index: ccid-1.4.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.17.ebuild,v 1.1 
2014/06/26 19:57:03 flameeyes Exp $

EAPI=5

STUPID_NUM="4091"

inherit eutils toolchain-funcs udev autotools-utils

DESCRIPTION="CCID free software driver"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html";
SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="twinserial +usb"

RDEPEND=">=sys-apps/pcsc-lite-1.8.3
usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
kernel_linux? ( virtual/pkgconfig )"

DOCS=( README AUTHORS )

src_configure() {
local myeconfargs=(
LEX=:
$(use_enable twinserial)
$(use_enable usb libusb)
)

autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
# note: for eudev support, rules probably will always need to be
# installed to /usr

# ccid >=1.4.11 version changed the rules drastically in a minor
# release to no longer use the pcscd group. Using the old ones 
in
# the mean time.
udev_newrules "${FILESDIR}"/92_pcscd_ccid.rules 
92-pcsc-ccid.rules
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20140627.ebuild ChangeLog

2014-06-27 Thread Diego Petteno (flameeyes)
flameeyes14/06/27 18:50:10

  Modified: ChangeLog
  Added:hwids-20140627.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.145sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.145&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.145&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   6 Jun 2014 18:20:05 -   1.144
+++ ChangeLog   27 Jun 2014 18:50:10 -  1.145
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.144 2014/06/06 
18:20:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.145 2014/06/27 
18:50:10 flameeyes Exp $
+
+*hwids-20140627 (27 Jun 2014)
+
+  27 Jun 2014; Diego E. Pettenò  +hwids-20140627.ebuild:
+  Version bump.
 
 *hwids-20140602-r1 (06 Jun 2014)
 



1.1  sys-apps/hwids/hwids-20140627.ebuild

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

Index: hwids-20140627.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20140627.ebuild,v 1.1 
2014/06/27 18:50:10 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.4.ebuild ChangeLog

2014-06-28 Thread Diego Petteno (flameeyes)
flameeyes14/06/28 14:03:44

  Modified: ChangeLog
  Added:freeipmi-1.4.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.84 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   14 Jun 2014 18:36:25 -  1.83
+++ ChangeLog   28 Jun 2014 14:03:44 -  1.84
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.83 
2014/06/14 18:36:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.84 
2014/06/28 14:03:44 flameeyes Exp $
+
+*freeipmi-1.4.4 (28 Jun 2014)
+
+  28 Jun 2014; Diego E. Pettenò  +freeipmi-1.4.4.ebuild:
+  Version bump.
 
   14 Jun 2014; Diego E. Pettenò  freeipmi-1.4.3.ebuild:
   Mark stable on amd64, tested by me and robbat2@.



1.1  sys-libs/freeipmi/freeipmi-1.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.4.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.4.ebuild,v 
1.1 2014/06/28 14:03:44 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${FILESDIR}"/bmc-watchdog.initd

[gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20140624.ebuild ChangeLog microcode-data-20140122.ebuild microcode-data-20110915.ebuild microcode-data-20100209.ebuild mic

2014-06-28 Thread Diego Petteno (flameeyes)
flameeyes14/06/28 14:13:21

  Modified: ChangeLog
  Added:microcode-data-20140624.ebuild
  Removed:  microcode-data-20140122.ebuild
microcode-data-20110915.ebuild
microcode-data-20100209.ebuild
microcode-data-2010.ebuild
microcode-data-20130222.ebuild
microcode-data-20101123.ebuild
microcode-data-20120606.ebuild
microcode-data-20110915-r1.ebuild
microcode-data-20110428.ebuild
  Log:
  Version bump and remove older versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.30 sys-apps/microcode-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   30 May 2014 20:23:09 -  1.29
+++ ChangeLog   28 Jun 2014 14:13:21 -  1.30
@@ -1,6 +1,16 @@
 # ChangeLog for sys-apps/microcode-data
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.29 
2014/05/30 20:23:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.30 
2014/06/28 14:13:21 flameeyes Exp $
+
+*microcode-data-20140624 (28 Jun 2014)
+
+  28 Jun 2014; Diego E. Pettenò 
+  +microcode-data-20140624.ebuild, -microcode-data-20100209.ebuild,
+  -microcode-data-20101123.ebuild, -microcode-data-20110428.ebuild,
+  -microcode-data-20110915-r1.ebuild, -microcode-data-20110915.ebuild,
+  -microcode-data-2010.ebuild, -microcode-data-20120606.ebuild,
+  -microcode-data-20130222.ebuild, -microcode-data-20140122.ebuild:
+  Version bump and remove older versions.
 
 *microcode-data-20140430 (30 May 2014)
 



1.1  sys-apps/microcode-data/microcode-data-20140624.ebuild

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

Index: microcode-data-20140624.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20140624.ebuild,v
 1.1 2014/06/28 14:13:21 flameeyes Exp $

EAPI="4"

inherit toolchain-funcs

# Find updates by searching and clicking the first link (hopefully it's the 
one):
# 
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File

NUM="23984"
DESCRIPTION="Intel IA32 microcode update data"
HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}";
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz";

LICENSE="intel-ucode"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

RDEPEND="!

[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.5.ebuild ChangeLog

2014-08-01 Thread Diego Petteno (flameeyes)
flameeyes14/08/01 22:15:33

  Modified: ChangeLog
  Added:freeipmi-1.4.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.85 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   28 Jun 2014 14:03:44 -  1.84
+++ ChangeLog   1 Aug 2014 22:15:33 -   1.85
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.84 
2014/06/28 14:03:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.85 
2014/08/01 22:15:33 flameeyes Exp $
+
+*freeipmi-1.4.5 (01 Aug 2014)
+
+  01 Aug 2014; Diego E. Pettenò  +freeipmi-1.4.5.ebuild:
+  Version bump.
 
 *freeipmi-1.4.4 (28 Jun 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.5.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.5.ebuild,v 
1.1 2014/08/01 22:15:33 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
}

[gentoo-commits] gentoo-x86 commit in app-crypt/ccid/files: 92_pcscd_ccid-2.rules

2014-08-04 Thread Diego Petteno (flameeyes)
flameeyes14/08/04 22:09:43

  Added:92_pcscd_ccid-2.rules
  Log:
  Update udev rules so that they try power/control if it's present. This avoids 
throwing deprecation warnings into the kernel log.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.1  app-crypt/ccid/files/92_pcscd_ccid-2.rules

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/files/92_pcscd_ccid-2.rules?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/files/92_pcscd_ccid-2.rules?rev=1.1&content-type=text/plain

Index: 92_pcscd_ccid-2.rules
===
# udev rules to set the access rights of CCID smart card readers
# so they can be used by pcscd

# $Id: 92_pcscd_ccid-2.rules,v 1.1 2014/08/04 22:09:43 flameeyes Exp $

# Gemplus PCMCIA Card
#SUBSYSTEMS=="pcmcia", DRIVERS=="serial_cs", ACTION=="add", 
ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", 
ATTRS{prod_id3}=="GemPC Card", RUN+="/usr/sbin/pcscd --hotplug" 

# If not adding the device, go away
ACTION!="add", GOTO="pcscd_ccid_rules_end"
SUBSYSTEM!="usb", GOTO="pcscd_ccid_rules_end"
ENV{DEVTYPE}!="usb_device", GOTO="pcscd_ccid_rules_end"

# Kobil mIDentity
ATTRS{idVendor}=="0d46", ATTRS{idProduct}=="4081", 
RUN+="/usr/sbin/Kobil_mIDentity_switch"

# generic CCID device (bInterfaceClass = 0x0b)
# change group from default "root" to "pcscd"
ENV{ID_USB_INTERFACES}=="*:0b:*", ENV{PCSCD}="1"

# set USB power management to auto. "power/level" has been deprecated in
# Linux 2.6.35 and replaced by "power/control"
ENV{ID_USB_INTERFACES}==":0b:", RUN+="/bin/sh -c 'if test -e 
/sys/$env{DEVPATH}/power/control; then echo auto > 
/sys/$env{DEVPATH}/power/control; elif test -e /sys/$env{DEVPATH}/power/level; 
then echo auto > /sys/$env{DEVPATH}/power/level; fi'"

# non CCID generic (InterfaceClass: 0xFF)
# CherrySmartTerminalST2XXX.txt
ATTRS{idVendor}=="046a", ATTRS{idProduct}=="003e", ENV{PCSCD}="1"
# DellSK-3106.txt
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="2100", ENV{PCSCD}="1"
# MySmartPad.txt
ATTRS{idVendor}=="09be", ATTRS{idProduct}=="0002", ENV{PCSCD}="1"
# SCR3310-NTTCom USB SmartCard Reader
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="511a", ENV{PCSCD}="1"
# SCR331-DI USB Smart Card Reader
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5120", ENV{PCSCD}="1"
# SCR331-DI.txt
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5111", ENV{PCSCD}="1"
# SDI010.txt
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5121", ENV{PCSCD}="1"
# SPR532.txt
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="e003", ENV{PCSCD}="1"
# Verisign_secure_storage_token.txt
ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="1359", ENV{PCSCD}="1"
# Verisign_secure_token.txt
ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="ace0", ENV{PCSCD}="1"
# SchlumbergerSema Cyberflex Access e-gate
ATTRS{idVendor}=="0973", ATTRS{idProduct}=="0003", ENV{PCSCD}="1"

# All done
LABEL="pcscd_ccid_rules_end"






[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ccid-1.4.17-r1.ebuild ChangeLog

2014-08-04 Thread Diego Petteno (flameeyes)
flameeyes14/08/04 22:09:43

  Modified: ChangeLog
  Added:ccid-1.4.17-r1.ebuild
  Log:
  Update udev rules so that they try power/control if it's present. This avoids 
throwing deprecation warnings into the kernel log.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
D4301342)

Revision  ChangesPath
1.110app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.110&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.110&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   26 Jun 2014 19:57:03 -  1.109
+++ ChangeLog   4 Aug 2014 22:09:43 -   1.110
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.109 2014/06/26 
19:57:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.110 2014/08/04 
22:09:43 flameeyes Exp $
+
+*ccid-1.4.17-r1 (04 Aug 2014)
+
+  04 Aug 2014; Diego E. Pettenò  +ccid-1.4.17-r1.ebuild,
+  +files/92_pcscd_ccid-2.rules:
+  Update udev rules so that they try power/control if it's present. This avoids
+  throwing deprecation warnings into the kernel log.
 
 *ccid-1.4.17 (26 Jun 2014)
 



1.1  app-crypt/ccid/ccid-1.4.17-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.17-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.17-r1.ebuild?rev=1.1&content-type=text/plain

Index: ccid-1.4.17-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.17-r1.ebuild,v 1.1 
2014/08/04 22:09:43 flameeyes Exp $

EAPI=5

STUPID_NUM="4091"

inherit eutils toolchain-funcs udev autotools-utils

DESCRIPTION="CCID free software driver"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html";
SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="twinserial +usb"

RDEPEND=">=sys-apps/pcsc-lite-1.8.3
usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
kernel_linux? ( virtual/pkgconfig )"

DOCS=( README AUTHORS )

src_configure() {
local myeconfargs=(
LEX=:
$(use_enable twinserial)
$(use_enable usb libusb)
)

autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
# note: for eudev support, rules probably will always need to be
# installed to /usr

# ccid >=1.4.11 version changed the rules drastically in a minor
# release to no longer use the pcscd group. Using the old ones 
in
# the mean time.
udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 
92-pcsc-ccid.rules
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.8.ebuild ChangeLog

2015-01-07 Thread Diego Petteno (flameeyes)
flameeyes15/01/07 20:02:22

  Modified: ChangeLog
  Added:freeipmi-1.4.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.88 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   12 Nov 2014 01:16:31 -  1.87
+++ ChangeLog   7 Jan 2015 20:02:22 -   1.88
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/freeipmi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.87 
2014/11/12 01:16:31 flameeyes Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.88 
2015/01/07 20:02:22 flameeyes Exp $
+
+*freeipmi-1.4.8 (07 Jan 2015)
+
+  07 Jan 2015; Diego E. Pettenò  +freeipmi-1.4.8.ebuild:
+  Version bump.
 
 *freeipmi-1.4.6-r1 (12 Nov 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild,v 
1.1 2015/01/07 20:02:22 flameeyes Exp $

EAPI=5

#AUTOTOOLS_AUTORECONF=1
AT_M4DIR="config"

inherit eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150107.ebuild ChangeLog

2015-01-07 Thread Diego Petteno (flameeyes)
flameeyes15/01/07 20:11:04

  Modified: ChangeLog
  Added:hwids-20150107.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.157sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.157&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.157&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   14 Dec 2014 05:17:21 -  1.156
+++ ChangeLog   7 Jan 2015 20:11:04 -   1.157
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.156 2014/12/14 
05:17:21 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.157 2015/01/07 
20:11:04 flameeyes Exp $
+
+*hwids-20150107 (07 Jan 2015)
+
+  07 Jan 2015; Diego E. Pettenò  +hwids-20150107.ebuild:
+  Version bump.
 
 *hwids-20141214 (14 Dec 2014)
 



1.1  sys-apps/hwids/hwids-20150107.ebuild

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

Index: hwids-20150107.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150107.ebuild,v 1.1 
2015/01/07 20:11:04 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in www-apache/mod_security: mod_security-2.7.7.ebuild ChangeLog

2014-10-03 Thread Diego Petteno (flameeyes)
flameeyes14/10/03 18:15:58

  Modified: ChangeLog
  Added:mod_security-2.7.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.115www-apache/mod_security/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_security/ChangeLog?rev=1.115&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_security/ChangeLog?rev=1.115&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_security/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   10 Aug 2014 20:17:53 -  1.114
+++ ChangeLog   3 Oct 2014 18:15:58 -   1.115
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_security
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.114 
2014/08/10 20:17:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.115 
2014/10/03 18:15:58 flameeyes Exp $
+
+*mod_security-2.7.7 (03 Oct 2014)
+
+  03 Oct 2014; Diego E. Pettenò 
+  +mod_security-2.7.7.ebuild:
+  Version bump.
 
   10 Aug 2014; Sergei Trofimovich  
mod_security-2.7.4.ebuild,
   mod_security-2.7.5.ebuild:



1.1  www-apache/mod_security/mod_security-2.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_security/mod_security-2.7.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_security/mod_security-2.7.7.ebuild?rev=1.1&content-type=text/plain

Index: mod_security-2.7.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.7.7.ebuild,v 1.1 
2014/10/03 18:15:58 flameeyes Exp $

EAPI=4

inherit apache-module

MY_PN=modsecurity-apache
MY_PV=${PV/_rc/-rc}
MY_P=${MY_PN}_${MY_PV}

DESCRIPTION="Web application firewall and Intrusion Detection System for Apache"
HOMEPAGE="http://www.modsecurity.org/";
SRC_URI="http://www.modsecurity.org/tarball/${PV}/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="geoip curl lua jit"

DEPEND=">=dev-libs/libxml2-2.7.8
dev-libs/libpcre[jit?]
lua? ( >=dev-lang/lua-5.1 )
curl? ( >=net-misc/curl-7.15.1 )
www-servers/apache[apache2_modules_unique_id]"
RDEPEND="${DEPEND}
geoip? ( dev-libs/geoip )"
PDEPEND=">=www-apache/modsecurity-crs-2.2.6-r1"

S="${WORKDIR}/${MY_P}"

APACHE2_MOD_FILE="apache2/.libs/${PN}2.so"
APACHE2_MOD_DEFINE="SECURITY"

# Tests require symbols only defined within the Apache binary.
RESTRICT=test

need_apache2

src_prepare() {
cp "${FILESDIR}"/modsecurity-2.7.conf "${T}"/79_modsecurity.conf || die
}

src_configure() {
econf \
--enable-shared --disable-static \
--with-apxs="${APXS}" \
--enable-request-early \
$(use_enable curl mlogc) \
$(use_with lua) \
$(use_enable jit pcre-jit)
}

src_compile() {
if ! use geoip; then
sed -i -e '/SecGeoLookupDb/s:^:#:' \
"${T}"/79_modsecurity.conf || die
fi

emake
}

src_test() {
emake check
}

src_install() {
apache-module_src_install

# install manually rather than by using the APACHE2_MOD_CONF
# variable since we have to edit it to set things up properly.
insinto "${APACHE_MODULES_CONFDIR}"
doins "${T}"/79_modsecurity.conf

dodoc CHANGES NOTICE README.TXT README_WINDOWS.TXT

dohtml -r doc/*

keepdir /var/cache/modsecurity
fowners apache:apache /var/cache/modsecurity
fperms 0770 /var/cache/modsecurity
}

pkg_postinst() {
if [[ -f "${ROOT}"/etc/apache/modules.d/99_mod_security.conf ]]; then
ewarn "You still have the configuration file 
99_mod_security.conf."
ewarn "Please make sure to remove that and keep only 
79_modsecurity.conf."
ewarn ""
fi
elog "The base configuration file has been renamed 79_modsecurity.conf"
elog "so that you can put your own configuration as 
90_modsecurity_local.conf or"
elog "equivalent."
elog ""
elog "That would be the correct place for site-global security rules."
elog "Note: 80_modsecurity_crs.conf is used by 
www-apache/modsecurity-crs"
}






[gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.11-shadow.patch

2014-10-06 Thread Diego Petteno (flameeyes)
flameeyes14/10/06 19:35:59

  Added:sudo-1.8.11-shadow.patch
  Log:
  Add upstream patch for bug #524074.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-admin/sudo/files/sudo-1.8.11-shadow.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.11-shadow.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.11-shadow.patch?rev=1.1&content-type=text/plain

Index: sudo-1.8.11-shadow.patch
===
diff -r fe06a2448c53 configure
diff -r fe06a2448c53 configure.ac
--- a/configure.ac  Fri Sep 26 21:03:22 2014 -0600
+++ b/configure.ac  Sat Sep 27 10:09:38 2014 -0600
@@ -226,7 +226,6 @@
 shadow_defs=
 shadow_funcs=
 shadow_libs=
-shadow_libs_optional=
 CONFIGURE_ARGS="$@"
 
 dnl
@@ -1908,9 +1907,7 @@
;;
 *-*-linux*|*-*-k*bsd*-gnu)
OSDEFS="${OSDEFS} -D_GNU_SOURCE"
-   # Some Linux versions need to link with -lshadow
shadow_funcs="getspnam"
-   shadow_libs_optional="-lshadow"
test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
;;
 *-*-gnu*)
@@ -3430,13 +3427,6 @@
LIBS="$LIBS $shadow_libs"
found=no
AC_CHECK_FUNCS($shadow_funcs, [found=yes])
-   if test "$found" = "yes" -a -n "$shadow_libs_optional"; then
-   LIBS="$LIBS $shadow_libs_optional"
-   AC_CHECK_FUNCS($shadow_funcs, [found=yes])
-   if test "$found" = "yes"; then
-   shadow_libs="$shadow_libs $shadow_libs_optional"
-   fi
-   fi
if test "$found" = "yes"; then
case "$shadow_funcs" in
*getprpwnam*) SECUREWARE=1;;
@@ -3449,7 +3439,7 @@
LIBS="$_LIBS"
 fi
 if test "$CHECKSHADOW" = "true"; then
-   AC_SEARCH_LIBS([getspnam], [gen], [AC_DEFINE(HAVE_GETSPNAM)] 
[CHECKSHADOW=false; test -n "$ac_lib" && shadow_libs="${shadow_libs} $ac_res"])
+   AC_SEARCH_LIBS([getspnam], [gen shadow], [AC_DEFINE(HAVE_GETSPNAM)] 
[CHECKSHADOW=false; test -n "$ac_lib" && shadow_libs="${shadow_libs} $ac_res"])
 fi
 if test "$CHECKSHADOW" = "true"; then
AC_SEARCH_LIBS([getprpwnam], [sec security prot], 
[AC_DEFINE(HAVE_GETPRPWNAM)] [CHECKSHADOW=false; SECUREWARE=1; test -n 
"$ac_lib" && shadow_libs="${shadow_libs} $ac_res"])






[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.11.ebuild ChangeLog

2014-10-06 Thread Diego Petteno (flameeyes)
flameeyes14/10/06 19:35:59

  Modified: sudo-1.8.11.ebuild ChangeLog
  Log:
  Add upstream patch for bug #524074.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-admin/sudo/sudo-1.8.11.ebuild

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

Index: sudo-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sudo-1.8.11.ebuild  29 Sep 2014 21:29:13 -  1.1
+++ sudo-1.8.11.ebuild  6 Oct 2014 19:35:59 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11.ebuild,v 1.1 
2014/09/29 21:29:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11.ebuild,v 1.2 
2014/10/06 19:35:59 flameeyes Exp $
 
 EAPI=5
 
-inherit eutils pam multilib libtool
+inherit eutils pam multilib libtool autotools
 
 MY_P=${P/_/}
 MY_P=${MY_P/beta/b}
@@ -54,6 +54,13 @@
 MAKEOPTS+=" SAMPLES="
 
 src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.8.11-shadow.patch"
+
+   # Fix the Makefile.in to use automake-style install-sh parameters.
+   sed -i -e '/INSTALL/ { s: -O : -o :; s: -G : -g :; }' \
+   **/Makefile.in || die
+
+   eautoreconf
elibtoolize
 }
 



1.366app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.366&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.366&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.365&r2=1.366

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -r1.365 -r1.366
--- ChangeLog   29 Sep 2014 21:29:13 -  1.365
+++ ChangeLog   6 Oct 2014 19:35:59 -   1.366
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.365 2014/09/29 
21:29:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.366 2014/10/06 
19:35:59 flameeyes Exp $
+
+  06 Oct 2014; Diego E. Pettenò 
+  +files/sudo-1.8.11-shadow.patch, sudo-1.8.11.ebuild:
+  Add upstream patch for bug #524074.
 
 *sudo-1.8.11 (29 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-10-06 Thread Diego Petteno (flameeyes)
flameeyes14/10/06 19:37:23

  Modified: ChangeLog package.mask
  Log:
  Remove mask for sudo.

Revision  ChangesPath
1.9425   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9425&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9425&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9424&r2=1.9425

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9424
retrieving revision 1.9425
diff -u -r1.9424 -r1.9425
--- ChangeLog   5 Oct 2014 18:43:25 -   1.9424
+++ ChangeLog   6 Oct 2014 19:37:22 -   1.9425
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9424 2014/10/05 
18:43:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9425 2014/10/06 
19:37:22 flameeyes Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  06 Oct 2014; Diego E. Pettenò  package.mask:
+  Remove mask for sudo.
+
   05 Oct 2014; Manuel Rüger  package.mask:
   Mask texlive-2014
 



1.16075  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16075&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16075&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16074&r2=1.16075

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16074
retrieving revision 1.16075
diff -u -r1.16074 -r1.16075
--- package.mask6 Oct 2014 16:31:08 -   1.16074
+++ package.mask6 Oct 2014 19:37:22 -   1.16075
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16074 2014/10/06 
16:31:08 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16075 2014/10/06 
19:37:22 flameeyes Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -35,11 +35,6 @@
 =dev-libs/kpathsea-6.2.0_p20140523
 =dev-tex/luatex-0.79.1
 
-# Ulrich Müller  (5 Oct 2014)
-# Fails to build with USE="-pam", bug 524074.
-# Masked by QA, waiting for fix by maintainer.
-=app-admin/sudo-1.8.11
-
 # Jauhien Piatlicki  (5 Oct 2014)
 # Masked because of bug 524390: privilege escalation
 # until upstream fixes this security issue.






[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.11_p1.ebuild ChangeLog sudo-1.8.11.ebuild sudo-1.8.10_p3.ebuild

2014-10-08 Thread Diego Petteno (flameeyes)
flameeyes14/10/08 15:38:07

  Modified: ChangeLog
  Added:sudo-1.8.11_p1.ebuild
  Removed:  sudo-1.8.11.ebuild sudo-1.8.10_p3.ebuild
  Log:
  Update and remove old and old patch.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.367app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.367&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.367&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.366&r2=1.367

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -r1.366 -r1.367
--- ChangeLog   6 Oct 2014 19:35:59 -   1.366
+++ ChangeLog   8 Oct 2014 15:38:07 -   1.367
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.366 2014/10/06 
19:35:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.367 2014/10/08 
15:38:07 flameeyes Exp $
+
+*sudo-1.8.11_p1 (08 Oct 2014)
+
+  08 Oct 2014; Diego E. Pettenò  +sudo-1.8.11_p1.ebuild,
+  -files/sudo-1.8.11-shadow.patch, -sudo-1.8.10_p3.ebuild, -sudo-1.8.11.ebuild:
+  Update and remove old and old patch.
 
   06 Oct 2014; Diego E. Pettenò 
   +files/sudo-1.8.11-shadow.patch, sudo-1.8.11.ebuild:



1.1  app-admin/sudo/sudo-1.8.11_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p1.ebuild?rev=1.1&content-type=text/plain

Index: sudo-1.8.11_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11_p1.ebuild,v 1.1 
2014/10/08 15:38:07 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
for e ; do [[ $thisp == $e ]] && continue 2 ; done
newpath+=:$thisp
 

[gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.11-shadow.patch

2014-10-08 Thread Diego Petteno (flameeyes)
flameeyes14/10/08 15:38:08

  Removed:  sudo-1.8.11-shadow.patch
  Log:
  Update and remove old and old patch.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)



[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20141010.ebuild ChangeLog

2014-10-10 Thread Diego Petteno (flameeyes)
flameeyes14/10/10 17:25:32

  Modified: ChangeLog
  Added:hwids-20141010.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.147sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.147&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.147&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   27 Sep 2014 13:02:12 -  1.146
+++ ChangeLog   10 Oct 2014 17:25:32 -  1.147
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.146 2014/09/27 
13:02:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.147 2014/10/10 
17:25:32 flameeyes Exp $
+
+*hwids-20141010 (10 Oct 2014)
+
+  10 Oct 2014; Diego E. Pettenò  +hwids-20141010.ebuild:
+  Version bump.
 
 *hwids-20140927 (27 Sep 2014)
 



1.1  sys-apps/hwids/hwids-20141010.ebuild

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

Index: hwids-20141010.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141010.ebuild,v 1.1 
2014/10/10 17:25:32 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: ChangeLog hwids-20140627.ebuild hwids-20140927.ebuild

2014-10-10 Thread Diego Petteno (flameeyes)
flameeyes14/10/10 21:13:38

  Modified: ChangeLog
  Removed:  hwids-20140627.ebuild hwids-20140927.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.148sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.148&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.148&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   10 Oct 2014 17:25:32 -  1.147
+++ ChangeLog   10 Oct 2014 21:13:38 -  1.148
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.147 2014/10/10 
17:25:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.148 2014/10/10 
21:13:38 flameeyes Exp $
+
+  10 Oct 2014; Diego E. Pettenò  -hwids-20140627.ebuild,
+  -hwids-20140927.ebuild:
+  Remove old.
 
 *hwids-20141010 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-elf: ruby-elf-9999.ebuild ruby-elf-1.0.8.ebuild ChangeLog

2014-10-19 Thread Diego Petteno (flameeyes)
flameeyes14/10/19 20:55:31

  Modified: ruby-elf-.ebuild ruby-elf-1.0.8.ebuild
ChangeLog
  Log:
  Make both live and release to work with ruby20 and not jruby.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.4  dev-ruby/ruby-elf/ruby-elf-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?r1=1.3&r2=1.4

Index: ruby-elf-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-elf-.ebuild11 Oct 2014 06:37:11 -  1.3
+++ ruby-elf-.ebuild19 Oct 2014 20:55:31 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v 
1.3 2014/10/11 06:37:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v 
1.4 2014/10/19 20:55:31 flameeyes Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 GITHUB_URI="https://github.com/Flameeyes/${PN}";
 



1.4  dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?r1=1.3&r2=1.4

Index: ruby-elf-1.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-elf-1.0.8.ebuild   24 Apr 2014 17:42:32 -  1.3
+++ ruby-elf-1.0.8.ebuild   19 Oct 2014 20:55:31 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v 
1.3 2014/04/24 17:42:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v 
1.4 2014/10/19 20:55:31 flameeyes Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 ruby20"
 
 GITHUB_URI="https://github.com/Flameeyes/${PN}";
 



1.12 dev-ruby/ruby-elf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   11 Oct 2014 06:37:11 -  1.11
+++ ChangeLog   19 Oct 2014 20:55:31 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-elf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v 1.11 
2014/10/11 06:37:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v 1.12 
2014/10/19 20:55:31 flameeyes Exp $
+
+  19 Oct 2014; Diego E. Pettenò  ruby-elf-1.0.8.ebuild,
+  ruby-elf-.ebuild:
+  Make both live and release to work with ruby20 and not jruby.
 
   11 Oct 2014; Hans de Graaff  ruby-elf-.ebuild:
   Remove jruby now that it is no longer in the tree. It now triggers a repoman






[gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:36:57

  Modified: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog
  Log:
  Fix bashisms in configure.ac file; add missing udev dependency; update libusb 
dependency as it requires libusb-1, not libusb-compat.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?r1=1.2&r2=1.3

Index: hidapi-0.8.0_pre20130121-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hidapi-0.8.0_pre20130121-r1.ebuild  27 May 2014 15:26:59 -  1.2
+++ hidapi-0.8.0_pre20130121-r1.ebuild  25 Oct 2014 11:36:57 -  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/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.2 2014/05/27 15:26:59 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.3 2014/10/25 11:36:57 flameeyes Exp $
 
 EAPI=5
 
@@ -24,7 +24,8 @@
 
 # S is only needed for the pre_package
 S=${WORKDIR}/${PN}
-RDEPEND="virtual/libusb:0"
+RDEPEND="virtual/libusb:1
+   virtual/udev:0"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig
@@ -36,6 +37,10 @@
configure.ac || die
fi
 
+   # Fix bashisms in the configure.ac file.
+   sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \
+   -e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die
+
eautoreconf
 }
 



1.8  dev-libs/hidapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 May 2014 15:26:59 -  1.7
+++ ChangeLog   25 Oct 2014 11:36:57 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/hidapi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.7 2014/05/27 
15:26:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.8 2014/10/25 
11:36:57 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  hidapi-0.8.0_pre20130121-r1.ebuild:
+  Fix bashisms in configure.ac file; add missing udev dependency; update libusb
+  dependency as it requires libusb-1, not libusb-compat.
 
   27 May 2014; Anthony G. Basile 
   hidapi-0.8.0_pre20130121-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:44:01

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libu2f-host added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:47:14

  Added:libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="CCID free software driver"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}



1.1  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
Proxying maintainer.
  
  
Yubico/libu2f-host
https://github.com/Yubico/libu2f-host/issues
  




1.1  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:49:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libykneomgr added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: metadata.xml ChangeLog libykneomgr-0.1.6.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:58:43

  Added:metadata.xml ChangeLog libykneomgr-0.1.6.ebuild
  Log:
  Initial import of libykneomgr needed for yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libykneomgr/metadata.xml

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

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  app-crypt/libykneomgr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.



1.1  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild?rev=1.1&content-type=text/plain

Index: libykneomgr-0.1.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="YubiKey NEO CCID Manager C Library"
HOMEPAGE="https://developers.yubico.com/libykneomgr/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="sys-apps/pcsc-lite
dev-libs/libzip"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
local myeconfargs=(
--with-backend=pcsc
--disable-static
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:59:41

  Modified: libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Update metadata and description.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0.ebuild  25 Oct 2014 11:47:14 -  1.1
+++ libu2f-host-0.0.ebuild  25 Oct 2014 11:59:41 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
 
 EAPI=5
 
 inherit autotools-utils udev
 
-DESCRIPTION="CCID free software driver"
+DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
 



1.2  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Oct 2014 11:47:14 -  1.1
+++ metadata.xml25 Oct 2014 11:59:41 -  1.2
@@ -4,7 +4,6 @@
   crypto
   
 flamee...@gentoo.org
-Proxying maintainer.
   
   
 Yubico/libu2f-host



1.2  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:47:14 -  1.1
+++ ChangeLog   25 Oct 2014 11:59:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
+  metadata.xml:
+  Update metadata and description.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 12:58:26

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: metadata.xml yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 13:00:23

  Added:metadata.xml yubikey-neo-manager-0.2.3.ebuild
ChangeLog
  Log:
  Initial import of the YubiKey NEO Manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/yubikey-neo-manager/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: yubikey-neo-manager-0.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

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

CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"

DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
${CDEPEND}"

RDEPEND="${CDEPEND}"



1.1  app-crypt/yubikey-neo-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/yubikey-neo-manager
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $

*yubikey-neo-manager-0.2.3 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +metadata.xml,
  +yubikey-neo-manager-0.2.3.ebuild:
  Initial import of the YubiKey NEO Manager.






[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ChangeLog ccid-1.4.17-r1.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:47:41

  Modified: ChangeLog
  Removed:  ccid-1.4.17-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.112app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   29 Sep 2014 20:22:32 -  1.111
+++ ChangeLog   25 Oct 2014 15:47:41 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.111 2014/09/29 
20:22:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.112 2014/10/25 
15:47:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  -ccid-1.4.17-r1.ebuild:
+  Remove old.
 
 *ccid-1.4.18 (29 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: libykneomgr-0.1.6.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:53:47

  Modified: libykneomgr-0.1.6.ebuild ChangeLog
  Log:
  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to 
manage the Neo in CCID+U2F mode. Also correct license as the library is LGPL-3.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

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

Index: libykneomgr-0.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libykneomgr-0.1.6.ebuild25 Oct 2014 11:58:43 -  1.1
+++ libykneomgr-0.1.6.ebuild25 Oct 2014 15:53:47 -  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/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="https://developers.yubico.com/libykneomgr/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
 
-LICENSE="GPL-3"
+LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="kernel_linux"
@@ -19,6 +19,8 @@
dev-libs/libzip"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   >=app-crypt/ccid-1.4.18[usb]"
 
 src_configure() {
local myeconfargs=(



1.2  app-crypt/libykneomgr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:58:43 -  1.1
+++ ChangeLog   25 Oct 2014 15:53:47 -  1.2
@@ -1,6 +1,11 @@
-# ChangeLog for app-crypt/libu2f-host
+# ChangeLog for app-crypt/libykneomgr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  
libykneomgr-0.1.6.ebuild:
+  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to
+  manage the Neo in CCID+U2F mode. Also correct license as the library is
+  LGPL-3.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0-r1.ebuild ChangeLog libu2f-host-0.0.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:57:52

  Modified: ChangeLog
  Added:libu2f-host-0.0-r1.ebuild
  Removed:  libu2f-host-0.0.ebuild
  Log:
  Apply fix to udev rules so that it matches U2F+CCID correctly.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Oct 2014 11:59:41 -  1.2
+++ ChangeLog   25 Oct 2014 15:57:52 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+
+*libu2f-host-0.0-r1 (25 Oct 2014)
+
+  25 Oct 2014; Diego E. Pettenò 
+  +libu2f-host-0.0-r1.ebuild, -libu2f-host-0.0.ebuild:
+  Apply fix to udev rules so that it matches U2F+CCID correctly.
 
   25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
   metadata.xml:



1.1  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:58:41

  Modified: yubikey-neo-manager-0.2.3.ebuild ChangeLog
  Log:
  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?r1=1.1&r2=1.2

Index: yubikey-neo-manager-0.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 13:00:23 -  1.1
+++ yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 15:58:41 -  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/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.2 2014/10/25 15:58:41 flameeyes Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
+CDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"



1.2  app-crypt/yubikey-neo-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 13:00:23 -  1.1
+++ ChangeLog   25 Oct 2014 15:58:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/yubikey-neo-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.2 2014/10/25 15:58:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  yubikey-neo-manager-0.2.3.ebuild:
+  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
 
 *yubikey-neo-manager-0.2.3 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 16:45:48

  Modified: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a systemd USE flag to use acls rather than the plugdev group to give 
access to the hidraw device.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Oct 2014 11:59:41 -  1.2
+++ metadata.xml25 Oct 2014 16:45:48 -  1.3
@@ -5,6 +5,12 @@
   
 flamee...@gentoo.org
   
+  
+
+  Use user ACLs rather than plugdev group to give user access to the HIDRAW
+  device.
+
+  
   
 Yubico/libu2f-host
 https://github.com/Yubico/libu2f-host/issues



1.2  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 15:57:52 -  1.1
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -  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/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
 
 EAPI=5
 
@@ -13,22 +13,30 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="kernel_linux"
+IUSE="kernel_linux systemd"
 
 RDEPEND="dev-libs/hidapi
dev-libs/json-c"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   systemd? ( sys-apps/systemd[acl] )"
 
 src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
+
+   sed -e 's:GROUP="plugdev":TAG+="uaccess":g' 70-u2f.rules > 
70-u2f-systemd.rules || die
 }
 
 src_install() {
autotools-utils_src_install
 
if use kernel_linux; then
-   udev_dorules 70-u2f.rules
+   if use systemd; then
+   udev_newrules 70-u2f-systemd.rules 70-u2f.rules
+   else
+   udev_dorules 70-u2f.rules
+   fi
fi
 }



1.4  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Oct 2014 15:57:52 -  1.3
+++ ChangeLog   25 Oct 2014 16:45:48 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.4 
2014/10/25 16:45:48 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  libu2f-host-0.0-r1.ebuild, metadata.xml:
+  Add a systemd USE flag to use acls rather than the plugdev group to give
+  access to the hidraw device.
 
 *libu2f-host-0.0-r1 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 17:36:45

  Modified: libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a check for HIDRAW to be enabled, as it's required to configure the 
devices.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.2&r2=1.3

Index: libu2f-host-0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -  1.2
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 17:36:45 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.3 
2014/10/25 17:36:45 flameeyes Exp $
 
 EAPI=5
 
-inherit autotools-utils udev
+inherit autotools-utils linux-info udev
 
 DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
@@ -22,6 +22,8 @@
 RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"
 
+CONFIG_CHECK="~HIDRAW"
+
 src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die



1.5  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Oct 2014 16:45:48 -  1.4
+++ ChangeLog   25 Oct 2014 17:36:45 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.4 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.5 
2014/10/25 17:36:45 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  libu2f-host-0.0-r1.ebuild:
+  Add a check for HIDRAW to be enabled, as it's required to configure the
+  devices.
 
   25 Oct 2014; Diego E. Pettenò 
   libu2f-host-0.0-r1.ebuild, metadata.xml:






[gentoo-commits] gentoo-x86 commit in app-text/unpaper: metadata.xml unpaper-5.1.ebuild unpaper-9999.ebuild unpaper-6.1.ebuild ChangeLog unpaper-0.4.2.ebuild

2014-10-26 Thread Diego Petteno (flameeyes)
flameeyes14/10/26 23:07:48

  Modified: metadata.xml unpaper-5.1.ebuild unpaper-.ebuild
ChangeLog
  Added:unpaper-6.1.ebuild
  Removed:  unpaper-0.4.2.ebuild
  Log:
  Version bump to unpaper-6.2, which uses libav/ffmpeg. Also update live ebuild 
for the new deps. Use autotools-utils for kicks.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-text/unpaper/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Sep 2011 12:01:14 -  1.2
+++ metadata.xml26 Oct 2014 23:07:48 -  1.3
@@ -4,4 +4,8 @@
   
 flamee...@gentoo.org
   
+  
+Flameeyes/unpaper
+https://github.com/Flameeyes/unpaper/issues
+  
 



1.2  app-text/unpaper/unpaper-5.1.ebuild

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

Index: unpaper-5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unpaper-5.1.ebuild  8 Jul 2013 09:20:43 -   1.1
+++ unpaper-5.1.ebuild  26 Oct 2014 23:07:48 -  1.2
@@ -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/app-text/unpaper/unpaper-5.1.ebuild,v 1.1 
2013/07/08 09:20:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v 1.2 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
@@ -8,12 +8,12 @@
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 



1.6  app-text/unpaper/unpaper-.ebuild

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

Index: unpaper-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unpaper-.ebuild 28 Jun 2013 16:32:47 -  1.5
+++ unpaper-.ebuild 26 Oct 2014 23:07:48 -  1.6
@@ -1,38 +1,40 @@
-# 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/app-text/unpaper/unpaper-.ebuild,v 1.5 
2013/06/28 16:32:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v 1.6 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
+inherit autotools-utils
+
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 
 SLOT="0"
 IUSE="test"
 
-DEPEND="test? ( media-libs/netpbm[png] )
-   dev-libs/libxslt
-   app-text/docbook-xsl-ns-stylesheets"
-RDEPEND=""
+RDEPEND="|| ( >=media-video/libav-10[encode] >=media-video/ffmpeg-2[encode] )"
+DEPEND="dev-libs/libxslt
+   app-text/docbook-xsl-ns-stylesheets
+   v

[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.6.ebuild ChangeLog freeipmi-1.4.4.ebuild

2014-10-29 Thread Diego Petteno (flameeyes)
flameeyes14/10/29 23:35:02

  Modified: ChangeLog
  Added:freeipmi-1.4.6.ebuild
  Removed:  freeipmi-1.4.4.ebuild
  Log:
  Version bump; remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.86 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   1 Aug 2014 22:15:33 -   1.85
+++ ChangeLog   29 Oct 2014 23:35:02 -  1.86
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.85 
2014/08/01 22:15:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.86 
2014/10/29 23:35:02 flameeyes Exp $
+
+*freeipmi-1.4.6 (29 Oct 2014)
+
+  29 Oct 2014; Diego E. Pettenò  +freeipmi-1.4.6.ebuild,
+  -freeipmi-1.4.4.ebuild:
+  Version bump; remove old.
 
 *freeipmi-1.4.5 (01 Aug 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild,v 
1.1 2014/10/29 23:35:02 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${

[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.11_p2.ebuild ChangeLog sudo-1.8.5_p2.ebuild

2014-10-30 Thread Diego Petteno (flameeyes)
flameeyes14/10/30 16:22:39

  Modified: ChangeLog
  Added:sudo-1.8.11_p2.ebuild
  Removed:  sudo-1.8.5_p2.ebuild
  Log:
  Version bump; remove one old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.376app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.376&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.376&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.375&r2=1.376

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- ChangeLog   29 Oct 2014 09:25:12 -  1.375
+++ ChangeLog   30 Oct 2014 16:22:39 -  1.376
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.375 2014/10/29 
09:25:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.376 2014/10/30 
16:22:39 flameeyes Exp $
+
+*sudo-1.8.11_p2 (30 Oct 2014)
+
+  30 Oct 2014; Diego E. Pettenò  +sudo-1.8.11_p2.ebuild,
+  -sudo-1.8.5_p2.ebuild:
+  Version bump; remove one old.
 
   29 Oct 2014; Agostino Sarubbo  sudo-1.8.11_p1.ebuild:
   Stable for sparc, wrt bug #524752



1.1  app-admin/sudo/sudo-1.8.11_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild?rev=1.1&content-type=text/plain

Index: sudo-1.8.11_p2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild,v 1.1 
2014/10/30 16:22:39 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
for e ; do [[ $thisp == $e ]] && continue 2 ; done
newpath+=:$thisp
done
ROOTPATH=${newpath#:}
}
rmpath '*/gcc-bin/*'

[gentoo-commits] gentoo-x86 commit in dev-util/dwarves: dwarves-9999.ebuild dwarves-1.10_p20140618.ebuild ChangeLog dwarves-1.10-r1.ebuild dwarves-1.9.ebuild

2014-11-18 Thread Diego Petteno (flameeyes)
flameeyes14/11/19 05:25:50

  Modified: dwarves-.ebuild ChangeLog
  Added:dwarves-1.10_p20140618.ebuild
  Removed:  dwarves-1.10-r1.ebuild dwarves-1.9.ebuild
  Log:
  Remove old versions that fail to build; add a new snapsot and update the live 
ebuild to support Python properly and point to the right GIT repository.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.9  dev-util/dwarves/dwarves-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?r1=1.8&r2=1.9

Index: dwarves-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dwarves-.ebuild 6 Nov 2011 01:49:41 -   1.8
+++ dwarves-.ebuild 19 Nov 2014 05:25:50 -  1.9
@@ -1,16 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v 1.8 
2011/11/06 01:49:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v 1.9 
2014/11/19 05:25:50 flameeyes Exp $
 
-EAPI=4
+EAPI=5
 
-EGIT_REPO_URI="git://github.com/acmel/dwarves.git"
-#EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git"
+EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/pahole/pahole.git"
 
-inherit multilib cmake-utils git-2
+PYTHON_COMPAT=( python2_7 )
+inherit multilib cmake-utils git-2 python-single-r1
 
 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary";
+HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
 
 LICENSE="GPL-2" # only
 SLOT="0"
@@ -23,9 +23,18 @@
 
 DOC=( README README.ctracer )
 
+DOCS=( README README.ctracer NEWS )
+PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
+
 src_configure() {
local mycmakeargs=( "-D__LIB=$(get_libdir)" )
cmake-utils_src_configure
 }
 
 src_test() { :; }
+
+src_install() {
+   cmake-utils_src_install
+   python_fix_shebang "${D}"/usr/bin/ostra-cg \
+   "${D}"/usr/share/dwarves/runtime/python/ostra.py
+}



1.20 dev-util/dwarves/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   5 Sep 2013 18:40:36 -   1.19
+++ ChangeLog   19 Nov 2014 05:25:50 -  1.20
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/dwarves
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.19 
2013/09/05 18:40:36 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.20 
2014/11/19 05:25:50 flameeyes Exp $
+
+*dwarves-1.10_p20140618 (19 Nov 2014)
+
+  19 Nov 2014; Diego E. Pettenò 
+  +dwarves-1.10_p20140618.ebuild, -dwarves-1.10-r1.ebuild, -dwarves-1.9.ebuild,
+  dwarves-.ebuild:
+  Remove old versions that fail to build; add a new snapsot and update the live
+  ebuild to support Python properly and point to the right GIT repository.
 
   05 Sep 2013; Michał Górny  dwarves-1.10-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1  dev-util/dwarves/dwarves-1.10_p20140618.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild?rev=1.1&content-type=text/plain

Index: dwarves-1.10_p20140618.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild,v 1.1 
2014/11/19 05:25:50 flameeyes Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit multilib cmake-utils python-single-r1

[gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20140913.ebuild ChangeLog microcode-data-20130906.ebuild

2014-09-17 Thread Diego Petteno (flameeyes)
flameeyes14/09/17 20:03:47

  Modified: ChangeLog
  Added:microcode-data-20140913.ebuild
  Removed:  microcode-data-20130906.ebuild
  Log:
  Update to new version and drop old version.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.33 sys-apps/microcode-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   14 Aug 2014 16:15:00 -  1.32
+++ ChangeLog   17 Sep 2014 20:03:47 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/microcode-data
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.32 
2014/08/14 16:15:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.33 
2014/09/17 20:03:47 flameeyes Exp $
+
+*microcode-data-20140913 (17 Sep 2014)
+
+  17 Sep 2014; Diego E. Pettenò 
+  +microcode-data-20140913.ebuild, -microcode-data-20130906.ebuild:
+  Update to new version and drop old version.
 
   14 Aug 2014; Pawel Hajdan jr 
   microcode-data-20140430.ebuild:



1.1  sys-apps/microcode-data/microcode-data-20140913.ebuild

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

Index: microcode-data-20140913.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20140913.ebuild,v
 1.1 2014/09/17 20:03:47 flameeyes Exp $

EAPI="4"

inherit toolchain-funcs

# Find updates by searching and clicking the first link (hopefully it's the 
one):
# 
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File

NUM="24290"
DESCRIPTION="Intel IA32 microcode update data"
HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}";
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz";

LICENSE="intel-ucode"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

RDEPEND="!

[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20140927.ebuild ChangeLog hwids-20140602.ebuild hwids-20130915.1.ebuild hwids-20140509.ebuild hwids-20140602-r1.ebuild

2014-09-27 Thread Diego Petteno (flameeyes)
flameeyes14/09/27 13:02:12

  Modified: ChangeLog
  Added:hwids-20140927.ebuild
  Removed:  hwids-20140602.ebuild hwids-20130915.1.ebuild
hwids-20140509.ebuild hwids-20140602-r1.ebuild
  Log:
  Version bump and clean old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.146sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.146&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.146&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   27 Jun 2014 18:50:10 -  1.145
+++ ChangeLog   27 Sep 2014 13:02:12 -  1.146
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.145 2014/06/27 
18:50:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.146 2014/09/27 
13:02:12 flameeyes Exp $
+
+*hwids-20140927 (27 Sep 2014)
+
+  27 Sep 2014; Diego E. Pettenò  +hwids-20140927.ebuild,
+  -hwids-20130915.1.ebuild, -hwids-20140509.ebuild, -hwids-20140602-r1.ebuild,
+  -hwids-20140602.ebuild:
+  Version bump and clean old.
 
 *hwids-20140627 (27 Jun 2014)
 



1.1  sys-apps/hwids/hwids-20140927.ebuild

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

Index: hwids-20140927.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20140927.ebuild,v 1.1 
2014/09/27 13:02:12 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.12.ebuild ChangeLog pcsc-lite-1.8.10.ebuild

2014-09-28 Thread Diego Petteno (flameeyes)
flameeyes14/09/28 18:26:41

  Modified: ChangeLog
  Added:pcsc-lite-1.8.12.ebuild
  Removed:  pcsc-lite-1.8.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D4301342)

Revision  ChangesPath
1.173sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.173&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.173&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   30 Jul 2014 19:32:21 -  1.172
+++ ChangeLog   28 Sep 2014 18:26:41 -  1.173
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.172 
2014/07/30 19:32:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.173 
2014/09/28 18:26:41 flameeyes Exp $
+
+*pcsc-lite-1.8.12 (28 Sep 2014)
+
+  28 Sep 2014; Diego E. Pettenò  
+pcsc-lite-1.8.12.ebuild,
+  -pcsc-lite-1.8.10.ebuild:
+  Version bump.
 
   30 Jul 2014; Samuli Suominen  pcsc-lite-1.8.10.ebuild,
   pcsc-lite-1.8.11-r1.ebuild, pcsc-lite-1.8.2.ebuild, 
pcsc-lite-1.8.8-r1.ebuild:



1.1  sys-apps/pcsc-lite/pcsc-lite-1.8.12.ebuild

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

Index: pcsc-lite-1.8.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12.ebuild,v 
1.1 2014/09/28 18:26:41 flameeyes Exp $

EAPI="5"

inherit eutils multilib systemd udev user autotools

DESCRIPTION="PC/SC Architecture smartcard middleware library"
HOMEPAGE="http://pcsclite.alioth.debian.org/";

STUPID_NUM="4115"
MY_P="${PN}-${PV/_/-}"
SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
S="${WORKDIR}/${MY_P}"

# GPL-2 is there for the init script; everything else comes from
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
IUSE="libusb policykit selinux +udev"

REQUIRED_USE="^^ ( udev libusb )"

CDEPEND="libusb? ( virtual/libusb:1 )
selinux? ( sec-policy/selinux-pcscd )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
!

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-tools: pcsc-tools-1.4.23.ebuild ChangeLog pcsc-tools-1.4.21.ebuild

2014-09-29 Thread Diego Petteno (flameeyes)
flameeyes14/09/29 20:21:03

  Modified: ChangeLog
  Added:pcsc-tools-1.4.23.ebuild
  Removed:  pcsc-tools-1.4.21.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D4301342)

Revision  ChangesPath
1.18 sys-apps/pcsc-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   26 Jan 2014 16:54:39 -  1.17
+++ ChangeLog   29 Sep 2014 20:21:03 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/pcsc-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.17 
2014/01/26 16:54:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.18 
2014/09/29 20:21:03 flameeyes Exp $
+
+*pcsc-tools-1.4.23 (29 Sep 2014)
+
+  29 Sep 2014; Diego E. Pettenò 
+  +pcsc-tools-1.4.23.ebuild, -pcsc-tools-1.4.21.ebuild:
+  Version bump.
 
 *pcsc-tools-1.4.22 (26 Jan 2014)
 



1.1  sys-apps/pcsc-tools/pcsc-tools-1.4.23.ebuild

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

Index: pcsc-tools-1.4.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.23.ebuild,v 1.1 
2014/09/29 20:21:03 flameeyes Exp $

EAPI="4"

inherit eutils fdo-mime multilib toolchain-funcs

DESCRIPTION="PC/SC Architecture smartcard tools"
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/";
SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="gtk network-cron"

RDEPEND=">=sys-apps/pcsc-lite-1.4.14"

DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
dev-perl/pcsc-perl
gtk? ( dev-perl/gtk2-perl )"

src_prepare() {
sed -i -e 's:-Wall -O2:$(CFLAGS):g' Makefile
}

src_compile() {
# explicitly only build the pcsc_scan application, or the man
# pages will be gzipped first, and then unpacked.
emake pcsc_scan CC=$(tc-getCC)
}

src_install() {
# install manually, makes it much easier since the Makefile
# requires fiddling with
dobin ATR_analysis scriptor pcsc_scan
doman pcsc_scan.1 scriptor.1p ATR_analysis.1p

dodoc README Changelog

if use gtk; then
domenu gscriptor.desktop
dobin gscriptor
doman gscriptor.1p
fi

if use network-cron ; then
exeinto /etc/cron.monthly
newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
fi

insinto /usr/share/pcsc
doins smartcard_list.txt
}

pkg_postinst() {
use gtk && fdo-mime_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
}






[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ccid-1.4.18.ebuild ChangeLog ccid-1.4.16.ebuild ccid-1.4.8.ebuild ccid-1.4.14.ebuild ccid-1.4.17.ebuild

2014-09-29 Thread Diego Petteno (flameeyes)
flameeyes14/09/29 20:22:32

  Modified: ChangeLog
  Added:ccid-1.4.18.ebuild
  Removed:  ccid-1.4.16.ebuild ccid-1.4.8.ebuild
ccid-1.4.14.ebuild ccid-1.4.17.ebuild
  Log:
  Version bump and cleanup.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D4301342)

Revision  ChangesPath
1.111app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   4 Aug 2014 22:09:43 -   1.110
+++ ChangeLog   29 Sep 2014 20:22:32 -  1.111
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.110 2014/08/04 
22:09:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.111 2014/09/29 
20:22:32 flameeyes Exp $
+
+*ccid-1.4.18 (29 Sep 2014)
+
+  29 Sep 2014; Diego E. Pettenò  +ccid-1.4.18.ebuild,
+  -ccid-1.4.14.ebuild, -ccid-1.4.16.ebuild, -ccid-1.4.17.ebuild,
+  -ccid-1.4.8.ebuild:
+  Version bump and cleanup.
 
 *ccid-1.4.17-r1 (04 Aug 2014)
 



1.1  app-crypt/ccid/ccid-1.4.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ccid-1.4.18.ebuild?rev=1.1&content-type=text/plain

Index: ccid-1.4.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.18.ebuild,v 1.1 
2014/09/29 20:22:32 flameeyes Exp $

EAPI=5

STUPID_NUM="4111"

inherit eutils toolchain-funcs udev autotools-utils

DESCRIPTION="CCID free software driver"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html";
SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="twinserial +usb"

RDEPEND=">=sys-apps/pcsc-lite-1.8.3
usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
kernel_linux? ( virtual/pkgconfig )"

DOCS=( README AUTHORS )

src_configure() {
local myeconfargs=(
LEX=:
$(use_enable twinserial)
$(use_enable usb libusb)
)

autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
# note: for eudev support, rules probably will always need to be
# installed to /usr

# ccid >=1.4.11 version changed the rules drastically in a minor
# release to no longer use the pcscd group. Using the old ones 
in
# the mean time.
udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 
92-pcsc-ccid.rules
fi
}






[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.11.ebuild ChangeLog sudo-1.8.6_p8.ebuild sudo-1.8.9_p5.ebuild sudo-1.8.10_p2.ebuild sudo-1.8.8.ebuild

2014-09-29 Thread Diego Petteno (flameeyes)
flameeyes14/09/29 21:29:13

  Modified: ChangeLog
  Added:sudo-1.8.11.ebuild
  Removed:  sudo-1.8.6_p8.ebuild sudo-1.8.9_p5.ebuild
sudo-1.8.10_p2.ebuild sudo-1.8.8.ebuild
  Log:
  Version bump and remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D4301342)

Revision  ChangesPath
1.365app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.365&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.365&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.364&r2=1.365

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- ChangeLog   9 May 2014 10:08:23 -   1.364
+++ ChangeLog   29 Sep 2014 21:29:13 -  1.365
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.364 2014/05/09 
10:08:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.365 2014/09/29 
21:29:13 flameeyes Exp $
+
+*sudo-1.8.11 (29 Sep 2014)
+
+  29 Sep 2014; Diego E. Pettenò  +sudo-1.8.11.ebuild,
+  -sudo-1.8.10_p2.ebuild, -sudo-1.8.6_p8.ebuild, -sudo-1.8.8.ebuild,
+  -sudo-1.8.9_p5.ebuild:
+  Version bump and remove old.
 
 *sudo-1.8.10_p3 (09 May 2014)
 



1.1  app-admin/sudo/sudo-1.8.11.ebuild

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

Index: sudo-1.8.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11.ebuild,v 1.1 
2014/09/29 21:29:13 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

# The check_ttyname fails in the ebuild for various reasons.
# See upstream http://www.sudo.ws/bugs/show_bug.cgi?id=643
RESTRICT=test

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
   

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13.ebuild ChangeLog pcsc-lite-1.8.11-r1.ebuild

2014-11-09 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 01:59:01

  Modified: ChangeLog
  Added:pcsc-lite-1.8.13.ebuild
  Removed:  pcsc-lite-1.8.11-r1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.177sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.177&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.177&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   2 Nov 2014 09:56:06 -   1.176
+++ ChangeLog   10 Nov 2014 01:59:01 -  1.177
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.176 
2014/11/02 09:56:06 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.177 
2014/11/10 01:59:01 flameeyes Exp $
+
+*pcsc-lite-1.8.13 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò  
+pcsc-lite-1.8.13.ebuild,
+  -pcsc-lite-1.8.11-r1.ebuild:
+  Version bump. Remove old.
 
   02 Nov 2014; Sven Vermeulen  pcsc-lite-1.8.11-r1.ebuild,
   pcsc-lite-1.8.12-r1.ebuild, pcsc-lite-1.8.8-r1.ebuild:



1.1  sys-apps/pcsc-lite/pcsc-lite-1.8.13.ebuild

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

Index: pcsc-lite-1.8.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13.ebuild,v 
1.1 2014/11/10 01:59:01 flameeyes Exp $

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

inherit autotools eutils python-single-r1 multilib systemd udev user

DESCRIPTION="PC/SC Architecture smartcard middleware library"
HOMEPAGE="http://pcsclite.alioth.debian.org/";

STUPID_NUM="4126"
MY_P="${PN}-${PV/_/-}"
SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
S="${WORKDIR}/${MY_P}"

# GPL-2 is there for the init script; everything else comes from
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
IUSE="libusb policykit selinux +udev"

REQUIRED_USE="^^ ( udev libusb )"

CDEPEND="${PYTHON_DEPS}
libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
!

[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.1-r1.ebuild ChangeLog libu2f-host-0.0-r1.ebuild libu2f-host-0.0.1.ebuild

2014-11-09 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 02:24:20

  Modified: ChangeLog
  Added:libu2f-host-0.0.1-r1.ebuild
  Removed:  libu2f-host-0.0-r1.ebuild libu2f-host-0.0.1.ebuild
  Log:
  Remove old versions; fix double-configure runs; fix udev/systemd rules. 
Thanks to BT in bug #528280.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.7  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Nov 2014 16:57:17 -   1.6
+++ ChangeLog   10 Nov 2014 02:24:20 -  1.7
@@ -1,6 +1,14 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.6 
2014/11/05 16:57:17 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.7 
2014/11/10 02:24:20 flameeyes Exp $
+
+*libu2f-host-0.0.1-r1 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +libu2f-host-0.0.1-r1.ebuild, -libu2f-host-0.0-r1.ebuild,
+  -libu2f-host-0.0.1.ebuild:
+  Remove old versions; fix double-configure runs; fix udev/systemd rules. 
Thanks
+  to BT in bug #528280.
 
 *libu2f-host-0.0.1 (05 Nov 2014)
 



1.1  app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild,v 1.1 
2014/11/10 02:24:20 flameeyes Exp $

EAPI=5

inherit autotools-utils linux-info udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux static-libs systemd"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"

CONFIG_CHECK="~HIDRAW"

src_prepare() {
autotools-utils_src_prepare

sed -i -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
70-u2f.rules > 70-u2f-udev.rules || die
}

src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
if use systemd; then
udev_dorules 70-u2f.rules
else
udev_newrules 70-u2f-udev.rules 70-u2f.rules
fi
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20141110.ebuild ChangeLog hwids-20140317.ebuild

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:00:24

  Modified: ChangeLog
  Added:hwids-20141110.ebuild
  Removed:  hwids-20140317.ebuild
  Log:
  Version bump; remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.155sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   19 Oct 2014 04:49:06 -  1.154
+++ ChangeLog   10 Nov 2014 17:00:24 -  1.155
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.154 2014/10/19 
04:49:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.155 2014/11/10 
17:00:24 flameeyes Exp $
+
+*hwids-20141110 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò  +hwids-20141110.ebuild,
+  -hwids-20140317.ebuild:
+  Version bump; remove old.
 
   19 Oct 2014; Mike Frysinger  hwids-20141010.ebuild:
   Mark alpha/ppc64/sparc stable #524976.



1.1  sys-apps/hwids/hwids-20141110.ebuild

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

Index: hwids-20141110.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141110.ebuild,v 1.1 
2014/11/10 17:00:24 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.1-r2.ebuild ChangeLog libu2f-host-0.0.1-r1.ebuild

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:01:14

  Modified: ChangeLog
  Added:libu2f-host-0.0.1-r2.ebuild
  Removed:  libu2f-host-0.0.1-r1.ebuild
  Log:
  Thanks to BT to point out I broke the base rules, bug #528792.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.8  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Nov 2014 02:24:20 -  1.7
+++ ChangeLog   10 Nov 2014 17:01:14 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.7 
2014/11/10 02:24:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.8 
2014/11/10 17:01:14 flameeyes Exp $
+
+*libu2f-host-0.0.1-r2 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +libu2f-host-0.0.1-r2.ebuild, -libu2f-host-0.0.1-r1.ebuild:
+  Thanks to BT to point out I broke the base rules, bug #528792.
 
 *libu2f-host-0.0.1-r1 (10 Nov 2014)
 



1.1  app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild,v 1.1 
2014/11/10 17:01:14 flameeyes Exp $

EAPI=5

inherit autotools-utils linux-info udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux static-libs systemd"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"

CONFIG_CHECK="~HIDRAW"

src_prepare() {
autotools-utils_src_prepare

sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
70-u2f.rules > 70-u2f-udev.rules || die
}

src_configure() {
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
if use systemd; then
udev_dorules 70-u2f.rules
else
udev_newrules 70-u2f-udev.rules 70-u2f.rules
fi
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: yubikey-neo-manager-0.2.5-r1.ebuild ChangeLog yubikey-neo-manager-0.2.4.ebuild yubikey-neo-manager-0.2.5.ebuild yubikey-neo-manager

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:47:10

  Modified: ChangeLog
  Added:yubikey-neo-manager-0.2.5-r1.ebuild
  Removed:  yubikey-neo-manager-0.2.4.ebuild
yubikey-neo-manager-0.2.5.ebuild
yubikey-neo-manager-0.2.3.ebuild
  Log:
  Install the .desktop file and icons. Thanks to BT in bug #528552.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.5  app-crypt/yubikey-neo-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Nov 2014 16:23:58 -   1.4
+++ ChangeLog   10 Nov 2014 17:47:10 -  1.5
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/yubikey-neo-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.4 2014/11/05 16:23:58 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.5 2014/11/10 17:47:10 flameeyes Exp $
+
+*yubikey-neo-manager-0.2.5-r1 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +yubikey-neo-manager-0.2.5-r1.ebuild, -yubikey-neo-manager-0.2.3.ebuild,
+  -yubikey-neo-manager-0.2.4.ebuild, -yubikey-neo-manager-0.2.5.ebuild:
+  Install the .desktop file and icons. Thanks to BT in bug #528552.
 
 *yubikey-neo-manager-0.2.5 (05 Nov 2014)
 



1.1  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: yubikey-neo-manager-0.2.5-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild,v
 1.1 2014/11/10 17:47:10 flameeyes Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

CDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"

DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
${CDEPEND}"

RDEPEND="${CDEPEND}"

DOCS=( NEWS README )

python_install_all() {
distutils-r1_python_install_all

doman scripts/neoman.1
domenu resources/neoman.desktop
doicon resources/neoman.xpm
newicon -s 128 resources/neoman-large.png neoman.png
}






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 00:37:01

  Modified: ChangeLog
  Added:pcsc-lite-1.8.13-r1.ebuild
  Log:
  First try to get a multilib-compatible pcsc-lite. It's tested to work for the 
default case and please report if you have issues with the multilib one.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.178sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   10 Nov 2014 01:59:01 -  1.177
+++ ChangeLog   12 Nov 2014 00:37:01 -  1.178
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.177 
2014/11/10 01:59:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.178 
2014/11/12 00:37:01 flameeyes Exp $
+
+*pcsc-lite-1.8.13-r1 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +pcsc-lite-1.8.13-r1.ebuild:
+  First try to get a multilib-compatible pcsc-lite. It's tested to work for the
+  default case and please report if you have issues with the multilib one.
 
 *pcsc-lite-1.8.13 (10 Nov 2014)
 



1.1  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: pcsc-lite-1.8.13-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.1 
2014/11/12 00:37:01 flameeyes Exp $

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

inherit autotools eutils python-single-r1 multilib systemd udev user 
autotools-multilib

DESCRIPTION="PC/SC Architecture smartcard middleware library"
HOMEPAGE="http://pcsclite.alioth.debian.org/";

STUPID_NUM="4126"
MY_P="${PN}-${PV/_/-}"
SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
S="${WORKDIR}/${MY_P}"

# GPL-2 is there for the init script; everything else comes from
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
IUSE="libusb policykit selinux +udev"

REQUIRED_USE="^^ ( udev libusb )"

# No dependencies need the MULTILIB_DEPS because the libraries are actually
# standalone, the deps are only needed for the daemon itself.
CDEPEND="${PYTHON_DEPS}
libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
!

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 00:43:16

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Remove useless inherit of autotools.eclass.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.2  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.1&r2=1.2

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:37:01 -  1.1
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:43:15 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.1 
2014/11/12 00:37:01 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.2 
2014/11/12 00:43:15 flameeyes Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit autotools eutils python-single-r1 multilib systemd udev user 
autotools-multilib
+inherit eutils python-single-r1 multilib systemd udev user autotools-multilib
 
 DESCRIPTION="PC/SC Architecture smartcard middleware library"
 HOMEPAGE="http://pcsclite.alioth.debian.org/";



1.179sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   12 Nov 2014 00:37:01 -  1.178
+++ ChangeLog   12 Nov 2014 00:43:15 -  1.179
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.178 
2014/11/12 00:37:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.179 
2014/11/12 00:43:15 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Remove useless inherit of autotools.eclass.
 
 *pcsc-lite-1.8.13-r1 (12 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.6-r1.ebuild ChangeLog freeipmi-1.4.6.ebuild freeipmi-1.4.5.ebuild

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 01:16:31

  Modified: ChangeLog
  Added:freeipmi-1.4.6-r1.ebuild
  Removed:  freeipmi-1.4.6.ebuild freeipmi-1.4.5.ebuild
  Log:
  Use proper autotools-utils and avoid useless patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.87 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   29 Oct 2014 23:35:02 -  1.86
+++ ChangeLog   12 Nov 2014 01:16:31 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.86 
2014/10/29 23:35:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.87 
2014/11/12 01:16:31 flameeyes Exp $
+
+*freeipmi-1.4.6-r1 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +freeipmi-1.4.6-r1.ebuild, -freeipmi-1.4.5.ebuild, -freeipmi-1.4.6.ebuild:
+  Use proper autotools-utils and avoid useless patch.
 
 *freeipmi-1.4.6 (29 Oct 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild,v 
1.1 2014/11/12 01:16:31 flameeyes Exp $

EAPI=5

#AUTOTOOLS_AUTORECONF=1
AT_M4DIR="config"

inherit eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 06:19:20

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Multilib fixes from bug #528996, thanks to Arfrever; remove declaration for 
Python 2.6 which is no longer supported.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.3  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.2&r2=1.3

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:43:15 -  1.2
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 06:19:20 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.2 
2014/11/12 00:43:15 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.3 
2014/11/12 06:19:20 flameeyes Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils python-single-r1 multilib systemd udev user autotools-multilib
 
@@ -61,9 +61,9 @@
--docdir="${EPREFIX}/usr/share/doc/${PF}"
--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb"
--enable-ipcdir=/run/pcscd
-   $(use_enable udev libudev)
-   $(use_enable libusb)
-   $(use_enable policykit polkit)
+   $(multilib_native_use_enable udev libudev)
+   $(multilib_native_use_enable libusb)
+   $(multilib_native_use_enable policykit polkit)
"$(systemd_with_unitdir)"
)
autotools-multilib_src_configure



1.180sys-apps/pcsc-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   12 Nov 2014 00:43:15 -  1.179
+++ ChangeLog   12 Nov 2014 06:19:20 -  1.180
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.179 
2014/11/12 00:43:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.180 
2014/11/12 06:19:20 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Multilib fixes from bug #528996, thanks to Arfrever; remove declaration for
+  Python 2.6 which is no longer supported.
 
   12 Nov 2014; Diego E. Pettenò 
   pcsc-lite-1.8.13-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-12 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 18:11:30

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Fix multilib finally.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.4  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.3&r2=1.4

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 06:19:20 -  1.3
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 18:11:30 -  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/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.3 
2014/11/12 06:19:20 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.4 
2014/11/12 18:11:30 flameeyes Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -55,7 +55,7 @@
enewuser pcscd -1 -1 /run/pcscd pcscd,openct
 }
 
-src_configure() {
+multilib_src_configure() {
local myeconfargs=(
--disable-maintainer-mode
--docdir="${EPREFIX}/usr/share/doc/${PF}"
@@ -66,7 +66,7 @@
$(multilib_native_use_enable policykit polkit)
"$(systemd_with_unitdir)"
)
-   autotools-multilib_src_configure
+   autotools-utils_src_configure
 }
 
 DOCS=( AUTHORS DRIVERS HELP README SECURITY ChangeLog )



1.181sys-apps/pcsc-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   12 Nov 2014 06:19:20 -  1.180
+++ ChangeLog   12 Nov 2014 18:11:30 -  1.181
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.180 
2014/11/12 06:19:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.181 
2014/11/12 18:11:30 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Fix multilib finally.
 
   12 Nov 2014; Diego E. Pettenò 
   pcsc-lite-1.8.13-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_rc1_p20140201.ebuild ChangeLog

2014-11-12 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 21:49:26

  Modified: ChangeLog
  Added:hidapi-0.8.0_rc1_p20140201.ebuild
  Log:
  Bump using the Debian snapshot/packaging, and add support for multilib. 
Migrated to use virtual/libudev which was the correct dependency.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.9  dev-libs/hidapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Oct 2014 11:36:57 -  1.8
+++ ChangeLog   12 Nov 2014 21:49:26 -  1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/hidapi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.8 2014/10/25 
11:36:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.9 2014/11/12 
21:49:26 flameeyes Exp $
+
+*hidapi-0.8.0_rc1_p20140201 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +hidapi-0.8.0_rc1_p20140201.ebuild:
+  Bump using the Debian snapshot/packaging, and add support for multilib.
+  Migrated to use virtual/libudev which was the correct dependency.
 
   25 Oct 2014; Diego E. Pettenò 
   hidapi-0.8.0_pre20130121-r1.ebuild:



1.1  dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.1&content-type=text/plain

Index: hidapi-0.8.0_rc1_p20140201.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild,v 1.1 
2014/11/12 21:49:26 flameeyes Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes

inherit eutils versionator autotools-multilib #git-2

# If github is desired, the following may be used.
#EGIT_REPO_URI="git://github.com/signal11/hidapi.git"
#EGIT_BRANCH="master"
#EGIT_COMMIT="119135b8ce0e8db668ec171723d6e56d4394166a"

BASE_PV=$(get_version_component_range 1-3)
RC_PV=$(get_version_component_range 4)
GIT_PV=$(get_version_component_range 5)
GIT_PV=${GIT_PV/p/git}.3a66d4e

DEBIAN_PV=${BASE_PV}~${RC_PV}+${GIT_PV}+dfsg

# S is only needed for the debian_package
S=${WORKDIR}/${PN}-${DEBIAN_PV}

DESCRIPTION="A multi-platform library for USB and Bluetooth HID-Class devices"
HOMEPAGE="http://www.signal11.us/oss/hidapi/";
SRC_URI="mirror://debian/pool/main/h/${PN}/${PN}_${DEBIAN_PV}.orig.tar.bz2"
# When 0.8.0 is officially available the following link should be used.
#SRC_URI="mirror://github/signal11/${PN}/${P}.zip"

LICENSE="|| ( BSD GPL-3 HIDAPI )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="doc static-libs X"

RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]
virtual/libudev:0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig
X? ( x11-libs/fox )"

src_prepare() {
if use X && has_version x11-libs/fox:1.7 ; then
sed -i -e 's:PKG_CHECK_MODULES(\[fox\], 
\[fox\]):PKG_CHECK_MODULES(\[fox\], \[fox17\]):' \
configure.ac || die
fi

# Fix bashisms in the configure.ac file.
sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \
-e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die

autotools-multilib_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable X testgui)
)

autotools-multilib_src_configure
}

src_compile() {
autotools-multilib_src_compile

if use doc; then
doxygen doxygen/Doxyfile || die
fi
}

src_install() {
autotools-multilib_src_install

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






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20141010.ebuild ChangeLog

2014-10-10 Thread Diego Petteno (flameeyes)
flameeyes14/10/10 17:25:32

  Modified: ChangeLog
  Added:hwids-20141010.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.147sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.147&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.147&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   27 Sep 2014 13:02:12 -  1.146
+++ ChangeLog   10 Oct 2014 17:25:32 -  1.147
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.146 2014/09/27 
13:02:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.147 2014/10/10 
17:25:32 flameeyes Exp $
+
+*hwids-20141010 (10 Oct 2014)
+
+  10 Oct 2014; Diego E. Pettenò  +hwids-20141010.ebuild:
+  Version bump.
 
 *hwids-20140927 (27 Sep 2014)
 



1.1  sys-apps/hwids/hwids-20141010.ebuild

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

Index: hwids-20141010.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141010.ebuild,v 1.1 
2014/10/10 17:25:32 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: ChangeLog hwids-20140627.ebuild hwids-20140927.ebuild

2014-10-10 Thread Diego Petteno (flameeyes)
flameeyes14/10/10 21:13:38

  Modified: ChangeLog
  Removed:  hwids-20140627.ebuild hwids-20140927.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.148sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.148&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.148&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   10 Oct 2014 17:25:32 -  1.147
+++ ChangeLog   10 Oct 2014 21:13:38 -  1.148
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.147 2014/10/10 
17:25:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.148 2014/10/10 
21:13:38 flameeyes Exp $
+
+  10 Oct 2014; Diego E. Pettenò  -hwids-20140627.ebuild,
+  -hwids-20140927.ebuild:
+  Remove old.
 
 *hwids-20141010 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-elf: ruby-elf-9999.ebuild ruby-elf-1.0.8.ebuild ChangeLog

2014-10-19 Thread Diego Petteno (flameeyes)
flameeyes14/10/19 20:55:31

  Modified: ruby-elf-.ebuild ruby-elf-1.0.8.ebuild
ChangeLog
  Log:
  Make both live and release to work with ruby20 and not jruby.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.4  dev-ruby/ruby-elf/ruby-elf-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild?r1=1.3&r2=1.4

Index: ruby-elf-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-elf-.ebuild11 Oct 2014 06:37:11 -  1.3
+++ ruby-elf-.ebuild19 Oct 2014 20:55:31 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v 
1.3 2014/10/11 06:37:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-.ebuild,v 
1.4 2014/10/19 20:55:31 flameeyes Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 GITHUB_URI="https://github.com/Flameeyes/${PN}";
 



1.4  dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild?r1=1.3&r2=1.4

Index: ruby-elf-1.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-elf-1.0.8.ebuild   24 Apr 2014 17:42:32 -  1.3
+++ ruby-elf-1.0.8.ebuild   19 Oct 2014 20:55:31 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v 
1.3 2014/04/24 17:42:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ruby-elf-1.0.8.ebuild,v 
1.4 2014/10/19 20:55:31 flameeyes Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 ruby20"
 
 GITHUB_URI="https://github.com/Flameeyes/${PN}";
 



1.12 dev-ruby/ruby-elf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-elf/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   11 Oct 2014 06:37:11 -  1.11
+++ ChangeLog   19 Oct 2014 20:55:31 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-elf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v 1.11 
2014/10/11 06:37:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-elf/ChangeLog,v 1.12 
2014/10/19 20:55:31 flameeyes Exp $
+
+  19 Oct 2014; Diego E. Pettenò  ruby-elf-1.0.8.ebuild,
+  ruby-elf-.ebuild:
+  Make both live and release to work with ruby20 and not jruby.
 
   11 Oct 2014; Hans de Graaff  ruby-elf-.ebuild:
   Remove jruby now that it is no longer in the tree. It now triggers a repoman






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13.ebuild ChangeLog pcsc-lite-1.8.11-r1.ebuild

2014-11-09 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 01:59:01

  Modified: ChangeLog
  Added:pcsc-lite-1.8.13.ebuild
  Removed:  pcsc-lite-1.8.11-r1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.177sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.177&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.177&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   2 Nov 2014 09:56:06 -   1.176
+++ ChangeLog   10 Nov 2014 01:59:01 -  1.177
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.176 
2014/11/02 09:56:06 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.177 
2014/11/10 01:59:01 flameeyes Exp $
+
+*pcsc-lite-1.8.13 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò  
+pcsc-lite-1.8.13.ebuild,
+  -pcsc-lite-1.8.11-r1.ebuild:
+  Version bump. Remove old.
 
   02 Nov 2014; Sven Vermeulen  pcsc-lite-1.8.11-r1.ebuild,
   pcsc-lite-1.8.12-r1.ebuild, pcsc-lite-1.8.8-r1.ebuild:



1.1  sys-apps/pcsc-lite/pcsc-lite-1.8.13.ebuild

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

Index: pcsc-lite-1.8.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13.ebuild,v 
1.1 2014/11/10 01:59:01 flameeyes Exp $

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

inherit autotools eutils python-single-r1 multilib systemd udev user

DESCRIPTION="PC/SC Architecture smartcard middleware library"
HOMEPAGE="http://pcsclite.alioth.debian.org/";

STUPID_NUM="4126"
MY_P="${PN}-${PV/_/-}"
SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
S="${WORKDIR}/${MY_P}"

# GPL-2 is there for the init script; everything else comes from
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
IUSE="libusb policykit selinux +udev"

REQUIRED_USE="^^ ( udev libusb )"

CDEPEND="${PYTHON_DEPS}
libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
!

[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.1-r1.ebuild ChangeLog libu2f-host-0.0-r1.ebuild libu2f-host-0.0.1.ebuild

2014-11-09 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 02:24:20

  Modified: ChangeLog
  Added:libu2f-host-0.0.1-r1.ebuild
  Removed:  libu2f-host-0.0-r1.ebuild libu2f-host-0.0.1.ebuild
  Log:
  Remove old versions; fix double-configure runs; fix udev/systemd rules. 
Thanks to BT in bug #528280.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.7  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Nov 2014 16:57:17 -   1.6
+++ ChangeLog   10 Nov 2014 02:24:20 -  1.7
@@ -1,6 +1,14 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.6 
2014/11/05 16:57:17 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.7 
2014/11/10 02:24:20 flameeyes Exp $
+
+*libu2f-host-0.0.1-r1 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +libu2f-host-0.0.1-r1.ebuild, -libu2f-host-0.0-r1.ebuild,
+  -libu2f-host-0.0.1.ebuild:
+  Remove old versions; fix double-configure runs; fix udev/systemd rules. 
Thanks
+  to BT in bug #528280.
 
 *libu2f-host-0.0.1 (05 Nov 2014)
 



1.1  app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild,v 1.1 
2014/11/10 02:24:20 flameeyes Exp $

EAPI=5

inherit autotools-utils linux-info udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux static-libs systemd"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"

CONFIG_CHECK="~HIDRAW"

src_prepare() {
autotools-utils_src_prepare

sed -i -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
70-u2f.rules > 70-u2f-udev.rules || die
}

src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
if use systemd; then
udev_dorules 70-u2f.rules
else
udev_newrules 70-u2f-udev.rules 70-u2f.rules
fi
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20141110.ebuild ChangeLog hwids-20140317.ebuild

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:00:24

  Modified: ChangeLog
  Added:hwids-20141110.ebuild
  Removed:  hwids-20140317.ebuild
  Log:
  Version bump; remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.155sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   19 Oct 2014 04:49:06 -  1.154
+++ ChangeLog   10 Nov 2014 17:00:24 -  1.155
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.154 2014/10/19 
04:49:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.155 2014/11/10 
17:00:24 flameeyes Exp $
+
+*hwids-20141110 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò  +hwids-20141110.ebuild,
+  -hwids-20140317.ebuild:
+  Version bump; remove old.
 
   19 Oct 2014; Mike Frysinger  hwids-20141010.ebuild:
   Mark alpha/ppc64/sparc stable #524976.



1.1  sys-apps/hwids/hwids-20141110.ebuild

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

Index: hwids-20141110.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141110.ebuild,v 1.1 
2014/11/10 17:00:24 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.1-r2.ebuild ChangeLog libu2f-host-0.0.1-r1.ebuild

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:01:14

  Modified: ChangeLog
  Added:libu2f-host-0.0.1-r2.ebuild
  Removed:  libu2f-host-0.0.1-r1.ebuild
  Log:
  Thanks to BT to point out I broke the base rules, bug #528792.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.8  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Nov 2014 02:24:20 -  1.7
+++ ChangeLog   10 Nov 2014 17:01:14 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.7 
2014/11/10 02:24:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.8 
2014/11/10 17:01:14 flameeyes Exp $
+
+*libu2f-host-0.0.1-r2 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +libu2f-host-0.0.1-r2.ebuild, -libu2f-host-0.0.1-r1.ebuild:
+  Thanks to BT to point out I broke the base rules, bug #528792.
 
 *libu2f-host-0.0.1-r1 (10 Nov 2014)
 



1.1  app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild,v 1.1 
2014/11/10 17:01:14 flameeyes Exp $

EAPI=5

inherit autotools-utils linux-info udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux static-libs systemd"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"

CONFIG_CHECK="~HIDRAW"

src_prepare() {
autotools-utils_src_prepare

sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
70-u2f.rules > 70-u2f-udev.rules || die
}

src_configure() {
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
if use systemd; then
udev_dorules 70-u2f.rules
else
udev_newrules 70-u2f-udev.rules 70-u2f.rules
fi
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: yubikey-neo-manager-0.2.5-r1.ebuild ChangeLog yubikey-neo-manager-0.2.4.ebuild yubikey-neo-manager-0.2.5.ebuild yubikey-neo-manager

2014-11-10 Thread Diego Petteno (flameeyes)
flameeyes14/11/10 17:47:10

  Modified: ChangeLog
  Added:yubikey-neo-manager-0.2.5-r1.ebuild
  Removed:  yubikey-neo-manager-0.2.4.ebuild
yubikey-neo-manager-0.2.5.ebuild
yubikey-neo-manager-0.2.3.ebuild
  Log:
  Install the .desktop file and icons. Thanks to BT in bug #528552.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.5  app-crypt/yubikey-neo-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Nov 2014 16:23:58 -   1.4
+++ ChangeLog   10 Nov 2014 17:47:10 -  1.5
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/yubikey-neo-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.4 2014/11/05 16:23:58 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.5 2014/11/10 17:47:10 flameeyes Exp $
+
+*yubikey-neo-manager-0.2.5-r1 (10 Nov 2014)
+
+  10 Nov 2014; Diego E. Pettenò 
+  +yubikey-neo-manager-0.2.5-r1.ebuild, -yubikey-neo-manager-0.2.3.ebuild,
+  -yubikey-neo-manager-0.2.4.ebuild, -yubikey-neo-manager-0.2.5.ebuild:
+  Install the .desktop file and icons. Thanks to BT in bug #528552.
 
 *yubikey-neo-manager-0.2.5 (05 Nov 2014)
 



1.1  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: yubikey-neo-manager-0.2.5-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.5-r1.ebuild,v
 1.1 2014/11/10 17:47:10 flameeyes Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

CDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"

DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
${CDEPEND}"

RDEPEND="${CDEPEND}"

DOCS=( NEWS README )

python_install_all() {
distutils-r1_python_install_all

doman scripts/neoman.1
domenu resources/neoman.desktop
doicon resources/neoman.xpm
newicon -s 128 resources/neoman-large.png neoman.png
}






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 00:37:01

  Modified: ChangeLog
  Added:pcsc-lite-1.8.13-r1.ebuild
  Log:
  First try to get a multilib-compatible pcsc-lite. It's tested to work for the 
default case and please report if you have issues with the multilib one.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.178sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   10 Nov 2014 01:59:01 -  1.177
+++ ChangeLog   12 Nov 2014 00:37:01 -  1.178
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.177 
2014/11/10 01:59:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.178 
2014/11/12 00:37:01 flameeyes Exp $
+
+*pcsc-lite-1.8.13-r1 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +pcsc-lite-1.8.13-r1.ebuild:
+  First try to get a multilib-compatible pcsc-lite. It's tested to work for the
+  default case and please report if you have issues with the multilib one.
 
 *pcsc-lite-1.8.13 (10 Nov 2014)
 



1.1  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: pcsc-lite-1.8.13-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.1 
2014/11/12 00:37:01 flameeyes Exp $

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

inherit autotools eutils python-single-r1 multilib systemd udev user 
autotools-multilib

DESCRIPTION="PC/SC Architecture smartcard middleware library"
HOMEPAGE="http://pcsclite.alioth.debian.org/";

STUPID_NUM="4126"
MY_P="${PN}-${PV/_/-}"
SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
S="${WORKDIR}/${MY_P}"

# GPL-2 is there for the init script; everything else comes from
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
IUSE="libusb policykit selinux +udev"

REQUIRED_USE="^^ ( udev libusb )"

# No dependencies need the MULTILIB_DEPS because the libraries are actually
# standalone, the deps are only needed for the daemon itself.
CDEPEND="${PYTHON_DEPS}
libusb? ( virtual/libusb:1 )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
!

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 00:43:16

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Remove useless inherit of autotools.eclass.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.2  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.1&r2=1.2

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:37:01 -  1.1
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:43:15 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.1 
2014/11/12 00:37:01 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.2 
2014/11/12 00:43:15 flameeyes Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit autotools eutils python-single-r1 multilib systemd udev user 
autotools-multilib
+inherit eutils python-single-r1 multilib systemd udev user autotools-multilib
 
 DESCRIPTION="PC/SC Architecture smartcard middleware library"
 HOMEPAGE="http://pcsclite.alioth.debian.org/";



1.179sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   12 Nov 2014 00:37:01 -  1.178
+++ ChangeLog   12 Nov 2014 00:43:15 -  1.179
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.178 
2014/11/12 00:37:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.179 
2014/11/12 00:43:15 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Remove useless inherit of autotools.eclass.
 
 *pcsc-lite-1.8.13-r1 (12 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.6-r1.ebuild ChangeLog freeipmi-1.4.6.ebuild freeipmi-1.4.5.ebuild

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 01:16:31

  Modified: ChangeLog
  Added:freeipmi-1.4.6-r1.ebuild
  Removed:  freeipmi-1.4.6.ebuild freeipmi-1.4.5.ebuild
  Log:
  Use proper autotools-utils and avoid useless patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.87 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   29 Oct 2014 23:35:02 -  1.86
+++ ChangeLog   12 Nov 2014 01:16:31 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.86 
2014/10/29 23:35:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.87 
2014/11/12 01:16:31 flameeyes Exp $
+
+*freeipmi-1.4.6-r1 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +freeipmi-1.4.6-r1.ebuild, -freeipmi-1.4.5.ebuild, -freeipmi-1.4.6.ebuild:
+  Use proper autotools-utils and avoid useless patch.
 
 *freeipmi-1.4.6 (29 Oct 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6-r1.ebuild,v 
1.1 2014/11/12 01:16:31 flameeyes Exp $

EAPI=5

#AUTOTOOLS_AUTORECONF=1
AT_M4DIR="config"

inherit eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd

[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-11 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 06:19:20

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Multilib fixes from bug #528996, thanks to Arfrever; remove declaration for 
Python 2.6 which is no longer supported.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.3  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.2&r2=1.3

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 00:43:15 -  1.2
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 06:19:20 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.2 
2014/11/12 00:43:15 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.3 
2014/11/12 06:19:20 flameeyes Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils python-single-r1 multilib systemd udev user autotools-multilib
 
@@ -61,9 +61,9 @@
--docdir="${EPREFIX}/usr/share/doc/${PF}"
--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb"
--enable-ipcdir=/run/pcscd
-   $(use_enable udev libudev)
-   $(use_enable libusb)
-   $(use_enable policykit polkit)
+   $(multilib_native_use_enable udev libudev)
+   $(multilib_native_use_enable libusb)
+   $(multilib_native_use_enable policykit polkit)
"$(systemd_with_unitdir)"
)
autotools-multilib_src_configure



1.180sys-apps/pcsc-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   12 Nov 2014 00:43:15 -  1.179
+++ ChangeLog   12 Nov 2014 06:19:20 -  1.180
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.179 
2014/11/12 00:43:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.180 
2014/11/12 06:19:20 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Multilib fixes from bug #528996, thanks to Arfrever; remove declaration for
+  Python 2.6 which is no longer supported.
 
   12 Nov 2014; Diego E. Pettenò 
   pcsc-lite-1.8.13-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.13-r1.ebuild ChangeLog

2014-11-12 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 18:11:30

  Modified: pcsc-lite-1.8.13-r1.ebuild ChangeLog
  Log:
  Fix multilib finally.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.4  sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild?r1=1.3&r2=1.4

Index: pcsc-lite-1.8.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 06:19:20 -  1.3
+++ pcsc-lite-1.8.13-r1.ebuild  12 Nov 2014 18:11:30 -  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/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.3 
2014/11/12 06:19:20 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.13-r1.ebuild,v 1.4 
2014/11/12 18:11:30 flameeyes Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -55,7 +55,7 @@
enewuser pcscd -1 -1 /run/pcscd pcscd,openct
 }
 
-src_configure() {
+multilib_src_configure() {
local myeconfargs=(
--disable-maintainer-mode
--docdir="${EPREFIX}/usr/share/doc/${PF}"
@@ -66,7 +66,7 @@
$(multilib_native_use_enable policykit polkit)
"$(systemd_with_unitdir)"
)
-   autotools-multilib_src_configure
+   autotools-utils_src_configure
 }
 
 DOCS=( AUTHORS DRIVERS HELP README SECURITY ChangeLog )



1.181sys-apps/pcsc-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   12 Nov 2014 06:19:20 -  1.180
+++ ChangeLog   12 Nov 2014 18:11:30 -  1.181
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.180 
2014/11/12 06:19:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.181 
2014/11/12 18:11:30 flameeyes Exp $
+
+  12 Nov 2014; Diego E. Pettenò 
+  pcsc-lite-1.8.13-r1.ebuild:
+  Fix multilib finally.
 
   12 Nov 2014; Diego E. Pettenò 
   pcsc-lite-1.8.13-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_rc1_p20140201.ebuild ChangeLog

2014-11-12 Thread Diego Petteno (flameeyes)
flameeyes14/11/12 21:49:26

  Modified: ChangeLog
  Added:hidapi-0.8.0_rc1_p20140201.ebuild
  Log:
  Bump using the Debian snapshot/packaging, and add support for multilib. 
Migrated to use virtual/libudev which was the correct dependency.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.9  dev-libs/hidapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Oct 2014 11:36:57 -  1.8
+++ ChangeLog   12 Nov 2014 21:49:26 -  1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/hidapi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.8 2014/10/25 
11:36:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.9 2014/11/12 
21:49:26 flameeyes Exp $
+
+*hidapi-0.8.0_rc1_p20140201 (12 Nov 2014)
+
+  12 Nov 2014; Diego E. Pettenò 
+  +hidapi-0.8.0_rc1_p20140201.ebuild:
+  Bump using the Debian snapshot/packaging, and add support for multilib.
+  Migrated to use virtual/libudev which was the correct dependency.
 
   25 Oct 2014; Diego E. Pettenò 
   hidapi-0.8.0_pre20130121-r1.ebuild:



1.1  dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.1&content-type=text/plain

Index: hidapi-0.8.0_rc1_p20140201.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild,v 1.1 
2014/11/12 21:49:26 flameeyes Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes

inherit eutils versionator autotools-multilib #git-2

# If github is desired, the following may be used.
#EGIT_REPO_URI="git://github.com/signal11/hidapi.git"
#EGIT_BRANCH="master"
#EGIT_COMMIT="119135b8ce0e8db668ec171723d6e56d4394166a"

BASE_PV=$(get_version_component_range 1-3)
RC_PV=$(get_version_component_range 4)
GIT_PV=$(get_version_component_range 5)
GIT_PV=${GIT_PV/p/git}.3a66d4e

DEBIAN_PV=${BASE_PV}~${RC_PV}+${GIT_PV}+dfsg

# S is only needed for the debian_package
S=${WORKDIR}/${PN}-${DEBIAN_PV}

DESCRIPTION="A multi-platform library for USB and Bluetooth HID-Class devices"
HOMEPAGE="http://www.signal11.us/oss/hidapi/";
SRC_URI="mirror://debian/pool/main/h/${PN}/${PN}_${DEBIAN_PV}.orig.tar.bz2"
# When 0.8.0 is officially available the following link should be used.
#SRC_URI="mirror://github/signal11/${PN}/${P}.zip"

LICENSE="|| ( BSD GPL-3 HIDAPI )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="doc static-libs X"

RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]
virtual/libudev:0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig
X? ( x11-libs/fox )"

src_prepare() {
if use X && has_version x11-libs/fox:1.7 ; then
sed -i -e 's:PKG_CHECK_MODULES(\[fox\], 
\[fox\]):PKG_CHECK_MODULES(\[fox\], \[fox17\]):' \
configure.ac || die
fi

# Fix bashisms in the configure.ac file.
sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \
-e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die

autotools-multilib_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable X testgui)
)

autotools-multilib_src_configure
}

src_compile() {
autotools-multilib_src_compile

if use doc; then
doxygen doxygen/Doxyfile || die
fi
}

src_install() {
autotools-multilib_src_install

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






[gentoo-commits] gentoo-x86 commit in dev-util/dwarves: dwarves-9999.ebuild dwarves-1.10_p20140618.ebuild ChangeLog dwarves-1.10-r1.ebuild dwarves-1.9.ebuild

2014-11-18 Thread Diego Petteno (flameeyes)
flameeyes14/11/19 05:25:50

  Modified: dwarves-.ebuild ChangeLog
  Added:dwarves-1.10_p20140618.ebuild
  Removed:  dwarves-1.10-r1.ebuild dwarves-1.9.ebuild
  Log:
  Remove old versions that fail to build; add a new snapsot and update the live 
ebuild to support Python properly and point to the right GIT repository.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.9  dev-util/dwarves/dwarves-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-.ebuild?r1=1.8&r2=1.9

Index: dwarves-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dwarves-.ebuild 6 Nov 2011 01:49:41 -   1.8
+++ dwarves-.ebuild 19 Nov 2014 05:25:50 -  1.9
@@ -1,16 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v 1.8 
2011/11/06 01:49:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-.ebuild,v 1.9 
2014/11/19 05:25:50 flameeyes Exp $
 
-EAPI=4
+EAPI=5
 
-EGIT_REPO_URI="git://github.com/acmel/dwarves.git"
-#EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git"
+EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/pahole/pahole.git"
 
-inherit multilib cmake-utils git-2
+PYTHON_COMPAT=( python2_7 )
+inherit multilib cmake-utils git-2 python-single-r1
 
 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
-HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary";
+HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
 
 LICENSE="GPL-2" # only
 SLOT="0"
@@ -23,9 +23,18 @@
 
 DOC=( README README.ctracer )
 
+DOCS=( README README.ctracer NEWS )
+PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
+
 src_configure() {
local mycmakeargs=( "-D__LIB=$(get_libdir)" )
cmake-utils_src_configure
 }
 
 src_test() { :; }
+
+src_install() {
+   cmake-utils_src_install
+   python_fix_shebang "${D}"/usr/bin/ostra-cg \
+   "${D}"/usr/share/dwarves/runtime/python/ostra.py
+}



1.20 dev-util/dwarves/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   5 Sep 2013 18:40:36 -   1.19
+++ ChangeLog   19 Nov 2014 05:25:50 -  1.20
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/dwarves
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.19 
2013/09/05 18:40:36 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.20 
2014/11/19 05:25:50 flameeyes Exp $
+
+*dwarves-1.10_p20140618 (19 Nov 2014)
+
+  19 Nov 2014; Diego E. Pettenò 
+  +dwarves-1.10_p20140618.ebuild, -dwarves-1.10-r1.ebuild, -dwarves-1.9.ebuild,
+  dwarves-.ebuild:
+  Remove old versions that fail to build; add a new snapsot and update the live
+  ebuild to support Python properly and point to the right GIT repository.
 
   05 Sep 2013; Michał Górny  dwarves-1.10-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1  dev-util/dwarves/dwarves-1.10_p20140618.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild?rev=1.1&content-type=text/plain

Index: dwarves-1.10_p20140618.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.10_p20140618.ebuild,v 1.1 
2014/11/19 05:25:50 flameeyes Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit multilib cmake-utils python-single-r1

[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.8.ebuild ChangeLog

2015-01-07 Thread Diego Petteno (flameeyes)
flameeyes15/01/07 20:02:22

  Modified: ChangeLog
  Added:freeipmi-1.4.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.88 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   12 Nov 2014 01:16:31 -  1.87
+++ ChangeLog   7 Jan 2015 20:02:22 -   1.88
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/freeipmi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.87 
2014/11/12 01:16:31 flameeyes Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.88 
2015/01/07 20:02:22 flameeyes Exp $
+
+*freeipmi-1.4.8 (07 Jan 2015)
+
+  07 Jan 2015; Diego E. Pettenò  +freeipmi-1.4.8.ebuild:
+  Version bump.
 
 *freeipmi-1.4.6-r1 (12 Nov 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.8.ebuild,v 
1.1 2015/01/07 20:02:22 flameeyes Exp $

EAPI=5

#AUTOTOOLS_AUTORECONF=1
AT_M4DIR="config"

inherit eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150107.ebuild ChangeLog

2015-01-07 Thread Diego Petteno (flameeyes)
flameeyes15/01/07 20:11:04

  Modified: ChangeLog
  Added:hwids-20150107.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.157sys-apps/hwids/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.157&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.157&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   14 Dec 2014 05:17:21 -  1.156
+++ ChangeLog   7 Jan 2015 20:11:04 -   1.157
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.156 2014/12/14 
05:17:21 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.157 2015/01/07 
20:11:04 flameeyes Exp $
+
+*hwids-20150107 (07 Jan 2015)
+
+  07 Jan 2015; Diego E. Pettenò  +hwids-20150107.ebuild:
+  Version bump.
 
 *hwids-20141214 (14 Dec 2014)
 



1.1  sys-apps/hwids/hwids-20150107.ebuild

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

Index: hwids-20150107.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150107.ebuild,v 1.1 
2015/01/07 20:11:04 flameeyes Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids";
if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
inherit git-2
else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
dev-lang/perl
>=virtual/udev-206
)"
[[ ${PV} == "" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}






[gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:36:57

  Modified: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog
  Log:
  Fix bashisms in configure.ac file; add missing udev dependency; update libusb 
dependency as it requires libusb-1, not libusb-compat.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?r1=1.2&r2=1.3

Index: hidapi-0.8.0_pre20130121-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hidapi-0.8.0_pre20130121-r1.ebuild  27 May 2014 15:26:59 -  1.2
+++ hidapi-0.8.0_pre20130121-r1.ebuild  25 Oct 2014 11:36:57 -  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/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.2 2014/05/27 15:26:59 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.3 2014/10/25 11:36:57 flameeyes Exp $
 
 EAPI=5
 
@@ -24,7 +24,8 @@
 
 # S is only needed for the pre_package
 S=${WORKDIR}/${PN}
-RDEPEND="virtual/libusb:0"
+RDEPEND="virtual/libusb:1
+   virtual/udev:0"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig
@@ -36,6 +37,10 @@
configure.ac || die
fi
 
+   # Fix bashisms in the configure.ac file.
+   sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \
+   -e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die
+
eautoreconf
 }
 



1.8  dev-libs/hidapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 May 2014 15:26:59 -  1.7
+++ ChangeLog   25 Oct 2014 11:36:57 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/hidapi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.7 2014/05/27 
15:26:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.8 2014/10/25 
11:36:57 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  hidapi-0.8.0_pre20130121-r1.ebuild:
+  Fix bashisms in configure.ac file; add missing udev dependency; update libusb
+  dependency as it requires libusb-1, not libusb-compat.
 
   27 May 2014; Anthony G. Basile 
   hidapi-0.8.0_pre20130121-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:44:01

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libu2f-host added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:47:14

  Added:libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="CCID free software driver"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}



1.1  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
Proxying maintainer.
  
  
Yubico/libu2f-host
https://github.com/Yubico/libu2f-host/issues
  




1.1  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:49:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libykneomgr added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: metadata.xml ChangeLog libykneomgr-0.1.6.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:58:43

  Added:metadata.xml ChangeLog libykneomgr-0.1.6.ebuild
  Log:
  Initial import of libykneomgr needed for yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libykneomgr/metadata.xml

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

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  app-crypt/libykneomgr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.



1.1  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild?rev=1.1&content-type=text/plain

Index: libykneomgr-0.1.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="YubiKey NEO CCID Manager C Library"
HOMEPAGE="https://developers.yubico.com/libykneomgr/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="sys-apps/pcsc-lite
dev-libs/libzip"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
local myeconfargs=(
--with-backend=pcsc
--disable-static
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:59:41

  Modified: libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Update metadata and description.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0.ebuild  25 Oct 2014 11:47:14 -  1.1
+++ libu2f-host-0.0.ebuild  25 Oct 2014 11:59:41 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
 
 EAPI=5
 
 inherit autotools-utils udev
 
-DESCRIPTION="CCID free software driver"
+DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
 



1.2  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Oct 2014 11:47:14 -  1.1
+++ metadata.xml25 Oct 2014 11:59:41 -  1.2
@@ -4,7 +4,6 @@
   crypto
   
 flamee...@gentoo.org
-Proxying maintainer.
   
   
 Yubico/libu2f-host



1.2  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:47:14 -  1.1
+++ ChangeLog   25 Oct 2014 11:59:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
+  metadata.xml:
+  Update metadata and description.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 12:58:26

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: metadata.xml yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 13:00:23

  Added:metadata.xml yubikey-neo-manager-0.2.3.ebuild
ChangeLog
  Log:
  Initial import of the YubiKey NEO Manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/yubikey-neo-manager/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: yubikey-neo-manager-0.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

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

CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"

DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
${CDEPEND}"

RDEPEND="${CDEPEND}"



1.1  app-crypt/yubikey-neo-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/yubikey-neo-manager
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $

*yubikey-neo-manager-0.2.3 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +metadata.xml,
  +yubikey-neo-manager-0.2.3.ebuild:
  Initial import of the YubiKey NEO Manager.






[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ChangeLog ccid-1.4.17-r1.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:47:41

  Modified: ChangeLog
  Removed:  ccid-1.4.17-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.112app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   29 Sep 2014 20:22:32 -  1.111
+++ ChangeLog   25 Oct 2014 15:47:41 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.111 2014/09/29 
20:22:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.112 2014/10/25 
15:47:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  -ccid-1.4.17-r1.ebuild:
+  Remove old.
 
 *ccid-1.4.18 (29 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: libykneomgr-0.1.6.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:53:47

  Modified: libykneomgr-0.1.6.ebuild ChangeLog
  Log:
  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to 
manage the Neo in CCID+U2F mode. Also correct license as the library is LGPL-3.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

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

Index: libykneomgr-0.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libykneomgr-0.1.6.ebuild25 Oct 2014 11:58:43 -  1.1
+++ libykneomgr-0.1.6.ebuild25 Oct 2014 15:53:47 -  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/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="https://developers.yubico.com/libykneomgr/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
 
-LICENSE="GPL-3"
+LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="kernel_linux"
@@ -19,6 +19,8 @@
dev-libs/libzip"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   >=app-crypt/ccid-1.4.18[usb]"
 
 src_configure() {
local myeconfargs=(



1.2  app-crypt/libykneomgr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:58:43 -  1.1
+++ ChangeLog   25 Oct 2014 15:53:47 -  1.2
@@ -1,6 +1,11 @@
-# ChangeLog for app-crypt/libu2f-host
+# ChangeLog for app-crypt/libykneomgr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  
libykneomgr-0.1.6.ebuild:
+  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to
+  manage the Neo in CCID+U2F mode. Also correct license as the library is
+  LGPL-3.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0-r1.ebuild ChangeLog libu2f-host-0.0.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:57:52

  Modified: ChangeLog
  Added:libu2f-host-0.0-r1.ebuild
  Removed:  libu2f-host-0.0.ebuild
  Log:
  Apply fix to udev rules so that it matches U2F+CCID correctly.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Oct 2014 11:59:41 -  1.2
+++ ChangeLog   25 Oct 2014 15:57:52 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+
+*libu2f-host-0.0-r1 (25 Oct 2014)
+
+  25 Oct 2014; Diego E. Pettenò 
+  +libu2f-host-0.0-r1.ebuild, -libu2f-host-0.0.ebuild:
+  Apply fix to udev rules so that it matches U2F+CCID correctly.
 
   25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
   metadata.xml:



1.1  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:58:41

  Modified: yubikey-neo-manager-0.2.3.ebuild ChangeLog
  Log:
  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?r1=1.1&r2=1.2

Index: yubikey-neo-manager-0.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 13:00:23 -  1.1
+++ yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 15:58:41 -  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/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.2 2014/10/25 15:58:41 flameeyes Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
+CDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"



1.2  app-crypt/yubikey-neo-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 13:00:23 -  1.1
+++ ChangeLog   25 Oct 2014 15:58:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/yubikey-neo-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.2 2014/10/25 15:58:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  yubikey-neo-manager-0.2.3.ebuild:
+  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
 
 *yubikey-neo-manager-0.2.3 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 16:45:48

  Modified: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a systemd USE flag to use acls rather than the plugdev group to give 
access to the hidraw device.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Oct 2014 11:59:41 -  1.2
+++ metadata.xml25 Oct 2014 16:45:48 -  1.3
@@ -5,6 +5,12 @@
   
 flamee...@gentoo.org
   
+  
+
+  Use user ACLs rather than plugdev group to give user access to the HIDRAW
+  device.
+
+  
   
 Yubico/libu2f-host
 https://github.com/Yubico/libu2f-host/issues



1.2  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 15:57:52 -  1.1
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -  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/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
 
 EAPI=5
 
@@ -13,22 +13,30 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="kernel_linux"
+IUSE="kernel_linux systemd"
 
 RDEPEND="dev-libs/hidapi
dev-libs/json-c"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   systemd? ( sys-apps/systemd[acl] )"
 
 src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
+
+   sed -e 's:GROUP="plugdev":TAG+="uaccess":g' 70-u2f.rules > 
70-u2f-systemd.rules || die
 }
 
 src_install() {
autotools-utils_src_install
 
if use kernel_linux; then
-   udev_dorules 70-u2f.rules
+   if use systemd; then
+   udev_newrules 70-u2f-systemd.rules 70-u2f.rules
+   else
+   udev_dorules 70-u2f.rules
+   fi
fi
 }



1.4  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Oct 2014 15:57:52 -  1.3
+++ ChangeLog   25 Oct 2014 16:45:48 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.4 
2014/10/25 16:45:48 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  libu2f-host-0.0-r1.ebuild, metadata.xml:
+  Add a systemd USE flag to use acls rather than the plugdev group to give
+  access to the hidraw device.
 
 *libu2f-host-0.0-r1 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 17:36:45

  Modified: libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a check for HIDRAW to be enabled, as it's required to configure the 
devices.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.2&r2=1.3

Index: libu2f-host-0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -  1.2
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 17:36:45 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.3 
2014/10/25 17:36:45 flameeyes Exp $
 
 EAPI=5
 
-inherit autotools-utils udev
+inherit autotools-utils linux-info udev
 
 DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
@@ -22,6 +22,8 @@
 RDEPEND="${RDEPEND}
systemd? ( sys-apps/systemd[acl] )"
 
+CONFIG_CHECK="~HIDRAW"
+
 src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die



1.5  app-crypt/libu2f-host/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Oct 2014 16:45:48 -  1.4
+++ ChangeLog   25 Oct 2014 17:36:45 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.4 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.5 
2014/10/25 17:36:45 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  libu2f-host-0.0-r1.ebuild:
+  Add a check for HIDRAW to be enabled, as it's required to configure the
+  devices.
 
   25 Oct 2014; Diego E. Pettenò 
   libu2f-host-0.0-r1.ebuild, metadata.xml:






[gentoo-commits] gentoo-x86 commit in app-text/unpaper: metadata.xml unpaper-5.1.ebuild unpaper-9999.ebuild unpaper-6.1.ebuild ChangeLog unpaper-0.4.2.ebuild

2014-10-26 Thread Diego Petteno (flameeyes)
flameeyes14/10/26 23:07:48

  Modified: metadata.xml unpaper-5.1.ebuild unpaper-.ebuild
ChangeLog
  Added:unpaper-6.1.ebuild
  Removed:  unpaper-0.4.2.ebuild
  Log:
  Version bump to unpaper-6.2, which uses libav/ffmpeg. Also update live ebuild 
for the new deps. Use autotools-utils for kicks.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-text/unpaper/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Sep 2011 12:01:14 -  1.2
+++ metadata.xml26 Oct 2014 23:07:48 -  1.3
@@ -4,4 +4,8 @@
   
 flamee...@gentoo.org
   
+  
+Flameeyes/unpaper
+https://github.com/Flameeyes/unpaper/issues
+  
 



1.2  app-text/unpaper/unpaper-5.1.ebuild

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

Index: unpaper-5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unpaper-5.1.ebuild  8 Jul 2013 09:20:43 -   1.1
+++ unpaper-5.1.ebuild  26 Oct 2014 23:07:48 -  1.2
@@ -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/app-text/unpaper/unpaper-5.1.ebuild,v 1.1 
2013/07/08 09:20:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v 1.2 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
@@ -8,12 +8,12 @@
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 



1.6  app-text/unpaper/unpaper-.ebuild

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

Index: unpaper-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unpaper-.ebuild 28 Jun 2013 16:32:47 -  1.5
+++ unpaper-.ebuild 26 Oct 2014 23:07:48 -  1.6
@@ -1,38 +1,40 @@
-# 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/app-text/unpaper/unpaper-.ebuild,v 1.5 
2013/06/28 16:32:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v 1.6 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
+inherit autotools-utils
+
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 
 SLOT="0"
 IUSE="test"
 
-DEPEND="test? ( media-libs/netpbm[png] )
-   dev-libs/libxslt
-   app-text/docbook-xsl-ns-stylesheets"
-RDEPEND=""
+RDEPEND="|| ( >=media-video/libav-10[encode] >=media-video/ffmpeg-2[encode] )"
+DEPEND="dev-libs/libxslt
+   app-text/docbook-xsl-ns-stylesheets
+   v

[gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi: freeipmi-1.4.6.ebuild ChangeLog freeipmi-1.4.4.ebuild

2014-10-29 Thread Diego Petteno (flameeyes)
flameeyes14/10/29 23:35:02

  Modified: ChangeLog
  Added:freeipmi-1.4.6.ebuild
  Removed:  freeipmi-1.4.4.ebuild
  Log:
  Version bump; remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.86 sys-libs/freeipmi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   1 Aug 2014 22:15:33 -   1.85
+++ ChangeLog   29 Oct 2014 23:35:02 -  1.86
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/freeipmi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.85 
2014/08/01 22:15:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.86 
2014/10/29 23:35:02 flameeyes Exp $
+
+*freeipmi-1.4.6 (29 Oct 2014)
+
+  29 Oct 2014; Diego E. Pettenò  +freeipmi-1.4.6.ebuild,
+  -freeipmi-1.4.4.ebuild:
+  Version bump; remove old.
 
 *freeipmi-1.4.5 (01 Aug 2014)
 



1.1  sys-libs/freeipmi/freeipmi-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild?rev=1.1&content-type=text/plain

Index: freeipmi-1.4.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-1.4.6.ebuild,v 
1.1 2014/10/29 23:35:02 flameeyes Exp $

EAPI=5

inherit autotools eutils multilib autotools-utils

DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI 
v1.5/2.0"
HOMEPAGE="http://www.gnu.org/software/freeipmi/";

MY_P="${P/_/.}"
S="${WORKDIR}"/${MY_P}
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
virtual/os-headers"
RDEPEND="${RDEPEND}
nagios? (
|| ( net-analyzer/icinga net-analyzer/nagios )
dev-lang/perl
)
sys-apps/openrc"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch

AT_M4DIR="config" eautoreconf
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
--disable-static
--disable-init-scripts
--localstatedir=/var
)

autotools-utils_src_configure
}

# There are no tests
src_test() { :; }

src_install() {
autotools-utils_src_install

# freeipmi by defaults install _all_ commands to /usr/sbin, but
# quite a few can be run remotely as standard user, so move them
# in /usr/bin afterwards.
dodir /usr/bin
for file in ipmi{detect,ping,power,console}; do
mv "${D}"/usr/{s,}bin/${file} || die

# The default install symlinks these commands to add a dash
# after the ipmi prefix; we repeat those after move for
# consistency.
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
done

# Install the nagios plugin in its proper place, if desired
if use nagios; then
dodir /usr/$(get_libdir)/nagios/plugins
mv 
"${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
fperms 0755 
/usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl

insinto /etc/icinga/conf.d
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
fi

dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt

keepdir \
/var/cache/ipmimonitoringsdrcache \
/var/lib/freeipmi \
/var/log/ipmiconsole

# starting from version 1.2.0 the two daemons are similar enough
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd

newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog

newinitd "${

[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.11_p2.ebuild ChangeLog sudo-1.8.5_p2.ebuild

2014-10-30 Thread Diego Petteno (flameeyes)
flameeyes14/10/30 16:22:39

  Modified: ChangeLog
  Added:sudo-1.8.11_p2.ebuild
  Removed:  sudo-1.8.5_p2.ebuild
  Log:
  Version bump; remove one old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.376app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.376&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.376&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.375&r2=1.376

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- ChangeLog   29 Oct 2014 09:25:12 -  1.375
+++ ChangeLog   30 Oct 2014 16:22:39 -  1.376
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.375 2014/10/29 
09:25:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.376 2014/10/30 
16:22:39 flameeyes Exp $
+
+*sudo-1.8.11_p2 (30 Oct 2014)
+
+  30 Oct 2014; Diego E. Pettenò  +sudo-1.8.11_p2.ebuild,
+  -sudo-1.8.5_p2.ebuild:
+  Version bump; remove one old.
 
   29 Oct 2014; Agostino Sarubbo  sudo-1.8.11_p1.ebuild:
   Stable for sparc, wrt bug #524752



1.1  app-admin/sudo/sudo-1.8.11_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild?rev=1.1&content-type=text/plain

Index: sudo-1.8.11_p2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.11_p2.ebuild,v 1.1 
2014/10/30 16:22:39 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
for e ; do [[ $thisp == $e ]] && continue 2 ; done
newpath+=:$thisp
done
ROOTPATH=${newpath#:}
}
rmpath '*/gcc-bin/*'

[gentoo-commits] gentoo-x86 commit in www-misc/awstats: awstats-7.3.ebuild ChangeLog

2014-04-26 Thread Diego Petteno (flameeyes)
flameeyes14/04/26 20:23:34

  Modified: ChangeLog
  Added:awstats-7.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.35 www-misc/awstats/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   3 Apr 2013 10:09:04 -   1.34
+++ ChangeLog   26 Apr 2014 20:23:34 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for www-misc/awstats
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.34 
2013/04/03 10:09:04 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.35 
2014/04/26 20:23:34 flameeyes Exp $
+
+*awstats-7.3 (26 Apr 2014)
+
+  26 Apr 2014; Diego E. Pettenò  +awstats-7.3.ebuild:
+  Version bump.
 
 *awstats-7.1.1 (03 Apr 2013)
 



1.1  www-misc/awstats/awstats-7.3.ebuild

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

Index: awstats-7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/awstats-7.3.ebuild,v 1.1 
2014/04/26 20:23:34 flameeyes Exp $

EAPI=4

inherit eutils

MY_P=${PN}-${PV%_p*}

DESCRIPTION="AWStats is short for Advanced Web Statistics."
HOMEPAGE="http://www.awstats.org/";

if [ ${MY_P} != ${P} ]; then
SRC_URI="http://dev.gentoo.org/~flameeyes/awstats/${P}.tar.gz";
# The following SRC_URI is useful only when fetching for the first time
# after bump; upstream does not bump the version when they change it, so
# we rename it to include the date and upload to our mirrors instead.
#SRC_URI="http://www.awstats.org/files/${MY_P}.tar.gz -> ${P}.tar.gz"
else
SRC_URI="http://www.awstats.org/files/${P}.tar.gz";
fi

S=${WORKDIR}/${MY_P}

LICENSE="GPL-3"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="geoip ipv6"

SLOT="0"

RDEPEND=">=dev-lang/perl-5.6.1
virtual/perl-Time-Local
dev-perl/URI
geoip? ( dev-perl/Geo-IP )
ipv6? ( dev-perl/Net-IP dev-perl/Net-DNS )"
DEPEND=""

src_prepare() {
epatch "${FILESDIR}"/${PN}-7.1-gentoo.diff

# change default installation directory
find . -type f -exec sed \
-e "s#/usr/local/awstats/wwwroot#/usr/share/awstats/wwwroot#g" \
-e 
'/PossibleLibDir/s:(.*):("/usr/share/awstats/wwwroot/cgi-bin/lib"):' \
-i {} + || die "find/sed failed"

# set default values for directories; use apache log as an example
sed \
-e "s|^\(LogFile=\).*$|\1\"/var/log/apache2/access_log\"|" \
-e "s|^\(SiteDomain=\).*$|\1\"localhost\"|" \
-e "s|^\(DirIcons=\).*$|\1\"/awstats/icon\"|" \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"

# enable plugins

if use ipv6; then
sed -e "s|^#\(LoadPlugin=\"ipv6\"\)$|\1|" \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"
fi

if use geoip; then
sed -e '/LoadPlugin="geoip /aLoadPlugin="geoip GEOIP_STANDARD 
/usr/share/GeoIP/GeoIP.dat"' \
-i "${S}"/wwwroot/cgi-bin/awstats.model.conf || die "sed failed"
fi

find "${S}" '(' -type f -not -name '*.pl' ')' -exec chmod -x {} + || die
}

src_install() {
dohtml -r docs/*
dodoc README.TXT
newdoc wwwroot/cgi-bin/plugins/example/example.pm example_plugin.pm
dodoc -r tools/xslt

keepdir /var/lib/awstats

insinto /etc/awstats
doins "${S}"/wwwroot/cgi-bin/awstats.model.conf

# remove extra content that we don't want to install
rm -r "${S}"/wwwroot/cgi-bin/awstats.model.conf \
"${S}"/wwwroot/classes/src || die

insinto /usr/share/awstats
doins -r wwwroot
chmod +x "${D}"/usr/share/awstats/wwwroot/cgi-bin/*.pl

cd "${S}"/tools
dobin awstats_buildstaticpages.pl awstats_exportlib.pl \
  

[gentoo-commits] gentoo-x86 commit in www-apache/passenger: passenger-4.0.41.ebuild passenger-3.0.21-r1.ebuild ChangeLog

2014-05-04 Thread Diego Petteno (flameeyes)
flameeyes14/05/04 18:30:08

  Modified: passenger-4.0.41.ebuild passenger-3.0.21-r1.ebuild
ChangeLog
  Log:
  Add a dependency on mod_unixd for Apache 2.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.2  www-apache/passenger/passenger-4.0.41.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild?r1=1.1&r2=1.2

Index: passenger-4.0.41.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passenger-4.0.41.ebuild 9 Apr 2014 05:53:31 -   1.1
+++ passenger-4.0.41.ebuild 4 May 2014 18:30:08 -   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/www-apache/passenger/passenger-4.0.41.ebuild,v 1.1 
2014/04/09 05:53:31 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.41.ebuild,v 1.2 
2014/05/04 18:30:08 flameeyes Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,7 +22,8 @@
>=dev-ruby/daemon_controller-1.1.0
>=dev-ruby/rack-1.0.0"
 
-CDEPEND=">=dev-libs/libev-4.11 net-misc/curl[ssl]"
+CDEPEND=">=dev-libs/libev-4.11 net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
 
 RDEPEND="${RDEPEND} ${CDEPEND}"
 DEPEND="${DEPEND} ${CDEPEND}"



1.5  www-apache/passenger/passenger-3.0.21-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild?r1=1.4&r2=1.5

Index: passenger-3.0.21-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- passenger-3.0.21-r1.ebuild  24 Apr 2014 15:36:26 -  1.4
+++ passenger-3.0.21-r1.ebuild  4 May 2014 18:30:08 -   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/www-apache/passenger/passenger-3.0.21-r1.ebuild,v 1.4 
2014/04/24 15:36:26 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-3.0.21-r1.ebuild,v 1.5 
2014/05/04 18:30:08 flameeyes Exp $
 
 EAPI=5
 USE_RUBY="ruby19"
@@ -22,7 +22,8 @@
>=dev-ruby/daemon_controller-1.0.0
>=dev-ruby/rack-1.0.0"
 
-CDEPEND=">=dev-libs/libev-3.90 net-misc/curl[ssl]"
+CDEPEND=">=dev-libs/libev-3.90 net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
 
 RDEPEND="${RDEPEND} ${CDEPEND}"
 DEPEND="${DEPEND} ${CDEPEND}



1.91 www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   24 Apr 2014 15:36:26 -  1.90
+++ ChangeLog   4 May 2014 18:30:08 -   1.91
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.90 
2014/04/24 15:36:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.91 
2014/05/04 18:30:08 flameeyes Exp $
+
+  04 May 2014; Diego E. Pettenò 
+  passenger-3.0.21-r1.ebuild, passenger-4.0.41.ebuild:
+  Add a dependency on mod_unixd for Apache 2.4.
 
   24 Apr 2014; Manuel Rüger  passenger-3.0.21-r1.ebuild:
   Remove ruby18 support.






[gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.10_p3.ebuild ChangeLog

2014-05-09 Thread Diego Petteno (flameeyes)
flameeyes14/05/09 10:08:23

  Modified: ChangeLog
  Added:sudo-1.8.10_p3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
1CD13C8AD4301342)

Revision  ChangesPath
1.364app-admin/sudo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.364&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.364&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.363&r2=1.364

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- ChangeLog   25 Apr 2014 18:21:54 -  1.363
+++ ChangeLog   9 May 2014 10:08:23 -   1.364
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.363 2014/04/25 
18:21:54 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.364 2014/05/09 
10:08:23 flameeyes Exp $
+
+*sudo-1.8.10_p3 (09 May 2014)
+
+  09 May 2014; Diego E. Pettenò  +sudo-1.8.10_p3.ebuild:
+  Version bump.
 
   25 Apr 2014; Lars Wendler  sudo-1.8.10_p2.ebuild:
   Removed unused versionator eclass.



1.1  app-admin/sudo/sudo-1.8.10_p3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild?rev=1.1&content-type=text/plain

Index: sudo-1.8.10_p3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.10_p3.ebuild,v 1.1 
2014/05/09 10:08:23 flameeyes Exp $

EAPI=5

inherit eutils pam multilib libtool

MY_P=${P/_/}
MY_P=${MY_P/beta/b}

uri_prefix=
case ${P} in
*_beta*|*_rc*) uri_prefix=beta/ ;;
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/";
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";

# Basic license is ISC-style as-is, some files are released under
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"

DEPEND="pam? ( virtual/pam )
skey? ( >=sys-auth/skey-1.1.5-r1 )
ldap? (
>=net-nds/openldap-2.1.30-r1
dev-libs/cyrus-sasl
)
sys-libs/zlib"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-sudo )
ldap? ( dev-lang/perl )
pam? ( sys-auth/pambase )
>=app-misc/editor-wrapper-3
virtual/editor
sendmail? ( virtual/mta )"
DEPEND="${DEPEND}
sys-devel/bison"

S=${WORKDIR}/${MY_P}

REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"

MAKEOPTS+=" SAMPLES="

src_prepare() {
elibtoolize
}

set_rootpath() {
# FIXME: secure_path is a compile time setting. using ROOTPATH
# is not perfect, env-update may invalidate this, but until it
# is available as a sudoers setting this will have to do.
einfo "Setting secure_path ..."

# first extract the default ROOTPATH from build env
ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo 
"${ROOTPATH}")
if [[ -z ${ROOTPATH} ]] ; then
ewarn " Failed to find ROOTPATH, please report this"
fi

# then remove duplicate path entries
cleanpath() {
local newpath thisp IFS=:
for thisp in $1 ; do
if [[ :${newpath}: != *:${thisp}:* ]] ; then
newpath+=:$thisp
else
einfo "   Duplicate entry ${thisp} removed..."
fi
done
ROOTPATH=${newpath#:}
}
cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}}

# finally, strip gcc paths #136027
rmpath() {
local e newpath thisp IFS=:
for thisp in ${ROOTPATH} ; do
for e ; do [[ $thisp == $e ]] && continue 2 ; done
newpath+=:$thisp
done
ROOTPATH=${newpath#:}
}
rmpath '*/gcc-bin/*' '*/gnat-gcc-bin/*' '*/gnat-gcc/*'

einfo "... done"
}

src_configure() {
local ROOTPATH

  1   2   3   4   >