[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/files/

2015-08-17 Thread Amadeusz Żołnowski
commit: 693963fc42b75e3b157aa481471a58db867c2fed
Author: Amadeusz Żołnowski aidecoe AT gentoo DOT org
AuthorDate: Mon Aug 17 21:47:17 2015 +
Commit: Amadeusz Żołnowski aidecoe AT gentoo DOT org
CommitDate: Mon Aug 17 21:47:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693963fc

app-backup/burp: Remove orphaned patches

Package-Manager: portage-2.2.20.1

 app-backup/burp/files/1.4.26-bedup-conf-path.patch | 33 --
 app-backup/burp/files/1.4.26-tinfo.patch   | 22 ---
 2 files changed, 55 deletions(-)

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

diff --git a/app-backup/burp/files/1.4.26-tinfo.patch 
b/app-backup/burp/files/1.4.26-tinfo.patch
deleted file mode 100644
index 0814922..000
--- a/app-backup/burp/files/1.4.26-tinfo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur burp/configure.ac burp-new/configure.ac
 burp/configure.ac  2014-10-28 12:45:56.0 +0100
-+++ burp-new/configure.ac  2014-11-10 17:40:50.996955441 +0100
-@@ -1203,13 +1203,12 @@
- fi
- 
- AC_CHECK_HEADERS(ncurses.h)
--AC_CHECK_LIB(ncurses, curs_set, [NCURSES_LIBS=-lncurses])
- have_ncurses=no
--if test x$NCURSES_LIBS = x-lncurses; then
--   AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])
--   have_ncurses=yes
--fi
--AC_SUBST(NCURSES_LIBS)
-+AC_CHECK_LIB(ncurses, endwin,
-+  [NCURSES_LIBS=-lncurses; have_ncurses=yes]
-+  AC_SEARCH_LIBS(curs_set, tinfo, [NCURSES_LIBS=$NCURSES_LIBS $ac_res]),
-+  AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])
-+  AC_SUBST(NCURSES_LIBS))
- 
- dnl
- dnl Check if we have AFS on this system



[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2015-08-17 Thread Amadeusz Żołnowski
commit: 2e6bd03e2e5b64ca78cdf4844579c77fde83399a
Author: Amadeusz Żołnowski aidecoe AT gentoo DOT org
AuthorDate: Mon Aug 17 21:45:47 2015 +
Commit: Amadeusz Żołnowski aidecoe AT gentoo DOT org
CommitDate: Mon Aug 17 21:47:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6bd03e

app-backup/burp: Add alternative location of sources

Upstream keeps latest versions on sourceforge.net and he move any older
to http://burp.grke.org/downloads/.

Package-Manager: portage-2.2.20.1

 app-backup/burp/burp-1.3.48.ebuild | 3 ++-
 app-backup/burp/burp-1.4.34.ebuild | 3 ++-
 app-backup/burp/burp-1.4.40.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-backup/burp/burp-1.3.48.ebuild 
b/app-backup/burp/burp-1.3.48.ebuild
index 6d1e4b7..5afc40f 100644
--- a/app-backup/burp/burp-1.3.48.ebuild
+++ b/app-backup/burp/burp-1.3.48.ebuild
@@ -8,7 +8,8 @@ inherit autotools eutils user
 
 DESCRIPTION=Network backup and restore client and server for Unix and Windows
 HOMEPAGE=http://burp.grke.org/;
-SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
 
 LICENSE=AGPL-3
 SLOT=0

diff --git a/app-backup/burp/burp-1.4.34.ebuild 
b/app-backup/burp/burp-1.4.34.ebuild
index 9c1ed76..a0eac48 100644
--- a/app-backup/burp/burp-1.4.34.ebuild
+++ b/app-backup/burp/burp-1.4.34.ebuild
@@ -8,7 +8,8 @@ inherit autotools eutils user
 
 DESCRIPTION=Network backup and restore client and server for Unix and Windows
 HOMEPAGE=http://burp.grke.org/;
-SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
 
 LICENSE=AGPL-3
 SLOT=0

diff --git a/app-backup/burp/burp-1.4.40.ebuild 
b/app-backup/burp/burp-1.4.40.ebuild
index 9c1ed76..a0eac48 100644
--- a/app-backup/burp/burp-1.4.40.ebuild
+++ b/app-backup/burp/burp-1.4.40.ebuild
@@ -8,7 +8,8 @@ inherit autotools eutils user
 
 DESCRIPTION=Network backup and restore client and server for Unix and Windows
 HOMEPAGE=http://burp.grke.org/;
-SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
 
 LICENSE=AGPL-3
 SLOT=0



[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/files/, app-backup/burp/

2015-08-17 Thread Amadeusz Żołnowski
commit: 10dafbf2ba89bccb0ff3b56a2e70bbd882a4fdf1
Author: Amadeusz Żołnowski aidecoe AT gentoo DOT org
AuthorDate: Mon Aug 17 21:41:56 2015 +
Commit: Amadeusz Żołnowski aidecoe AT gentoo DOT org
CommitDate: Mon Aug 17 21:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dafbf2

app-backup/burp: Version bump

Package-Manager: portage-2.2.20.1

 app-backup/burp/Manifest   |  1 +
 app-backup/burp/burp-1.4.40.ebuild | 95 ++
 app-backup/burp/files/1.4.40-bedup-conf-path.patch | 33 
 app-backup/burp/files/1.4.40-tinfo.patch   | 22 +
 4 files changed, 151 insertions(+)

diff --git a/app-backup/burp/Manifest b/app-backup/burp/Manifest
index 274658a..cc324b0 100644
--- a/app-backup/burp/Manifest
+++ b/app-backup/burp/Manifest
@@ -1,3 +1,4 @@
 DIST burp-1.3.48.tar.bz2 683509 SHA256 
bb456c208998d2f5806828357934e794cd9675448cb6545473364fd9e6d73509 SHA512 
08de252f25ff7aa448dd6768272a9a14622902347445313b570c857b4e690374e92956379d5b388f446a88427fc4924f9c0df83cba390aa15fd040b8e92f1946
 WHIRLPOOL 
ac99abddd74bcc753037841afc78c74c7af23ad550334f0585540f056ce93243b8958cbdc37cae15cb98a02c2884c928dd65ac03820e1ef53ea031128a831a44
 DIST burp-1.3.8.tar.bz2 796082 SHA256 
ed1546d97e902d0b3974a32ef3f543b5d9ec0a5448f3caca2373383192169656 SHA512 
49f4fa43bcbd2aa54b8cee840dfb2f1b7e396048c609d7303fdef08d13dbaf7b0c7016da39620fc5a15cd9dfb8577f82e8446512887aff1ce1b6ce31e7a60e57
 WHIRLPOOL 
957cdf4b75ec5a79b7c259786b099cf5c001ebc1684df0a1028dda7ec90a2710c1cfcd4f2a8a2fb349466bc5405672350f01f989a4f6a5302eae4fa466af3056
 DIST burp-1.4.34.tar.bz2 712409 SHA256 
547d84a03d84a5ece0562b75f785180846c8f0525c212f66316650187c9cbad2 SHA512 
c65d7fab80d24fbf73c5bed1381709ad00c43372e26cebffb2847be57f3c32ec5e6ab060707766a06689a9ab7b490ce10acc93b4c229b336d1791b9dd82e025d
 WHIRLPOOL 
fa15dbdae7efd7c9736f40f06555b83b4a4b6cb932ce205eccf3e0606276aa0723c083ef0cf6e006d1cbca814265e6280572a17483d5631ac3928e6967cbcc8a
+DIST burp-1.4.40.tar.bz2 712937 SHA256 
4108eb45e14740de990d918a2adbb661d88f90de48d6e2e3a6b54fd12b16fa5e SHA512 
b44ba3a63d3b75f6fee55bbfef70ac07fa87e78ddb22a398e31a86670dfa3f2db1c9dbc58de3d0038cdc409bd5ae52c8e901cb26975fd7dbe0f773c4841af10c
 WHIRLPOOL 
636120b3fa2d4a3217567177f3c8abbdeb562d298043fd6bd685842287964d835f2a369e36db0bc32ce908ce8f96e4e2677569e6ca4bac80f8d9958a2364a62d

diff --git a/app-backup/burp/burp-1.4.40.ebuild 
b/app-backup/burp/burp-1.4.40.ebuild
new file mode 100644
index 000..9c1ed76
--- /dev/null
+++ b/app-backup/burp/burp-1.4.40.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils user
+
+DESCRIPTION=Network backup and restore client and server for Unix and Windows
+HOMEPAGE=http://burp.grke.org/;
+SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+
+LICENSE=AGPL-3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=acl afs ipv6 nls ssl tcpd xattr
+
+DEPEND=
+   dev-libs/openssl:0
+   dev-libs/uthash
+   sys-libs/libcap
+   net-libs/librsync
+   sys-libs/ncurses
+   sys-libs/zlib
+   acl? ( sys-apps/acl )
+   afs? ( net-fs/openafs )
+   nls? ( sys-devel/gettext )
+   tcpd? ( sys-apps/tcp-wrappers )
+   xattr? ( sys-apps/attr )
+   
+RDEPEND=${DEPEND}
+   virtual/logger
+   
+
+DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
+PATCHES=(
+   ${FILESDIR}/${PV}-bedup-conf-path.patch
+   ${FILESDIR}/${PV}-tinfo.patch
+   )
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1   ${PN}
+}
+
+src_prepare() {
+   epatch ${PATCHES[@]}
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --sbindir=/usr/sbin
+   --sysconfdir=/etc/burp
+   --enable-largefile
+   $(use_with ssl openssl)
+   $(use_enable acl)
+   $(use_enable afs)
+   $(use_enable ipv6)
+   $(use_enable nls)
+   $(use_enable xattr)
+   $(use_with tcpd tcp-wrappers)
+   )
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   fowners root:burp /etc/burp /var/spool/burp
+   fperms 0775 /etc/burp /var/spool/burp
+   fowners root:burp /etc/burp/clientconfdir
+   fperms 0750 /etc/burp/clientconfdir
+   fowners root:burp /etc/burp/burp-server.conf
+   fperms 0640 /etc/burp/burp-server.conf
+
+   newinitd ${FILESDIR}/${PN}.initd ${PN}
+   dodoc docs/*
+
+   sed -e 's|^# user=graham|user = burp|' \
+   -e 's|^# group=nogroup|group = burp|' \
+   -e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \
+   -i ${D}/etc/burp/burp-server.conf || die
+}
+
+pkg_postinst() {
+   if use ssl  [ ! -e /etc/burp/CA/index.txt ]; then
+   elog At first run burp server will generate DH parameters and 
SSL
+   elog 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-08-17 Thread Mike Pagano
commit: c4dde5a5f28145a1f9132c447938730bb7e7fe8d
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Aug 17 21:49:32 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 21:52:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dde5a5

sys-kernel/gentoo-sources: Linux patch 3.14.51.

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.14.51.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9487775..a8a5fc4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-3.14-55.extras.tar.xz 18264 SHA256 
3b5dc73e360e5e3e289baecc74a43
 DIST genpatches-3.14-56.base.tar.xz 1032792 SHA256 
8f227c2a9d1c6945604b67708088484fcfeb3075a4ea984495f8b1bec5a62476 SHA512 
3ed7b6b68756b7f2abbeb78e50a9735a06d4d6d5b099edfa990cc26c3894731da97df37b580d469f48f5758eab5d3aa70e4efb9300f6daacee2d8def7a918fbb
 WHIRLPOOL 
c8a55f43db1fb4a28eb87f4e5eb50d98d0c0caa76a47b06f26be0e4a2e08d8c54282a5ca46e7e89ff1c8b6d9ada44bfe319b717e76683b8fb1e68822bbb1f816
 DIST genpatches-3.14-56.experimental.tar.xz 60296 SHA256 
58be5067a3830fc533800e5105aefbf6808b06258f7b64c667e8e0a59cc7eb1b SHA512 
24d1b4c310bd53ff6172f69ccb73137af9d3aa6fdc5462a33afbf0e8459976b2965d3b64eace6c86f3ad05380f0b27ed3b4088177c60c2376438ee0dddbd7543
 WHIRLPOOL 
fd90bee201267d1a4e22f6396328f8c32fc65306c30996a42721a768b13a15f91295e64e6621eddb03cbbaede55b25b50849beacd29906c46100ec8e9a6fd983
 DIST genpatches-3.14-56.extras.tar.xz 18260 SHA256 
12f3e13a55a2d7cd26d12f7fd4b9f9918a58e03f1bca9db240cc2bc5f6f8dbb5 SHA512 
fa64c4084b013dce25f14ce3a25a88bec3aac57f10d38b0a1871ef72d578dac6fa0613bd394bd3fda7151ad6b145285993c3e579becfac9053b59896ed7e40ef
 WHIRLPOOL 
0ce89895abc7d3fd71a454778a996be4c08d1fc155a33ad3d2a6d6b58db050fcc87052f89dba93a2b89b7f4bc352dc0be6cdfd7698f609e47004d9e83072354f
+DIST genpatches-3.14-57.base.tar.xz 1045724 SHA256 
0b68357d14cddc6349711a57b66730c45dccfc4c4598626ffc07f0949f37d286 SHA512 
0610c4367e139f9b6af7ef1f5ada82ceb17cf6c53f2b2e7a95e4b44f99a279a4fe29fd1dbc597e09512c5b9c5a23ebc6091c9e62d695507044cd68adc9ae863b
 WHIRLPOOL 
0b19e424203d24b291d5b6941b9c39800b90eac54677d2f079040eec6577c454522f83840a6e5ebd5a72743ac5f7122dc38debeaf85e757792e845355b0b32cb
+DIST genpatches-3.14-57.experimental.tar.xz 60308 SHA256 
f3d49287f18f19dfdbb45c1f51d42ee63912a98568605561bfea52968f38a2b8 SHA512 
781a83eb21cfa3798fe0c458e607c006cf69c7b3c3574d05e6100b5442b4b57f7b878732cdbcbca4db081aa6834c7cb7a730bbd620bb69c6f29b28e3d2ecca9a
 WHIRLPOOL 
c87d6a60449670fcaa5189be5e673e2de8dc8ea343129769fa5d33f90dda217a6d1501e7cd853f9ce6ddc836378d1514e74c7d628d98d8b0731bf205bf26b5a4
+DIST genpatches-3.14-57.extras.tar.xz 18252 SHA256 
c7fab5340d2c59c203ee6b84749396b851ad5273ed9826a6305bd36823576f54 SHA512 
d4d4e451713064dbc612bd33d4a8b815fe9c77a483a47eda0a35f30f159c4c538f9a7a751df2185ac7d336b80bd1297c8609980757447a3f0e3cd7491d619337
 WHIRLPOOL 
936d0c3a6ae981cd08d03c17d0673bbe3d706544c6bafb33a23ae1348d0fdb7ef852257a3b28bc5004a3062634782bda900057d8e264dbfb84f6ae032927
 DIST genpatches-3.18-17.base.tar.xz 489076 SHA256 
46ec429229380585e73dfde06e11868d5f3b2212720c0ab57f6023eff0a2e4ba SHA512 
af269677d88a2e3a1feb66c26c5a12d967f41606e486903858f982d1cbfbb57a54c26585b6765592337fdb424aa13b714b1bbeec1520e263d64518be3d766476
 WHIRLPOOL 
74ed70843cb81b493fa86fe334430a7d43d88df3c5c58075a33cea762f8126dece50338ceca9114843c6703836cfd85a7ff2e000e75d2e4fe227010041563bfd
 DIST genpatches-3.18-17.experimental.tar.xz 61604 SHA256 
efd6d02daf759fb77ebd7f6654ba933bce007abc414ed67f3667115dd6c15bd9 SHA512 
95abf4e05ec31944a2ff520cfce68753656c966e575b5e23823753bb25da5f1c7f169d908f58df81db7dd75f9dbf1b1060dfb9c6349eabb2d1273086fbb09912
 WHIRLPOOL 
b89d32886fccd7c5be7f65df647f75918e8f0aa3eddd4baccb6b06da5fedb00c04516a600bf48530ee4821dee416580b695bea677607b7ce905156ac0300134f
 DIST genpatches-3.18-17.extras.tar.xz 16184 SHA256 
cadde114f6229bbb92092ae76a0dbba11b4c4841bd0daa8f8520e6e64308254f SHA512 
8637aaad4c901937cea64317a85416e328fae1802ddb51b638d68f9a1746b5ad136d6b398105056c047c5d9d5437f5f3ab763a8be3581625e5bc4be16a84a0b5
 WHIRLPOOL 
2b340ace5325ddbf4149337c8cb1d387c846de061c18269fc1ed207c138e2c4ceaf6cac85a4d969ac0f5433993f7617386494ae4a7bd2281d92ec5852a91f04d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.14.51.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.14.51.ebuild
new file mode 100644
index 000..63955ea
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.51.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ETYPE=sources
+K_WANT_GENPATCHES=base extras experimental
+K_GENPATCHES_VER=57
+K_DEBLOB_AVAILABLE=1
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/

2015-08-17 Thread Jeroen Roovers
commit: 1aa2100e76651e1797d26b262a14d9d19363862b
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 05:29:35 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 05:29:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa2100e

net-misc/stunnel: Stable for HPPA (bug #551890).

Package-Manager: portage-2.2.20.1

 net-misc/stunnel/stunnel-5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/stunnel/stunnel-5.20.ebuild 
b/net-misc/stunnel/stunnel-5.20.ebuild
index 7dbd010..0de1c8f 100644
--- a/net-misc/stunnel/stunnel-5.20.ebuild
+++ b/net-misc/stunnel/stunnel-5.20.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=ipv6 selinux stunnel3 tcpd
 
 DEPEND=tcpd? ( sys-apps/tcp-wrappers )



[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/

2015-08-17 Thread Lars Wendler
commit: 09f73073d626180ca93aa187d4c88625d86d52d9
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Mon Aug 17 10:35:35 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Mon Aug 17 10:36:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f73073

dev-util/cmake: version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 dev-util/cmake/Manifest   |   1 +
 dev-util/cmake/cmake-3.3.1.ebuild | 195 ++
 2 files changed, 196 insertions(+)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 19f66a5..2a594b0 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -4,3 +4,4 @@ DIST cmake-3.1.0.tar.gz 5955836 SHA256 
8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d
 DIST cmake-3.2.2.tar.gz 6438736 SHA256 
ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78 SHA512 
b7460733ebf81e6c0cade84c26407f474e1b0a7372d19ccadf928a8578a53043fd76c507b45a00762161aaf6938a59df6110a1eb11a7678bfbc984b020e5d68b
 WHIRLPOOL 
7debc5ac607578feee1c322416ac132ad4ba00a40410e03ee5cba52290f2f15904e7d0f2b77da37c9e8caa379b0530339fb2cc87246209f7999f10e44637f2d2
 DIST cmake-3.2.3.tar.gz 6438938 SHA256 
a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297 SHA512 
1fddea23c8e28cd6893879bd3bb349564ece815eaa5c68c3519dd62f0baa05eabbfc38168458ab91594cb0feeefd2ea761b6d292b679f8b9aa33e08a0b9d5b4c
 WHIRLPOOL 
5268cc735cbd523a2027e479ab43499589b8653972a5bed7425c451a9b5ecc5d27c867cd218144a1eb6df2d3126301d7d494cafa7b1ac7455dbb40e66bad30c6
 DIST cmake-3.3.0.tar.gz 6577818 SHA256 
857c2f755fe0794d038d6fa462a173d05b210ac2c07ff82f0af853acef231a34 SHA512 
d364925d8f0ec181dca3f5c3a6ab17daaf3689f9c0b4433e5c6b73b95965afc2d15e6de4bf4b67188a9dd42312278bed6270b0d4e1eb4e52f78b57b5b2c7d8c5
 WHIRLPOOL 
7994ec259751e85b0c80ee0b32b8d17a270919e382a1f69a3e5c07937e584c105cc6891195e8bb817701c6087a9a6333c0d9805200cfdfa0f1f69a2566f60789
+DIST cmake-3.3.1.tar.gz 6577869 SHA256 
cd65022c6a0707f1c7112f99e9c981677fdd5518f7ddfa0f778d4cee7113e3d6 SHA512 
bc60dd58f884467d7426f73c8e3e78b7ea0a0089f2577c596f34bcfc6d38dfd5d4034589c82dd9cadf138d619dbc4f0c4519faf0672b4578180de21b33f1
 WHIRLPOOL 
631b925dc8b60f57c573d7c220aaaf4193cb7a5fbd3537e96db6e17bbe537fa89398349763fce867b0e72af591cfcbab9b8cd570a613e7933a31788cfb771f2b

diff --git a/dev-util/cmake/cmake-3.3.1.ebuild 
b/dev-util/cmake/cmake-3.3.1.ebuild
new file mode 100644
index 000..35fc5cb
--- /dev/null
+++ b/dev-util/cmake/cmake-3.3.1.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_REMOVE_MODULES=no
+inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator 
cmake-utils virtualx
+
+MY_P=${P/_/-}
+
+DESCRIPTION=Cross platform Make
+HOMEPAGE=http://www.cmake.org/;
+SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz
+
+LICENSE=CMake
+SLOT=0
+KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+IUSE=doc emacs system-jsoncpp ncurses qt4 qt5
+
+RDEPEND=
+   =app-arch/libarchive-2.8.0:=
+   =dev-libs/expat-2.0.1
+   =net-misc/curl-7.20.0-r1[ssl]
+   sys-libs/zlib
+   virtual/pkgconfig
+   emacs? ( virtual/emacs )
+   ncurses? ( sys-libs/ncurses:5= )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   system-jsoncpp? ( =dev-libs/jsoncpp-0.6.0_rc2:0= )
+
+DEPEND=${RDEPEND}
+   doc? ( dev-python/sphinx )
+
+
+S=${WORKDIR}/${MY_P}
+
+SITEFILE=50${PN}-gentoo.el
+
+CMAKE_BINARY=${S}/Bootstrap.cmk/cmake
+
+PATCHES=(
+   # prefix
+   ${FILESDIR}/${PN}-2.8.10-darwin-bundle.patch
+   ${FILESDIR}/${PN}-3.0.0-prefix-dirs.patch
+   ${FILESDIR}/${PN}-3.1.0-darwin-isysroot.patch
+
+   # handle gentoo packaging in find modules
+   ${FILESDIR}/${PN}-2.8.12.1-FindImageMagick.patch
+   ${FILESDIR}/${PN}-3.0.0-FindBLAS.patch
+   ${FILESDIR}/${PN}-3.0.0-FindBoost-python.patch
+   ${FILESDIR}/${PN}-3.0.2-FindLAPACK.patch
+
+   # respect python eclasses
+   ${FILESDIR}/${PN}-2.8.10.2-FindPythonLibs.patch
+   ${FILESDIR}/${PN}-3.1.0-FindPythonInterp.patch
+)
+
+cmake_src_bootstrap() {
+   # Cleanup args to extract only JOBS.
+   # Because bootstrap does not know anything else.
+   echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+'  /dev/null
+   if [ $? -eq 0 ]; then
+   par_arg=$(echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | tail -n1 | egrep -o 
'[[:digit:]]+')
+

[gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/

2015-08-17 Thread Marc Schiffbauer
commit: 647698028f6c28ff2d62e27fa15f80677486274b
Author: Marc Schiffbauer mschiff AT gentoo DOT org
AuthorDate: Mon Aug 17 08:52:17 2015 +
Commit: Marc Schiffbauer mschiff AT gentoo DOT org
CommitDate: Mon Aug 17 08:53:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64769802

app-backup/obnam: Version bump

 app-backup/obnam/Manifest  |  1 +
 app-backup/obnam/obnam-1.14.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-backup/obnam/Manifest b/app-backup/obnam/Manifest
index 1af582e..f3e3ea9 100644
--- a/app-backup/obnam/Manifest
+++ b/app-backup/obnam/Manifest
@@ -1,2 +1,3 @@
 DIST obnam-1.13.tar.gz 361079 SHA256 
51684a44352e57b2bc9b019566d210c772a99489da6929899a41937731fc8f24 SHA512 
1df7ebac4c7cae9b2809c7fce61edc187c70098d6bb8cfbed4d789b02de7d2ddc7077907bff056beac09cc33ecc7eb5db3b282915707086ae998bba089939819
 WHIRLPOOL 
12d86d53c3b6a1d1ec35af31192129d31ef569bf188ec029bdebbd88ddd239ca11f4007135fdcd94f645bef7517808641b32ec3565b2ec796364e4f320021372
+DIST obnam-1.14.tar.gz 361431 SHA256 
67aca6e3a49f5ef14fe81010136ee90b81048d8bd9a1681ea20e699da227bee9 SHA512 
652db41865d724e53abb8e31644c9cd8e583162e7b94c8e569a8efaf40962b7066564f7439066c329ee23f4f453ead46d14348f7dfa5a70e749d169e34aed69a
 WHIRLPOOL 
f5f5657be9ff1d80154f9ce63c15a69811474d1a0bd386be837c5432178938eb8939f3de8fae26c47db97d8f07482e86a8b6795d5321a2dc3cf767728513343b
 DIST obnam-1.9.tar.gz 340103 SHA256 
7e0182efb16597d63916d052ac36546e7c597ee75ba40ae23b2dc9afbb959f82 SHA512 
f170a4223b84d2b26617c412524e9ec6efcf3b7bb7bb1a4bfc7333c138e9b9066658c54da9aa8c41b4ea3c3335da3bcd1c26b911b2cce7eb98eabf52d72af67f
 WHIRLPOOL 
73b72c8fe7bbf2958714ef05dba518839471aea91aa02d60f8015481c30440de985f2db0a610bcf08d29eaa86e074cf7b39e975c3847cb1e78c0adf27d793b31

diff --git a/app-backup/obnam/obnam-1.14.ebuild 
b/app-backup/obnam/obnam-1.14.ebuild
new file mode 100644
index 000..cd42b25
--- /dev/null
+++ b/app-backup/obnam/obnam-1.14.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE=threads
+
+inherit eutils distutils-r1
+
+DESCRIPTION=A backup program that supports encryption and deduplication
+HOMEPAGE=http://obnam.org/;
+SRC_URI=http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/snapshot/${P}.tar.gz;
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=${PYTHON_DEPS}
+   dev-python/cliapp
+   dev-python/fuse-python
+   dev-python/larch
+   !=dev-python/paramiko-1.13.0
+   || ( dev-python/paramiko-1.13.0 dev-python/paramiko-1.13.0 )
+   dev-python/pyyaml
+   dev-python/tracing
+   dev-python/ttystatus
+   
+RDEPEND=${DEPEND}
+
+PATCHES=( )
+
+src_compile() {
+   addwrite /proc/self/comm
+   distutils-r1_src_compile
+}
+
+src_install() {
+   distutils-r1_src_install
+   find ${D} -name obnam-viewprof* -delete
+   insinto /etc
+   doins ${FILESDIR}/obnam.conf
+   keepdir /var/log/obnam
+}
+
+pkg_postinst() {
+   if [[ $REPLACING_VERSIONS  1.2 ]]; then
+   elog You will need to setup a config file before running obnam 
for the first time.
+   elog For details, please see the obnam(1) manual page.
+   elog An example file has been installed as /etc/obnam.conf for 
your convenience.
+   fi
+}



[gentoo-commits] proj/dotnet:master commit in: /

2015-08-17 Thread Heather Cynede
commit: 8e3eb6efac222a89940e4b8e23b7e263994a0b09
Author: Heather Heather AT users DOT noreply DOT github DOT com
AuthorDate: Mon Aug 17 04:16:50 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 04:16:50 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8e3eb6ef

Merge pull request #104 from ArsenShnurkov/slntools

tools for parsing .sln

 dev-dotnet/slntools/Manifest   |   1 +
 dev-dotnet/slntools/files/SLNTools.sln.nuspec  |  23 
 .../slntools/files/console-window-width.patch  |  21 
 .../files/remove-wix-project-from-sln-file.patch   |  32 ++
 dev-dotnet/slntools/metadata.xml   |  13 +++
 .../slntools/slntools-1.1.3-r201508170.ebuild  | 121 +
 eclass/dotnet.eclass   |   4 +-
 7 files changed, 213 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/

2015-08-17 Thread Heather Cynede
commit: 9f1c38128a316f9462f31a876630a5fdc4d392c3
Author: Heather Cynede cynede AT gentoo DOT org
AuthorDate: Mon Aug 17 09:35:51 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 09:36:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1c3812

dev-libs/gmime resolve conflict with monolithic gtk-sharp

Package-Manager: portage-2.2.20.1

 dev-libs/gmime/gmime-2.6.20-r1.ebuild | 69 +++
 1 file changed, 69 insertions(+)

diff --git a/dev-libs/gmime/gmime-2.6.20-r1.ebuild 
b/dev-libs/gmime/gmime-2.6.20-r1.ebuild
new file mode 100644
index 000..79ad2aa
--- /dev/null
+++ b/dev-libs/gmime/gmime-2.6.20-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG=no
+VALA_USE_DEPEND=vapigen
+
+inherit eutils mono-env gnome2 vala
+
+DESCRIPTION=Utilities for creating and parsing messages using MIME
+HOMEPAGE=http://spruce.sourceforge.net/gmime/ 
http://developer.gnome.org/gmime/stable/;
+
+SLOT=2.6
+LICENSE=LGPL-2.1
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+IUSE=doc mono static-libs vala
+
+RDEPEND=
+   =dev-libs/glib-2.18:2
+   sys-libs/zlib
+   =app-crypt/gpgme-1.1.6
+   mono? (
+   dev-lang/mono
+   =dev-dotnet/gtk-sharp-2.12.21:2 )
+
+DEPEND=${RDEPEND}
+   =dev-util/gtk-doc-am-1.8
+   virtual/pkgconfig
+   doc? ( app-text/docbook-sgml-utils )
+   vala? (
+   $(vala_depend)
+   =dev-libs/gobject-introspection-1.30.0 )
+
+
+pkg_setup() {
+   use mono  mono-env_pkg_setup
+}
+
+src_prepare() {
+   gnome2_src_prepare
+   use vala  vala_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-cryptography \
+   --disable-strict-parser \
+   $(use_enable mono) \
+   $(use_enable static-libs static) \
+   $(use_enable vala)
+}
+
+src_compile() {
+   MONO_PATH=${S} gnome2_src_compile
+   if use doc; then
+   emake -C docs/tutorial html
+   fi
+}
+
+src_install() {
+   GACUTIL_FLAGS=/root '${ED}/usr/$(get_libdir)' /gacdir 
'${EPREFIX}/usr/$(get_libdir)' /package ${PN} \
+   gnome2_src_install
+
+   if use doc ; then
+   docinto tutorial
+   dodoc docs/tutorial/html/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/calibre/

2015-08-17 Thread Ben de Groot
commit: 9a2b80c23d91482bba897913332b7b415817c4be
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 09:19:09 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 09:19:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2b80c2

app-text/calibre: version bump to 2.35.0

Package-Manager: portage-2.2.20.1

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.35.0.ebuild | 228 +
 2 files changed, 229 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index ea1a161..aaa5862 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -5,3 +5,4 @@ DIST calibre-2.27.0.tar.xz 36776876 SHA256 
6567d58a9878f4ad30756c5ce984fe555393f
 DIST calibre-2.31.0.tar.xz 37521892 SHA256 
7f7e181d3247e41a1122d572a1980fc4ab1926a393aaafe3e26f5345c4602490 SHA512 
099450acb2df68800b810ce19d6c8f650b3484d37ebbf30d74f5b26b3724db326d4c4c0d6cc960bd685adfe24e08bc380449b3ee0957275aad76e95fdf60a910
 WHIRLPOOL 
0673f3caf8c7fd2252d40d2c2a9b5cf886c03afe9a725317031570aaf7f0a8177cb698a34882ba0344de40cdd30826a93f8504d1ef82da88329fee83708b2033
 DIST calibre-2.33.0.tar.xz 37269672 SHA256 
0917248454d120f0a3c6c1aec90ad88818ccc1b7747935acce263a272b8b3548 SHA512 
1bc63baecd1c1cd3c239b89c102696d39bd7975860bfc3d9fd6cd4bfdbe1e3b81ed6ec40ff3999568d9b0be3fa46efe0490d1c86edf52d67a84fdc7a890e9525
 WHIRLPOOL 
f59ce44f513730675d59fdf42bce4d7c142c39fcd3e148215686604bbf5c9ac18af1dde7f923c25b68edaec6fa3e1f4d5066ea7e1c0361491e94e1d6cd93
 DIST calibre-2.34.0.tar.xz 38329660 SHA256 
714687deadef951238dc9e7e8f5d67fbb3293522e694aeee3537cbf3a5887012 SHA512 
62fbaea1f36a650600cb137acf31c112b374f29dbfc2304365a55971341882eab99f219b3533f4d159957a06d03232cc670868127008ffefd0d40257f636c027
 WHIRLPOOL 
6bcb92c6616efa3732f5c41b37f9348caba4ae1acef1e0d80cc3b1ceb00f79b68f6fb2fa8dde254020cc28070e3e03828afccd1eead6a785b5717974f5790821
+DIST calibre-2.35.0.tar.xz 37470944 SHA256 
7d883c7ed5cf7c3c2e53c4d18e3a67c15d8a0d3425df57919adb57132860518f SHA512 
a693c23e93ad1086fe70b0cc7dcf43b1a9c004f045a3c2fac42f6a4b9f231d4f1e7b55c8bae133ac48389d4e233e245deb958365e9c0283cd8668f0f5a2326a2
 WHIRLPOOL 
b07308d7bb9803a3a882aaf4143d287352aafae69383276d6ee95f7b92a8f65c50c8a5cdc6c242ae87d8faf13ad830fcea9e27364749614219bb221a3d6ac36a

diff --git a/app-text/calibre/calibre-2.35.0.ebuild 
b/app-text/calibre/calibre-2.35.0.ebuild
new file mode 100644
index 000..0706d00
--- /dev/null
+++ b/app-text/calibre/calibre-2.35.0.ebuild
@@ -0,0 +1,228 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs
+
+DESCRIPTION=Ebook management application
+HOMEPAGE=http://calibre-ebook.com/;
+SRC_URI=http://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE=
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+   unRAR
+
+KEYWORDS=~amd64 ~arm ~x86
+SLOT=0
+IUSE=+udisks
+
+COMMON_DEPEND=
+   =app-text/podofo-0.8.2:=
+   =app-text/poppler-0.26.5[qt5]
+   =dev-lang/python-2.7.9:2.7[sqlite,ssl]
+   =dev-libs/chmlib-0.40:=
+   dev-libs/glib:2
+   =dev-libs/icu-4.4:=
+   =dev-python/apsw-3.7.17[python_targets_python2_7(-)]
+   =dev-python/beautifulsoup-3.0.5:python-2[python_targets_python2_7(-)]
+   =dev-python/dnspython-1.6.0[python_targets_python2_7(-)]
+   =dev-python/cssselect-0.7.1[python_targets_python2_7(-)]
+   =dev-python/cssutils-0.9.9[python_targets_python2_7(-)]
+   =dev-python/dbus-python-1.2.0[python_targets_python2_7(-)]
+   =dev-python/lxml-3.2.1[python_targets_python2_7(-)]
+   =dev-python/mechanize-0.1.11[python_targets_python2_7(-)]
+   dev-python/netifaces[python_targets_python2_7(-)]
+   dev-python/psutil[python_targets_python2_7(-)]
+   =dev-python/pygments-2.0.1[python_targets_python2_7(-)]
+   =dev-python/python-dateutil-1.4.1[python_targets_python2_7(-)]
+   
=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,python_targets_python2_7(-)]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-fonts/liberation-fonts
+   =media-gfx/imagemagick-6.5.9[jpeg,png]
+   media-libs/fontconfig
+   =media-libs/freetype-2:=
+   =media-libs/libmtp-1.1.5:=
+   =media-libs/libwmf-0.2.8
+   sys-libs/zlib
+   virtual/libusb:1=
+   virtual/python-imaging[python_targets_python2_7(-)]
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   =x11-misc/xdg-utils-1.0.2-r2
+   udisks? ( virtual/libudev )
+RDEPEND=${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 

[gentoo-commits] proj/sci:master commit in: app-admin/eselect/

2015-08-17 Thread Justin Lecher
commit: faa03fe3fae5266bba43bd04317e7122b4459a58
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 17 09:43:03 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 17 09:43:03 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=faa03fe3

app-admin/eselect: Import changes from live ebuild

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 app-admin/eselect/ChangeLog  |  6 ++
 .../{eselect-1.4.5-r100.ebuild = eselect-1.4.5-r101.ebuild} | 12 +---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog
index c52d547..1a907f9 100644
--- a/app-admin/eselect/ChangeLog
+++ b/app-admin/eselect/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*eselect-1.4.5-r101 (17 Aug 2015)
+
+  17 Aug 2015; Justin Lecher j...@gentoo.org +eselect-1.4.5-r101.ebuild,
+  -eselect-1.4.5-r100.ebuild:
+  app-admin/eselect: Import changes from live ebuild
+
   14 Aug 2015; Justin Lecher j...@gentoo.org
   files/eselect-1.4.5-alternatives.patch:
   app-admin/eselect: Update Patch

diff --git a/app-admin/eselect/eselect-1.4.5-r100.ebuild 
b/app-admin/eselect/eselect-1.4.5-r101.ebuild
similarity index 90%
rename from app-admin/eselect/eselect-1.4.5-r100.ebuild
rename to app-admin/eselect/eselect-1.4.5-r101.ebuild
index 0d013e2..e37ea64 100644
--- a/app-admin/eselect/eselect-1.4.5-r100.ebuild
+++ b/app-admin/eselect/eselect-1.4.5-r101.ebuild
@@ -50,16 +50,14 @@ src_install() {
 
# needed by news module
keepdir /var/lib/gentoo/news
-   if ! use prefix; then
+   if use prefix; then
+   sed -i \
+   
s:ALTERNATIVESDIR_ROOTLESS=\${EPREFIX}:ALTERNATIVESDIR_ROOTLESS=\: \
+   ${ED}/usr/share/eselect/libs/alternatives-common.bash 
|| die
+   else
fowners root:portage /var/lib/gentoo/news
fperms g+w /var/lib/gentoo/news
fi
-
-   # band aid for prefix
-   if use prefix; then
-   cd ${ED}/usr/share/eselect/libs || die
-   sed -i 
s:ALTERNATIVESDIR_ROOTLESS=\${EPREFIX}:ALTERNATIVESDIR_ROOTLESS=\: 
alternatives.bash || die
-   fi
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/monodevelop/

2015-08-17 Thread Heather Cynede
commit: 49bb97b12d4ffc81909e2172f4b54abefc39195a
Author: Heather Cynede cynede AT gentoo DOT org
AuthorDate: Mon Aug 17 10:00:14 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 10:00:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bb97b1

dev-util/monodevelop bump

Package-Manager: portage-2.2.20.1

 .../{monodevelop-5.9.5.5.ebuild = monodevelop-5.9.5.9.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/monodevelop/monodevelop-5.9.5.5.ebuild 
b/dev-util/monodevelop/monodevelop-5.9.5.9.ebuild
similarity index 100%
rename from dev-util/monodevelop/monodevelop-5.9.5.5.ebuild
rename to dev-util/monodevelop/monodevelop-5.9.5.9.ebuild



[gentoo-commits] proj/dotnet:master commit in: eclass/, dev-dotnet/slntools/files/, dev-dotnet/slntools/

2015-08-17 Thread Heather Cynede
commit: d5b2f385177c70e5efd0b8a4f030c33319f1dbef
Author: ArsenShnurkov Arsen.Shnurkov AT gmail DOT com
AuthorDate: Mon Aug 17 01:29:53 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 01:29:53 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d5b2f385

tools for parsing .sln

 dev-dotnet/slntools/files/SLNTools.sln.nuspec  |  23 
 .../slntools/files/console-window-width.patch  |  21 
 .../files/remove-wix-project-from-sln-file.patch   |  32 ++
 dev-dotnet/slntools/metadata.xml   |  13 +++
 .../slntools/slntools-1.1.3-r201508170.ebuild  | 121 +
 eclass/dotnet.eclass   |   4 +-
 6 files changed, 212 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/slntools/files/SLNTools.sln.nuspec 
b/dev-dotnet/slntools/files/SLNTools.sln.nuspec
new file mode 100644
index 000..f3e79bf
--- /dev/null
+++ b/dev-dotnet/slntools/files/SLNTools.sln.nuspec
@@ -0,0 +1,23 @@
+?xml version=1.0 encoding=utf-8?
+package 
+  metadata
+idSLNTools/id
+version1.1.3/version
+authorschristianwarren/authors
+ownersdotnet/owners
+licenseUrlhttps://slntools.codeplex.com/license/licenseUrl
+projectUrlhttps://github.com/ArsenShnurkov/slntools/projectUrl
+
iconUrlhttps://www.iconfinder.com/icons/100044/studio_visual_icon/iconUrl
+requireLicenseAcceptancefalse/requireLicenseAcceptance
+descriptionTools for SLN File' make it easier for developers to compare, 
merge or filter the .sln files generated by Visual Studio/description
+
releaseNoteshttps://slntools.codeplex.com/releases/view/616549/releaseNotes
+copyrightCopyright 2015/copyright
+tagssln/tags
+dependencies
+/dependencies
+  /metadata
+  files
+!-- * is for .dll and .mdb --
+file src=Main/SLNTools.exe/bin/$Configuration$/* target=lib/net40/ /
+  /files
+/package

diff --git a/dev-dotnet/slntools/files/console-window-width.patch 
b/dev-dotnet/slntools/files/console-window-width.patch
new file mode 100644
index 000..ba95e00
--- /dev/null
+++ b/dev-dotnet/slntools/files/console-window-width.patch
@@ -0,0 +1,21 @@
+diff --git a/Main/SLNTools.exe/CommandLine/CommandLineParser.cs 
b/Main/SLNTools.exe/CommandLine/CommandLineParser.cs
+index 5b79a8e..b97b6c0 100644
+--- a/Main/SLNTools.exe/CommandLine/CommandLineParser.cs
 b/Main/SLNTools.exe/CommandLine/CommandLineParser.cs
+@@ -544,6 +544,8 @@ namespace CWDev.SLNTools.CommandLine
+ /// returnsReturns the number of columns in the current console 
window/returns
+ public static int GetConsoleWindowWidth()
+ {
++return Console.WindowWidth;
++/*
+ int screenWidth;
+ CONSOLE_SCREEN_BUFFER_INFO csbi = new 
CONSOLE_SCREEN_BUFFER_INFO();
+ 
+@@ -551,6 +553,7 @@ namespace CWDev.SLNTools.CommandLine
+ rc = GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), 
ref csbi);
+ screenWidth = csbi.dwSize.x;
+ return screenWidth;
++*/
+ }
+ 
+ /// summary

diff --git a/dev-dotnet/slntools/files/remove-wix-project-from-sln-file.patch 
b/dev-dotnet/slntools/files/remove-wix-project-from-sln-file.patch
new file mode 100644
index 000..8c84a65
--- /dev/null
+++ b/dev-dotnet/slntools/files/remove-wix-project-from-sln-file.patch
@@ -0,0 +1,32 @@
+diff --git a/Main/SLNTools.sln b/Main/SLNTools.sln
+index 6a31cc2..ed3cfef 100644
+--- a/Main/SLNTools.sln
 b/Main/SLNTools.sln
+@@ -14,8 +14,6 @@ Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = 
CWDev.SLNTools.UIKit.dll,
+ EndProject
+ Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = SLNTools.exe, 
SLNTools.exe\SLNTools.exe.csproj, {00082D4F-899D-4A3B-B8C6-E9A25244E2B3}
+ EndProject
+-Project({930C7802-8A8C-48F9-8165-68863BCCD9DD}) = SLNTools.msi, 
SLNTools.msi\SLNTools.msi.wixproj, {90671C26-71A1-4596-9103-904D420E755C}
+-EndProject
+ Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = BuildTools, 
BuildTools\BuildTools.csproj, {F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}
+ EndProject
+ Global
+@@ -58,18 +56,6 @@ Global
+   {71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Mixed 
Platforms.ActiveCfg = Release|Any CPU
+   {71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Mixed 
Platforms.Build.0 = Release|Any CPU
+   {71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|x86.ActiveCfg = 
Release|Any CPU
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|Any CPU.ActiveCfg 
= Debug|x86
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|Any CPU.Build.0 = 
Debug|x86
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|Mixed 
Platforms.ActiveCfg = Debug|x86
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|Mixed 
Platforms.Build.0 = Debug|x86
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|x86.ActiveCfg = 
Debug|x86
+-  {90671C26-71A1-4596-9103-904D420E755C}.Debug|x86.Build.0 = 
Debug|x86
+- 

[gentoo-commits] repo/gentoo:master commit in: profiles/

2015-08-17 Thread Johannes Huber
commit: 14e4fddc86face61131445d3306c850613421300
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 10:06:54 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 10:10:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e4fddc

profiles: Update Nepomuk removal mask

Add kde-misc/akonadi-google, kde-misc/akonadi-social-utils.

 profiles/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index fa17ab1..44c0aed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -79,6 +79,8 @@ dev-util/plasmate
 kde-apps/nepomuk
 kde-base/nepomuk-core
 kde-base/nepomuk-widgets
+kde-misc/akonadi-google
+kde-misc/akonadi-social-utils
 kde-misc/ksoprano
 kde-misc/nepomukshell
 kde-misc/pgame



[gentoo-commits] dev/yngwin:master commit in: media-libs/vst-sdk/

2015-08-17 Thread Ben de Groot
commit: bd29938590606eae8924d83a577edabbe6b15503
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 11:28:07 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 11:28:07 2015 +
URL:https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=bd299385

media-libs/vst-sdk: initial ebuild for vst-sdk-3.6.5

 media-libs/vst-sdk/Manifest |  1 +
 media-libs/vst-sdk/metadata.xml |  5 
 media-libs/vst-sdk/vst-sdk-3.6.5.ebuild | 41 +
 3 files changed, 47 insertions(+)

diff --git a/media-libs/vst-sdk/Manifest b/media-libs/vst-sdk/Manifest
new file mode 100644
index 000..ac5deb9
--- /dev/null
+++ b/media-libs/vst-sdk/Manifest
@@ -0,0 +1 @@
+DIST vstsdk365_06_08_2015_build_50.zip 41452551 SHA256 
99de5300676d9a9eacf09be0b1770844e7b4e75a3f8ab9d1397e7d2620d4b59b SHA512 
d504237b323b1bfbd158dc03a7ea35525b86c97748d1472eb34a1fec93a5c92793dcd8bc99fdb81741105090553a06725f8f098d1e39f392d6fbf0337b9385bc
 WHIRLPOOL 
d376e850b6c1f3e296ad3eede47d9f1c6e9bfc6628202760493a78c82e81f40157520c8c923920563ce0a516882dd8d384a842798d5c55f7bcf92c105b4d2dbb

diff --git a/media-libs/vst-sdk/metadata.xml b/media-libs/vst-sdk/metadata.xml
new file mode 100644
index 000..af0275e
--- /dev/null
+++ b/media-libs/vst-sdk/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdproaudio/herd
+/pkgmetadata

diff --git a/media-libs/vst-sdk/vst-sdk-3.6.5.ebuild 
b/media-libs/vst-sdk/vst-sdk-3.6.5.ebuild
new file mode 100644
index 000..a860580
--- /dev/null
+++ b/media-libs/vst-sdk/vst-sdk-3.6.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit versionator
+
+BDATE=06_08_2015
+BUILD=build_50
+MY_PV=$(delete_all_version_separators)_${BDATE}_${BUILD}
+
+DESCRIPTION=Steinberg Virtual Studio Technology software development kit
+HOMEPAGE=http://www.steinberg.net/en/company/developers.html;
+SRC_URI=http://www.steinberg.net/sdk_downloads/vstsdk${MY_PV}.zip;
+
+LICENSE=VST3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=app-arch/unzip
+RDEPEND=
+
+RESTRICT=mirror
+S=${WORKDIR}
+
+src_prepare() {
+   mv VST3 SDK VST3-SDK || die
+}
+
+src_compile() { :; }
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r VST3-SDK
+}
+
+pkg_postinst() {
+   einfo Please make sure to review the license agreement, which can be 
found at:
+   einfo ${ROOT}usr/share/${PN}/VST3-SDK/doc/VST3_License_Agreement.html
+}



[gentoo-commits] dev/yngwin:master commit in: metadata/

2015-08-17 Thread Ben de Groot
commit: f8a5560e9da8eaf711efac5dda27e410629c8fdb
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 11:29:43 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 11:29:43 2015 +
URL:https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=f8a5560e

metadata: add gitignore for md5cache

 metadata/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/.gitignore b/metadata/.gitignore
new file mode 100644
index 000..467e592
--- /dev/null
+++ b/metadata/.gitignore
@@ -0,0 +1 @@
+/md5-cache/



[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/

2015-08-17 Thread Heather Cynede
commit: 461bb4f654a35585725ce726ef270386c1958f0e
Author: Heather Cynede cynede AT gentoo DOT org
AuthorDate: Mon Aug 17 09:18:12 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 09:19:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461bb4f6

dev-lang/mono blocks dev-lang/mono-basic

Package-Manager: portage-2.2.20.1

 dev-lang/mono/mono-4.0.3.20.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/mono/mono-4.0.3.20.ebuild 
b/dev-lang/mono/mono-4.0.3.20.ebuild
index 0884626..8351631 100644
--- a/dev-lang/mono/mono-4.0.3.20.ebuild
+++ b/dev-lang/mono/mono-4.0.3.20.ebuild
@@ -31,6 +31,7 @@ DEPEND=${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/elfix )
+   !dev-lang/mono-basic
 
 
 MAKEOPTS=${MAKEOPTS} -j1 #nowarn



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-bin/, x11-drivers/xf86-video-virtualbox/, ...

2015-08-17 Thread Lars Wendler
commit: 1b069077aa099591b2921e3fb62a317d4ba7daa2
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Mon Aug 17 09:24:11 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Mon Aug 17 09:30:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b069077

virtualbox packages: Version bump to version 5.0.2

app-emulation/virtualbox
app-emulation/virtualbox-additions
app-emulation/virtualbox-bin
app-emulation/virtualbox-extpack-oracle
app-emulation/virtualbox-guest-additions
app-emulation/virtualbox-modules
x11-drivers/xf86-video-virtualbox

Fixed the following bugs:
https://bugs.gentoo.org/554952
https://bugs.gentoo.org/555052
https://bugs.gentoo.org/555682

 app-emulation/virtualbox-additions/Manifest|   1 +
 .../virtualbox-additions-5.0.2.ebuild  |  36 ++
 app-emulation/virtualbox-bin/Manifest  |   4 +
 .../virtualbox-bin-5.0.2.102096.ebuild | 357 +
 app-emulation/virtualbox-extpack-oracle/Manifest   |   1 +
 .../virtualbox-extpack-oracle-5.0.2.102096.ebuild  |  43 +++
 app-emulation/virtualbox-guest-additions/Manifest  |   1 +
 .../virtualbox-guest-additions-5.0.2.ebuild| 212 +++
 app-emulation/virtualbox-modules/Manifest  |   1 +
 .../virtualbox-modules-5.0.2.ebuild|  59 +++
 app-emulation/virtualbox/Manifest  |   2 +
 app-emulation/virtualbox/virtualbox-5.0.2.ebuild   | 422 +
 x11-drivers/xf86-video-virtualbox/Manifest |   1 +
 .../xf86-video-virtualbox-5.0.2.ebuild | 171 +
 14 files changed, 1311 insertions(+)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 2538fcf..882d632 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -1,3 +1,4 @@
 DIST VBoxGuestAdditions_4.3.28.iso 58241024 SHA256 
9f52e186d6c9407b2676d4b2ed1cdf96940ec129cc2bd92e54b24526271a9733 SHA512 
78055f389dc1a7bd62577f1fa670b8f8899ab3a58a87953d30fcaea1cd0c77f8662e15fea932c434309747971a2a61b61854b6f087654d9d2fb2de07fb6f1b5c
 WHIRLPOOL 
64275e44c01f4f260899a7c16aaeb494ebe81277e7cbdec87e487736833cc239338f3c32c00759244b3be55c5754788593b81d06dab7d9ab26991369fa9d65fd
 DIST VBoxGuestAdditions_4.3.30.iso 58257408 SHA256 
432c2da1d9a939de7ba1d2cfb10595031374af9ce66417a43979d1794beedbb1 SHA512 
a782e47381b708aee8a8f2c1d6608d51d09a2fb0d55ea3b543530a31cbf489043f05d4c334a9e269b922318339cb78a897603b8bce2749fe02088a6e9a4fd177
 WHIRLPOOL 
c70b9e630820f7be38e38fd7ce20073c3766758950f60367a3a6e44f10baadbfb5a9dc67c7c8364770e7ae28d27d632c53699fd6d1102bf672672419f1f2
 DIST VBoxGuestAdditions_5.0.0.iso 58601472 SHA256 
7b61f523db7ba75aebc4c7bb0cae2da92674fa72299e4a006c5c67517f7d786b SHA512 
8db386b2bf4ccfadcffbef2d38fc8374e4c51aabdbddc4ccf632be029b84d560416bcd255ae1e228f862ea294ff2c7e4f1e0b1076f387d84ed72fbf03407d6e8
 WHIRLPOOL 
2fcd8544bb668b38e25b9f70ab9b1e646daea7657c5c15c9eaecb9a028ee6961cc8b729ec4d0f1db2de620e074e033bbb6cd0a8529ce133136634498f44e33d2
+DIST VBoxGuestAdditions_5.0.2.iso 58716160 SHA256 
974063ca9c7bde796dd77ba55d35583dc5d8bc27d53a6bfd81ae206978b133e2 SHA512 
598709d64d78687e6905f3a17bd1442aae588a3024fbb6732a3fcbc43e9299e23a5d377bb4f810f4747b62db5c7cf6bd9f21270d5e76fd365743f845256ae736
 WHIRLPOOL 
86d3f40b67e6bbd6e1ff503e44558fc213f8c42d8496fcbd148ff82f418012ea58854470090ddaa9754a35e53b2dd335d4a116bd8502c1e00f4b4b1b729b3998

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.0.2.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.0.2.ebuild
new file mode 100644
index 000..e46434c
--- /dev/null
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-5.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_PN=VBoxGuestAdditions
+MY_PV=${PV/beta/BETA}
+MY_PV=${MY_PV/rc/RC}
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION=CD image containing guest additions for VirtualBox
+HOMEPAGE=http://www.virtualbox.org/;
+SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
+
+LICENSE=GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+RESTRICT=mirror
+
+RDEPEND=!app-emulation/virtualbox-bin
+   !=app-emulation/virtualbox-
+
+S=${WORKDIR}
+
+src_unpack() {
+   return 0
+}
+
+src_install() {
+   insinto /usr/share/${PN/-additions}
+   newins ${DISTDIR}/${MY_P}.iso ${MY_PN}.iso
+}

diff --git a/app-emulation/virtualbox-bin/Manifest 
b/app-emulation/virtualbox-bin/Manifest
index 47ad70e..7dad4f7 100644
--- a/app-emulation/virtualbox-bin/Manifest
+++ b/app-emulation/virtualbox-bin/Manifest
@@ -1,12 +1,16 @@
 DIST Oracle_VM_VirtualBox_Extension_Pack-4.3.28-100309.tar.gz 15961939 SHA256 
72e101d9dc5eabeb76d1ab5bd6d2f817a11c89adfe8bb72cc5d614a2eef532d1 SHA512 

[gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/

2015-08-17 Thread Heather Cynede
commit: fd2c6675e27e4479da9fa56e041b1b9f7ce1ba32
Author: Heather Heather AT live DOT ru
AuthorDate: Mon Aug 17 09:58:49 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 09:58:49 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=fd2c6675

dev-util/monodevelop bump

 dev-util/monodevelop/monodevelop-5.9.0.431.ebuild  | 119 -
 dev-util/monodevelop/monodevelop-5.9.4.5.ebuild| 119 -
 ...p-5.9.5.5.ebuild = monodevelop-5.9.5.9.ebuild} |   0
 3 files changed, 238 deletions(-)

diff --git a/dev-util/monodevelop/monodevelop-5.9.0.431.ebuild 
b/dev-util/monodevelop/monodevelop-5.9.0.431.ebuild
deleted file mode 100644
index 089ef77..000
--- a/dev-util/monodevelop/monodevelop-5.9.0.431.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit fdo-mime gnome2-utils dotnet versionator eutils
-
-DESCRIPTION=Integrated Development Environment for .NET
-HOMEPAGE=http://www.monodevelop.com/;
-SRC_URI=http://download.mono-project.com/sources/${PN}/${P}.tar.bz2
-   https://launchpadlibrarian.net/68057829/NUnit-2.5.10.11092.zip
-   https://www.nuget.org/api/v2/package/NUnit/2.6.3 - NUnit.2.6.3.zip
-   https://www.nuget.org/api/v2/package/NUnit.Runners/2.6.3  - 
NUnit.Runners.2.6.3.zip
-   
https://www.nuget.org/api/v2/package/System.Web.Mvc.Extensions.Mvc.4/1.0.9 - 
System.Web.Mvc.Extensions.Mvc.4.1.0.9.zip
-   https://www.nuget.org/api/v2/package/Microsoft.AspNet.Mvc/5.2.2 - 
Microsoft.AspNet.Mvc.5.2.2.zip
-   https://www.nuget.org/api/v2/package/Microsoft.AspNet.Razor/3.2.2 - 
Microsoft.AspNet.Razor.3.2.2.zip
-   https://www.nuget.org/api/v2/package/Microsoft.AspNet.WebPages/3.2.2 - 
Microsoft.AspNet.WebPages.3.2.2.zip
-   
https://www.nuget.org/api/v2/package/Microsoft.Web.Infrastructure/1.0.0.0 - 
Microsoft.Web.Infrastructure.1.0.0.0.zip
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=+subversion +git doc +gnome qtcurve
-
-RDEPEND==dev-lang/mono-3.2.8
-   =dev-dotnet/nuget-2.8.3
-   gnome? ( =dev-dotnet/gnome-sharp-2.24.2-r1 )
-   =dev-dotnet/gtk-sharp-2.12.21:2
-   =dev-dotnet/mono-addins-1.0[gtk]
-   doc? ( dev-util/mono-docbrowser )
-   =dev-dotnet/xsp-2
-   dev-util/ctags
-   sys-apps/dbus[X]
-   subversion? ( dev-vcs/subversion )
-   !dev-util/monodevelop-boo-$(get_version_component_range 1-2)
-   !dev-util/monodevelop-java-$(get_version_component_range 1-2)
-   !dev-util/monodevelop-database-$(get_version_component_range 1-2)
-   !dev-util/monodevelop-debugger-gdb-$(get_version_component_range 1-2)
-   !dev-util/monodevelop-debugger-mdb-$(get_version_component_range 1-2)
-   !dev-util/monodevelop-vala-$(get_version_component_range 1-2)
-DEPEND=${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-   x11-misc/shared-mime-info
-   x11-terms/xterm
-   app-arch/unzip
-MAKEOPTS=${MAKEOPTS} -j1 #nowarn
-S=${WORKDIR}/monodevelop-5.9
-
-src_unpack() {
-   unpack ${P}.tar.bz2  NUnit-2.5.10.11092.zip
-   mkdir monodevelop-5.9/packages || die
-   cd monodevelop-5.9/packages || die
-
-   for pkg in NUnit.2.6.3 \
-   NUnit.Runners.2.6.3 \
-   System.Web.Mvc.Extensions.Mvc.4.1.0.9 \
-   Microsoft.AspNet.Mvc.5.2.2 \
-   Microsoft.AspNet.Razor.3.2.2 \
-   Microsoft.AspNet.WebPages.3.2.2 \
-   Microsoft.Web.Infrastructure.1.0.0.0
-   do
-   mkdir $pkg || die
-   cd $pkg || die
-   unpack $pkg.zip
-   cd .. || die
-   done
-}
-
-src_prepare() {
-   # Remove the git rev-parse (changelog?)
-   sed -i '/Exec.*rev-parse/ d' 
${S}/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj || die
-   # Set specific_version to prevent binding problem
-   # when gtk#-3 is installed alongside gtk#-2
-   find ${S} -name '*.csproj' -exec sed -i 
's#SpecificVersion.*/SpecificVersion#SpecificVersionTrue/SpecificVersion#'
 {} + || die
-
-   #copy missing binaries
-   cp -fR ${WORKDIR}/NUnit-2.5.10.11092/bin/net-2.0/framework/* 
${S}/external/cecil/Test/libs/nunit-2.5.10/ || die
-
-   #fix ASP.Net
-   epatch ${FILESDIR}/5.7-downgrade_to_mvc3.patch
-   # fix for https://github.com/gentoo/dotnet/issues/42
-   epatch ${FILESDIR}/aspnet-template-references-fix.patch
-   use gnome || epatch ${FILESDIR}/kill-gnome.patch
-   use qtcurve  epatch ${FILESDIR}/kill-qtcurve-warning.patch
-}
-
-src_configure() {
-   # env vars are added as the fix for 
https://github.com/gentoo/dotnet/issues/29
-   MCS=/usr/bin/dmcs CSC=/usr/bin/dmcs GMCS=/usr/bin/dmcs econf \
-   --disable-update-mimedb \

[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-17 Thread Heather Cynede
commit: 81d38d85b927c981f3750511fa5d735b90d2d5a4
Author: Heather Heather AT users DOT noreply DOT github DOT com
AuthorDate: Mon Aug 17 09:16:28 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 09:16:28 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=81d38d85

dev-lang/mono-basic conflicts with mono Bug 557904

 dev-lang/mono/mono-4.0.3.20.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/mono/mono-4.0.3.20.ebuild 
b/dev-lang/mono/mono-4.0.3.20.ebuild
index 0884626..8351631 100644
--- a/dev-lang/mono/mono-4.0.3.20.ebuild
+++ b/dev-lang/mono/mono-4.0.3.20.ebuild
@@ -31,6 +31,7 @@ DEPEND=${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/elfix )
+   !dev-lang/mono-basic
 
 
 MAKEOPTS=${MAKEOPTS} -j1 #nowarn



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krename/

2015-08-17 Thread Johannes Huber
commit: d9dfa8bf442b0da36bd9eedb140dead7017d74f6
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Aug 16 10:41:55 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 09:34:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dfa8bf

kde-misc/krename: Use subslot operator for exiv2

Package-Manager: portage-2.2.20.1

Signed-off-by: Johannes Huber johu AT gentoo.org

 kde-misc/krename/krename-4.0.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/krename/krename-4.0.9-r3.ebuild 
b/kde-misc/krename/krename-4.0.9-r3.ebuild
index d894be6..7642fb4 100644
--- a/kde-misc/krename/krename-4.0.9-r3.ebuild
+++ b/kde-misc/krename/krename-4.0.9-r3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS=amd64 x86
 IUSE=debug exif pdf taglib truetype
 
 RDEPEND=
-   exif? ( =media-gfx/exiv2-0.13 )
+   exif? ( =media-gfx/exiv2-0.13:= )
pdf? ( =app-text/podofo-0.8 )
taglib? ( =media-libs/taglib-1.5 )
truetype? ( media-libs/freetype:2 )



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/

2015-08-17 Thread Jauhien Piatlicki
commit: 149e1a0d815b9704ad7602ed7ce13150047dd1ea
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug 17 22:02:42 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug 17 22:13:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149e1a0d

dev-lang/rust: version bump

Package-Manager: portage-2.2.18

 dev-lang/rust/Manifest | 6 +++---
 dev-lang/rust/{rust-1.1.0.ebuild = rust-1.2.0.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 44debdd..6724a6b 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -1,3 +1,3 @@
-DIST 
rust-stage0-2015-04-27-857ef6e-linux-i386-0bc8cffdce611fb71fd7d3d8e7cdbfaf748a4f16.tar.bz2
 15508125 SHA256 
ad3d4316a4c07d37445b54a293923151a2f21914a2bbd1a5f175b1f73f860e0b SHA512 
39f7dc1d8128ff902bc41dd2731f8332c7166cf7981c1b0676c7017083136802b4e35a3615c55a4bb16617f194abce32c0c14d0d864867726267cad145e46c39
 WHIRLPOOL 
ff6bac955a2bec6578b81f6a076798631692ddb4b4dfe91513615df8278b35e454b36f82f5ce1c2e5f310af7686633de3691e08c593b4ce329047a1692d99b52
-DIST 
rust-stage0-2015-04-27-857ef6e-linux-x86_64-94089740e48167c5975c92c139ae9c286764012f.tar.bz2
 14707052 SHA256 
e7858a90c2c6c35299ebe2cb6425f3f84d0ba171dcbce20ff68295a1ff75c7e5 SHA512 
5911a7addc44ebd975e2f4b8db20eb10f5d817defa2329e1a323b1f267e9c844ee1045513fb7156f19bea116aa9c5ba775703391f72edabb94e2fef1c67ba0a0
 WHIRLPOOL 
b3bd0cfbda18955c0ec173e089d130b3cf9b6e1cd618e65eecba6ef648fbb5bdb4baf853958bcceee95e9ed30819f25e97ba134396038b0173b209a0fff2623f
-DIST rustc-1.1.0-src.tar.gz 22241376 SHA256 
cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a SHA512 
7b76464e42b9c97461e232791f0e48e6cb1a36cf191e543c21c7b21cb3e30426fa4e2e32e54242019836ef65ea7bcf5542c21aadf8d44140f7c0e8a5bfcb97f5
 WHIRLPOOL 
cf4605895668e4ad7eca617ff6fe1e96ea077b46ddc9271f395c2da53ee5ff95eddca2cf1de9e4e3a9333a7f6d2081e0e36f8aa486b48fee5281a9b6bebb9e5e
+DIST 
rust-stage0-2015-05-24-ba0e1cd-linux-i386-a6f22e481eabf098cc65bda97bf7e434a1fcc20b.tar.bz2
 1565 SHA256 
f6787490b97923386b3469d698b700be1ab7f8d43efa427031e228a59f893993 SHA512 
8b7c706d02b8198343d67b30921ba22879bc44943284b8fcf24d8de1861b64cd5441cf5b1e2551021fa8777c78073e9b492a2e79da2889368f5c47392315dbc9
 WHIRLPOOL 
6766d6c536eace21c9f412eb628b759338df41985eab38a9e0c47271d0b11b500c09ac8c0797384b43223419df6e21af0747bfd781a4e3052b3d6d3047ced2e6
+DIST 
rust-stage0-2015-05-24-ba0e1cd-linux-x86_64-5fd8698fdfe953e6c4d86cf4fa1d5f3a0053248c.tar.bz2
 14913394 SHA256 
11f7f56320bd0dff5b47bae3f80377d9514a3ad4bc983d674eb33074c95d66a0 SHA512 
795d53c802480b5f54d80032e9d0aee56fa26a5bb1a5f79c6673d7646c30e0dccfa7926b1fdd4c5874d9d7b7dd245143686a52e228b17c4c96dec371daf1b625
 WHIRLPOOL 
e098dc9a6348dc0da211b1d23ccb2b0a10e0a8b8e4babf1e710d6007e7580b8656f5788343bbafdc22dca20df247a332fac19476244fc4607c1a1e7b4db5
+DIST rustc-1.2.0-src.tar.gz 23863924 SHA256 
ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78 SHA512 
2596c0dddff0276916edbb7d68ae610209c75d53d89f1f15dc56ad7408e235dbedfcd1bba9c446dd1e32a8d274cedebb7b32b328223280c28ab546bbd06f1c76
 WHIRLPOOL 
741118f7e265129bfd0f0d66487e12dc8f95018d8479e8f3cde555160abdb29ade9c69607a2daa088ae3dbe74c1120c16141248cd771a6e56759ce10cfc45a62

diff --git a/dev-lang/rust/rust-1.1.0.ebuild b/dev-lang/rust/rust-1.2.0.ebuild
similarity index 93%
rename from dev-lang/rust/rust-1.1.0.ebuild
rename to dev-lang/rust/rust-1.2.0.ebuild
index 71f3d7c..cacdbd4 100644
--- a/dev-lang/rust/rust-1.1.0.ebuild
+++ b/dev-lang/rust/rust-1.2.0.ebuild
@@ -14,8 +14,8 @@ DESCRIPTION=Systems programming language from Mozilla
 HOMEPAGE=http://www.rust-lang.org/;
 
 SRC_URI=http://static.rust-lang.org/dist/${MY_P}-src.tar.gz
-   amd64? ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-04-27-857ef6e-linux-x86_64-94089740e48167c5975c92c139ae9c286764012f.tar.bz2
 )
-   x86?   ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-04-27-857ef6e-linux-i386-0bc8cffdce611fb71fd7d3d8e7cdbfaf748a4f16.tar.bz2
 )
+   amd64? ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-05-24-ba0e1cd-linux-x86_64-5fd8698fdfe953e6c4d86cf4fa1d5f3a0053248c.tar.bz2
 )
+   x86?   ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-05-24-ba0e1cd-linux-i386-a6f22e481eabf098cc65bda97bf7e434a1fcc20b.tar.bz2
 )
 
 
 LICENSE=|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA
@@ -48,7 +48,7 @@ src_unpack() {
 src_prepare() {
local postfix=gentoo-${SLOT}
sed -i -e s/CFG_FILENAME_EXTRA=.*/CFG_FILENAME_EXTRA=${postfix}/ 
mk/main.mk || die
-   epatch ${FILESDIR}/${P}-install.patch
+   epatch ${FILESDIR}/${PN}-1.1.0-install.patch
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/

2015-08-17 Thread Jauhien Piatlicki
commit: 5e0ef88cc946beff3e49d30cf4cfb9819da460d2
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug 17 22:09:05 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug 17 22:14:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0ef88c

dev-lang/rust-bin: version bump

Package-Manager: portage-2.2.18

 dev-lang/rust-bin/Manifest | 4 ++--
 dev-lang/rust-bin/{rust-bin-1.1.0.ebuild = rust-bin-1.2.0.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index de469a5..fa8ef05 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -1,2 +1,2 @@
-DIST rustc-1.1.0-i686-unknown-linux-gnu.tar.gz 87517937 SHA256 
1a4e6845ed58a84fc8e2abe5b3a286c09fb2ac39d4848a6d511cdce336e4a207 SHA512 
bdeb558b38d0df135973693c93fa41d5d30adcd222db273806ee2f49fcd1a571ad7f25208a64645540f22a0f9a6ed9142b9a20c3c3a043a0c783e9492e646b91
 WHIRLPOOL 
7b355e10d9c3aa0dbfba7138a18c45b31fe1f2614277718119ea5a28d20cc1032fa54730762efa07c604bb370730634b307a2d03b5bea16180030971972df6f1
-DIST rustc-1.1.0-x86_64-unknown-linux-gnu.tar.gz 86176446 SHA256 
87ead57db95f059fe0b1d901f5d8f3fa0f7cce5d056a42d9486626997f4a1df2 SHA512 
0a6ff00aa3a475c72111d23e8cb605759734d562b036d554c8c9e3472d1d1be663cc1f0a2c25aea55b032d15aae5726edafa2bd719c48ee2696bbd28632787d3
 WHIRLPOOL 
224eb012a6a989c3078c0cac6442c3e3289fd9c061edca34c99a2b8ce8529b0f760cd5e2e67a5a6acfcf3e79c28d68aea3a1a5aac04e24f19359fa26e3bc
+DIST rustc-1.2.0-i686-unknown-linux-gnu.tar.gz 89840371 SHA256 
f4c1692479314d63ee67914ec2065778c39ca4912f191a7894caf5264802b4fa SHA512 
c89e6fac05c79755db7c15a275ac2a11d781fda10f6851ff13f0dce314f9a373bd5b79d0e1da0780071ce959693d4f08c33e3d18abbabe802922679d1e25a6b6
 WHIRLPOOL 
56c0636ecdc745fcdb41b77037486ba04c11b6a08568a0ada962687ead31bbd2c8f360894e629428fde4e5e3204d355e402d4a3651c4b13d0422e16beaec9f60
+DIST rustc-1.2.0-x86_64-unknown-linux-gnu.tar.gz 8977 SHA256 
32fb262ba9da26a6d5ad9b2ca420fb56d97af8f86acb5cda2e85b7e7c33f6dcc SHA512 
ea87a2c0e05d3f7e7c738320fd08b53055f76703526846b87b885e7abbd320b2f393b9328daa1ca04e9cb545e906c5750b6dcede2ede23323aeab8a8b096ccfd
 WHIRLPOOL 
e82ed578218ce19b4a7ca5b9d4c842c5546b5daa6aa3be162393fc0ca7148cf245bb7a79719b10ea7bf43952f8908a6355eea9070f027fcd5f1d70caa37c9931

diff --git a/dev-lang/rust-bin/rust-bin-1.1.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
similarity index 100%
rename from dev-lang/rust-bin/rust-bin-1.1.0.ebuild
rename to dev-lang/rust-bin/rust-bin-1.2.0.ebuild



[gentoo-commits] proj/linux-patches:3.10 commit in: /

2015-08-17 Thread Mike Pagano
commit: 88995e4f17dee7d97d16d8029ddf0bc0c0a6de68
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Aug 17 21:55:35 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 21:55:35 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=88995e4f

Linux patch 3.10.87

 _README  |4 +
 1086_linux-3.10.87.patch | 1317 ++
 2 files changed, 1321 insertions(+)

diff --git a/_README b/_README
index e519e9a..f2882cc 100644
--- a/_README
+++ b/_README
@@ -386,6 +386,10 @@ Patch:  1085_linux-3.10.86.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.86
 
+Patch:  1086_linux-3.10.87.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.87
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1086_linux-3.10.87.patch b/1086_linux-3.10.87.patch
new file mode 100644
index 000..c17a77d
--- /dev/null
+++ b/1086_linux-3.10.87.patch
@@ -0,0 +1,1317 @@
+diff --git a/Makefile b/Makefile
+index 25ee724c9089..0d4fd6427349 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 86
++SUBLEVEL = 87
+ EXTRAVERSION =
+ NAME = TOSSUG Baby Fish
+ 
+diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S
+index 32640ae7750f..03a1e26ba3a3 100644
+--- a/arch/arm/kernel/entry-armv.S
 b/arch/arm/kernel/entry-armv.S
+@@ -358,7 +358,8 @@ ENDPROC(__pabt_svc)
+   .endm
+ 
+   .macro  kuser_cmpxchg_check
+-#if !defined(CONFIG_CPU_32v6K)  !defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
++#if !defined(CONFIG_CPU_32v6K)  defined(CONFIG_KUSER_HELPERS)  \
++!defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
+ #ifndef CONFIG_MMU
+ #warning NPTL on non MMU needs fixing
+ #else
+diff --git a/arch/arm/kernel/fiq.c b/arch/arm/kernel/fiq.c
+index 25442f451148..918875d96d5d 100644
+--- a/arch/arm/kernel/fiq.c
 b/arch/arm/kernel/fiq.c
+@@ -84,17 +84,14 @@ int show_fiq_list(struct seq_file *p, int prec)
+ 
+ void set_fiq_handler(void *start, unsigned int length)
+ {
+-#if defined(CONFIG_CPU_USE_DOMAINS)
+-  void *base = (void *)0x;
+-#else
+   void *base = vectors_page;
+-#endif
+   unsigned offset = FIQ_OFFSET;
+ 
+   memcpy(base + offset, start, length);
++  if (!cache_is_vipt_nonaliasing())
++  flush_icache_range((unsigned long)base + offset, offset +
++ length);
+   flush_icache_range(0x + offset, 0x + offset + length);
+-  if (!vectors_high())
+-  flush_icache_range(offset, offset + length);
+ }
+ 
+ int claim_fiq(struct fiq_handler *f)
+diff --git a/arch/arm/mach-realview/include/mach/memory.h 
b/arch/arm/mach-realview/include/mach/memory.h
+index 2022e092f0ca..db09170e3832 100644
+--- a/arch/arm/mach-realview/include/mach/memory.h
 b/arch/arm/mach-realview/include/mach/memory.h
+@@ -56,6 +56,8 @@
+ #define PAGE_OFFSET1  (PAGE_OFFSET + 0x1000)
+ #define PAGE_OFFSET2  (PAGE_OFFSET + 0x3000)
+ 
++#define PHYS_OFFSET PLAT_PHYS_OFFSET
++
+ #define __phys_to_virt(phys)  \
+   ((phys) = 0x8000 ? (phys) - 0x8000 + PAGE_OFFSET2 :\
+(phys) = 0x2000 ? (phys) - 0x2000 + PAGE_OFFSET1 :\
+diff --git a/arch/arm64/kernel/signal32.c b/arch/arm64/kernel/signal32.c
+index 3d478102b1c0..b9564b8d6bab 100644
+--- a/arch/arm64/kernel/signal32.c
 b/arch/arm64/kernel/signal32.c
+@@ -193,7 +193,8 @@ int copy_siginfo_to_user32(compat_siginfo_t __user *to, 
siginfo_t *from)
+* Other callers might not initialize the si_lsb field,
+* so check explicitely for the right codes here.
+*/
+-  if (from-si_code == BUS_MCEERR_AR || from-si_code == 
BUS_MCEERR_AO)
++  if (from-si_signo == SIGBUS 
++  (from-si_code == BUS_MCEERR_AR || from-si_code == 
BUS_MCEERR_AO))
+   err |= __put_user(from-si_addr_lsb, to-si_addr_lsb);
+ #endif
+   break;
+@@ -220,8 +221,6 @@ int copy_siginfo_to_user32(compat_siginfo_t __user *to, 
siginfo_t *from)
+ 
+ int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from)
+ {
+-  memset(to, 0, sizeof *to);
+-
+   if (copy_from_user(to, from, __ARCH_SI_PREAMBLE_SIZE) ||
+   copy_from_user(to-_sifields._pad,
+  from-_sifields._pad, SI_PAD_SIZE))
+diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h
+index 8b8f6b393363..e821de7cb14e 100644
+--- a/arch/mips/include/asm/pgtable.h
 b/arch/mips/include/asm/pgtable.h
+@@ -150,8 +150,39 @@ static inline void set_pte(pte_t *ptep, pte_t pteval)
+* Make sure the buddy is global too (if it's !none,
+* it better already be global)
+*/
++#ifdef 

[gentoo-commits] proj/linux-patches: New tag: 3.10-92

2015-08-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 22:16:04 2015 +

New tag: 3.10-92




[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/, gnome-base/gnome-control-center/files/

2015-08-17 Thread Alexandre Rostovtsev
commit: 527a634b8cb73e7c5bf6b99df3715028b205cd5d
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Tue Aug 18 02:31:50 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Tue Aug 18 02:31:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527a634b

gnome-base/gnome-control-center: clean up old

Package-Manager: portage-2.2.20.1

 gnome-base/gnome-control-center/Manifest   |   1 -
 ...trol-center-3.14.2-networkmanager-version.patch |  63 
 .../gnome-control-center-3.14.2-r1.ebuild  | 166 -
 3 files changed, 230 deletions(-)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index a5d6744..73fca6c 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-control-center-3.14.2.tar.xz 6938572 SHA256 
b15e188b3d45c86d71f4d8cb297829cf190be81f22ce76dc74c7b4232bd0652a SHA512 
c5bcdcae87f32cf4b0f9d99709dfe7fcb48e5086945d1685ce94c3996022ff5bf4c82994bbec28e0cf91c9c85309638225536e1dcca06b96cdbaf1ff38f2ae6b
 WHIRLPOOL 
3188ff540a8a01a6479c529f4fe629d2b695b185f762291691a6aefd0f815af382afca2ed8c4ff56e4e5161b3cabe751d507625e4638856034982d2e408000a5
 DIST gnome-control-center-3.14.5.tar.xz 6984452 SHA256 
66ffaf4b1eb0a745a2928035bc1b1e1eac7ea3775941e3a06bfb68ae4c1404c4 SHA512 
ef9fa7a8d95bf37bce4e67521db7c35145f9de7bc9e5a9428d1aa0b0031698e38706529b509534e68dbc4cc8c54ba3482cf439e386fe64f3374432efa637512d
 WHIRLPOOL 
15a83613f80cc3e236fd602d5c84a9a844a236de6556b742ee25147ccecfe207914cb2e4c1ac4029065a6bf19bd81ff8257cbd26163ad7df757849c2e0865f38
 DIST gnome-control-center-3.16.2.tar.xz 7027220 SHA256 
2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d SHA512 
29c7b87ac2f713a46e20e596f69b343e9d98991c3449e79eb3f77e5d0b14f5250902caa2e481192d6da77f22a309bb7ab5fe4e4eb3c2a9e92d8b672c6b99bb09
 WHIRLPOOL 
e1deb4f228058d5d49c9592a9d4f219190bd8909cccf803a45df767311f3d38bf79d56893f2628475a9d807ef68d57176c89972ec4b63aa81c6d0a35b9d25d60

diff --git 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.14.2-networkmanager-version.patch
 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.14.2-networkmanager-version.patch
deleted file mode 100644
index 40f09d8..000
--- 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.14.2-networkmanager-version.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From fa8d6a13747ed3e586e139b79b63280bd951d10b Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Thu, 18 Dec 2014 08:04:00 +0100
-Subject: [PATCH] network: Also work with NM 1.0
-
-Remove the NetworkManager version checking altogether. The code was made
-to check for now very old versions of NetworkManager, and anything newer
-than ancient should degrade gracefully if we support newer features.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=741661

- panels/network/cc-network-panel.c | 19 +++
- 1 file changed, 3 insertions(+), 16 deletions(-)
-
-diff --git a/panels/network/cc-network-panel.c 
b/panels/network/cc-network-panel.c
-index 90b265e..28f6158 100644
 a/panels/network/cc-network-panel.c
-+++ b/panels/network/cc-network-panel.c
-@@ -1321,30 +1321,17 @@ static gboolean
- panel_check_network_manager_version (CcNetworkPanel *panel)
- {
- const gchar *version;
--gchar **split = NULL;
--guint major = 0;
--guint micro = 0;
--guint minor = 0;
- gboolean ret = TRUE;
- 
- /* parse running version */
- version = nm_client_get_version (panel-priv-client);
--if (version != NULL) {
--split = g_strsplit (version, ., -1);
--major = atoi (split[0]);
--minor = atoi (split[1]);
--micro = atoi (split[2]);
--}
--
--/* is it too new or old */
--if (major  0 || minor  9 || (minor = 8  micro  992)) {
-+if (version == NULL) {
- ret = FALSE;
- 
- /* do modal dialog in idle so we don't block startup */
- panel-priv-nm_warning_idle = g_idle_add 
((GSourceFunc)display_version_warning_idle, panel);
- }
- 
--g_strfreev (split);
- return ret;
- }
- 
-@@ -1391,8 +1378,8 @@ on_toplevel_map (GtkWidget  *widget,
- {
- gboolean ret;
- 
--/* is the user compiling against a new version, but running an
-- * old daemon version? */
-+/* is the user compiling against a new version, but not running
-+ * the daemon? */
- ret = panel_check_network_manager_version (panel);
- if (ret) {
- manager_running (panel-priv-client, NULL, panel);
--- 
-2.1.0
\ No newline at end of file

diff --git 
a/gnome-base/gnome-control-center/gnome-control-center-3.14.2-r1.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.14.2-r1.ebuild
deleted file mode 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/avant-window-navigator/

2015-08-17 Thread Jeroen Roovers
commit: f66ac6a5e0a2a045fd96cc00d607c3b377a2fcfe
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:06:35 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:06:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ac6a5

gnome-extra/avant-window-navigator: Depend on dev-cpp/gtkmm:2.4 (bug #557368 by 
Toralf Förster).

Package-Manager: portage-2.2.20.1

 .../avant-window-navigator/avant-window-navigator-0.4.2.ebuild   | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild 
b/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild
index 6bc9596..5f43239 100644
--- a/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild
+++ b/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild
@@ -28,26 +28,27 @@ RDEPEND=
=x11-libs/gtk+-2.12:2
=x11-libs/libdesktop-agnostic-0.3.9[gconf?]
=x11-libs/libwnck-2.22:1
+   dev-cpp/gtkmm:2.4
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/librsvg-python[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-vcs/bzr
+   gconf? ( =gnome-base/gconf-2 )
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXext
x11-libs/libXrender
-   gconf? ( =gnome-base/gconf-2 )
-   
+
 DEPEND=
-   ${RDEPEND}
$(vala_depend)
+   ${RDEPEND}
+   dev-util/gtk-doc
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
x11-proto/xproto
-   dev-util/gtk-doc
 
 
 S=${WORKDIR}/awn-${PV}



[gentoo-commits] proj/kde:master commit in: kde-base/kimono/, kde-base/kdebindings-meta/, kde-base/smokeqt/, ...

2015-08-17 Thread Johannes Huber
commit: c4d16ecddc53a2d91e6df310da21562ebbf62808
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 23:48:22 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 23:48:22 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4d16ecd

kde-base: Remove KDE bindings live

No releases since 4.14.3.

Package-Manager: portage-2.2.20.1

 .../kdebindings-meta/kdebindings-meta-.ebuild  |  34 -
 kde-base/kdebindings-meta/metadata.xml |   8 -
 kde-base/kimono/kimono-.ebuild |  42 --
 kde-base/kimono/metadata.xml   |   9 --
 kde-base/korundum/korundum-.ebuild |  72 -
 kde-base/korundum/metadata.xml |  10 --
 kde-base/krossjava/krossjava-.ebuild   |  56 ---
 kde-base/krossjava/metadata.xml|  12 --
 kde-base/krosspython/krosspython-.ebuild   |  24 ---
 kde-base/krosspython/metadata.xml  |   5 -
 kde-base/krossruby/krossruby-.ebuild   |  61 
 kde-base/krossruby/metadata.xml|   5 -
 kde-base/perlkde/files/perlkde-4.11.3-vendor.patch |  11 --
 kde-base/perlkde/metadata.xml  |  11 --
 kde-base/perlkde/perlkde-.ebuild   |  38 -
 kde-base/perlqt/files/perlqt-4.10.80-vendor.patch  |  11 --
 kde-base/perlqt/metadata.xml   |  15 --
 kde-base/perlqt/perlqt-.ebuild |  50 ---
 .../pykde4/files/kpythonpluginfactorywrapper.c-r1  |  60 
 kde-base/pykde4/files/pykde4-4.14.0-arm-sip.patch  |  23 ---
 kde-base/pykde4/metadata.xml   |   8 -
 kde-base/pykde4/pykde4-.ebuild | 164 -
 kde-base/qtruby/metadata.xml   |  12 --
 kde-base/qtruby/qtruby-.ebuild |  71 -
 kde-base/qyoto/metadata.xml|  10 --
 kde-base/qyoto/qyoto-.ebuild   |  33 -
 kde-base/smokegen/metadata.xml |   5 -
 kde-base/smokegen/smokegen-.ebuild |  18 ---
 kde-base/smokekde/metadata.xml |  11 --
 kde-base/smokekde/smokekde-.ebuild |  34 -
 kde-base/smokeqt/metadata.xml  |  16 --
 kde-base/smokeqt/smokeqt-.ebuild   |  56 ---
 32 files changed, 995 deletions(-)

diff --git a/kde-base/kdebindings-meta/kdebindings-meta-.ebuild 
b/kde-base/kdebindings-meta/kdebindings-meta-.ebuild
deleted file mode 100644
index 148f14f..000
--- a/kde-base/kdebindings-meta/kdebindings-meta-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit kde4-meta-pkg
-
-DESCRIPTION=KDE bindings - merge this to pull in all kdebindings-derived 
packages
-KEYWORDS=
-IUSE=csharp java perl python ruby
-
-RDEPEND=
-   $(add_kdebase_dep smokegen)
-   $(add_kdebase_dep smokekde)
-   $(add_kdebase_dep smokeqt)
-   csharp? (
-   $(add_kdebase_dep kimono)
-   $(add_kdebase_dep qyoto)
-   )
-   java? ( $(add_kdebase_dep krossjava) )
-   perl? (
-   $(add_kdebase_dep perlkde)
-   $(add_kdebase_dep perlqt)
-   )
-   python? (
-   $(add_kdebase_dep krosspython)
-   $(add_kdebase_dep pykde4)
-   )
-   ruby? (
-   $(add_kdebase_dep korundum)
-   $(add_kdebase_dep krossruby)
-   $(add_kdebase_dep qtruby)
-   )
-

diff --git a/kde-base/kdebindings-meta/metadata.xml 
b/kde-base/kdebindings-meta/metadata.xml
deleted file mode 100644
index 9f108ce..000
--- a/kde-base/kdebindings-meta/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   herdkde/herd
-   use
-   flag name=csharpEnable C# language bindings for KDE and 
Qt/flag
-   /use
-/pkgmetadata

diff --git a/kde-base/kimono/kimono-.ebuild 
b/kde-base/kimono/kimono-.ebuild
deleted file mode 100644
index 44145fd..000
--- a/kde-base/kimono/kimono-.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit mono-env kde4-base
-
-DESCRIPTION=C# bindings for KDE
-KEYWORDS=
-IUSE=akonadi debug plasma
-
-DEPEND=
-   dev-lang/mono
-   $(add_kdebase_dep qyoto 'webkit')
-   $(add_kdebase_dep smokeqt)
-   $(add_kdebase_dep smokekde)
-   plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-
-RDEPEND=${DEPEND}
-
-pkg_setup() {
-   mono-env_pkg_setup
-   kde4-base_pkg_setup
-}
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   sed -i /add_subdirectory( examples )/ s:^:#: 

[gentoo-commits] proj/kde:master commit in: kde-base/kmail/files/, kde-base/ktimetracker/, kde-base/kjots/, ...

2015-08-17 Thread Johannes Huber
commit: c3b96463005c48ed5a0438f9e8770337577e3d5b
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 23:42:44 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 23:46:30 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3b96463

kde-base: Remove KDE PIM 4.14 stable branch

No further LTS releases.

Upstream commit 4230a681951b16b1aad9588ea26d28ce41666928

Package-Manager: portage-2.2.20.1

 .../akonadiconsole/akonadiconsole-4..ebuild|  26 -
 kde-base/akonadiconsole/metadata.xml   |   5 -
 kde-base/akregator/akregator-4..ebuild |  23 -
 kde-base/akregator/metadata.xml|   5 -
 kde-base/blogilo/blogilo-4..ebuild |  27 -
 kde-base/blogilo/metadata.xml  |   5 -
 .../calendarjanitor/calendarjanitor-4..ebuild  |  28 -
 kde-base/calendarjanitor/metadata.xml  |   5 -
 kde-base/kabcclient/kabcclient-4..ebuild   |  27 -
 kde-base/kabcclient/metadata.xml   |   5 -
 kde-base/kaddressbook/kaddressbook-4..ebuild   |  52 --
 kde-base/kaddressbook/metadata.xml |   5 -
 kde-base/kalarm/files/kalarm-4.4.11.1-crash.patch  |  34 --
 .../files/kalarm-4.4.11.1-underlinking.patch   |  14 ---
 kde-base/kalarm/kalarm-4..ebuild   |  27 -
 kde-base/kalarm/metadata.xml   |   5 -
 .../files/install-composereditorng.patch   |  15 ---
 .../files/kdepim-common-libs-install-headers.patch |  86 ---
 .../kdepim-common-libs-4..ebuild   |  93 -
 kde-base/kdepim-common-libs/metadata.xml   |   8 --
 kde-base/kdepim-icons/kdepim-icons-4..ebuild   |  17 ---
 kde-base/kdepim-icons/metadata.xml |   5 -
 .../kdepim-kresources-4..ebuild|  28 -
 kde-base/kdepim-kresources/metadata.xml|   5 -
 kde-base/kdepim-meta/kdepim-meta-4..ebuild |  43 
 kde-base/kdepim-meta/metadata.xml  |   5 -
 .../kdepim-runtime/kdepim-runtime-4..ebuild|  43 
 kde-base/kdepim-runtime/metadata.xml   |   9 --
 .../kdepim-wizards-4.4.11.1-underlinking.patch |  40 ---
 kde-base/kdepim-wizards/metadata.xml   |   5 -
 .../files/kdepimlibs-4.9.1-boostincludes.patch |  15 ---
 kde-base/kdepimlibs/kdepimlibs-4..ebuild   |  57 --
 kde-base/kdepimlibs/metadata.xml   |   8 --
 kde-base/kjots/kjots-4..ebuild |  27 -
 kde-base/kjots/metadata.xml|   5 -
 .../files/kleopatra-4.4.2015.06-reenable.patch |  13 ---
 .../files/kleopatra-install-headers.patch  |  48 -
 kde-base/kleopatra/kleopatra-4..ebuild |  43 
 kde-base/kleopatra/metadata.xml|   5 -
 kde-base/kmail/files/kmail-4.4.9-nodbus.patch  |  83 ---
 kde-base/kmail/kmail-4..ebuild | 115 -
 kde-base/kmail/metadata.xml|   5 -
 kde-base/knode/knode-4..ebuild |  49 -
 kde-base/knode/metadata.xml|   5 -
 kde-base/knotes/knotes-4..ebuild   |  32 --
 kde-base/knotes/metadata.xml   |   5 -
 .../konsolekalendar/konsolekalendar-4..ebuild  |  48 -
 kde-base/konsolekalendar/metadata.xml  |   5 -
 kde-base/kontact/kontact-4..ebuild |  52 --
 kde-base/kontact/metadata.xml  |   5 -
 .../files/korganizer-4.14.10-handbook.patch|  16 ---
 .../files/korganizer-4.4.2015.06-handbook.patch|  18 
 kde-base/korganizer/korganizer-4..ebuild   |  91 
 kde-base/korganizer/metadata.xml   |   5 -
 kde-base/ktimetracker/ktimetracker-4..ebuild   |  39 ---
 kde-base/ktimetracker/metadata.xml |   5 -
 kde-base/ktnef/ktnef-4..ebuild |  25 -
 kde-base/ktnef/metadata.xml|   5 -
 58 files changed, 1524 deletions(-)

diff --git a/kde-base/akonadiconsole/akonadiconsole-4..ebuild 
b/kde-base/akonadiconsole/akonadiconsole-4..ebuild
deleted file mode 100644
index 223841f..000
--- a/kde-base/akonadiconsole/akonadiconsole-4..ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME=kdepim
-EGIT_BRANCH=KDE/4.14
-inherit kde4-meta
-
-DESCRIPTION=Akonadi developer console
-KEYWORDS=
-IUSE=debug
-
-DEPEND=
-   =app-office/akonadi-server-1.12.90
-   $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-   $(add_kdebase_dep kdepim-common-libs)
-
-RDEPEND=${DEPEND}
-
-KMEXTRACTONLY=
-   akonadi_next/
-   calendarsupport/
-   messageviewer/
-

diff 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-08-17 Thread Mike Pagano
commit: f4cfc9c3d9287846c4b2f0e913ea4eea9d8fa3e5
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Aug 17 23:53:40 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 23:53:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cfc9c3

sys-kernel/gentoo-sources: Linux patch 3.10.87

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.10.87.ebuild   | 30 ++
 2 files changed, 33 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a8a5fc4..15e7c63 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-3.10-90.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9a
 DIST genpatches-3.10-91.base.tar.xz 1255848 SHA256 
7620aefe7534b6643bcfae8a6af9d595c3b37ccd94f532e48078fe874ffe3836 SHA512 
d37274bdcadadec3bc15cbe6b2477cfe6dd07aca458b52da3ff015e6cc07603c572554d80d93eaed936fe70a74a03383765b27eb4a3d37bbef8b6d2ca349c872
 WHIRLPOOL 
1fb71cb356f84f5c764aadf5672f7a48a42c8353499442857cf0dadd3c92dfe5adb06d134bcc67dffed45199d96c74764bd18afa9ced6b69d0e2691ef3c8ec03
 DIST genpatches-3.10-91.experimental.tar.xz 60184 SHA256 
8028875798adecee5c5419ae58fef9f2c222c42b63b1bbb884a69a38b7e00a59 SHA512 
1727952b1c8c9e94bc84c1d4d02f3946a8aa99498016f3258399cb08f22fd0f69245240c2252934377de30c87f755df3af19b46e9500f6b0532bc1f64be44bfa
 WHIRLPOOL 
c3e539d142cf6559ffd2aec7b9ad87bf874f5936395d5895293065d0ed63176daeacf592d1e1820e6a2f5a09c8a00d04c88026bbdf11e01c8dce7d2e3455b2d9
 DIST genpatches-3.10-91.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9af2b8aaa1d1644f18355c3c855b16847f2bd SHA512 
709263ecc2be794c7c2e6f314625d9cf4920e6b52348160191f2589bead14a28ac8c1ec812a1fd21d86fa77acde037e9be42b49c4833e04590efa6c634ce404c
 WHIRLPOOL 
0b3a830a1e304c39bafd28c25569051d8c3eaf79c0717aed2c4b824ab8a6a7faa284c464ee7b590ff25fb1df2f7571eea7e858827fc4cf85dda0c2216a345a23
+DIST genpatches-3.10-92.base.tar.xz 1264772 SHA256 
85914172a3d7399f2f055a7f4a5547f97b8fdb215af9783a447511a152a3a9b5 SHA512 
8f98ade2bae7b7cb034702d9938f105da801278f9f31dc2d8a23b65428719eb40d368f3e616b57518bcdebed76e5f278043e7401a60d64c02c6ad90fe669c46f
 WHIRLPOOL 
81c1ddcf5f8218929bf67a31be9a141d0d1b4890bc6248704a54fa1c87357fb6e1c1131180ca7f4026d2f464a7fcac84d001ee7242356218c031bd07500f33d6
+DIST genpatches-3.10-92.experimental.tar.xz 60184 SHA256 
8028875798adecee5c5419ae58fef9f2c222c42b63b1bbb884a69a38b7e00a59 SHA512 
1727952b1c8c9e94bc84c1d4d02f3946a8aa99498016f3258399cb08f22fd0f69245240c2252934377de30c87f755df3af19b46e9500f6b0532bc1f64be44bfa
 WHIRLPOOL 
c3e539d142cf6559ffd2aec7b9ad87bf874f5936395d5895293065d0ed63176daeacf592d1e1820e6a2f5a09c8a00d04c88026bbdf11e01c8dce7d2e3455b2d9
+DIST genpatches-3.10-92.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9af2b8aaa1d1644f18355c3c855b16847f2bd SHA512 
709263ecc2be794c7c2e6f314625d9cf4920e6b52348160191f2589bead14a28ac8c1ec812a1fd21d86fa77acde037e9be42b49c4833e04590efa6c634ce404c
 WHIRLPOOL 
0b3a830a1e304c39bafd28c25569051d8c3eaf79c0717aed2c4b824ab8a6a7faa284c464ee7b590ff25fb1df2f7571eea7e858827fc4cf85dda0c2216a345a23
 DIST genpatches-3.12-43.base.tar.xz 1364580 SHA256 
2d83b0b0ed5946542676467d99d9d0f0879c8da9ab16a9b602548bc3fa9b5fbd SHA512 
40d77097db66868b0281c556e25edf24924a8ea4dc6b0a297f38730f41e55a9b4937bc68c614d2279875e78bff0c9dff2a6c4192fc2a847ac3b1d3927af25acc
 WHIRLPOOL 
34ef24dca012870ff9129113147457fdbb5009bccc2ea4dbb0f601bb88b36fbf037c2d12c646c3ac38e7413278e1ae316bc2a1fdbbecdbc8255bb32a8dac3ed2
 DIST genpatches-3.12-43.experimental.tar.xz 46536 SHA256 
a66c108185ec4524e212f273c01b1d3dc84da9e15e08f570be0da899067ce567 SHA512 
1d739c625e13b1c48554746572d0e2f2bb141a2d9742a683ff342a770792fbd8a1764d322c987a8a0f091c5a0834f7f980f4e2676b34bff05bd2b7a2ddf36373
 WHIRLPOOL 
3e9601ef0e9903fff4b363564f8e300becc78f82337ed84effa806dd1067de3359ba21596af782d2292e5979445e74a885c456df61306ed2cc8da008008a3be1
 DIST genpatches-3.12-43.extras.tar.xz 18236 SHA256 
928d2d472b3fcedc711b2134de4294a9a8906eff3344baa26bc9ef276067a180 SHA512 
6096d64e1d8f88fd4570c50d7f04265173dc136feab79477549d1ccea6d99226c756e195a2a1fd5cd245888566ef8b005f3fd40e83076e0c83b1b8d5edba8b26
 WHIRLPOOL 
aa44f5b80524a6dce660f0d13513d0d01dcb0a23f3c0e9cd6d110c989aa0e7cfaf77d02d1034838bf02b666d7b608a54fee956141d7b2527590381d0ac40dc25

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.87.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.10.87.ebuild
new file mode 100644
index 000..4636cae
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.87.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ETYPE=sources
+K_WANT_GENPATCHES=base extras experimental
+K_GENPATCHES_VER=92
+K_DEBLOB_AVAILABLE=1
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/

2015-08-17 Thread Ben de Groot
commit: c211c36cc28787940710344bf32c09f366c130de
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Tue Aug 18 01:50:47 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Tue Aug 18 01:50:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c211c36c

sys-kernel/ck-sources: Linux patch 4.1.6

Package-Manager: portage-2.2.20.1

 sys-kernel/ck-sources/Manifest|   3 +
 sys-kernel/ck-sources/ck-sources-4.1.6.ebuild | 106 ++
 2 files changed, 109 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index ee0425f..e6f5b35 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -55,6 +55,9 @@ DIST genpatches-4.0-11.extras.tar.xz 16288 SHA256 
84b7509ecc82f7ff1b90959b88e9e0
 DIST genpatches-4.0-9.base.tar.xz 193344 SHA256 
9d7c65367c1d2f24c6e4c8f8b4b9170a7ddeaa24d6563c5ba5dc41201a7b6e17 SHA512 
646814e63b3b1d78adc172c6f8c0c2605cc9f368bb368be72e169049938617c5c6e738ddcfcbe1e10b58ccd3f9fa09984b03f70076ce0b15137f376594b9066a
 WHIRLPOOL 
0eecbfe1b2b02f00edcab0c975b06bd69a5ff1032fe0c4249d79de555f92f2375d337b2417bddb566e9a1fc66859918b6cbfff6c2c73aea02818434213b0cda1
 DIST genpatches-4.0-9.experimental.tar.xz 61640 SHA256 
94b3548a1154fff360c04b72e10cdd065dcba8531624b8edc3b0cbb918d22a7d SHA512 
03ca661197a858e7a99419dddcab4ec1d9680652273df608d21d1df21a90dc7a59f6512a18c445e4b04fc531414bf29ed37f8f9973c3936688f8182492b4fff8
 WHIRLPOOL 
e3018f7b855647bd6233761f9f10d9d69c0bbd138555eaa755b9964af0a1271caf64b025269d919e68f18c57fe86125a3b071c9ea1d046742fbd2cda83934401
 DIST genpatches-4.0-9.extras.tar.xz 16284 SHA256 
18f2b5d62d0c9295ea28db9d589fef5f06afea2c2105f085ecf4082dd5e899d2 SHA512 
69199530ddd179efa47e38cf32e39bac1819d788dc628bbc3b6cf2dd4d7149b33c0de06b304aaecb7fd92ed68f631c9638d55282174f1d1c51b8edb4dcfff336
 WHIRLPOOL 
ac598ab6c14df8ca4a6b793abb41cddb27f6719ef5dcc4f5c7cf91b9dedabe2b2c8a19107340d1e55b3a05da2d59a99192ed81b9c666e46dbe62f7e2ebb1338d
+DIST genpatches-4.1-10.base.tar.xz 210140 SHA256 
d0ac2a9175fe72d0ddf23307a9c8d06102f48220886468e4c19c92855024d829 SHA512 
fadf51efbda55e959cd4636e88c2a159ed967156acbe719b15056e9e56cf01652b0ac6b515203d4821853939fe8dc4dfb6e075e55530489d5a96e44e6dfe1be7
 WHIRLPOOL 
e384c68de2b4a4e23934cdaba6f8d02942931ea721b1730bd6e99e02547c28f6219bb6a38425c5c04bd1ee13afbf091dcb9eedadc2aca2246e05e465c07cb974
+DIST genpatches-4.1-10.experimental.tar.xz 215988 SHA256 
b4ab62875339a60623db576533638e12342815ba93091d16dca7a975c10ebf4c SHA512 
e51eadd26e1db63ec558fa0f4a83b8e5fb40902c9e7c96e269b4102d048b9f90defc071f42faa058605af047790bc410b2186d6c06a5fd2b8f6fe957da8cfc96
 WHIRLPOOL 
3061975198673a38775b78004dcdf088fd01fdc2ce784aead81425d25f6b831267e9840fee56db96253a09290ab09d01bd4fcb916b8fbe654ac32027c702d4bc
+DIST genpatches-4.1-10.extras.tar.xz 16184 SHA256 
5d4492d3d535b3904fe917532b52d314bd52566832acdb1d01362e03472945da SHA512 
da4163afcc52c5385ff3869105afdc0bdd021e1967b6461d3ced62bfb22ae5e9f31a4493d93ce6ab33fdb23b92df6eaef14007bc53d77de63e76802e9d65c77a
 WHIRLPOOL 
24318d0cd07b3c3cd7d752e3619883ffcf63cec3ec7b90ba5f327bbd204e1cb2e3a7cd91c8607a988e13a23ccff25cfe8b484b8596bfe6cbf365f18e7de180e8
 DIST genpatches-4.1-7.base.tar.xz 59032 SHA256 
9106e15001e0c286ef929d5e4505507ccdefb0aecdd094b73d57d587070d3288 SHA512 
da1e3ef03874ab0fd3af811d6b72e791117dd7490ecbd8698e24e98424175c0ad7228182976fdadbc62a3ef69bf721f82d99cc1760417c4ba3401844fe3c8db4
 WHIRLPOOL 
d3d3623112f118f98db870f48bc3181d6f510fdb4d916a88a832065a2e0df99c1bc5e04db6f7dd09c505f0253b76037965bbaa27103263dd95a713d0428db5ba
 DIST genpatches-4.1-7.experimental.tar.xz 214944 SHA256 
1812d9b5cfa6a974cf36bb44a14bec26d021b29d386ce3139b50b99e3175143f SHA512 
9704ae5529610afa2d6e62a123cba0a1891a18229a97ad5214449f23cf870e70932acd3a2ce32c5a30bd2cf89a64a012b23ee2591b699120cbffba3cb1cb0509
 WHIRLPOOL 
cad56926d233a7b75dc4e915c1256a10864d356b6124b272f9af7eb59ae77871fd0c58ee810fdaf8d86820fdef1c0670ff7a463142cd7daa9fe9586983fc3fb9
 DIST genpatches-4.1-7.extras.tar.xz 16180 SHA256 
39569583e833ff338b8126a52ae46a9a9b335d701006abbca7ed239bb84e7129 SHA512 
4a5be5d19474a4679f83135ddfbb9af4b2c2c2d614ae95911c641c4d6fea8de9e25ebc1f4eefc2d9b1976c46b880e8717a0ca6987c64d2ccff969af5d6a84387
 WHIRLPOOL 
4509fef31139f79d7609e31d37b29f636471ba471c6ab47d6d4fcdd661b9a20d13e292b57a668b40a885a3aad4e2f831a1c3861aafbc3c85dd47f235b0ed09a6

diff --git a/sys-kernel/ck-sources/ck-sources-4.1.6.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.1.6.ebuild
new file mode 100644
index 000..26c1869
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.1.6.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ETYPE=sources
+KEYWORDS=~amd64 ~x86
+IUSE=
+#IUSE=bfsonly
+
+HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
+   http://users.on.net/~ckolivas/kernel/;
+
+K_WANT_GENPATCHES=base extras experimental

[gentoo-commits] repo/gentoo:master commit in: app-admin/webmin/

2015-08-17 Thread Ian Delaney
commit: c9b33eda45e7641910507a1273856e6f76dd9abb
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Tue Aug 18 03:14:22 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Tue Aug 18 03:14:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b33eda

app-admin/webmin: bump; closes bug #557506

Package-Manager: portage-2.2.20

 app-admin/webmin/Manifest|   2 +
 app-admin/webmin/webmin-1.760.ebuild | 304 +++
 2 files changed, 306 insertions(+)

diff --git a/app-admin/webmin/Manifest b/app-admin/webmin/Manifest
index d363bb2..1d50ec5 100644
--- a/app-admin/webmin/Manifest
+++ b/app-admin/webmin/Manifest
@@ -1,2 +1,4 @@
 DIST webmin-1.730-minimal.tar.gz 2616032 SHA256 
9e101e5cbd728f43474222dd3948aa8d4a006620e9b4b7074af60db8b22cd117 SHA512 
62f5067a1dc122c037a08d3dddb6a6de7ea88203ca9f8d99c3d349e2bf20c138aa56a0cd62fd5b65d520b38b8df655a9177ffb412fea2f880bdb410b2817dd43
 WHIRLPOOL 
6eed741e901fe96843801d060e9ffaf3e80130ec532953144e6f2b33244fb4de2111e59800d6ef2113b788a67d81ee5b529cca8252d8ca7011afc56a356f94ea
 DIST webmin-1.730.tar.gz 22469783 SHA256 
91ec24951c5df041da9a299d280fcfcd83df7406b60ffa6ff816cb7a63d3a9cc SHA512 
060fe881e6e8588bc46c01769de913aa56f004fdab6144baefa705c66086624cbb621be5c65bee6814c6dee340b7f93434843b34def00a83acbd259056b21529
 WHIRLPOOL 
ea86d251cf551a3661619c46101b30c28ab01aeb75ac4b5e8de6354c0ede6af8b3602410ca8eed876c876681233d8e5763aaa6b4f8a93d3c4c8ed14366521b4f
+DIST webmin-1.760-minimal.tar.gz 2601515 SHA256 
1a9faf4d765f7356a2db39bee22f7030daa95be1f2f06d1de40a9dbbeecc4d9c SHA512 
c6e1b5fae3921a368b9341d21285e0b3c2366331250849846d1ebb221958b809bce83d96f0506972cc9b2f474fd4059ecb935b80b6593d09a65947cdc47950d4
 WHIRLPOOL 
d4c0c1215419b700fad742904fdd55918955bfe0447d8b7c2278303abbd54d20e4bd22af726ed6645639ef81dcaef2c4ccd8aa7f3f1bafccbee8f36022da3ff5
+DIST webmin-1.760.tar.gz 26885420 SHA256 
6e7adefe2a8349487484a15b94914ab7e540404b43f97dc49b21a618c9b1776e SHA512 
8d7ce0b88dd561e91ba36dc97d4f0ab6da616726cefd6b53d642641eb82a906bddd9f0a5b8b5e3875336ac9f6a70bda9595e74d062952d653e72dae226db6e8f
 WHIRLPOOL 
b1fc7e4719b384ee5f1b3c6e023bc9d5790b0e30320c726942bcd5b72c4afbaf380526dfee05eb515a5a3280fea35143f5ed2be50621c7e7977dc01f91700a7e

diff --git a/app-admin/webmin/webmin-1.760.ebuild 
b/app-admin/webmin/webmin-1.760.ebuild
new file mode 100644
index 000..54f23b1
--- /dev/null
+++ b/app-admin/webmin/webmin-1.760.ebuild
@@ -0,0 +1,304 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils pam ssl-cert systemd
+
+DESCRIPTION=A web-based Unix systems administration interface
+HOMEPAGE=http://www.webmin.com/;
+SRC_URI=minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz )
+   !minimal? ( mirror://sourceforge/webadmin/${P}.tar.gz )
+
+LICENSE=BSD GPL-2
+SLOT=0
+
+KEYWORDS=~amd64 ~x86
+
+# NOTE: The ssl flag auto added by ssl-cert eclass is not used actually
+# because openssl is forced by dev-perl/Net-SSLeay
+IUSE=minimal +ssl mysql postgres ldap
+
+# All the required perl modules can be found easily using (in Webmin's root 
src dir):
+# find . -name cpan_modules.pl -exec grep :: {} \;
+# NOTE: If Webmin doesn't find the required perl modules, it offers(runtime) 
the user
+# to install them using the in-built cpan module, and this will mess up perl 
on the system
+# That's why some modules are forced without a use flag
+# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo 
compliance installation reasons
+DEPEND=virtual/perl-MIME-Base64
+   virtual/perl-Socket
+   virtual/perl-Sys-Syslog
+   virtual/perl-Time-HiRes
+   virtual/perl-Time-Local
+   dev-perl/Authen-Libwrap
+   dev-perl/IO-Tty
+   dev-perl/MD5
+   dev-perl/Net-SSLeay
+   dev-perl/Authen-PAM
+   dev-perl/Sys-Hostname-Long
+   =net-dns/dnssec-tools-1.13
+   !minimal? (
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   ldap? ( dev-perl/perl-ldap )
+   dev-perl/XML-Generator
+   dev-perl/XML-Parser
+   )
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   local perl=$( which perl )
+
+   # Remove the unnecessary and incompatible files
+   rm -rf acl/Authen-SolarisRBAC-0.1*
+   if ! use minimal ; then
+   rm -rf {format,{bsd,hpux,sgi}exports,zones,rbac}
+   rm -f mount/{free,net,open}bsd-mounts*
+   rm -f mount/macos-mounts*
+   fi
+
+   # For security reasons remove the SSL certificate that comes with Webmin
+   # We will create our own later
+   rm -f miniserv.pem
+
+   # Remove the Webmin setup scripts to avoid Webmin in runtime to mess up 
config
+   # We will use our own later
+   rm -f setup.{sh,pl}
+
+   # Set the installation type/mode to Gentoo
+   echo gentoo  install-type
+
+   # Fix the 

[gentoo-commits] repo/gentoo:master commit in: dev-java/htmlcleaner/

2015-08-17 Thread James Le Cuirot
commit: 6357034e4caf72d9b29c3666a94a31f57bbddb54
Author: James Le Cuirot chewi AT gentoo DOT org
AuthorDate: Mon Aug 17 22:28:39 2015 +
Commit: James Le Cuirot chewi AT gentoo DOT org
CommitDate: Mon Aug 17 22:28:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6357034e

dev-java/htmlcleaner: Imported and bumped from java-overlay

Closes bug #369977.

Package-Manager: portage-2.2.20.1

 dev-java/htmlcleaner/Manifest|  1 +
 dev-java/htmlcleaner/htmlcleaner-2.13.ebuild | 64 
 dev-java/htmlcleaner/metadata.xml|  6 +++
 3 files changed, 71 insertions(+)

diff --git a/dev-java/htmlcleaner/Manifest b/dev-java/htmlcleaner/Manifest
new file mode 100644
index 000..972d136
--- /dev/null
+++ b/dev-java/htmlcleaner/Manifest
@@ -0,0 +1 @@
+DIST htmlcleaner-2.13-src.zip 346998 SHA256 
e51daa50eb65b5a92467bf794a6f82b667fe7ca1d1d58ba046ae234e45d9c3a0 SHA512 
bf9cc014688ebb20b0bafba82fc710f25c1db8c173dd3e9f742c31c64f127c3c89b29b151e64a3368b04d278733cce8828831f297834ca9b872a60951e0a2d47
 WHIRLPOOL 
2b2792607e2c4f5f3dc8d2b7d7035c3f762ac1355724811b8a743ad2a0cd0f6fecf5392be8c58632b697a8529b55f60721dc63128c647aad7faa0e191c9056ce

diff --git a/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild 
b/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild
new file mode 100644
index 000..fa953f2
--- /dev/null
+++ b/dev-java/htmlcleaner/htmlcleaner-2.13.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE=doc source
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION=HTML parser written in Java that can be used as a tool, library 
or Ant task
+HOMEPAGE=http://htmlcleaner.sourceforge.net/;
+SRC_URI=mirror://sourceforge/htmlcleaner/files/${P}-src.zip
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+CDEPEND=dev-java/jdom:2
+
+DEPEND=${CDEPEND}
+   =virtual/jdk-1.5
+   app-arch/unzip
+   dev-java/ant-core:0
+   test? ( dev-java/junit:4 )
+
+RDEPEND=${CDEPEND}
+   =virtual/jre-1.5
+
+JAVA_SRC_DIR=src/main/java
+JAVA_GENTOO_CLASSPATH=jdom-2
+
+src_prepare() {
+   # Don't require default.xml to be in the current directory.
+   sed -i s:\default\.xml\:\${JAVA_PKG_SHAREPATH}/default.xml\:g \
+   src/main/java/org/htmlcleaner/ConfigFileTagProvider.java || die
+}
+
+src_configure() {
+   JAVA_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only ant-core)
+}
+
+src_install() {
+   java-pkg-simple_src_install
+   java-pkg_register-ant-task
+   java-pkg_dolauncher ${PN} --main org.${PN}.CommandLine
+
+   insinto ${JAVA_PKG_SHAREPATH}
+   newins example.xml default.xml
+}
+
+src_test() {
+   local DIR=src/test/java
+   local CP=${DIR}:${PN}.jar:$(java-pkg_getjars 
junit-4,${JAVA_GENTOO_CLASSPATH})
+
+   local TESTS=$(find ${DIR} -name *Test.java ! -name Abstract*)
+   TESTS=${TESTS//src\/test\/java\/}
+   TESTS=${TESTS//.java}
+   TESTS=${TESTS//\//.}
+
+   ejavac -classpath ${CP} -d ${DIR} $(find ${DIR} -name *.java)
+   ejunit4 -classpath ${CP} ${TESTS}
+}

diff --git a/dev-java/htmlcleaner/metadata.xml 
b/dev-java/htmlcleaner/metadata.xml
new file mode 100644
index 000..580cafc
--- /dev/null
+++ b/dev-java/htmlcleaner/metadata.xml
@@ -0,0 +1,6 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdjava/herd
+   longdescriptionHtmlCleaner is an open source HTML parser written in 
Java. HTML found on the Web is usually dirty, ill-formed and unsuitable for 
further processing. For any serious consumption of such documents, it is 
necessary to first clean up the mess and bring some order to the tags, 
attributes and ordinary text. For any given HTML document, HtmlCleaner reorders 
individual elements and produces well-formed XML. By default, it follows 
similar rules that the most of web browsers use in order to create the Document 
Object Model. However, you can provide custom tag and rule sets for tag 
filtering and balancing./longdescription
+/pkgmetadata



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2015-08-17 Thread Jeroen Roovers
commit: 5a2420c492d2ce0b1b41e6d032aeb90e694bc40d
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 03:55:39 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 03:55:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2420c4

dev-vcs/subversion: Stable for HPPA (bug #556076).

Package-Manager: portage-2.2.20.1

 dev-vcs/subversion/subversion-1.7.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.7.21.ebuild 
b/dev-vcs/subversion/subversion-1.7.21.ebuild
index 7705749..23c4779 100644
--- a/dev-vcs/subversion/subversion-1.7.21.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.21.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf
 
 COMMON_DEPEND==dev-db/sqlite-3.6.18[threadsafe(+)]



[gentoo-commits] proj/kde:master commit in: kde-base/kstartupconfig/, kde-base/kmenuedit/, kde-base/kinfocenter/, ...

2015-08-17 Thread Johannes Huber
commit: 3dc27302964f5c4ad72666514ab183398821e99b
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 23:25:48 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 23:25:48 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dc27302

kde-base: Version bump KDE Workspace 4.11.22

Package-Manager: portage-2.2.20.1

 .../freespacenotifier-4.11.22.ebuild   |  12 ++
 kde-base/kcheckpass/kcheckpass-4.11.22.ebuild  |  33 +
 kde-base/kcminit/kcminit-4.11.22.ebuild|  17 +++
 .../kdebase-cursors/kdebase-cursors-4.11.22.ebuild |  13 ++
 .../kdebase-startkde-4.11.22.ebuild|  95 
 kde-base/kdm/kdm-4.11.22.ebuild| 163 +
 kde-base/kephal/kephal-4.11.22.ebuild  |  25 
 kde-base/khotkeys/khotkeys-4.11.22.ebuild  |  23 +++
 kde-base/kinfocenter/kinfocenter-4.11.22.ebuild|  37 +
 kde-base/klipper/klipper-4.11.22.ebuild|  31 
 kde-base/kmenuedit/kmenuedit-4.11.22.ebuild|  31 
 kde-base/krunner/krunner-4.11.22.ebuild|  51 +++
 kde-base/kscreensaver/kscreensaver-4.11.22.ebuild  |  22 +++
 kde-base/ksmserver/ksmserver-4.11.22.ebuild|  43 ++
 kde-base/ksplash/ksplash-4.11.22.ebuild|  39 +
 .../kstartupconfig/kstartupconfig-4.11.22.ebuild   |  12 ++
 kde-base/kstyles/kstyles-4.11.22.ebuild|  22 +++
 kde-base/ksysguard/ksysguard-4.11.22.ebuild|  46 ++
 kde-base/ksystraycmd/ksystraycmd-4.11.22.ebuild|  15 ++
 kde-base/kwin/kwin-4.11.22.ebuild  |  80 ++
 kde-base/kwrited/kwrited-4.11.22.ebuild|  16 ++
 kde-base/libkgreeter/libkgreeter-4.11.22.ebuild|  19 +++
 .../libkworkspace/libkworkspace-4.11.22.ebuild |  34 +
 .../liboxygenstyle/liboxygenstyle-4.11.22.ebuild   |  17 +++
 .../libplasmaclock/libplasmaclock-4.11.22.ebuild   |  33 +
 .../libplasmagenericshell-4.11.22.ebuild   |  28 
 .../libtaskmanager/libtaskmanager-4.11.22.ebuild   |  35 +
 .../plasma-workspace-4.11.22.ebuild| 117 +++
 kde-base/powerdevil/powerdevil-4.11.22.ebuild  |  32 
 .../qguiplatformplugin_kde-4.11.22.ebuild  |  12 ++
 .../solid-actions-kcm-4.11.22.ebuild   |  19 +++
 .../systemsettings/systemsettings-4.11.22.ebuild   |  99 +
 32 files changed, 1271 insertions(+)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.22.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.22.ebuild
new file mode 100644
index 000..a921c93
--- /dev/null
+++ b/kde-base/freespacenotifier/freespacenotifier-4.11.22.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A module that monitors free disk space on the home dir
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild
new file mode 100644
index 000..4904fe0
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A simple password checker, used by any software in need of user 
authentication
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug pam
+
+RDEPEND=
+   pam? (
+   =kde-base/kdebase-pam-7
+   virtual/pam
+   )
+
+
+src_prepare() {
+   kde4-meta_src_prepare
+
+   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_with pam)
+   )
+
+   kde4-meta_src_configure
+}

diff --git a/kde-base/kcminit/kcminit-4.11.22.ebuild 
b/kde-base/kcminit/kcminit-4.11.22.ebuild
new file mode 100644
index 000..277a90a
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.11.22.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=KCMInit - runs startups initialization for Control Modules
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug
+
+DEPEND=
+   x11-libs/libX11
+
+RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.22.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.22.ebuild
new file mode 100644
index 000..1c9fe74
--- /dev/null
+++ b/kde-base/kdebase-cursors/kdebase-cursors-4.11.22.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public 

[gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/

2015-08-17 Thread Johannes Huber
commit: e6c619839bcf91c79f857a7fcacfe71659d0b80d
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 23:23:48 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 23:23:48 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6c61983

kde-base/kdelibs: Version bump 4.14.11

Package-Manager: portage-2.2.20.1

 kde-base/kdelibs/kdelibs-4.14.11.ebuild | 298 
 1 file changed, 298 insertions(+)

diff --git a/kde-base/kdelibs/kdelibs-4.14.11.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.11.ebuild
new file mode 100644
index 000..e9eddd1
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.11.ebuild
@@ -0,0 +1,298 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CPPUNIT_REQUIRED=optional
+DECLARATIVE_REQUIRED=always
+OPENGL_REQUIRED=optional
+KDE_HANDBOOK=optional
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+EGIT_BRANCH=KDE/4.14
+
+DESCRIPTION=KDE libraries needed by all KDE programs
+
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
+LICENSE=LGPL-2.1
+IUSE=cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
+cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf
+
+REQUIRED_USE=
+   udisks? ( udev )
+   upower? ( udev )
+
+
+# needs the kate regression testsuite from svn
+RESTRICT=test
+
+COMMONDEPEND=
+   =app-misc/strigi-0.7.7
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   =dev-libs/libattica-0.4.2
+   =dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
+   dev-libs/libpcre[unicode]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/giflib
+   media-libs/libpng:0=
+   media-libs/phonon[qt4]
+   sys-libs/zlib
+   virtual/jpeg:0
+   =x11-misc/shared-mime-info-0.60
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   !aqua? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   !kernel_SunOS? (
+   || (
+   sys-libs/libutempter
+   =sys-freebsd/freebsd-lib-9.0
+   )
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2[qt4(+)] )
+   fam? ( virtual/fam )
+   jpeg2k? ( media-libs/jasper )
+   kerberos? ( virtual/krb5 )
+   openexr? (
+   media-libs/openexr:=
+   media-libs/ilmbase:=
+   )
+   policykit? ( =sys-auth/polkit-qt-0.103.0[qt4(+)] )
+   spell? ( app-text/enchant )
+   ssl? ( dev-libs/openssl:0 )
+   udev? ( virtual/udev )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+
+DEPEND=${COMMONDEPEND}
+   doc? ( app-doc/doxygen )
+   nls? ( virtual/libintl )
+
+RDEPEND=${COMMONDEPEND}
+   !dev-qt/qtphonon
+   !=kde-base/plasma-workspace-4.7.1:4
+   !=kde-base/kcontrol-4.4.50:4
+   =app-crypt/gnupg-2.0.11
+   app-misc/ca-certificates
+   $(add_kdebase_dep kde-env '' 4.14.3)
+   sys-apps/dbus[X]
+   !aqua? (
+   udisks? ( sys-fs/udisks:2 )
+   x11-apps/iceauth
+   x11-apps/rgb
+   =x11-misc/xdg-utils-1.0.2-r3
+   upower? ( || ( =sys-power/upower-0.9.23 
sys-power/upower-pm-utils ) )
+   )
+   udev? ( app-misc/media-player-info )
+
+PDEPEND=
+   $(add_kdebase_dep katepart '' 4.14.3)
+   || (
+   $(add_kdeapps_dep kfmclient '' 4.14.3)
+   x11-misc/xdg-utils
+   )
+   handbook? (
+   || (
+   $(add_kdebase_dep khelpcenter '' 4.14.3)
+   kde-plasma/khelpcenter:5[compat(+)]
+   )
+   )
+   policykit? ( || (
+   =sys-auth/polkit-kde-agent-0.99
+   kde-plasma/polkit-kde-agent
+   ) )
+
+
+PATCHES=(
+   ${FILESDIR}/dist/01_gentoo_set_xdg_menu_prefix-1.patch
+   ${FILESDIR}/dist/02_gentoo_append_xdg_config_dirs-1.patch
+   ${FILESDIR}/${PN}-4.14.5-fatalwarnings.patch
+   ${FILESDIR}/${PN}-4.14.5-mimetypes.patch
+   ${FILESDIR}/${PN}-4.4.90-xslt.patch
+   ${FILESDIR}/${PN}-4.6.3-no_suid_kdeinit.patch
+   ${FILESDIR}/${PN}-4.8.1-norpath.patch
+   ${FILESDIR}/${PN}-4.9.3-werror.patch
+   ${FILESDIR}/${PN}-4.10.0-udisks.patch
+)
+
+pkg_pretend() {
+  

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2015-08-17 Thread Johannes Huber
commit: 436db6691dd3f109f59e320eaf39165d52ff6a1e
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 23:25:58 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 23:25:58 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=436db669

profiles: Mask KDE Workspace 4.11.22

+ kdelibs 4.14.11

 profiles/package.mask/kde-workspace-4.11.22 | 38 +
 1 file changed, 38 insertions(+)

diff --git a/profiles/package.mask/kde-workspace-4.11.22 
b/profiles/package.mask/kde-workspace-4.11.22
new file mode 100644
index 000..e643d70
--- /dev/null
+++ b/profiles/package.mask/kde-workspace-4.11.22
@@ -0,0 +1,38 @@
+# Johannes Huber j...@gentoo.org (18 Aug 2015)
+# KDE LTS mask
+# * kdelibs 4.14.11
+# * KDE Workspace 4.11.22
+# Not released yet. Tarballs not available for public consumption.
+~kde-base/kdelibs-4.14.11:4
+~kde-base/freespacenotifier-4.11.22:4
+~kde-base/kcheckpass-4.11.22:4
+~kde-base/kcminit-4.11.22:4
+~kde-base/kdebase-cursors-4.11.22:4
+~kde-base/kdebase-startkde-4.11.22:4
+~kde-base/kdm-4.11.22:4
+~kde-base/kephal-4.11.22:4
+~kde-base/khotkeys-4.11.22:4
+~kde-base/kinfocenter-4.11.22:4
+~kde-base/klipper-4.11.22:4
+~kde-base/kmenuedit-4.11.22:4
+~kde-base/krunner-4.11.22:4
+~kde-base/kscreensaver-4.11.22:4
+~kde-base/ksmserver-4.11.22:4
+~kde-base/ksplash-4.11.22:4
+~kde-base/kstartupconfig-4.11.22:4
+~kde-base/kstyles-4.11.22:4
+~kde-base/ksysguard-4.11.22:4
+~kde-base/ksystraycmd-4.11.22:4
+~kde-base/kwin-4.11.22:4
+~kde-base/kwrited-4.11.22:4
+~kde-base/libkgreeter-4.11.22:4
+~kde-base/libkworkspace-4.11.22:4
+~kde-base/liboxygenstyle-4.11.22:4
+~kde-base/libplasmaclock-4.11.22:4
+~kde-base/libplasmagenericshell-4.11.22:4
+~kde-base/libtaskmanager-4.11.22:4
+~kde-base/plasma-workspace-4.11.22:4
+~kde-base/powerdevil-4.11.22:4
+~kde-base/qguiplatformplugin_kde-4.11.22:4
+~kde-base/solid-actions-kcm-4.11.22:4
+~kde-base/systemsettings-4.11.22:4
\ No newline at end of file



[gentoo-commits] proj/kde:master commit in: eclass/

2015-08-17 Thread Johannes Huber
commit: 0e87cc3c8e83cbdc20074166277a568884a12054
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug 17 22:51:01 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug 17 22:51:01 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e87cc3c

kde4-base.eclass: Update SRC_URIs

 eclass/kde4-base.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index aab5791..8a81c55 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -446,6 +446,9 @@ _calculate_src_uri() {
4.11.21)
# Part of 15.04.3 actually, sigh. Not 
stable for next release!

SRC_URI=mirror://kde/stable/applications/15.04.3/src/${_kmname_pv}.tar.xz ;;
+   4.11.22)
+   # Part of 15.08.0 actually, sigh. Not 
stable for next release!
+   
SRC_URI=mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz ;;
4.14.3)
# Last SC release

SRC_URI=mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz ;;
@@ -455,6 +458,9 @@ _calculate_src_uri() {
4.14.10)
# Part of 15.04.3 actually, sigh. Not 
stable for next release!

SRC_URI=mirror://kde/stable/applications/15.04.3/src/${_kmname_pv}.tar.xz ;;
+   4.14.11)
+   # Part of 15.08.0 actually, sigh. Not 
stable for next release!
+   
SRC_URI=mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases

SRC_URI=mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz 
;;



[gentoo-commits] repo/gentoo:master commit in: mail-client/alot/files/

2015-08-17 Thread Amadeusz Żołnowski
commit: 9f6b0743d2782b893d6cafbd0669f76a4ff99545
Author: Amadeusz Żołnowski aidecoe AT gentoo DOT org
AuthorDate: Mon Aug 17 22:42:08 2015 +
Commit: Amadeusz Żołnowski aidecoe AT gentoo DOT org
CommitDate: Mon Aug 17 22:42:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6b0743

mail-client/alot: Remove orphaned patch

Package-Manager: portage-2.2.20.1

 mail-client/alot/files/0.3.2-subject-fix.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/mail-client/alot/files/0.3.2-subject-fix.patch 
b/mail-client/alot/files/0.3.2-subject-fix.patch
deleted file mode 100644
index 064b416..000
--- a/mail-client/alot/files/0.3.2-subject-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur pazz-alot-34f4a7d/alot/defaults/default.theme 
pazz-alot-34f4a7d.new/alot/defaults/default.theme
 pazz-alot-34f4a7d/alot/defaults/default.theme  2012-07-22 
23:01:59.0 +0200
-+++ pazz-alot-34f4a7d.new/alot/defaults/default.theme  2012-08-01 
10:24:05.359838188 +0200
-@@ -62,7 +62,7 @@
- [[[subject]]]
- normal = 'default','','light gray','default','g66','default'
- focus = 'standout','','yellow','light gray','yellow','g58'
--#width = 'weight', 1
-+width = 'weight', 1
- [[[content]]]
- normal = 'default','','light gray','default','dark gray','default'
- focus = 'standout','','yellow','light gray','yellow','g58'



[gentoo-commits] repo/gentoo:master commit in: mail-client/alot/, mail-client/alot/files/

2015-08-17 Thread Amadeusz Żołnowski
commit: fbe2846a30eaeffcb3b245008ab51513fa22a258
Author: Amadeusz Żołnowski aidecoe AT gentoo DOT org
AuthorDate: Mon Aug 17 22:41:22 2015 +
Commit: Amadeusz Żołnowski aidecoe AT gentoo DOT org
CommitDate: Mon Aug 17 22:42:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe2846a

mail-client/alot: Remove older version

Package-Manager: portage-2.2.20.1

 mail-client/alot/Manifest  |  1 -
 mail-client/alot/alot-0.3.5.ebuild | 87 --
 ...01-Use-Unicode-strings-when-dealing-with-.patch | 78 ---
 3 files changed, 166 deletions(-)

diff --git a/mail-client/alot/Manifest b/mail-client/alot/Manifest
index 3104fe5..55c4496 100644
--- a/mail-client/alot/Manifest
+++ b/mail-client/alot/Manifest
@@ -1,2 +1 @@
-DIST alot-0.3.5.tar.gz 1201061 SHA256 
7f273b0657e7ee22fd65d6030a536c99ced39d6537c17eb186187923daa9125a SHA512 
e781f63971dd1df46f221d0a11e14e4d0e1cb3a307ac317e950a53e28445130822c9d65c3bc99489d68500d4cc864c38c06f3f79e5fe98813d049a0dde22c22c
 WHIRLPOOL 
1dc67524f0be9eb3088ce0710fa06205ac80dc63b3b194fc3bf0cb9a8c35139723372de27a21c466b8c3f3b01a6b4bb47fbdda109e3e13d915ef11fc72eebe37
 DIST alot-0.3.6.tar.gz 1492278 SHA256 
b8e6092f18e503a528e934231c448db0e03d00e11d844192ba7eeb483838fee7 SHA512 
30037ca1d2c169dda6c1660a24dadee12c6b5858d733ec7cd78e49d633850eecb763852c16565340596e32a6831ff8c36764d3f812de7f7947584defe05322b4
 WHIRLPOOL 
cd4aab9dd84a441b92f5d4c62c783d58d8c4fafca614bf8bf462c1b3f0ffb4266e083380712b16f9469a0b418af1672625a21a6ae1f82f6623c6c22e005be6e9

diff --git a/mail-client/alot/alot-0.3.5.ebuild 
b/mail-client/alot/alot-0.3.5.ebuild
deleted file mode 100644
index c3299d1..000
--- a/mail-client/alot/alot-0.3.5.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils vcs-snapshot
-
-DESCRIPTION=Experimental terminal UI for net-mail/notmuch written in Python
-HOMEPAGE=https://github.com/pazz/alot;
-SRC_URI=${HOMEPAGE}/tarball/${PV} - ${P}.tar.gz
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=doc
-
-DEPEND=
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   
-RDEPEND=
-   =dev-python/configobj-4.6.0[${PYTHON_USEDEP}]
-   dev-python/pygpgme[${PYTHON_USEDEP}]
-   =dev-python/twisted-core-10.2.0
-   =dev-python/urwid-1.1.0[${PYTHON_USEDEP}]
-   net-mail/mailbase
-   =net-mail/notmuch-0.13[crypt,python]
-   sys-apps/file[python]
-   
-
-ALOT_UPDATE=
-
-pkg_setup() {
-   if has_version ${CATEGORY}/${PN}-0.3.2; then
-   ALOT_UPDATE=yes
-   fi
-}
-
-src_prepare() {
-   epatch 
${FILESDIR}/${PV}-0001-Use-Unicode-strings-when-dealing-with-.patch
-
-   find ${S} -name '*.py' -print0 | xargs -0 -- sed \
-   -e '1i# -*- coding: utf-8 -*-' -i || die
-
-   distutils-r1_src_prepare
-
-   local md
-   for md in *.md; do
-   mv ${md} ${md%.md}
-   done
-}
-
-src_compile() {
-   distutils-r1_src_compile
-
-   if use doc; then
-   pushd docs || die
-   emake html
-   popd || die
-   fi
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   dodir /usr/share/alot
-   insinto /usr/share/alot
-   doins -r extra
-
-   if use doc; then
-   dohtml -r docs/build/html/*
-   fi
-}
-
-pkg_postinst() {
-   if [[ ${ALOT_UPDATE} = yes ]]; then
-   ewarn The syntax of theme-files and custom tags-sections of 
the config
-   ewarn has been changed.  You have to revise your config.  
There are
-   ewarn converter scripts in /usr/share/alot/extra to help you 
out with
-   ewarn this:
-   ewarn 
-   ewarn   * tagsections_convert.py for your 
~/.config/alot/config
-   ewarn   * theme_convert.py to update your custom theme files
-   fi
-}

diff --git 
a/mail-client/alot/files/0.3.5-0001-Use-Unicode-strings-when-dealing-with-.patch
 
b/mail-client/alot/files/0.3.5-0001-Use-Unicode-strings-when-dealing-with-.patch
deleted file mode 100644
index c7809fa..000
--- 
a/mail-client/alot/files/0.3.5-0001-Use-Unicode-strings-when-dealing-with-.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From 119e15cae5367d86e3754a337558eb98a420f46a Mon Sep 17 00:00:00 2001
-From: Simon Chopin chopin.si...@gmail.com
-Date: Wed, 24 Jul 2013 15:13:20 +0200
-Subject: [PATCH] Use Unicode strings when dealing with GPG
-
-This delays the encoding of special chars, if any, to the actual display
-which is supposed to know into what it should be encoded.

- alot/db/utils.py | 16 
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/alot/db/utils.py b/alot/db/utils.py
-index ba6d466..7fb2deb 100644
 a/alot/db/utils.py
-+++ b/alot/db/utils.py
-@@ -51,9 +51,9 @@ def 

[gentoo-commits] proj/java:master commit in: dev-java/htmlcleaner/

2015-08-17 Thread James Le Cuirot
commit: 8719b00da5d19d08b916a9413ca1db25d34dcb18
Author: James Le Cuirot chewi AT gentoo DOT org
AuthorDate: Mon Aug 17 22:30:02 2015 +
Commit: James Le Cuirot chewi AT gentoo DOT org
CommitDate: Mon Aug 17 22:30:02 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=8719b00d

dev-java/htmlcleaner: Bumped to 2.13 in the main tree

 dev-java/htmlcleaner/Manifest   |  1 -
 dev-java/htmlcleaner/htmlcleaner-2.2.ebuild | 67 -
 dev-java/htmlcleaner/metadata.xml   |  5 ---
 3 files changed, 73 deletions(-)

diff --git a/dev-java/htmlcleaner/Manifest b/dev-java/htmlcleaner/Manifest
deleted file mode 100644
index 4463700..000
--- a/dev-java/htmlcleaner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST htmlcleaner-2.2-all.zip 263136 SHA256 
560f3cf6374aa7fcab8c54b933def9086bf5e535db53a1b46301987a79621cfb

diff --git a/dev-java/htmlcleaner/htmlcleaner-2.2.ebuild 
b/dev-java/htmlcleaner/htmlcleaner-2.2.ebuild
deleted file mode 100644
index 43b98d8..000
--- a/dev-java/htmlcleaner/htmlcleaner-2.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-MY_PN=HtmlCleaner
-JAVA_PKG_IUSE=doc source
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION=HTML parser written in Java that can be used as a tool, library 
or Ant task
-HOMEPAGE=http://htmlcleaner.sourceforge.net/;
-SRC_URI=mirror://sourceforge/htmlcleaner/files/${P}-all.zip
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-
-CDEPEND=dev-java/ant-core
-   dev-java/jdom:1.0
-
-DEPEND=${CDEPEND}
-   =virtual/jdk-1.5
-   test? ( dev-java/junit:4 )
-
-RDEPEND=${CDEPEND}
-   =virtual/jre-1.5
-
-S=${WORKDIR}/${MY_PN}
-
-JAVA_ANT_REWRITE_CLASSPATH=true
-EANT_GENTOO_CLASSPATH=ant-core,jdom-1.0
-JAR=${PN}${PV//./_}.jar
-
-src_prepare() {
-   rm -v *.jar || die
-
-   # Don't require default.xml to be in the current directory.
-   sed -i s:\default\.xml\:\${JAVA_PKG_SHAREPATH}/default.xml\:g \
-   src/main/java/org/htmlcleaner/ConfigFileTagProvider.java || die
-}
-
-src_install() {
-   java-pkg_newjar ${JAR} ${PN}.jar
-   java-pkg_register-ant-task
-
-   insinto ${JAVA_PKG_SHAREPATH}
-   doins default.xml || die
-   java-pkg_dolauncher ${PN}
-
-   use source  java-pkg_dosrc src/main/java/*
-   use doc  java-pkg_dojavadoc doc
-}
-
-src_test() {
-   local DIR=src/test/java
-   local CP=${DIR}:${JAR}:$(java-pkg_getjars 
junit-4,${EANT_GENTOO_CLASSPATH})
-   ejavac -classpath ${CP} -d ${DIR} $(find ${DIR} -name *.java)
-
-   local TESTS=$(find ${DIR} -name *Test.java)
-   TESTS=${TESTS//src\/test\/java\/}
-   TESTS=${TESTS//.java}
-   TESTS=${TESTS//\//.}
-   ejunit4 -classpath ${CP} ${TESTS}
-}

diff --git a/dev-java/htmlcleaner/metadata.xml 
b/dev-java/htmlcleaner/metadata.xml
deleted file mode 100644
index 838c00a..000
--- a/dev-java/htmlcleaner/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdjava/herd
-/pkgmetadata



[gentoo-commits] proj/genkernel:master commit in: /

2015-08-17 Thread Robin H. Johnson
commit: a79ecbd06cf71b3ac5abd2675601a0d750a9908c
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Tue Aug 18 03:31:59 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Aug 18 03:34:57 2015 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a79ecbd0

Support compressed modules: both XZ  GZIP.

Newer kernels support compressed modules directly.

It's not ideal for genkernel, since it would be double-compressed, but
since genkernel takes the modules the module destination directory after
modules_install, it's the quickest way to a working system again
(because the non-compressed modules aren't installed).

Signed-off-by: Robin H. Johnson robbat2 AT gentoo.org

 gen_compile.sh   | 6 --
 gen_initramfs.sh | 9 +
 gen_moddeps.sh   | 4 
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 04ed8d6..97bd36e 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -683,11 +683,13 @@ compile_iscsi() {
 
# if kernel modules exist, copy them to initramfs, otherwise it 
will be compiled into the kernel
mkdir -p 
${TEMP}/initramfs-iscsi-temp/lib/modules/${KV}/kernel/drivers/scsi/
+   KEXT=$(modules_kext)
for modname in iscsi_tcp libiscsi scsi_transport_iscsi
do
-   if [ -e ${CMD_KERNEL_DIR}/drivers/scsi/${modname}.ko ]
+   module=${CMD_KERNEL_DIR}/drivers/scsi/${modname}${KEXT}
+   if [ -e ${module} ]
then
-   cp ${CMD_KERNEL_DIR}/drivers/scsi/${modname}.ko 
${TEMP}/initramfs-iscsi-temp/lib/modules/${KV}/kernel/drivers/scsi/
+   cp $module 
${TEMP}/initramfs-iscsi-temp/lib/modules/${KV}/kernel/drivers/scsi/
fi
done
 

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 4ec5fea..e7f72df 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -293,11 +293,12 @@ append_dmraid(){
/bin/tar -jxpf ${DMRAID_BINCACHE} -C ${TEMP}/initramfs-dmraid-temp 
||
gen_die Could not extract dmraid binary cache!;
cd ${TEMP}/initramfs-dmraid-temp/
-   RAID456=`find . -type f -name raid456.ko`
+   module_ext=$(modules_kext)
+   RAID456=`find . -type f -name raid456${module_ext}`
if [ -n ${RAID456} ]
then
-   cd ${RAID456/raid456.ko/}
-   ln -sf raid456.kp raid45.ko
+   cd ${RAID456/raid456${module_ext}/}
+   ln -sf raid456.kp $(basename ${RAID456})
cd ${TEMP}/initramfs-dmraid-temp/
fi
log_future_cpio_content
@@ -614,7 +615,7 @@ print_list()
 append_modules() {
local group
local group_modules
-   local MOD_EXT=.ko
+   local MOD_EXT=$(modules_kext)
 
print_info 2 initramfs:  Searching for modules...
if [ ${INSTALL_MOD_PATH} != '' ]

diff --git a/gen_moddeps.sh b/gen_moddeps.sh
index 0867b56..415e095 100755
--- a/gen_moddeps.sh
+++ b/gen_moddeps.sh
@@ -4,6 +4,10 @@
 modules_kext()
 {
KEXT=.ko
+   if grep -sq '^CONFIG_MODULE_COMPRESS=y' ${KERNEL_DIR}/.config; then
+   grep -sq '^CONFIG_MODULE_COMPRESS_XZ=y' ${KERNEL_DIR}/.config 
 KEXT='.ko.xz'
+   grep -sq '^CONFIG_MODULE_COMPRESS_GZIP=y' 
${KERNEL_DIR}/.config  KEXT='.ko.gz'
+   fi
echo ${KEXT}
 }
 



[gentoo-commits] proj/genkernel:master commit in: defaults/

2015-08-17 Thread Robin H. Johnson
commit: 06106b54ce4a767ba201c414a833ba63076dee1f
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Tue Aug 18 03:30:39 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Aug 18 03:34:41 2015 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=06106b54

KSUFF variable was never used.

KSUFF variable never got used after it was introduced.

Signed-off-by: Robin H. Johnson robbat2 AT gentoo.org

 defaults/initrd.defaults | 1 -
 1 file changed, 1 deletion(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index f6fd564..5e8fdbe 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -55,7 +55,6 @@ MISCOPTS='debug detect'
 QUIET='1'
 ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul'
 ROOT_TREES='etc root home var'
-KSUFF='.ko'
 
 REAL_ROOT=''
 CONSOLE='/dev/console'



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/

2015-08-17 Thread Alexandre Rostovtsev
commit: 632dfebb09fbc392538fd5143a421a5ec8e94a99
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Tue Aug 18 04:02:03 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Tue Aug 18 04:08:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632dfebb

gnome-base/gnome-control-center: fix build with sys-libs/timezone-data-2015f

North Korea caused build failure.

Gentoo-Bug: 557628
Reported-by: Kamil Kamiński
Upstream-Bug-url: https://bugzilla.gnome.org/show_bug.cgi?id=753643

Package-Manager: portage-2.2.20.1

 gnome-base/gnome-control-center/Manifest  | 1 +
 ...center-3.14.5.ebuild = gnome-control-center-3.14.5-r1.ebuild} | 8 +++-
 .../gnome-control-center/gnome-control-center-3.14.5.ebuild   | 2 ++
 ...center-3.16.2.ebuild = gnome-control-center-3.16.2-r1.ebuild} | 6 ++
 .../gnome-control-center/gnome-control-center-3.16.2.ebuild   | 2 ++
 5 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index 73fca6c..6d1c372 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-control-center-3.14.5.tar.xz 6984452 SHA256 
66ffaf4b1eb0a745a2928035bc1b1e1eac7ea3775941e3a06bfb68ae4c1404c4 SHA512 
ef9fa7a8d95bf37bce4e67521db7c35145f9de7bc9e5a9428d1aa0b0031698e38706529b509534e68dbc4cc8c54ba3482cf439e386fe64f3374432efa637512d
 WHIRLPOOL 
15a83613f80cc3e236fd602d5c84a9a844a236de6556b742ee25147ccecfe207914cb2e4c1ac4029065a6bf19bd81ff8257cbd26163ad7df757849c2e0865f38
+DIST gnome-control-center-3.16.2-pyongyang.tar.xz 22808 SHA256 
bc240beacc4f1e425d470ba21bdf19cd2cd547f232fa7d2a72299f75a7fb94d5 SHA512 
04649782c34e72aa7169a62f2572d500533904ccd22782b660ec318996daa84d7d6c613c858080f94024d38778291cb1d03bd19497ab8a5724885730519c7c79
 WHIRLPOOL 
3518b9208da2763b084e0d294f00f8e8876f5d6bf38d3fa04af6766865a6e9d8ca8906a4da4d87344d238e6ea4e29c941a9f3a42b4c3e05cb58192839d134d9e
 DIST gnome-control-center-3.16.2.tar.xz 7027220 SHA256 
2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d SHA512 
29c7b87ac2f713a46e20e596f69b343e9d98991c3449e79eb3f77e5d0b14f5250902caa2e481192d6da77f22a309bb7ab5fe4e4eb3c2a9e92d8b672c6b99bb09
 WHIRLPOOL 
e1deb4f228058d5d49c9592a9d4f219190bd8909cccf803a45df767311f3d38bf79d56893f2628475a9d807ef68d57176c89972ec4b63aa81c6d0a35b9d25d60

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.14.5-r1.ebuild
similarity index 90%
copy from gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild
copy to gnome-base/gnome-control-center/gnome-control-center-3.14.5-r1.ebuild
index 726db5a..28c1d75 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.14.5-r1.ebuild
@@ -11,10 +11,12 @@ inherit autotools bash-completion-r1 eutils gnome2
 DESCRIPTION=GNOME's main interface to configure various aspects of the 
desktop
 HOMEPAGE=https://git.gnome.org/browse/gnome-control-center/;
 
+SRC_URI=${SRC_URI} 
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${PN}-3.16.2-pyongyang.tar.xz;
+
 LICENSE=GPL-2+
 SLOT=2
 IUSE=+bluetooth +colord +cups +gnome-online-accounts +i18n 
input_devices_wacom kerberos v4l
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
 
 # False positives caused by nested configure scripts
 QA_CONFIGURE_OPTIONS=.*
@@ -120,6 +122,10 @@ src_prepare() {
# Fix some absolute paths to be appropriate for Gentoo
epatch ${FILESDIR}/${PN}-3.10.2-gentoo-paths.patch
 
+   # North Korea causes build failure, 
https://bugzilla.gnome.org/show_bug.cgi?id=753643
+   cp ../${PN}-3.16.2-pyongyang/*.png panels/datetime/data/ || die
+   epatch ../${PN}-3.16.2-pyongyang/*.patch
+
epatch_user
 
eautoreconf

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild
index 726db5a..5265817 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild
@@ -108,6 +108,8 @@ DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
 
gnome-base/gnome-common
+
+   sys-libs/timezone-data-2015f
 
 # Needed for autoreconf
 #  gnome-base/gnome-common

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.16.2.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.16.2-r1.ebuild
similarity index 93%
copy from gnome-base/gnome-control-center/gnome-control-center-3.16.2.ebuild
copy to 

[gentoo-commits] proj/dotnet:master commit in: eclass/

2015-08-17 Thread Heather Cynede
commit: 63a8e0ccdafa58bf0f87171dd72b8e697e7506fe
Author: Heather Heather AT users DOT noreply DOT github DOT com
AuthorDate: Mon Aug 17 13:52:13 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 13:52:13 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=63a8e0cc

nuget eclass : email update

 eclass/nuget.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass
index 535dd4b..2df0eb9 100644
--- a/eclass/nuget.eclass
+++ b/eclass/nuget.eclass
@@ -3,7 +3,7 @@
 # $Id$
 
 # @ECLASS: nuget.eclass
-# @MAINTAINER: heat...@cynede.net
+# @MAINTAINER: cyn...@gentoo.org
 # @BLURB: Common functionality for nuget apps
 # @DESCRIPTION: Common functionality needed by fake build system.
 



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nant/

2015-08-17 Thread Heather Cynede
commit: 0fe628d27002bbc285fe9b3a0dde382b863daf68
Author: ArsenShnurkov Arsen.Shnurkov AT gmail DOT com
AuthorDate: Mon Aug 17 13:32:33 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 13:32:33 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0fe628d2

repoman warnings fixed

 dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild 
b/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild
index c4b280a..67adc8f 100644
--- a/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild
+++ b/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild
@@ -29,11 +29,7 @@ SLN_FILE=NAnt.sln
 METAFILETOBUILD=${S}/${SLN_FILE}
 
 # This build is not parallel build friendly
-MAKEOPTS=${MAKEOPTS} -j1
-
-#src_prepare() {
-#   nuget restore ${METAFILETOBUILD} || die
-#}
+#MAKEOPTS=${MAKEOPTS} -j1
 
 src_compile() {
exbuild ${METAFILETOBUILD}
@@ -52,7 +48,7 @@ src_install() {
doins build/${DIR}/*
 
make_wrapper nant mono /usr/share/nant/NAnt.exe
-   
+
enupkg ${WORKDIR}/NAnt.0.93.5019.nupkg
 
dodoc README.txt



[gentoo-commits] proj/dotnet:master commit in: /

2015-08-17 Thread Heather Cynede
commit: e6546eeeda7d7f7d5dc3b191f0c762e9c5ed8e8c
Author: Heather Heather AT users DOT noreply DOT github DOT com
AuthorDate: Mon Aug 17 13:50:32 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 13:50:32 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e6546eee

Merge pull request #105 from ArsenShnurkov/nant

Nant

 dev-dotnet/nant/Manifest |  1 +
 dev-dotnet/nant/files/NAnt.sln.nuspec| 23 ++
 dev-dotnet/{slntools = nant}/metadata.xml   |  0
 dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild | 55 
 eclass/dotnet.eclass | 47 +++-
 5 files changed, 124 insertions(+), 2 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: eclass/

2015-08-17 Thread Heather Cynede
commit: 2ce39f0a4e3d8e896afa9eeb901319aca7d8710f
Author: Heather Heather AT users DOT noreply DOT github DOT com
AuthorDate: Mon Aug 17 13:52:44 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 13:52:44 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2ce39f0a

fake eclass : email update

 eclass/fake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/fake.eclass b/eclass/fake.eclass
index 432c266..f990f18 100644
--- a/eclass/fake.eclass
+++ b/eclass/fake.eclass
@@ -3,7 +3,7 @@
 # $Id$
 
 # @ECLASS: fake.eclass
-# @MAINTAINER: heat...@cynede.net
+# @MAINTAINER: cyn...@gentoo.org
 # @BLURB: Common functionality for fake apps
 # @DESCRIPTION: Common functionality needed by fake build system.
 



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nant/files/, dev-dotnet/nant/, eclass/

2015-08-17 Thread Heather Cynede
commit: d2f4ad54aa6d2c7444a98b8bfb2caccd491c4f09
Author: ArsenShnurkov Arsen.Shnurkov AT gmail DOT com
AuthorDate: Mon Aug 17 13:29:19 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Mon Aug 17 13:29:19 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d2f4ad54

using xbuild instead of make

 dev-dotnet/nant/files/NAnt.sln.nuspec| 23 +
 dev-dotnet/nant/metadata.xml | 13 ++
 dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild | 59 
 eclass/dotnet.eclass | 47 ++-
 4 files changed, 140 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/nant/files/NAnt.sln.nuspec 
b/dev-dotnet/nant/files/NAnt.sln.nuspec
new file mode 100644
index 000..0a1b954
--- /dev/null
+++ b/dev-dotnet/nant/files/NAnt.sln.nuspec
@@ -0,0 +1,23 @@
+?xml version=1.0 encoding=utf-8?
+package 
+  metadata
+idNAnt/id
+version0.93.5019/version
+authorsdot...@gentoo.org/authors
+ownersdotnet/owners
+licenseUrlhttp://nant.sourceforge.net/license.html/licenseUrl !-- 
GPLv2 --
+projectUrlhttp://nant.sourceforge.net//projectUrl
+
iconUrlhttps://raw.githubusercontent.com/nant/nant/master/examples/Solution/cpp/WinForms/app.ico/iconUrl
+requireLicenseAcceptancefalse/requireLicenseAcceptance
+descriptionPackage description/description
+
releaseNoteshttps://github.com/nant/nant/blob/master/doc/releasenotes.html/releaseNotes
+copyright/copyright
+tagsnant/tags
+dependencies
+/dependencies
+  /metadata
+ files
+!-- * will cover .dll .mdb .config and .xml--
+file src=build/$Configuration$/* target=lib/net40/ /
+  /files
+/package
\ No newline at end of file

diff --git a/dev-dotnet/nant/metadata.xml b/dev-dotnet/nant/metadata.xml
new file mode 100644
index 000..5c0862c
--- /dev/null
+++ b/dev-dotnet/nant/metadata.xml
@@ -0,0 +1,13 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herddotnet/herd
+  maintainer
+emaildot...@gentoo.org/email
+namedotnet/name
+  /maintainer
+  use
+flag name='developer'enables debug information for any of debug and 
release builds/flag
+flag name='nupkg'creates local nuget package/flag
+  /use
+/pkgmetadata

diff --git a/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild 
b/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild
new file mode 100644
index 000..c4b280a
--- /dev/null
+++ b/dev-dotnet/nant/nant-0.93.5019-r201504210.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit mono-env dotnet
+
+NAME=nant
+HOMEPAGE=https://github.com/nant/${NAME};
+
+EGIT_COMMIT=45ec8aa9ad3247f340731f4e8b953c498ad3019e
+SRC_URI=${HOMEPAGE}/archive/${EGIT_COMMIT}.zip - ${PF}.zip
+S=${WORKDIR}/${NAME}-${EGIT_COMMIT}
+
+SLOT=0
+
+DESCRIPTION=.NET build tool
+LICENSE=GPL-2
+KEYWORDS=~amd64 ~ppc ~x86
+IUSE=developer nupkg debug
+
+RDEPEND==dev-lang/mono-4.0.2.5
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+
+
+S=${WORKDIR}/${NAME}-${EGIT_COMMIT}
+SLN_FILE=NAnt.sln
+METAFILETOBUILD=${S}/${SLN_FILE}
+
+# This build is not parallel build friendly
+MAKEOPTS=${MAKEOPTS} -j1
+
+#src_prepare() {
+#   nuget restore ${METAFILETOBUILD} || die
+#}
+
+src_compile() {
+   exbuild ${METAFILETOBUILD}
+   enuspec ${FILESDIR}/${SLN_FILE}.nuspec
+}
+
+src_install() {
+   DIR=
+   if use debug; then
+   DIR=Debug
+   else
+   DIR=Release
+   fi
+
+   insinto /usr/share/nant/
+   doins build/${DIR}/*
+
+   make_wrapper nant mono /usr/share/nant/NAnt.exe
+   
+   enupkg ${WORKDIR}/NAnt.0.93.5019.nupkg
+
+   dodoc README.txt
+}

diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
index 301a072..6222540 100644
--- a/eclass/dotnet.eclass
+++ b/eclass/dotnet.eclass
@@ -81,8 +81,51 @@ unset MONO_AOT_CACHE
 # @FUNCTION: exbuild
 # @DESCRIPTION: run xbuild with Release configuration and configurated 
FRAMEWORK
 exbuild() {
-   elog xbuild $@ /p:Configuration=Release /tv:4.0 
/p:TargetFrameworkVersion=v${FRAMEWORK} $@ || die
-   xbuild /p:Configuration=Release /tv:4.0 
/p:TargetFrameworkVersion=v${FRAMEWORK} $@ || die
+   if use debug; then
+   CARGS=/p:Configuration=Debug
+   else
+   CARGS=/p:Configuration=Release
+   fi
+
+   if use developer; then
+   SARGS=/p:DebugSymbols=True
+   else
+   SARGS=/p:DebugSymbols=False
+   fi
+
+   elog xbuild /tv:4.0 /p:TargetFrameworkVersion=v${FRAMEWORK} 
${CARGS} ${SARGS} $@ || die
+   xbuild /tv:4.0 /p:TargetFrameworkVersion=v${FRAMEWORK} ${CARGS} 
${SARGS} $@ || die
+}
+
+# @FUNCTION: enuspec
+# @DESCRIPTION: run nuget pack
+enuspec() {
+   if use nupkg; then
+   if use debug; then
+   

[gentoo-commits] dev/yngwin:master commit in: media-sound/helm/files/, media-sound/helm/

2015-08-17 Thread Ben de Groot
commit: d95305cd00a515880700166df1299b6d173dd262
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 13:12:35 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 13:12:35 2015 +
URL:https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=d95305cd

media-sound/helm: initial commit

 media-sound/helm/Manifest  |  1 +
 .../helm/files/helm-0.4.1-vst-location.patch   | 20 ++
 media-sound/helm/helm-0.4.1.ebuild | 43 ++
 media-sound/helm/metadata.xml  |  8 
 4 files changed, 72 insertions(+)

diff --git a/media-sound/helm/Manifest b/media-sound/helm/Manifest
new file mode 100644
index 000..7090407
--- /dev/null
+++ b/media-sound/helm/Manifest
@@ -0,0 +1 @@
+DIST helm-0.4.1.tar.gz 10170154 SHA256 
00fa6b973b3e13d574a19dc009e07cbbcb7823476ffc59cc89e6816b7a70bd72 SHA512 
093abfd47a7f3e25d168df675b8a9c067a361ae1891af208c75ec4bc02d8a30cc5de4ab2433179bcbb6074c142c8ef9b4ef11b1854fdde0551fcd340dd6b8fe0
 WHIRLPOOL 
6d7297b2e064d24252d11b415225e081cb2033230aba013e774198b66e6ca89196691ed8db61d9baa02e7cc09497af61462f36244668a8b3469828388f3c5d49

diff --git a/media-sound/helm/files/helm-0.4.1-vst-location.patch 
b/media-sound/helm/files/helm-0.4.1-vst-location.patch
new file mode 100644
index 000..faa1a17
--- /dev/null
+++ b/media-sound/helm/files/helm-0.4.1-vst-location.patch
@@ -0,0 +1,20 @@
+--- helm-0.4.1.orig/builds/linux/VST/Makefile  2015-08-04 06:06:31.0 
+0800
 helm-0.4.1/builds/linux/VST/Makefile   2015-08-17 20:09:55.781014640 
+0800
+@@ -18,7 +18,7 @@
+ TARGET_ARCH := 
+   endif
+ 
+-  CPPFLAGS := $(DEPFLAGS) -D LINUX=1 -D DEBUG=1 -D _DEBUG=1 -D 
JUCER_LINUX_MAKE_1D79FBD2=1 -D JUCE_APP_VERSION=0.4.1 -D 
JUCE_APP_VERSION_HEX=0x401 -I /usr/include -I /usr/include/freetype2 -I 
~/srcs/VST3\ SDK -I ~/srcs/vstsdk2.4 -I ../../../JuceLibraryCode -I 
../../../JUCE/modules -I ../../../mopo/src -I ../../../src -I 
../../../src/common -I ../../../src/editor_components -I 
../../../src/editor_sections -I ../../../src/look_and_feel -I 
../../../src/standalone -I ../../../src/synthesis
++  CPPFLAGS := $(DEPFLAGS) -D LINUX=1 -D DEBUG=1 -D _DEBUG=1 -D 
JUCER_LINUX_MAKE_1D79FBD2=1 -D JUCE_APP_VERSION=0.4.1 -D 
JUCE_APP_VERSION_HEX=0x401 -I /usr/include -I /usr/include/freetype2 -I 
/usr/share/vst-sdk/VST3-SDK -I ../../../JuceLibraryCode -I 
../../../JUCE/modules -I ../../../mopo/src -I ../../../src -I 
../../../src/common -I ../../../src/editor_components -I 
../../../src/editor_sections -I ../../../src/look_and_feel -I 
../../../src/standalone -I ../../../src/synthesis
+   CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -fPIC -O0 -ffast-math 
-mtune=generic -msse -msse2 -mfpmath=sse
+   CXXFLAGS += $(CFLAGS) -std=c++11
+   LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -Wl,--no-undefined 
-shared -L/usr/X11R6/lib/ -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype 
-lpthread -lrt -ffast-math -mtune=generic -msse -msse2 -mfpmath=sse
+@@ -38,7 +38,7 @@
+ TARGET_ARCH := 
+   endif
+ 
+-  CPPFLAGS := $(DEPFLAGS) -D LINUX=1 -D NDEBUG=1 -D 
JUCER_LINUX_MAKE_1D79FBD2=1 -D JUCE_APP_VERSION=0.4.1 -D 
JUCE_APP_VERSION_HEX=0x401 -I /usr/include -I /usr/include/freetype2 -I 
~/srcs/VST3\ SDK -I ~/srcs/vstsdk2.4 -I ../../../JuceLibraryCode -I 
../../../JUCE/modules -I ../../../mopo/src -I ../../../src -I 
../../../src/common -I ../../../src/editor_components -I 
../../../src/editor_sections -I ../../../src/look_and_feel -I 
../../../src/standalone -I ../../../src/synthesis
++  CPPFLAGS := $(DEPFLAGS) -D LINUX=1 -D NDEBUG=1 -D 
JUCER_LINUX_MAKE_1D79FBD2=1 -D JUCE_APP_VERSION=0.4.1 -D 
JUCE_APP_VERSION_HEX=0x401 -I /usr/include -I /usr/include/freetype2 -I 
/usr/share/vst-sdk/VST3-SDK -I ../../../JuceLibraryCode -I 
../../../JUCE/modules -I ../../../mopo/src -I ../../../src -I 
../../../src/common -I ../../../src/editor_components -I 
../../../src/editor_sections -I ../../../src/look_and_feel -I 
../../../src/standalone -I ../../../src/synthesis
+   CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -fPIC -Os -ffast-math -mtune=generic 
-msse -msse2 -mfpmath=sse
+   CXXFLAGS += $(CFLAGS) -std=c++11
+   LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -Wl,--no-undefined 
-shared -fvisibility=hidden -L/usr/X11R6/lib/ -lGL -lX11 -lXext -lXinerama 
-lasound -ldl -lfreetype -lpthread -lrt -ffast-math -mtune=generic -msse -msse2 
-mfpmath=sse

diff --git a/media-sound/helm/helm-0.4.1.ebuild 
b/media-sound/helm/helm-0.4.1.ebuild
new file mode 100644
index 000..ccaf268
--- /dev/null
+++ b/media-sound/helm/helm-0.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION=Open source polyphonic software synthesizer with lots of 
modulation
+HOMEPAGE=http://tytel.org/helm/;
+SRC_URI=https://github.com/mtytel/helm/archive/v${PV}.tar.gz - 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/

2015-08-17 Thread Mike Frysinger
commit: badf9b730721ec3c0781588cb7614721db3a045a
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 17 13:41:54 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 17 13:50:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badf9b73

sys-libs/ncurses: rework handling of build-time tic #557834

There are more cases where a version of tic is needed that matches the
current version of source beyond cross-compiling.  New installs, multilib,
and upgrades also run into this case.  Drop the cross-compile test and run
the code whenever the host version isn't in sync.

 sys-libs/ncurses/ncurses-6.0.ebuild | 33 +++--
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild 
b/sys-libs/ncurses/ncurses-6.0.ebuild
index 81c87de..39ebaaf 100644
--- a/sys-libs/ncurses/ncurses-6.0.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0.ebuild
@@ -60,27 +60,31 @@ src_configure() {
$(use unicode  usex threads 'ncursestw' '')
)
 
-   # when cross-compiling, we need to build up our own tic
-   # because people often don't keep matching host/target
-   # ncurses versions #249363
-   if tc-is-cross-compiler  ! ROOT=/ has_version ~sys-libs/${P} ; then
+   multijob_init
+
+   # When installing ncurses, we have to use a compatible version of tic.
+   # This comes up when cross-compiling, doing multilib builds, upgrading,
+   # or installing for the first time.  Build a local copy of tic whenever
+   # the host version isn't available. #249363 #557598
+   if ! ROOT=/ has_version ~sys-libs/${P} ; then
+   # We can't re-use the multilib BUILD_DIR because we run outside 
of it.
+   BUILD_DIR=${WORKDIR} \
CHOST=${CBUILD} \
CFLAGS=${BUILD_CFLAGS} \
CXXFLAGS=${BUILD_CXXFLAGS} \
CPPFLAGS=${BUILD_CPPFLAGS} \
LDFLAGS=${BUILD_LDFLAGS} -static \
-   do_configure cross --without-shared --with-normal
+   multijob_child_init do_configure cross --without-shared 
--with-normal
fi
multilib-minimal_src_configure
+   multijob_finish
 }
 
 multilib_src_configure() {
local t
-   multijob_init
for t in ${NCURSES_TARGETS[@]} ; do
multijob_child_init do_configure ${t}
done
-   multijob_finish
 }
 
 do_configure() {
@@ -152,6 +156,11 @@ do_configure() {
if [[ ${target} != ncurses ]] ; then
conf+=( --includedir=${EPREFIX}/usr/include/${target} )
fi
+   # See comments in src_configure.
+   if [[ ${target} != cross ]] ; then
+   local tic_path=${WORKDIR}/cross/progs/tic
+   [[ -d ${tic_path} ]]  export TIC_PATH=${tic_path}
+   fi
 
# Force bash until upstream rebuilds the configure script with a newer
# version of autotools. #545532
@@ -161,10 +170,9 @@ do_configure() {
 }
 
 src_compile() {
-   # when cross-compiling, we need to build up our own tic
-   # because people often don't keep matching host/target
-   # ncurses versions #249363
-   if tc-is-cross-compiler  ! ROOT=/ has_version ~sys-libs/${P} ; then
+   # See comments in src_configure.
+   if ! ROOT=/ has_version ~sys-libs/${P} ; then
+   BUILD_DIR=${WORKDIR} \
do_compile cross -C progs tic
fi
 
@@ -199,9 +207,6 @@ do_compile() {
 }
 
 multilib_src_install() {
-   # use the cross-compiled tic (if need be) #249363
-   export PATH=${BUILD_DIR}/cross/progs:${PATH}
-
local target
for target in ${NCURSES_TARGETS[@]} ; do
emake -C ${BUILD_DIR}/${target} DESTDIR=${D} install



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/

2015-08-17 Thread Mike Frysinger
commit: ed09185ff04818538e98f5b9e58b5a8ad6eec2ad
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 17 13:39:39 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 17 13:41:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09185f

sys-libs/ncurses: block older x11-terms/st #557454

 sys-libs/ncurses/ncurses-6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild 
b/sys-libs/ncurses/ncurses-6.0.ebuild
index 898956c..81c87de 100644
--- a/sys-libs/ncurses/ncurses-6.0.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0.ebuild
@@ -24,6 +24,7 @@ DEPEND=gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )
 #  berkdb? ( sys-libs/db )
 RDEPEND=${DEPEND}
!x11-terms/rxvt-unicode-9.06-r3
+   !x11-terms/st-0.6-r1
!app-emulation/emul-linux-x86-baselibs
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/linksys-tftp/

2015-08-17 Thread Mike Frysinger
commit: 0814984a4a2fd843bd7458e2d1e204f46c753620
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 17 12:47:07 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 17 12:48:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0814984a

net-ftp/linksys-tftp: update HOMEPAGE/SRC_URI #557886

 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild 
b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
index 7f305c1..4b23797 100644
--- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
+++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
@@ -7,8 +7,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION=TFTP client suitable for uploading to the Linksys WRT54G Wireless 
Router
-HOMEPAGE=http://redsand.net/projects/linksys-tftp/linksys-tftp.php;
-SRC_URI=http://redsand.net/projects/${PN}/pub/${P}.tar.bz2;
+HOMEPAGE=https://www.redsand.net/solutions/linksys_tftp.html;
+SRC_URI=https://www.redsand.net/solutions/${P}.tar.bz2;
 
 LICENSE=BSD
 SLOT=0



[gentoo-commits] repo/gentoo:master commit in: net-ftp/linksys-tftp/, net-ftp/linksys-tftp/files/

2015-08-17 Thread Mike Frysinger
commit: 0edd0d07050437cff3bc2b9c48138a1c05eb
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 17 12:47:25 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 17 12:48:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edd0444

net-ftp/linksys-tftp: refresh  apply header patch

This was queued a while ago but never actually applied.
Add it and update the patch to fix a few more files.

 .../files/linksys-tftp-1.2.1-r1-header.patch   | 36 --
 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild  |  1 +
 2 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r1-header.patch 
b/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r1-header.patch
index 386cf7b..9944f3c 100644
--- a/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r1-header.patch
+++ b/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r1-header.patch
@@ -1,11 +1,13 @@
 --- linksys-tftp-1.2.1/main.c
 +++ linksys-tftp-1.2.1/main.c
-@@ -40,6 +40,8 @@
+@@ -40,6 +40,10 @@
  #include setjmp.h
  #include ctype.h
  #include netdb.h
 +#include stdlib.h
-+#include strings.h
++#include string.h
++#include unistd.h
++#include sys/sendfile.h
  
  #define   TIMEOUT 5   /* secs between rexmt's */
  
@@ -18,3 +20,33 @@
char *argv[];
  {
struct sockaddr_in sin;
+--- a/tftp.c
 b/tftp.c
+@@ -36,8 +36,8 @@
+ #include stdio.h
+ #include errno.h
+ #include setjmp.h
+-
+-externint errno;
++#include string.h
++#include unistd.h
+ 
+ extern  struct sockaddr_in sin; /* filled in by main */
+ extern  int f;  /* the opened socket */
+@@ -69,16 +69,6 @@ void timer(int sig)
+   longjmp(timeoutbuf, 1);
+ }
+ 
+-strnlen(s, n)
+-  char *s;
+-  int n;
+-{
+-  int i = 0;
+-
+-  while (n--  0  *s++) i++;
+-  return(i);
+-}
+-
+ /*
+  * Parse an OACK package and set blocksize accordingly
+  */

diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild 
b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
index 4b23797..8b635d4 100644
--- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
+++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild
@@ -16,6 +16,7 @@ KEYWORDS=amd64 ~ppc x86
 IUSE=
 
 src_prepare() {
+   epatch ${FILESDIR}/${P}-r1-header.patch
epatch ${FILESDIR}/${P}-r1-Makefile.patch
 }
 



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/

2015-08-17 Thread Ian Stakenvicius
commit: 14a02d4c51cedf7e27b541020f9facf80c64d98d
Author: Ian Stakenvicius axs AT gentoo DOT org
AuthorDate: Sat Aug 15 01:27:48 2015 +
Commit: Ian Stakenvicius axs AT gentoo DOT org
CommitDate: Sat Aug 15 01:27:48 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=14a02d4c

thunderbird 38.2 trivial bump

 mail-client/thunderbird/Manifest   | 114 ++---
 ...ird-38.1.0.ebuild = thunderbird-38.2.0.ebuild} |   0
 2 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index f986efa..44d9d3f 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -3,60 +3,60 @@ DIST firefox-38.0-patches-0.3.tar.xz 4796 SHA256 
bfbef81748f76f5f80c3ce6e6b810b6
 DIST gdata-provider-1.9.tar.xz 80812 SHA256 
8e60960999c752c49d6414d14c35c2d0cc474d4a199ec99e531453d4d60bc5a3 SHA512 
b1411b0a8614eb5e9fbdc0a41eb5ed38e8d4c90832e2a356fd0412b554af46bde4b766b213d9da3cafd85206da44d54c9f6b469c95ddb190fa04fe14a54a
 WHIRLPOOL 
df7451e55f937c604d92faed82a16bddd6ca87a7c03981324c5409ab5824ac1c631ec767f10eaedc6f7128cd1f9001eca599c848d39e116d9722f26811b01092
 DIST lightning-4.0.1.xpi 6637522 SHA256 
a93af3b8548a82e5709ed1c0d06d0a103e3fcdd5e554b1124e42166a814be3a6 SHA512 
ed8ae62eb6b339a4108756934142dbc2aeb7e039d6fd856067bf3f24ce5a2450336e281dd018b5a14c359c5f58fc20668e5cad4b3929955572f44002be1a940c
 WHIRLPOOL 
caa23550eab6cc8f4b8ec63dd6c34282944cb9f150885ab2120d315db0910b640fab3fdb466d97cc7e15364e88bdc09c7041f107d11bf508f361979de1bf2722
 DIST thunderbird-38.0-patches-0.1.tar.xz 684 SHA256 
cd2a347b72a104e72d38e56bb92df3464e8820485119b4114dbd0bbda131a808 SHA512 
52c83af301be959e861dfec55b3c4bc60035387c606976bd29232c4cba077230edcadef242491e699fba10027d0408dd4f33fa320bcf96727afe149166ca02de
 WHIRLPOOL 
a378a0fa1b152f17681a5e389662fedfacd45a137b224f038d3c98ab4a024bcf9e753fb2fe018cdb7126fb710ee8baabdf7882540450ead2985070d0d1f12eb0
-DIST thunderbird-38.1.0-ar.xpi 475295 SHA256 
8bc4384ede05efcb02e67a651a81f22cbaea3bbf6072e156d707e2a9ad49 SHA512 
cb8fa60dd8531d6ae4c8015d41568dedab74a83eaa742ea714224f276a8a3d4d71e1cd84e6f4d4e17e4b09a6fcca8b94d2b885c4323776bdd037922b6b38ae31
 WHIRLPOOL 
37767cc83500f47b40f554cdbc298de10eca85887b80800678a4ac4cfe2afce7d026c52d3dbf45449b81300c407883f1aafc863c1dcc7a25cfbb8e1555c2ab96
-DIST thunderbird-38.1.0-ast.xpi 405893 SHA256 
2a8b35fb65014cc2789e38a396a9c153b8726f5cc5c50ec042e29d9c7972b4fb SHA512 
9de891efb22720b9c0b71d9290e4643528b269eb595e6f3d1ebcbebda05d061b6db4b49ba934c49039dcbb424db10dd72baf748469387fcbf7726f91b852cbd2
 WHIRLPOOL 
9782a065f54b748f259a9fd365b9b652b29c8d670552239d319981205a15ff911a7296eb24225bb93c2f987c05feac29fe06861313ae904887e469ff98a2c53a
-DIST thunderbird-38.1.0-be.xpi 442473 SHA256 
0bd3e4dcc65e44d62127fb1832803f75a0bad4cd179135375460327363e81864 SHA512 
3a51c25cd27432d64b5980378019f6c5e455c657f3c72a0b72b11fde8cd04d51d9a09f1199e6539c7531aaebc85bc1016fff4e11cd19c98c2810e07a00c38c3a
 WHIRLPOOL 
ce6386e21ac5eaf9c8b199699d9d44daaa04aaf142436070824d6b90625c5ac410cf36a99e6241f84f0da2592e3fe420ee920997ddcdc2dbf096495133d3acd4
-DIST thunderbird-38.1.0-bg.xpi 506149 SHA256 
806a7f2d151db0f5334b2791dbd708b3f631b2ec214b2f6edfa7aa95abe0b59a SHA512 
6fc098efa1c66d3b847ba30e92c41bbe386d83bb2f3d9506e0555aff4a226f082962c5d377074c470b31aee20b917567d0e4816bdf94093abd4754830efbde69
 WHIRLPOOL 
5d51780c129379203f6796a2054e7ff4ae1d81dfdc7f6234840024591028f98cdfac9df7398d67a66f521f9a7d1273fe2240f33df6ada62ef9e92c9ec4adbfda
-DIST thunderbird-38.1.0-bn-BD.xpi 560648 SHA256 
5f16873ea47e84fb01a263f7ab59a90188ad6c5b57ab13b90c925b4a8d0bf06a SHA512 
902bd6c4e55876ee2af76b8b4b60a1c4dae7a76a436e46bbfaf3cd9ead59a631871e6de561cc85e0c0e6953209f11719376a8aedb95bea911f89d0bcb48487f9
 WHIRLPOOL 
0bb2d627bdbe4566b3bcab6499fe3e0582a63060d0d9f2545b0b1b7977744172af0b3ac8df4dc275ab5ae149ac0b0d733971c7fd76be74cd75afbebcb536
-DIST thunderbird-38.1.0-br.xpi 449788 SHA256 
c976d2fdb520e178df568a5824f4416b043f9ebbe436ddbfb81ef5b5f972d6e9 SHA512 
6f65a0df88c83068746a74a0730cc306c8679efc3aab8db17a7baae90b289022743134b08db3941fe62a0bc573f372e41ed24771dd88d957ee99f57278444f85
 WHIRLPOOL 
bc673bd36d1925e5b7ecd176a74481ba1c3cb7ee2957c9920dfdee870977b420e7b179a05c02cb51942a3695857d674ba03e5593ffeb21ab2def602a4f67eb73
-DIST thunderbird-38.1.0-ca.xpi 450347 SHA256 
82a2eef48fefe335f1f8d53d21861a45f7b73b4ad8b65c912f9820bf69273309 SHA512 
914cc04784793762392010bde0a32228720a4ad76b9381e63717d32012b0b49b69cbd26b2616a14ba4cd057e1d70a9489890ee7f7e3f6bea85bb9874ddba4715
 WHIRLPOOL 
1cf1d2e27daa1fd9205e68bd7910c91fb0b999ca3aa3f515c8091b5cf038d935769a8b143e505efaca2f7d9cac2d673401fb94aedde31a9bb1c2c0c67ce61bfa
-DIST thunderbird-38.1.0-cs.xpi 448723 SHA256 
a1e0b882b599705e1150a66139fee97dc009be2a8e64e6a7c2b1158373bfd3ca SHA512 
268171ca2a3401ae13e711e5decf1bcd3e2c1b7639390b155e73165a7b05f95910a65fc69005dc347abab3dca37177b067589cfad1e5928cc15aa45d17cb
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2015-08-17 Thread Jeroen Roovers
commit: abb7d88c564afff9f5a00705e75da0a0ab8f8be6
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:09:36 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:10:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb7d88c

www-client/opera: Version bump.

Package-Manager: portage-2.2.20.1

 www-client/opera/Manifest   | 2 +-
 .../opera/{opera-30.0.1835.125.ebuild = opera-31.0.1889.174.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 752e505..c71f370 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,5 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_30.0.1835.125_amd64.deb 4316 SHA256 
762d1bfb8575c66d9528ebe77dd83c264c59598b9f972143f8c8d18aa9195a45 SHA512 
c2c081b225fd327ad1697c52308dfc474ace6c692a94290079ef4f88262e59aae20cd93a7306a34abac96d0b226539b20d8a4a038f39c841e615f0bd20a68bcc
 WHIRLPOOL 
ddee6f69ebfa06434175530db7acbf8f08d323277ff84b27cb5ad6e008aa5c1922f84134edf9e627b8fb713a3efe77d2fabceaba900c455a294bd13ece477110
+DIST opera-stable_31.0.1889.174_amd64.deb 41977716 SHA256 
4459bfa8b4469fe2ef68373dfd61616919266c87a18125973afee60c06beaf29 SHA512 
ac6c12a992637d79d67c0b48a276f0424c67de73bb8ea210eaca807e21fc7d2d20944737d6250094f690e014fff3fa58d9f79e128fbb5c5ccc18b793c8c43ab5
 WHIRLPOOL 
cf65cb6f7e09e3a31121b64a096ef9b2bd5010ecc9fd075fa6709989bf0dab28977f36357edcbc1062f782b72d0e1c4d2e0b51e0e69e14d7b76c81b6b2e5b9f1
 DIST opera-stable_31.0.1889.99_amd64.deb 42518088 SHA256 
51dc961957cd1b7169c6922f5433feee2320300f7c52f96bf349fa478b2b9745 SHA512 
7acb4b03850925b1b3d9083cdb436f7d3de13d73e95baf68294343cc0af9da2e6217d6cd685cdc0acdea1bb1173fe06065d9c7f1eedde98b4c0e8e14cc196656
 WHIRLPOOL 
83e2af8acafd9ad0c69b8b667fadcb34c9b6a0cabcacfa8adcc1a1f96d9680395d9190c3319e27d4b205eea5e27f018bb862110e6a96f0d7da68cf92b7ac52f3

diff --git a/www-client/opera/opera-30.0.1835.125.ebuild 
b/www-client/opera/opera-31.0.1889.174.ebuild
similarity index 100%
rename from www-client/opera/opera-30.0.1835.125.ebuild
rename to www-client/opera/opera-31.0.1889.174.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-selenium2library/

2015-08-17 Thread Ian Delaney
commit: da3d0dd891a2970f0599033ac26f052371794a08
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Tue Aug 18 04:13:04 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Tue Aug 18 04:13:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3d0dd8

robotframework-selenium2library: bump; rm old

Package-Manager: portage-2.2.20

 dev-python/robotframework-selenium2library/Manifest   |  2 +-
 ...d = robotframework-selenium2library-1.7.2.ebuild} | 19 +--
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/dev-python/robotframework-selenium2library/Manifest 
b/dev-python/robotframework-selenium2library/Manifest
index 7f66022..ea8af1a 100644
--- a/dev-python/robotframework-selenium2library/Manifest
+++ b/dev-python/robotframework-selenium2library/Manifest
@@ -1,2 +1,2 @@
-DIST robotframework-selenium2library-1.5.0.tar.gz 216937 SHA256 
e173cb9a6cc8b831ec9a96a702ea36a450e599fd88a9c9d675581a7352565542 SHA512 
a0897abd12655f1a3693cccebe21daa061e40bb94340081d31b587c522a2dfeff04530897f72b05ca41ee93ba8defb71941532cac700293d22051ab583f2bb61
 WHIRLPOOL 
7fc04c10c3a9eb980cdc482cbcadbee9b9def10912415aeaed386903fc119f577d0459004726ea2b84b86b1a63bcae341e9631cf4b7ba69ded50376a64fb
 DIST robotframework-selenium2library-1.6.0.tar.gz 220553 SHA256 
9e72fba2410e575434d6b5c3614950ebb1e807cc3e10d31702f868b26ee64dab SHA512 
bb35490a8b9630451dfed0dc4695df488b177eafe356084d77e636b28240bd26a3dd496a6520e54a0fa01c0c77102e9455f4f612cd8a7ef6327cb05b4d359aee
 WHIRLPOOL 
5c02616d9e8e7ef5653111cb1a85f135655af7126624b0aa94a944c694663edecae515d3286d2109ca4f4081ccc25d7f2352808509899375f483bf947430fd34
+DIST robotframework-selenium2library-1.7.2.tar.gz 234720 SHA256 
a38df7767725883c9a7e8bb292ecc4688d997cc73aa6e1b2d4035bf49a9d0154 SHA512 
9f6cdad1435b4b0b3df11d029822dbdcc38a7f6563410855529ef45a71083fdd4e057be8f14d10a21fb1f0fa84179f3c42b6299565c5d31592305326ef73028e
 WHIRLPOOL 
756be2ee0415a97a32ba789599e6b4d529149a9fb06315c05c270a61988aecbcf572102bf4856dc5e5352f06af5eb67e394eb382c8fb1dcc55b9a38364e122ac

diff --git 
a/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild
 
b/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.7.2.ebuild
similarity index 58%
rename from 
dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild
rename to 
dev-python/robotframework-selenium2library/robotframework-selenium2library-1.7.2.ebuild
index e2fb0fa..4962c1f 100644
--- 
a/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild
+++ 
b/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,13 +15,13 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=~amd64 ~x86
+IUSE=examples doc
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-RDEPEND==dev-python/selenium-2.12.0[${PYTHON_USEDEP}]
-   =dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
-   =dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]
-
-DOCS=( BUILD.rst CHANGES.rst README.rst )
+RDEPEND==dev-python/selenium-2.32.0[${PYTHON_USEDEP}]
+   =dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
+   =dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.8.1[${PYTHON_USEDEP}]
 
 src_prepare() {
# don't use bundled setuptools
@@ -29,3 +29,10 @@ src_prepare() {
-e '/ez_setup/d' \
-i setup.py || die
 }
+
+python_install_all() {
+   use examples  local EXAMPLES=( demo/. )
+   use doc  local HTML_DOCS=( doc/Selenium2Library.html )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/files/, sys-process/audit/

2015-08-17 Thread Jason Zaman
commit: 7b1821119f093af1396b20cfd26c24188d5936f1
Author: Jason Zaman perfinion AT gentoo DOT org
AuthorDate: Tue Aug 18 04:27:33 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Aug 18 04:29:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b182111

sys-process/audit: Remove lock from init script

The lock in the init script was only needed in Redhat. OpenRC keeps track of if
the process is started so not required.  Also fix perms on the systemd unit.

Gentoo-Bug: https://bugs.gentoo.org/556436
Gentoo-Bug: https://bugs.gentoo.org/449990

Package-Manager: portage-2.2.20.1

 sys-process/audit/audit-2.4.3-r1.ebuild | 225 
 sys-process/audit/files/auditd-init.d-2.4.3 |  91 +++
 2 files changed, 316 insertions(+)

diff --git a/sys-process/audit/audit-2.4.3-r1.ebuild 
b/sys-process/audit/audit-2.4.3-r1.ebuild
new file mode 100644
index 000..e7284e5
--- /dev/null
+++ b/sys-process/audit/audit-2.4.3-r1.ebuild
@@ -0,0 +1,225 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info eutils systemd
+
+DESCRIPTION=Userspace utilities for storing and processing auditing records
+HOMEPAGE=http://people.redhat.com/sgrubb/audit/;
+SRC_URI=http://people.redhat.com/sgrubb/audit/${P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
+IUSE=ldap python
+# Testcases are pretty useless as they are built for RedHat users/groups and
+# kernels.
+RESTRICT=test
+
+RDEPEND=ldap? ( net-nds/openldap )
+   sys-libs/libcap-ng
+DEPEND=${RDEPEND}
+   =sys-kernel/linux-headers-2.6.34
+   python? (
+   ${PYTHON_DEPS}
+   dev-lang/swig:0
+   )
+# Do not use os-headers as this is linux specific
+
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
+CONFIG_CHECK=~AUDIT
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   epatch_user
+
+   # Do not build GUI tools
+   sed -i \
+   -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' \
+   ${S}/configure.ac || die
+   sed -i \
+   -e 's,system-config-audit,,g' \
+   ${S}/Makefile.am || die
+   rm -rf ${S}/system-config-audit
+
+   if ! use ldap; then
+   sed -i \
+   -e 
'/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
+   ${S}/configure.ac || die
+   sed -i \
+   -e '/^SUBDIRS/s,zos-remote,,g' \
+   ${S}/audisp/plugins/Makefile.am || die
+   fi
+
+   # Don't build static version of Python module.
+   epatch ${FILESDIR}/${PN}-2.4.3-python.patch
+
+   # glibc/kernel upstreams suck with both defining ia64_fpreg
+   # This patch is a horribly workaround that is only valid as long as you
+   # don't need the OTHER definitions in fpu.h.
+   epatch ${FILESDIR}/${PN}-2.1.3-ia64-compile-fix.patch
+
+   # there is no --without-golang conf option
+   sed -e /^SUBDIRS =/s/ @gobind_dir@// -i bindings/Makefile.am || die
+
+   # Regenerate autotooling
+   eautoreconf
+
+   # Bug 352198: Avoid parallel build fail
+   cd ${S}/src/mt
+   [[ ! -s private.h ]]  ln -s ../../lib/private.h .
+}
+
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
+   econf \
+   --sbindir=/sbin \
+   --enable-systemd \
+   --without-python \
+   --without-python3
+
+   if multilib_is_native_abi; then
+   python_configure() {
+   mkdir -p ${BUILD_DIR} || die
+   cd ${BUILD_DIR} || die
+
+   if python_is_python3; then
+   econf --without-python --with-python3
+   else
+   econf --with-python --without-python3
+   fi
+   }
+
+   use python  python_foreach_impl python_configure
+   fi
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi; then
+   default
+
+   python_compile() {
+   local pysuffix pydef
+   if python_is_python3; then
+   pysuffix=3
+   pydef='USE_PYTHON3=true'
+   else
+   pysuffix=2
+   pydef='HAVE_PYTHON=true'
+   fi
+
+   emake -C ${BUILD_DIR}/bindings/swig \
+   VPATH=${native_build}/lib \
+   LIBS=${native_build}/lib/libaudit.la \
+   

[gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/

2015-08-17 Thread Jason Zaman
commit: 46222e30a14af05b8bf384ece8b95710c4be54d9
Author: Jason Zaman perfinion AT gentoo DOT org
AuthorDate: Tue Aug 18 04:44:47 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Aug 18 04:57:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46222e30

sys-auth/consolekit: remove pm-utils dep add postinst message

It is an optional dep and cannot be contolled by a useflag.

Gentoo-Bug: https://bugs.gentoo.org/557432

Package-Manager: portage-2.2.20.1

 sys-auth/consolekit/consolekit-1.0.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-auth/consolekit/consolekit-1.0.0.ebuild 
b/sys-auth/consolekit/consolekit-1.0.0.ebuild
index 43253be..3691af4 100644
--- a/sys-auth/consolekit/consolekit-1.0.0.ebuild
+++ b/sys-auth/consolekit/consolekit-1.0.0.ebuild
@@ -34,8 +34,7 @@ COMMON_DEPEND==dev-libs/glib-2.40:2=
policykit? ( =sys-auth/polkit-0.110 )
 RDEPEND=${COMMON_DEPEND}
kernel_linux? ( sys-apps/coreutils[acl?] )
-   selinux? ( sec-policy/selinux-consolekit )
-   sys-power/pm-utils
+   selinux? ( sec-policy/selinux-consolekit )
 DEPEND=${COMMON_DEPEND}
dev-libs/libxslt
virtual/pkgconfig
@@ -109,3 +108,8 @@ src_install() {
insinto /etc/logrotate.d
newins ${WORKDIR}/debian/${PN}.logrotate ${PN} #374513
 }
+
+pkg_postinst() {
+   elog For suspend/hibernate support, please emerge
+   elog   sys-power/pm-utils
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/

2015-08-17 Thread Jason Zaman
commit: c9fe1f0d52045d295cf16099169f598e972f4e7a
Author: Jason Zaman perfinion AT gentoo DOT org
AuthorDate: Tue Aug 18 04:37:15 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Aug 18 04:57:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fe1f0d

Revert sys-auth/consolekit: Make pm-utils optional

This reverts commit 1a6fa659a609adbca78b9a65fa217e20b9abf6ea.

USE-flags should not control runtime-deps unless linked to.

 sys-auth/consolekit/consolekit-1.0.0.ebuild | 6 +++---
 sys-auth/consolekit/metadata.xml| 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-auth/consolekit/consolekit-1.0.0.ebuild 
b/sys-auth/consolekit/consolekit-1.0.0.ebuild
index 9bce1e6..43253be 100644
--- a/sys-auth/consolekit/consolekit-1.0.0.ebuild
+++ b/sys-auth/consolekit/consolekit-1.0.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI=http://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux
-IUSE=acl cgroups debug doc kernel_linux pam +pm-utils policykit selinux test
+IUSE=acl cgroups debug doc kernel_linux pam policykit selinux test
 
 COMMON_DEPEND==dev-libs/glib-2.40:2=
=sys-devel/gettext-0.19
@@ -34,8 +34,8 @@ COMMON_DEPEND==dev-libs/glib-2.40:2=
policykit? ( =sys-auth/polkit-0.110 )
 RDEPEND=${COMMON_DEPEND}
kernel_linux? ( sys-apps/coreutils[acl?] )
-   pm-utils? ( sys-power/pm-utils )
-   selinux? ( sec-policy/selinux-consolekit )
+   selinux? ( sec-policy/selinux-consolekit )
+   sys-power/pm-utils
 DEPEND=${COMMON_DEPEND}
dev-libs/libxslt
virtual/pkgconfig

diff --git a/sys-auth/consolekit/metadata.xml b/sys-auth/consolekit/metadata.xml
index 37eb9aa..47e5fd7 100644
--- a/sys-auth/consolekit/metadata.xml
+++ b/sys-auth/consolekit/metadata.xml
@@ -7,7 +7,6 @@
/maintainer
use
flag name=cgroupsUse the kernel to track processes instead 
of the session cookie./flag
-   flag name=pm-utilsAdds support for suspend/resume using 
pkgsys-power/pm-utils/pkg/flag
flag name=policykitUse the PolicyKit framework 
(pkgsys-auth/polkit/pkg) to get authorization for suspend/shutdown./flag
flag name=systemd-unitsInstall systemd unit files to 
replace the modern functionality of logind in pkgsys-apps/systemd/pkg. Not 
recommended./flag
/use



[gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/

2015-08-17 Thread Jeroen Roovers
commit: 11d1ad1adc53db1f1371d6d51196fdb6f4ed1279
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 05:34:27 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 05:35:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d1ad1a

net-misc/ipv6calc: Stable for HPPA (bug #556990).

Package-Manager: portage-2.2.20.1

 net-misc/ipv6calc/ipv6calc-0.97.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild 
b/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
index f6dd9e9..8229021 100644
--- a/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI=ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux
 IUSE=geoip test
 
 RDEPEND=



[gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/

2015-08-17 Thread Jeroen Roovers
commit: 945060f8452b5fed8756924efd84179a3b716e07
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 05:53:16 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 05:53:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945060f8

app-admin/logrotate: Stable for HPPA (bug #556144).

Package-Manager: portage-2.2.20.1

 app-admin/logrotate/logrotate-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logrotate/logrotate-3.9.1.ebuild 
b/app-admin/logrotate/logrotate-3.9.1.ebuild
index 8108bc2..5060876 100644
--- a/app-admin/logrotate/logrotate-3.9.1.ebuild
+++ b/app-admin/logrotate/logrotate-3.9.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI=https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd
 IUSE=acl +cron selinux
 
 CDEPEND=



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/

2015-08-17 Thread Jeroen Roovers
commit: 1f1c948938f01de64efd0e76272a42954606248a
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:24:56 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:32:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1c9489

sys-libs/libcap-ng: Stable for HPPA (bug #556872).

Package-Manager: portage-2.2.20.1

 sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild
index caec299..6b04cab 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI=http://people.redhat.com/sgrubb/${PN}/${P}.tar.gz;
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~arm-linux ~x86-linux
 IUSE=python static-libs
 
 RDEPEND=python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/

2015-08-17 Thread Jeroen Roovers
commit: 2bdd71aaf647953987aff572aceb30f64937cf64
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:19:45 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:31:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdd71aa

sys-apps/pciutils: Stable for HPPA (bug #543834).

Package-Manager: portage-2.2.20.1

 sys-apps/pciutils/pciutils-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pciutils/pciutils-3.3.1.ebuild 
b/sys-apps/pciutils/pciutils-3.3.1.ebuild
index 3316b78..6fc8899 100644
--- a/sys-apps/pciutils/pciutils-3.3.1.ebuild
+++ b/sys-apps/pciutils/pciutils-3.3.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
 
 LICENSE=GPL-2
 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
+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=dns +kmod static-libs +udev zlib
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2015-08-17 Thread Jeroen Roovers
commit: c1ed7e818747fb75db7886cff380a5eb5e9173d5
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:22:26 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:31:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ed7e81

app-shells/bash: Stable for HPPA (bug #557510).

Package-Manager: portage-2.2.20.1

 app-shells/bash/bash-4.3_p39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-4.3_p39.ebuild 
b/app-shells/bash/bash-4.3_p39.ebuild
index 302f3fc..dae826d 100644
--- a/app-shells/bash/bash-4.3_p39.ebuild
+++ b/app-shells/bash/bash-4.3_p39.ebuild
@@ -38,7 +38,7 @@ SRC_URI=mirror://gnu/bash/${MY_P}.tar.gz $(patches)
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline vanilla
 
 DEPEND==sys-libs/ncurses-5.2-r2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/

2015-08-17 Thread Jeroen Roovers
commit: ca20703e4b90ed4d20c7ee1c1fec4f7d893e910e
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:27:46 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:32:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca20703e

sys-apps/smartmontools: Stable for HPPA (bug #28).

Package-Manager: portage-2.2.20.1

 sys-apps/smartmontools/smartmontools-6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/smartmontools/smartmontools-6.4.ebuild 
b/sys-apps/smartmontools/smartmontools-6.4.ebuild
index 2f60f4b..27afa16 100644
--- a/sys-apps/smartmontools/smartmontools-6.4.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
inherit subversion autotools
 else
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-   KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
+   KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
 fi
 
 DESCRIPTION=Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/

2015-08-17 Thread Ben de Groot
commit: d4e1e8d9094ea620b3ae44932dc3c415e7f02384
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Tue Aug 18 05:30:32 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Tue Aug 18 05:32:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e1e8d9

sys-kernel/ck-sources: Linux patches 3.10.87 and 3.14.51

Package-Manager: portage-2.2.20.1

 sys-kernel/ck-sources/Manifest  |   6 ++
 sys-kernel/ck-sources/ck-sources-3.10.87.ebuild | 107 
 sys-kernel/ck-sources/ck-sources-3.14.51.ebuild | 105 +++
 3 files changed, 218 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index e6f5b35..5b37186 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -29,6 +29,9 @@ DIST genpatches-3.10-89.extras.tar.xz 17832 SHA256 
4f55ddccc80d9c849165929d726cd
 DIST genpatches-3.10-91.base.tar.xz 1255848 SHA256 
7620aefe7534b6643bcfae8a6af9d595c3b37ccd94f532e48078fe874ffe3836 SHA512 
d37274bdcadadec3bc15cbe6b2477cfe6dd07aca458b52da3ff015e6cc07603c572554d80d93eaed936fe70a74a03383765b27eb4a3d37bbef8b6d2ca349c872
 WHIRLPOOL 
1fb71cb356f84f5c764aadf5672f7a48a42c8353499442857cf0dadd3c92dfe5adb06d134bcc67dffed45199d96c74764bd18afa9ced6b69d0e2691ef3c8ec03
 DIST genpatches-3.10-91.experimental.tar.xz 60184 SHA256 
8028875798adecee5c5419ae58fef9f2c222c42b63b1bbb884a69a38b7e00a59 SHA512 
1727952b1c8c9e94bc84c1d4d02f3946a8aa99498016f3258399cb08f22fd0f69245240c2252934377de30c87f755df3af19b46e9500f6b0532bc1f64be44bfa
 WHIRLPOOL 
c3e539d142cf6559ffd2aec7b9ad87bf874f5936395d5895293065d0ed63176daeacf592d1e1820e6a2f5a09c8a00d04c88026bbdf11e01c8dce7d2e3455b2d9
 DIST genpatches-3.10-91.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9af2b8aaa1d1644f18355c3c855b16847f2bd SHA512 
709263ecc2be794c7c2e6f314625d9cf4920e6b52348160191f2589bead14a28ac8c1ec812a1fd21d86fa77acde037e9be42b49c4833e04590efa6c634ce404c
 WHIRLPOOL 
0b3a830a1e304c39bafd28c25569051d8c3eaf79c0717aed2c4b824ab8a6a7faa284c464ee7b590ff25fb1df2f7571eea7e858827fc4cf85dda0c2216a345a23
+DIST genpatches-3.10-92.base.tar.xz 1264772 SHA256 
85914172a3d7399f2f055a7f4a5547f97b8fdb215af9783a447511a152a3a9b5 SHA512 
8f98ade2bae7b7cb034702d9938f105da801278f9f31dc2d8a23b65428719eb40d368f3e616b57518bcdebed76e5f278043e7401a60d64c02c6ad90fe669c46f
 WHIRLPOOL 
81c1ddcf5f8218929bf67a31be9a141d0d1b4890bc6248704a54fa1c87357fb6e1c1131180ca7f4026d2f464a7fcac84d001ee7242356218c031bd07500f33d6
+DIST genpatches-3.10-92.experimental.tar.xz 60184 SHA256 
8028875798adecee5c5419ae58fef9f2c222c42b63b1bbb884a69a38b7e00a59 SHA512 
1727952b1c8c9e94bc84c1d4d02f3946a8aa99498016f3258399cb08f22fd0f69245240c2252934377de30c87f755df3af19b46e9500f6b0532bc1f64be44bfa
 WHIRLPOOL 
c3e539d142cf6559ffd2aec7b9ad87bf874f5936395d5895293065d0ed63176daeacf592d1e1820e6a2f5a09c8a00d04c88026bbdf11e01c8dce7d2e3455b2d9
+DIST genpatches-3.10-92.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9af2b8aaa1d1644f18355c3c855b16847f2bd SHA512 
709263ecc2be794c7c2e6f314625d9cf4920e6b52348160191f2589bead14a28ac8c1ec812a1fd21d86fa77acde037e9be42b49c4833e04590efa6c634ce404c
 WHIRLPOOL 
0b3a830a1e304c39bafd28c25569051d8c3eaf79c0717aed2c4b824ab8a6a7faa284c464ee7b590ff25fb1df2f7571eea7e858827fc4cf85dda0c2216a345a23
 DIST genpatches-3.14-52.base.tar.xz 984136 SHA256 
01318999e36187e937f9108fb7b5642f05ffdf61946981cc2d3a35f2c84139ae SHA512 
e691210e2ae8184e6cdbb7dd381dfa850189aa7adb58bb33f6f0c6f9cb35e04097b97ef7ec5a0806c70d4d6aa4fae39cd6fe74b04cac4aa117340bc93c785049
 WHIRLPOOL 
f0ddafcdee7c2f7b90f2f94b859afed000d860d259fe059cb4916b1bb71ecf146c943d279ad8b00f6fcee33c0faca3fb2e0e5d9eaa69619dd1da487f2c25f583
 DIST genpatches-3.14-52.experimental.tar.xz 60316 SHA256 
49f617c5ed285358514cbc6a8d5d63c76806a29f64081220797b127dad4c8cc3 SHA512 
a7801b33b07d04a0bd7dd2dde5b5567ad20356a0cbce1c0ec4b58b750d54a46a8f17d380d5bfaf331798bef10fee4f35530e1597ce48b6b4376d38beb35f9f6c
 WHIRLPOOL 
93e45f1dd19aa902e8698b514175073f062b4facc26edabef7ed47f55d26e4b9fda005d318dd69f19ab52a3760e574965b1bcd2f580ce887a6e7772a364284f1
 DIST genpatches-3.14-52.extras.tar.xz 18268 SHA256 
eb8fecb29c0c64ff14f7f530ca0f4b6a414643e8bcde1e6ab2932bddc8682a63 SHA512 
fbf92e198092d580fa7918725863434a784b60341e5d973d8eebc9f7b454cf25de4d362c8fd039cdafbb4a5a2782b869ca3671c1d79613294d443afb25f5d065
 WHIRLPOOL 
c42bb5d6b6c20736af7445786a4664b4e2adad60174ff11434039db111834811d80cf71711dac6e3fe93c4a42c480752e78efe1bef62ffcb1a3cbf0549f7d93f
@@ -38,6 +41,9 @@ DIST genpatches-3.14-54.extras.tar.xz 18268 SHA256 
082caa7769237e2105c3aedcc3be5
 DIST genpatches-3.14-56.base.tar.xz 1032792 SHA256 
8f227c2a9d1c6945604b67708088484fcfeb3075a4ea984495f8b1bec5a62476 SHA512 
3ed7b6b68756b7f2abbeb78e50a9735a06d4d6d5b099edfa990cc26c3894731da97df37b580d469f48f5758eab5d3aa70e4efb9300f6daacee2d8def7a918fbb
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/

2015-08-17 Thread Jeroen Roovers
commit: c9f0e5c0bf49093cdd6d9d6841a24296dce1a641
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 05:43:18 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 05:48:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f0e5c0

x11-libs/wxGTK: Stable for HPPA (bug #547680).

Package-Manager: portage-2.2.20.1

 x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild
index 53f1ed7..5485f11 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE=http://wxwidgets.org/;
 SRC_URI=mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )
 
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit
 
 SLOT=3.0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/files/, net-analyzer/mtr/

2015-08-17 Thread Jeroen Roovers
commit: 654139b011dae007329f082f2aa3c2063b0f40b5
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:49:03 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:49:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654139b0

net-analyzer/mtr: Fix building against sys-libs/ncurses[tinfo].

Package-Manager: portage-2.2.20.1

 .../files/{0.80-impl-dec.patch = mtr-0.80-impl-dec.patch}|  0
 net-analyzer/mtr/files/{0.85-gtk.patch = mtr-0.85-gtk.patch} |  0
 net-analyzer/mtr/files/mtr--tinfo.patch   | 11 +++
 net-analyzer/mtr/mtr-.ebuild  |  5 +++--
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/mtr/files/0.80-impl-dec.patch 
b/net-analyzer/mtr/files/mtr-0.80-impl-dec.patch
similarity index 100%
rename from net-analyzer/mtr/files/0.80-impl-dec.patch
rename to net-analyzer/mtr/files/mtr-0.80-impl-dec.patch

diff --git a/net-analyzer/mtr/files/0.85-gtk.patch 
b/net-analyzer/mtr/files/mtr-0.85-gtk.patch
similarity index 100%
rename from net-analyzer/mtr/files/0.85-gtk.patch
rename to net-analyzer/mtr/files/mtr-0.85-gtk.patch

diff --git a/net-analyzer/mtr/files/mtr--tinfo.patch 
b/net-analyzer/mtr/files/mtr--tinfo.patch
new file mode 100644
index 000..13f7e9e
--- /dev/null
+++ b/net-analyzer/mtr/files/mtr--tinfo.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig  2015-08-18 06:37:10.961248647 +0200
 configure.ac   2015-08-18 06:40:52.016957694 +0200
+@@ -25,6 +25,8 @@
+   AC_DEFINE(NO_CURSES, 1, [Define if you don't have the curses libraries 
available.])
+   CURSES_OBJ=)
+ 
++AC_SEARCH_LIBS(raw, [ncurses curses cursesX tinfo])
++
+ AC_CHECK_LIB(ncurses, use_default_colors, 
+   AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library 
has the use_default_colors() command.]))
+ 

diff --git a/net-analyzer/mtr/mtr-.ebuild b/net-analyzer/mtr/mtr-.ebuild
index 346422d..97437c4 100644
--- a/net-analyzer/mtr/mtr-.ebuild
+++ b/net-analyzer/mtr/mtr-.ebuild
@@ -38,8 +38,9 @@ src_unpack() {
 
 src_prepare() {
epatch \
-   ${FILESDIR}/0.80-impl-dec.patch \
-   ${FILESDIR}/0.85-gtk.patch
+   ${FILESDIR}/${PN}-0.80-impl-dec.patch \
+   ${FILESDIR}/${PN}-0.85-gtk.patch \
+   ${FILESDIR}/${PN}--tinfo.patch
 
sed -i -e /^\s*xver=/s|$.*)|${EGIT_VERSION:0:8}| Makefile.am || die
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/

2015-08-17 Thread Lars Wendler
commit: fcdedf8785a21bc2b39aa8addb793696dbc0b241
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Tue Aug 18 05:40:34 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Tue Aug 18 05:41:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdedf87

sys-apps/man-db: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 sys-apps/man-db/Manifest|  1 +
 sys-apps/man-db/man-db-2.7.2.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/sys-apps/man-db/Manifest b/sys-apps/man-db/Manifest
index 65d1400..3dc49d5 100644
--- a/sys-apps/man-db/Manifest
+++ b/sys-apps/man-db/Manifest
@@ -1,3 +1,4 @@
 DIST man-db-2.6.6.tar.xz 1448576 SHA256 
7da90f8d8df91e0e682769d50f4bdb905f525b5d0f01e7e5b8cc3c6da45f66c3 SHA512 
7abb8609e1113dd1852076c4c71557c3b376fefa7e42fa39198f7b882f4b3fe733983045742c4b3903be2c953c09c724f735619b4396283a4ed2ad7816aaf4ec
 WHIRLPOOL 
e5c7b41afd7374bb1df3024134f9bd8a1af42b5ad63d4e516e946b0e8ccc88bafc055fdba707b0c764030e92748b225a72672bfe07e2bc3e8d78526d17f5ff72
 DIST man-db-2.6.7.1.tar.xz 1452280 SHA256 
8d65559838fccca774e3ef7c15c073180c786e728785c735e136297facca41fc SHA512 
91e1036701174c5623a4cf4208a93130822dc9c61ffd9c6bf0dddaf7c4c5b2401e6238f60578dfa81a11d67d360cbc4d45af920542fb4a0624c7169b17a618f8
 WHIRLPOOL 
30c510289d1444b3231704c22ddf2c17b58d4aa8b9e8a94552537fbc971b23f16b2c43a32fa9f85fb7b8eca2fd71a73d52955fcd0ab24ef49d3903832eafecf7
 DIST man-db-2.7.1.tar.xz 1498272 SHA256 
c4876204a3fafb4d8ccc1d172c0431ee581d95558cbd6c4e79caca7717049e0e SHA512 
246d833bd456a6dd178035b4be37dc810872b6480145d6c2c605deeb664d105b285f61827b739717d6936de28c4275a99ed8fae2d173b16c1c0673b1171a65ce
 WHIRLPOOL 
10c56b861411674f4ca92bafe7c0faf4f6c2cbcc6b2db8f87f2e2ee59152797667619e60ae50cae33ee21ff3e58cb7b10627ce2f16adf65fd8794b0fabb71290
+DIST man-db-2.7.2.tar.xz 1501264 SHA256 
22674eaf51dce8bcc83fd86b1c8d11f99de5c6d8962d7fad7b02307c4ad6e492 SHA512 
fd0659f002980ba902bcd1186de09f82d840b039cbeea3457377926991ce5aaa602fe228c0969ea643140a4d5e7bdfbdab7c747943ac93b51c17a591677a7b84
 WHIRLPOOL 
51ad5e4580b5ff9ede9a0c2e17d579ed2a14c5ef1b11a43b92f99e5467db3e1627eed58c76040710e6fb7ae24258a4904142db8951c21e0981318082710dd772

diff --git a/sys-apps/man-db/man-db-2.7.2.ebuild 
b/sys-apps/man-db/man-db-2.7.2.ebuild
new file mode 100644
index 000..30b5a8b
--- /dev/null
+++ b/sys-apps/man-db/man-db-2.7.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit eutils user versionator
+
+DESCRIPTION=a man replacement that utilizes berkdb instead of flat files
+HOMEPAGE=http://www.nongnu.org/man-db/;
+SRC_URI=mirror://nongnu/${PN}/${P}.tar.xz
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~arm-linux ~x86-linux
+IUSE=berkdb +gdbm nls selinux static-libs zlib
+
+CDEPEND==dev-libs/libpipeline-1.4.0
+   berkdb? ( sys-libs/db )
+   gdbm? ( sys-libs/gdbm )
+   !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
+   sys-apps/groff
+   zlib? ( sys-libs/zlib )
+   !sys-apps/man
+DEPEND=${CDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? (
+   =app-text/po4a-0.45
+   sys-devel/gettext
+   )
+RDEPEND=${CDEPEND}
+   selinux? ( sec-policy/selinux-mandb )
+
+
+pkg_setup() {
+   # Create user now as Makefile in src_install does setuid/chown
+   enewgroup man 15
+   enewuser man 13 -1 /usr/share/man man
+
+   if (use gdbm  use berkdb) || (use !gdbm  use !berkdb) ; then #496150
+   ewarn Defaulting to USE=gdbm due to ambiguous berkdb/gdbm USE 
flag settings
+   fi
+}
+
+src_configure() {
+   export ac_cv_lib_z_gzopen=$(usex zlib)
+   econf \
+   --docdir='$(datarootdir)'/doc/${PF} \
+   --with-systemdtmpfilesdir=${EPREFIX}/usr/lib/tmpfiles.d \
+   --enable-setuid \
+   --with-sections=1 1p 8 2 3 3p 4 5 6 7 9 0p tcl n l p o 1x 2x 
3x 4x 5x 6x 7x 8x \
+   $(use_enable nls) \
+   $(use_enable static-libs static) \
+   --with-db=$(usex gdbm gdbm $(usex berkdb db gdbm))
+}
+
+src_install() {
+   default
+   dodoc docs/{HACKING,TODO}
+   prune_libtool_files
+
+   exeinto /etc/cron.daily
+   newexe ${FILESDIR}/man-db.cron man-db #289884
+
+   keepdir /var/cache/man
+   fowners man:0 /var/cache/man
+   fperms 2755 /var/cache/man
+}
+
+pkg_preinst() {
+   if [[ -f ${EROOT}var/cache/man/whatis ]] ; then
+   einfo Cleaning ${EROOT}var/cache/man from sys-apps/man
+   find ${EROOT}var/cache/man -type f '!' '(' -name index.bt -o 
-name index.db ')' -delete
+   fi
+   if [[ ! -g ${EROOT}var/cache/man ]] ; then
+   einfo Resetting permissions 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpipeline/

2015-08-17 Thread Lars Wendler
commit: 40dbe86fdc3e6cfff2a8482f9e692db4f29f21b7
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Tue Aug 18 05:39:13 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Tue Aug 18 05:41:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dbe86f

dev-libs/libpipeline: Removed old versions.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 dev-libs/libpipeline/Manifest |  2 --
 dev-libs/libpipeline/libpipeline-1.2.4.ebuild | 19 ---
 dev-libs/libpipeline/libpipeline-1.3.0.ebuild | 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-libs/libpipeline/Manifest b/dev-libs/libpipeline/Manifest
index 69906c9..2ab11ca 100644
--- a/dev-libs/libpipeline/Manifest
+++ b/dev-libs/libpipeline/Manifest
@@ -1,6 +1,4 @@
-DIST libpipeline-1.2.4.tar.gz 764100 SHA256 
091ad4ea5c66e91d78e436e0e7673b46b3c5c5f333a14a1298db4bc7bab87b35 SHA512 
56d8331f7a7db47fc87f6958a701256b10cdf2444fe1f001945b6ad6b74ffd6e6884db50e3d64d43b7bd8019288393238b03f13cb44aaee8b070d0bf7d874a6b
 WHIRLPOOL 
eeda2521059f7e79625eadf17598c4a418da5f8ebcc1b757616cb11724cf2b77ee8ff6a8dbd87fb646d237272bd5edaf7cdc77c72e97741852323b37920818e2
 DIST libpipeline-1.2.5.tar.gz 779072 SHA256 
2de10806d9b7dda54f4098d2c12e36e960b954d1325c0885ac01c3c7ee908d5b SHA512 
fd6ec96bd78f921a43e6b8fbb0e8ffd4a2bba35fe87a95dbd98e8b83d04fe2fbe34c4b4a008ca027b683d071f0730f8057d3b9aa2d946f2f7808486f16d97b01
 WHIRLPOOL 
4a600569d651d41abc4c15984edd11198d85bc67d61431aa87dd1d0e9311de2b4f86cc2f1186b359ed2f34b2e7e95261ed2033f24100697c088ead9508d4120a
-DIST libpipeline-1.3.0.tar.gz 786909 SHA256 
f1fcd13e4bb39fec013c2f02bc3c686580f34eda432c31d0b662cf2359a3a689 SHA512 
32bfc4a6ee62edc4fe75f5a31e4c295ede39f8840b0de9954d9213d8c0d39b701cd8af76a36c2d3fcd1479207c7f077cb64692d2f31fadf413a2adb8ffadd965
 WHIRLPOOL 
8eac41095756858749667a7f04cbb07a7737918fb9fac8dc9ce3099aa3d0d602a678c39f18e4de02136233a34ba02bae40d00eba70e1782fed238f6aedaa4d60
 DIST libpipeline-1.3.1.tar.gz 787711 SHA256 
5cad1b446f135ec3800d32c8c951a1114f4c438609a4c52b262c30301bc8e692 SHA512 
0f903f9a268eea7c6d1ddef1210a729d32b423abdbf1e150aaf6705a272dfbcde482302cb06366ce317674bc681c7e3305cd35a83eb3f0451d1c5595f5c6ac5a
 WHIRLPOOL 
eb3fc4a337e09552f3e58a06bcbd9ed30d6b95a60b6cadc293e7aceb77a99e488c8c77a757dd93968a48b4fc72d024227fbe176d8ac7a386172bc50b51e54ef2
 DIST libpipeline-1.4.0.tar.gz 805155 SHA256 
79c759e7fbf17b560a72edce3ff9bb308d7720306c2650e4fae541daabb89bb6 SHA512 
0dce585f9d7aea91889804fd7a65a549b41730add0f6156bf8d0409762fed9c29e8843426e8136c9e0a0348734acaabb48ceede1e3e4d9071d4d787d0b8d46f3
 WHIRLPOOL 
2ba46823c6eacbe7b4a15d135448b2c59c65c431f438d22f1709bea85d819f4358fd685fab00d0e24cf281e92476b8c48aee61e7b406dcd8e142b2e4fa50bf86
 DIST libpipeline-1.4.1.tar.gz 805172 SHA256 
da46d7b20163aadb9db2faae483f734e9096a7550c84b94029abeab62dd1b9ee SHA512 
835d65aa3f9436398b5421544ca7857fe9caed52cd2e70320ea04d6315825e648df930e1c225d4aaf0f2edda2a438f6c00f15c556fb9fd30311560fb8d966797
 WHIRLPOOL 
1b6688f0388489f015a95397ec6ad34338654bd40c05bc15f30cdbf2e4ad5b1fd53d20f56a6763d398562f39986abf6675236395215bc5819573162eedf17de0

diff --git a/dev-libs/libpipeline/libpipeline-1.2.4.ebuild 
b/dev-libs/libpipeline/libpipeline-1.2.4.ebuild
deleted file mode 100644
index a72d9f2..000
--- a/dev-libs/libpipeline/libpipeline-1.2.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION=a pipeline manipulation library
-HOMEPAGE=http://libpipeline.nongnu.org/;
-SRC_URI=mirror://nongnu/${PN}/${P}.tar.gz
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
-IUSE=static-libs test
-
-DEPEND=virtual/pkgconfig
-   test? ( dev-libs/check )

diff --git a/dev-libs/libpipeline/libpipeline-1.3.0.ebuild 
b/dev-libs/libpipeline/libpipeline-1.3.0.ebuild
deleted file mode 100644
index a7ff688..000
--- a/dev-libs/libpipeline/libpipeline-1.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION=a pipeline manipulation library
-HOMEPAGE=http://libpipeline.nongnu.org/;
-SRC_URI=mirror://nongnu/${PN}/${P}.tar.gz
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
-IUSE=static-libs test
-
-DEPEND=virtual/pkgconfig
-   test? ( dev-libs/check )



[gentoo-commits] dev/graaff:master commit in: dev-ruby/rspec-activemodel-mocks/files/, dev-ruby/rspec-activemodel-mocks/

2015-08-17 Thread Hans de Graaff
commit: b70c82fdb583ec025dbbf05f0d7342916273a30e
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Aug 18 05:41:30 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:41:30 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b70c82fd

Add patch from upstream pull request #10 for compatibility with Rails 4.2.

Package-Manager: portage-2.2.20.1

 ...ec-activemodel-mocks-1.0.1-read-attribute.patch | 21 +++
 .../rspec-activemodel-mocks-1.0.1-r1.ebuild| 31 ++
 2 files changed, 52 insertions(+)

diff --git 
a/dev-ruby/rspec-activemodel-mocks/files/rspec-activemodel-mocks-1.0.1-read-attribute.patch
 
b/dev-ruby/rspec-activemodel-mocks/files/rspec-activemodel-mocks-1.0.1-read-attribute.patch
new file mode 100644
index 000..b53cfb5
--- /dev/null
+++ 
b/dev-ruby/rspec-activemodel-mocks/files/rspec-activemodel-mocks-1.0.1-read-attribute.patch
@@ -0,0 +1,21 @@
+commit 1211c347c5a574739616ccadf4b3b54686f9051f
+Author: Jonathan del Strother jon.delstrot...@audioboo.fm
+Date:   Mon Jan 12 08:19:38 2015 +
+
+Fix mocking belongs_to associations in Rails 4.2+
+
+diff --git a/lib/rspec/active_model/mocks/mocks.rb 
b/lib/rspec/active_model/mocks/mocks.rb
+index b67a9a0..fab2637 100644
+--- a/lib/rspec/active_model/mocks/mocks.rb
 b/lib/rspec/active_model/mocks/mocks.rb
+@@ -52,6 +52,10 @@ module RSpec::ActiveModel::Mocks
+ send(key)
+   end
+ 
++  # Rails4.2 uses _read_attribute internally, as an optimized
++  # alternative to record['id']
++  alias_method :_read_attribute, :[]
++
+   # Returns the opposite of `persisted?`
+   def new_record?
+ !persisted?

diff --git 
a/dev-ruby/rspec-activemodel-mocks/rspec-activemodel-mocks-1.0.1-r1.ebuild 
b/dev-ruby/rspec-activemodel-mocks/rspec-activemodel-mocks-1.0.1-r1.ebuild
new file mode 100644
index 000..b99ade5
--- /dev/null
+++ b/dev-ruby/rspec-activemodel-mocks/rspec-activemodel-mocks-1.0.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY=ruby19 ruby20 ruby21
+
+RUBY_FAKEGEM_RECIPE_TEST=rspec3
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION=RSpec test doubles for ActiveModel and ActiveRecord
+HOMEPAGE=https://github.com/rspec/rspec-activemodel-mocks;
+
+LICENSE=MIT
+SLOT=3
+KEYWORDS=~amd64
+IUSE=
+
+SUBVERSION=$(get_version_component_range 1-2)
+
+RUBY_PATCHES=( ${P}-read-attribute.patch )
+
+ruby_add_rdepend =dev-ruby/activesupport-3.0:*
+   =dev-ruby/activemodel-3.0:*
+   =dev-ruby/railties-3.0:*
+   =dev-ruby/rspec-mocks-2.99:* dev-ruby/rspec-mocks-4:*



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpipeline/

2015-08-17 Thread Lars Wendler
commit: bd4171109236b3737eb01018e01636bf98cd6d17
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Tue Aug 18 05:38:27 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Tue Aug 18 05:41:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd417110

dev-libs/libpipeline: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 dev-libs/libpipeline/Manifest |  1 +
 dev-libs/libpipeline/libpipeline-1.4.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-libs/libpipeline/Manifest b/dev-libs/libpipeline/Manifest
index 70cc23a..69906c9 100644
--- a/dev-libs/libpipeline/Manifest
+++ b/dev-libs/libpipeline/Manifest
@@ -3,3 +3,4 @@ DIST libpipeline-1.2.5.tar.gz 779072 SHA256 
2de10806d9b7dda54f4098d2c12e36e960b9
 DIST libpipeline-1.3.0.tar.gz 786909 SHA256 
f1fcd13e4bb39fec013c2f02bc3c686580f34eda432c31d0b662cf2359a3a689 SHA512 
32bfc4a6ee62edc4fe75f5a31e4c295ede39f8840b0de9954d9213d8c0d39b701cd8af76a36c2d3fcd1479207c7f077cb64692d2f31fadf413a2adb8ffadd965
 WHIRLPOOL 
8eac41095756858749667a7f04cbb07a7737918fb9fac8dc9ce3099aa3d0d602a678c39f18e4de02136233a34ba02bae40d00eba70e1782fed238f6aedaa4d60
 DIST libpipeline-1.3.1.tar.gz 787711 SHA256 
5cad1b446f135ec3800d32c8c951a1114f4c438609a4c52b262c30301bc8e692 SHA512 
0f903f9a268eea7c6d1ddef1210a729d32b423abdbf1e150aaf6705a272dfbcde482302cb06366ce317674bc681c7e3305cd35a83eb3f0451d1c5595f5c6ac5a
 WHIRLPOOL 
eb3fc4a337e09552f3e58a06bcbd9ed30d6b95a60b6cadc293e7aceb77a99e488c8c77a757dd93968a48b4fc72d024227fbe176d8ac7a386172bc50b51e54ef2
 DIST libpipeline-1.4.0.tar.gz 805155 SHA256 
79c759e7fbf17b560a72edce3ff9bb308d7720306c2650e4fae541daabb89bb6 SHA512 
0dce585f9d7aea91889804fd7a65a549b41730add0f6156bf8d0409762fed9c29e8843426e8136c9e0a0348734acaabb48ceede1e3e4d9071d4d787d0b8d46f3
 WHIRLPOOL 
2ba46823c6eacbe7b4a15d135448b2c59c65c431f438d22f1709bea85d819f4358fd685fab00d0e24cf281e92476b8c48aee61e7b406dcd8e142b2e4fa50bf86
+DIST libpipeline-1.4.1.tar.gz 805172 SHA256 
da46d7b20163aadb9db2faae483f734e9096a7550c84b94029abeab62dd1b9ee SHA512 
835d65aa3f9436398b5421544ca7857fe9caed52cd2e70320ea04d6315825e648df930e1c225d4aaf0f2edda2a438f6c00f15c556fb9fd30311560fb8d966797
 WHIRLPOOL 
1b6688f0388489f015a95397ec6ad34338654bd40c05bc15f30cdbf2e4ad5b1fd53d20f56a6763d398562f39986abf6675236395215bc5819573162eedf17de0

diff --git a/dev-libs/libpipeline/libpipeline-1.4.1.ebuild 
b/dev-libs/libpipeline/libpipeline-1.4.1.ebuild
new file mode 100644
index 000..e14dfd7
--- /dev/null
+++ b/dev-libs/libpipeline/libpipeline-1.4.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION=a pipeline manipulation library
+HOMEPAGE=http://libpipeline.nongnu.org/;
+SRC_URI=mirror://nongnu/${PN}/${P}.tar.gz
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+IUSE=static-libs test
+
+DEPEND=virtual/pkgconfig
+   test? ( dev-libs/check )



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/files/

2015-08-17 Thread Jeroen Roovers
commit: 8bb454871acc89787db4dca9186fc4805c8b69c3
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 04:51:30 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 04:51:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb45487

net-analyzer/mtr: Clean up patch.

Package-Manager: portage-2.2.20.1

 net-analyzer/mtr/files/mtr--tinfo.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/mtr/files/mtr--tinfo.patch 
b/net-analyzer/mtr/files/mtr--tinfo.patch
index 13f7e9e..4dbdef1 100644
--- a/net-analyzer/mtr/files/mtr--tinfo.patch
+++ b/net-analyzer/mtr/files/mtr--tinfo.patch
@@ -1,5 +1,5 @@
 configure.ac.orig  2015-08-18 06:37:10.961248647 +0200
-+++ configure.ac   2015-08-18 06:40:52.016957694 +0200
+--- a/configure.ac
 b/configure.ac
 @@ -25,6 +25,8 @@
AC_DEFINE(NO_CURSES, 1, [Define if you don't have the curses libraries 
available.])
CURSES_OBJ=)



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2015-08-17 Thread Hans de Graaff
commit: 55c0a980991f5eaf503888abaf21e54b94c662b5
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Tue Aug 18 04:50:30 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:06:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c0a980

dev-ruby/loofah: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.0.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 685dbca..e9b8e2e 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.0.1.gem 59392 SHA256 
e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c SHA512 
6bed99fced69538aa64c6ef67878420ef88d427c7cf6e74599f33ff9cfc9fcd6e9450de30a922d54bdead4851a39ec0b4bd58e58ab5ed1ef89610151c7f9270f
 WHIRLPOOL 
d100ba311a54303a11227cc50d82c4469f2d66462b8614e3a1ff9d512340981219431968282dd84c4cad0970c4b462a0f6ce0bfa792f34bc3f83ab4cc2789807
 DIST loofah-2.0.2.gem 59392 SHA256 
1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 SHA512 
f61b853847bd0dfecada1d8eb4f0ab1b179c804f0ac7c74f927a8275f6d1e9fb35456abdaa0ca3f81d8281f31c77088757fe2f994332ce0a742bb89fb1d2986c
 WHIRLPOOL 
a6ba55875d168e9a8c5bd3ad99e50f124f598ce21159025516ae7b4a7cf80e4a587f7c5f34c01ef568e4796a4a006ec4135b2da3938d40bbab7ce852a5ee54c4
+DIST loofah-2.0.3.gem 60416 SHA256 
48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 WHIRLPOOL 
6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
new file mode 100644
index 000..abc8449
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
+
+inherit ruby-fakegem
+
+DESCRIPTION=A general library for manipulating and transforming HTML/XML 
documents and fragments.
+HOMEPAGE=https://github.com/flavorjones/loofah;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64
+IUSE=
+
+ruby_add_rdepend =dev-ruby/nokogiri-1.5.9
+
+ruby_add_bdepend test? ( =dev-ruby/rr-1.1.0 =dev-ruby/hoe-2.3.0 )
+
+all_ruby_prepare() {
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
gentoo' test/integration/test_ad_hoc.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/multitail/

2015-08-17 Thread Jeroen Roovers
commit: 986d7f1fcece7863c463b7d7bb667b081eb255fd
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Tue Aug 18 05:47:31 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Tue Aug 18 05:49:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d7f1f

app-text/multitail: Stable for HPPA (bug #557912).

Package-Manager: portage-2.2.20.1

 app-text/multitail/multitail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/multitail/multitail-6.4.1.ebuild 
b/app-text/multitail/multitail-6.4.1.ebuild
index 055eb6e..f23afd3 100644
--- a/app-text/multitail/multitail-6.4.1.ebuild
+++ b/app-text/multitail/multitail-6.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=http://www.vanheusden.com/multitail/${P}.tgz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux 
~x86-linux
+KEYWORDS=~amd64 hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux 
~x86-linux
 IUSE=debug examples unicode
 
 RDEPEND=



[gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/

2015-08-17 Thread Hans de Graaff
commit: 03ee22b5d77b0486d2cad2cde4a28b8a8acdacf5
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Aug 18 05:27:37 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:27:37 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=03ee22b5

Version bump.

Package-Manager: portage-2.2.20.1

 dev-ruby/minitest-around/Manifest  |  1 +
 .../minitest-around/minitest-around-0.3.2.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/minitest-around/Manifest 
b/dev-ruby/minitest-around/Manifest
index 3e5e31d..9181ce1 100644
--- a/dev-ruby/minitest-around/Manifest
+++ b/dev-ruby/minitest-around/Manifest
@@ -1,2 +1,3 @@
 DIST minitest-around-0.3.0.gem 8704 SHA256 
1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 
7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1cab777d9ae767dfa09539e7a118e39f7f32c4
 WHIRLPOOL 
33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c
 DIST minitest-around-0.3.1.gem 11264 SHA256 
10cecda971b183306407161216871c766ea2c4338716e8aeb83b334bd9107b79 SHA512 
4aabfd920fb8d58ba75cd8d585400eac49535da0fa383aa18dfc09c3d5456d25360ceacafcd71e10b6d700a80095769644e59c2c8fa1202e8d9eca1a4b8711fd
 WHIRLPOOL 
5da566f6e3ee894886e5516a5b6e16744505906b0e884a5554839aeb2442d25c43a638ac1e59d0e04bbad175b769ecd3e6631db6d7b0b25b185ed89ffa3d3023
+DIST minitest-around-0.3.2.gem 11776 SHA256 
d8f02084bcea9bef6020ad3e2250581885de7ce669eb76c744dd5740cd622697 SHA512 
545e7064f2e3341bba28d7c15016e6d0a5a0936e8cfbe5d7efb35fc139f9f68f8a3e9ea56db113ba3d29f4b0e1d7c11ae58ee7aabd59f232568bc45e7115f16b
 WHIRLPOOL 
7d05fb949865801c977b1b99bad10946a26cdc6d7362e875a4456692f5cf2eccbafb9a95bc4a97c2fbb464feed5f3a5f16c100fd9d4eba056ab0e270db1126b3

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild 
b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
new file mode 100644
index 000..c8f2db3
--- /dev/null
+++ b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+inherit ruby-fakegem
+
+DESCRIPTION=Alternative for setup/teardown dance
+HOMEPAGE=https://github.com/splattael/minitest-around;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+ruby_add_rdepend dev-ruby/minitest:5
+
+ruby_add_bdepend test? ( dev-ruby/bundler )
+
+all_ruby_prepare() {
+   sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec 
Rakefile || die
+}
+
+each_ruby_test() {
+   for f in test/*_{test,spec}.rb ; do
+   ${RUBY} -S rake test:isolated TEST=${f} || die
+   done
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/googlecharts/

2015-08-17 Thread Hans de Graaff
commit: 4a7d7e4d2511b92efbed2ac55d2f7de382e0ec44
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Aug 18 05:20:04 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:20:04 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4a7d7e4d

Version bump.

Package-Manager: portage-2.2.20.1

 dev-ruby/googlecharts/Manifest   |  1 +
 dev-ruby/googlecharts/googlecharts-1.6.12.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/googlecharts/Manifest b/dev-ruby/googlecharts/Manifest
index 0aee8bf..27c381b 100644
--- a/dev-ruby/googlecharts/Manifest
+++ b/dev-ruby/googlecharts/Manifest
@@ -1 +1,2 @@
 DIST googlecharts-1.6.10.gem 23552 SHA256 
2658015bf9e57fcbc3a6c2f50bcff591729aefb46a1609086afa2f67d8657b9f SHA512 
4d7e93c2e46cebf108edd8cbffb730031f42991414e489125d4026596b02899ccd4e9078eafb556316db4f92d5c02563357baf1aff08c3d49491f3aa05c7d9fe
 WHIRLPOOL 
0c1c836d7dd14d31f4563ef4ee8b2f3c0fbd6d151d9c2067c705e2dcc649150464abfb16ab51917cb3ca088bbef354fd3c85e0590d27b751010c07631c2d47ea
+DIST googlecharts-1.6.12.gem 24064 SHA256 
7181da33f44b69f889948df802add334953f82d2dbe25183832f042a18b72edd SHA512 
595e3c7b7f7d2d9f9eb475d1b88a0baedc36e61bac8956a878c7db250707a7e3feccb4a1c97b72ae7be9bfa6d5ad4481b20668558e296dd577536ea8a301dc0b
 WHIRLPOOL 
de8b6e88e7f1b09a8548156cf62d246fc805db58fe1f03313c4d8ec64db61424462e25c324ff7c59e351c94fadc406feff524966c147ffd1553bd87dec544e93

diff --git a/dev-ruby/googlecharts/googlecharts-1.6.12.ebuild 
b/dev-ruby/googlecharts/googlecharts-1.6.12.ebuild
new file mode 100644
index 000..129d525
--- /dev/null
+++ b/dev-ruby/googlecharts/googlecharts-1.6.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=History.txt README.markdown
+RUBY_FAKEGEM_RECIPE_TEST=rspec3
+
+inherit ruby-fakegem
+
+DESCRIPTION=The goal of this Gem is to make the creation of Google Charts a 
simple and easy task.
+HOMEPAGE=https://github.com/mattetti/googlecharts;
+LICENSE=MIT
+
+KEYWORDS=~amd64 ~x86
+SLOT=0
+IUSE=test



[gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/

2015-08-17 Thread Hans de Graaff
commit: 7c9fecda2a4d5b4ced3690cb6db9a6c8633b4c10
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Aug 18 05:13:34 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:13:34 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7c9fecda

Version bump.

Package-Manager: portage-2.2.20.1

 dev-ruby/compass-rails/Manifest   |  1 +
 dev-ruby/compass-rails/compass-rails-2.0.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest
index eab59e5..38218bd 100644
--- a/dev-ruby/compass-rails/Manifest
+++ b/dev-ruby/compass-rails/Manifest
@@ -1 +1,2 @@
 DIST compass-rails-2.0.4.gem 17920 SHA256 
843339299ff5812db46611f968ef60193674af555e8fb4dd9b29252c2605618e SHA512 
802e2dbac9843875a693f7ad07b6cd7582e38e783762a46ba3211f6ecfd138136465ec510b45c736af1a058b441b24dea997e17be0a1dd2916ab3bc295d1abb4
 WHIRLPOOL 
63c1c306c1e4c16f9906e5b34d58b2458610bcf13473af8740ded03e995593aa1d9d7e15a96b11fedb46b0d60cb91c19dec12e72b0b174f8933b656f41a8cc38
+DIST compass-rails-2.0.5.gem 17920 SHA256 
fe331fb032ebe447e97c982657b4bf90cc8d243475c06b2747811abb80d2981d SHA512 
ed5f7fcf2a7ed7e372dde445ba42ef25a2b73d145a074cea58fb329ac1cc7615e3449c5acd4b7d2aae9e7d63db6c9379cf31af4ec0072ee8e4370dc741188a5d
 WHIRLPOOL 
200fcaa04a067b0a43cbf4c96888ebe408945807a9ad7298f0482fb9267bc2fee2f50d3ba4c72b568487e1c70bb3a04e2000dab1ff7b060053cd6f37ae881860

diff --git a/dev-ruby/compass-rails/compass-rails-2.0.5.ebuild 
b/dev-ruby/compass-rails/compass-rails-2.0.5.ebuild
new file mode 100644
index 000..ea92d05
--- /dev/null
+++ b/dev-ruby/compass-rails/compass-rails-2.0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md
+
+RUBY_FAKEGEM_TASK_TEST=-Ilib test features
+
+inherit ruby-fakegem
+
+DESCRIPTION=A Rails adapter for the Compass Stylesheet Authoring Framework
+HOMEPAGE=http://compass-style.org/;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+# Uses appraisal and rainbow and runs integration on a variety of Rails
+# versions.
+RESTRICT=test
+
+ruby_add_rdepend dev-ruby/compass:1 dev-ruby/sprockets-2.13:* 
=dev-ruby/sass-rails-5.1:*
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/

2015-08-17 Thread Hans de Graaff
commit: 71ed920dcdc02b3a9bb0755c28d1c4fbd2325502
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Aug 18 05:10:28 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:10:28 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=71ed920d

Cleanup.

Package-Manager: portage-2.2.20.1

 dev-ruby/compass-rails/Manifest   |  4 ---
 dev-ruby/compass-rails/compass-rails-1.1.7.ebuild | 32 ---
 dev-ruby/compass-rails/compass-rails-2.0.0.ebuild | 31 --
 dev-ruby/compass-rails/compass-rails-2.0.1.ebuild | 31 --
 dev-ruby/compass-rails/compass-rails-2.0.2.ebuild | 31 --
 5 files changed, 129 deletions(-)

diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest
index a4a7c7c..eab59e5 100644
--- a/dev-ruby/compass-rails/Manifest
+++ b/dev-ruby/compass-rails/Manifest
@@ -1,5 +1 @@
-DIST compass-rails-1.1.7.gem 17408 SHA256 
4ac64056ed7239d29ff77ac9c6cddb0990a4f2cf232ca2c0f4a165bd5cb60d2d SHA512 
cb5052f21d3895faf81a161225372d86919fe999b044cad26fd0e031bbcbbcfb8fac5dcc9db05e32efb8bce44a6ba09c37bceb1c53d0384655b6e3adb85ad0f1
 WHIRLPOOL 
c1c59b8b66f30703faee26915be4ae6bf4acbec2db9d9df5b6f5ae68369b75f54d453f996594303395115d37ffe5fca6958aa5b7d7e0aeebaa958549bb836b3d
-DIST compass-rails-2.0.0.gem 16384 SHA256 
2ae64b44cab0a7e73143d12cbbcf9b03705182ed3cbfef1bced1392bccca9ace SHA512 
926afc4433c225b2e42192d940a307b1e36e09ffdd15866abeddeec40e06ea5b7f79d9835422a02a4e41bbce55dc379491e1c255643d3e1891867ac6ff3ec2f0
 WHIRLPOOL 
724ca21348b0e1c004acb6c9d33b1982641c9311e85ef5421d94ca847e6598c961279702a3d43a5e431aa8a998f720f25704f6d149719596b50e34d4b62b2ccd
-DIST compass-rails-2.0.1.gem 16384 SHA256 
2f78db306654290cd4bfb19aec4d013e7e0b8be329ad74d1dee78176a92a0999 SHA512 
f1cd0710e93a653f3468335320c5655f725a19eac3a0c12744c795f7b23d431c7a28ccb2ef1091098ce761849f1d61987330767a843783208d74ca62fa9e405a
 WHIRLPOOL 
254e53e62e84dd0794c5245591e35422258b049e0f7252d1681ea76da66bd4356ccd9f134dc9fcc1dd29ff2005e08aad7a68bbf6d6ab810a155543b7e779b562
-DIST compass-rails-2.0.2.gem 16896 SHA256 
144fff68ae83bce47193abd9bc1afe683d1ff1dbb952d6cd25ca25fd357ccddb SHA512 
1a13912c301dccc244133043abe15f6de38e184b30a2a71e8312ef63c3198ee87106eb3b5a38acfd82f76e22dcb700e32e1c53d5a87403739e7c5d8580dd8a46
 WHIRLPOOL 
bc77f6b53b92c49f961c1b7946acf60f076c03e9758e326d3f8c49ccc3c2408ff8c7a651a0b83c2308a7df1769255a9d44b99030d61dd04268c5bd3c7a120ef8
 DIST compass-rails-2.0.4.gem 17920 SHA256 
843339299ff5812db46611f968ef60193674af555e8fb4dd9b29252c2605618e SHA512 
802e2dbac9843875a693f7ad07b6cd7582e38e783762a46ba3211f6ecfd138136465ec510b45c736af1a058b441b24dea997e17be0a1dd2916ab3bc295d1abb4
 WHIRLPOOL 
63c1c306c1e4c16f9906e5b34d58b2458610bcf13473af8740ded03e995593aa1d9d7e15a96b11fedb46b0d60cb91c19dec12e72b0b174f8933b656f41a8cc38

diff --git a/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild 
b/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
deleted file mode 100644
index 7f2b2ad..000
--- a/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-RUBY_FAKEGEM_TASK_TEST=-Ilib test features
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Rails adapter for the Compass Stylesheet Authoring Framework
-HOMEPAGE=http://compass-style.org/;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-# Uses appraisal and rainbow and runs integration on a variety of Rails
-# versions.
-RESTRICT=test
-
-ruby_add_rdepend =dev-ruby/compass-0.12.2
-   =dev-ruby/sprockets-2.11.0
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
-}

diff --git a/dev-ruby/compass-rails/compass-rails-2.0.0.ebuild 
b/dev-ruby/compass-rails/compass-rails-2.0.0.ebuild
deleted file mode 100644
index e52b23c..000
--- a/dev-ruby/compass-rails/compass-rails-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=changelog.markdown README.md
-
-RUBY_FAKEGEM_TASK_TEST=-Ilib test features
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Rails adapter for the Compass Stylesheet Authoring Framework
-HOMEPAGE=http://compass-style.org/;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-# Uses appraisal and rainbow and runs integration on a variety of Rails
-# versions.
-RESTRICT=test
-
-ruby_add_rdepend =dev-ruby/compass-0.12.2
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
-}

diff --git a/dev-ruby/compass-rails/compass-rails-2.0.1.ebuild 
b/dev-ruby/compass-rails/compass-rails-2.0.1.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/

2015-08-17 Thread Justin Lecher
commit: f1937d7ad49e5df0a714aa06a403c015228c4a72
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 17 15:35:04 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 17 15:35:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1937d7a

dev-python/pillow: Require tiff support for tests, bug #557996

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/pillow/pillow-2.8.1.ebuild | 2 +-
 dev-python/pillow/pillow-2.8.2.ebuild | 2 +-
 dev-python/pillow/pillow-2.9.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pillow/pillow-2.8.1.ebuild 
b/dev-python/pillow/pillow-2.8.1.ebuild
index a8764f9..ac048de 100644
--- a/dev-python/pillow/pillow-2.8.1.ebuild
+++ b/dev-python/pillow/pillow-2.8.1.ebuild
@@ -21,7 +21,7 @@ SLOT=0
 KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib
 
-REQUIRED_USE=test? ( jpeg )
+REQUIRED_USE=test? ( jpeg tiff )
 
 RDEPEND=
jpeg? ( virtual/jpeg:0 )

diff --git a/dev-python/pillow/pillow-2.8.2.ebuild 
b/dev-python/pillow/pillow-2.8.2.ebuild
index 4d30a97..b4e6ac1 100644
--- a/dev-python/pillow/pillow-2.8.2.ebuild
+++ b/dev-python/pillow/pillow-2.8.2.ebuild
@@ -21,7 +21,7 @@ SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib
 
-REQUIRED_USE=test? ( jpeg )
+REQUIRED_USE=test? ( jpeg tiff )
 
 RDEPEND=
jpeg? ( virtual/jpeg:0 )

diff --git a/dev-python/pillow/pillow-2.9.0.ebuild 
b/dev-python/pillow/pillow-2.9.0.ebuild
index a5e8507..9fdd1d3 100644
--- a/dev-python/pillow/pillow-2.9.0.ebuild
+++ b/dev-python/pillow/pillow-2.9.0.ebuild
@@ -21,7 +21,7 @@ SLOT=0
 KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib
 
-REQUIRED_USE=test? ( jpeg )
+REQUIRED_USE=test? ( jpeg tiff )
 
 RDEPEND=
jpeg? ( virtual/jpeg:0 )



[gentoo-commits] proj/linux-patches: New tag: 3.14-57

2015-08-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 16:49:16 2015 +

New tag: 3.14-57




[gentoo-commits] repo/gentoo:master commit in: app-arch/alien/

2015-08-17 Thread Patrice Clement
commit: a4c778eb7335f891e7bef397ba54522b54e307bc
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Mon Aug 17 17:51:31 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Mon Aug 17 17:52:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c778eb

app-arch/alien: version bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 app-arch/alien/Manifest  |  1 +
 app-arch/alien/alien-8.94.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index 7314212..001ca1e 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -1,3 +1,4 @@
 DIST alien_8.89.tar.gz 64478 SHA256 
35d237e3a08fb86ae83b1b6d941aa696e1dff5b5c8eb83fa818995f15527e4d8 SHA512 
55e8b99900f7f940bb4e38469ca10f02be20a4fb097f3d66649e50ab4dfc11a3c8aeaacca862872c02c68c482e1967ea0b12302e9660fbc7d920591bcd4be9ca
 WHIRLPOOL 
2d4025819c824ad1a218ae0b4ba5ed837f5c8d2b7b5aaf2e94c71b2ddb21c47e8054e3d1b83cdd30022123ffa2dea1e0d5423793617b812d14d9ffca99d37715
 DIST alien_8.90.tar.gz 65014 SHA256 
a520f0c6e1e0f8340712cc80a80b41d426b3034c41dfa256268f51beee3d75d7 SHA512 
ca96a2b1039966f3bf5bc624cc9880d3426d9823ba8f8d8021c27bf1605b8072abbbf9befeb45e3210742cff51dff9beda9c636c592d230aac0e3c780ba2a83b
 WHIRLPOOL 
f88e2be871b04b98a4a495abd655ec09cb0c58c1aa5a7820da6986466ec61597bf243d42fbc871de6dd01cb29cb6f1a8a63798cf6ff8a6f8dd2eab0b7edc3ed3
 DIST alien_8.93.tar.gz 65289 SHA256 
deb4e0c590ea7c44f2bc806b2c4cde6abbef32017ae6d06ee30539ae28faf896 SHA512 
bb38286b5b2000d0cceecc19a03ed65c40b31b48ce22d16ecf5f082883dac87822abdf2897edccd959429d45efb257d76d4f833c188e9f22b6f7cc526f80c0f9
 WHIRLPOOL 
c6710d8582b882a0c963ad0dc6ee362c7e02a55384ddbe25ddc079d22878009c59274febeba4c038e4be707f2ea7f4d92a833eddb603bcde9da05cae5b804a09
+DIST alien_8.94.tar.gz 65530 SHA256 
c7a3a01f032107edf3428ccd44b895ffb5d607bccc885dc0da0aa278ccfe849c SHA512 
dbc194ea19fdb28858efb5c55f66299d41c26d20235e941d98ee738c49200c2430ca382e8875850ca071598bc123a62519345678a6d9604c8ad5e0fd2a1922a7
 WHIRLPOOL 
4f1c441f06c7c0356ffb3851d22dea64e3001f5a6dc9563dbe2dac8de9ad1cf7c6b3f0c478b2369941378621ce524ea9d6c380afd08b0f2e0a0147c945271264

diff --git a/app-arch/alien/alien-8.94.ebuild b/app-arch/alien/alien-8.94.ebuild
new file mode 100644
index 000..caf0742
--- /dev/null
+++ b/app-arch/alien/alien-8.94.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION=Converts between the rpm, dpkg, stampede slp, and slackware tgz 
file formats
+HOMEPAGE=http://kitenet.net/programs/alien;
+SRC_URI=mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz
+
+LICENSE=LGPL-2.1
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86
+IUSE=+bzip2
+
+RDEPEND=app-arch/rpm
+   app-arch/dpkg
+   bzip2? (
+   app-arch/bzip2
+   )
+   dev-util/debhelper
+   =app-arch/tar-1.14.91
+DEPEND=${RDEPEND}
+
+#S=${WORKDIR}/${PN}
+
+src_prepare() {
+   sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
+   -i ${S}/Makefile.PL || die sed failed.
+}



[gentoo-commits] dev/ikelos:master commit in: dev-util/capstone/, dev-util/capstone/files/

2015-08-17 Thread Mike Auty
commit: 6bb89897e17d9e41af87b6a06e5d0da2f069769e
Author: layman layman AT localhost
AuthorDate: Mon Aug 17 17:06:20 2015 +
Commit: Mike Auty ikelos AT gentoo DOT org
CommitDate: Mon Aug 17 17:06:20 2015 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=6bb89897

Add in capstone monolithic install (so python bindings are up-to-date).

 dev-util/capstone/Manifest |  3 +
 dev-util/capstone/capstone-3.0.4.ebuild| 64 ++
 .../files/capstone-3.0.4-python-setup.patch| 42 ++
 3 files changed, 109 insertions(+)

diff --git a/dev-util/capstone/Manifest b/dev-util/capstone/Manifest
new file mode 100644
index 000..e50e5f6
--- /dev/null
+++ b/dev-util/capstone/Manifest
@@ -0,0 +1,3 @@
+AUX capstone-3.0.4-python-setup.patch 1403 SHA256 
da86561eef1047b08bbf3975daa1eb59cf93066b93cb216f8db20d8fa13ac8ed SHA512 
827d84a032ce109c810aebec71c24482ed56bd701dab3ddc905c2e6331950da1733139f67a1cd26ff4ba2be590a61a090b9cd497b6243c8f76050eaef100ec36
 WHIRLPOOL 
a8b493667b889b64bf5567ed83e99bea84ec6508b72c41cdb4a3234539a84fba74ac8d2c2089d624ec1611a10b06f785144743f874f20c518299a2f9aa94bf7d
+DIST capstone-3.0.4.tar.gz 2800818 SHA256 
5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2 SHA512 
a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d
 WHIRLPOOL 
24aa002e215ee2a74c06a9be40218c78258a853028c74e1cdf95a5e2ea484471cf084cc8f5cc9db1aaefc16cf80a0b37480d4af60ca9119730334cbe2a02b906
+EBUILD capstone-3.0.4.ebuild 1717 SHA256 
c6a0cdc8ccc45b1b1048d8ce0c3d02babd61ae22056b82d67e85ca5359ebc63a SHA512 
55bb1011ba9788e157beb6c168f66c0eca48d64e20a6d463811850a66e31e6c190e96b017bf527928a56ba24014e4bfd05e6e042f18d6684f24d225163f1a99e
 WHIRLPOOL 
51a4a938c5df6505e28ae1f395f6bae4eb0e7052783b93d2d82616cb76ef0d45849d2f65ec3af595560af97976fd736a9cd73950f647d4731d5a8be7e8e6fc2e

diff --git a/dev-util/capstone/capstone-3.0.4.ebuild 
b/dev-util/capstone/capstone-3.0.4.ebuild
new file mode 100644
index 000..5085a24
--- /dev/null
+++ b/dev-util/capstone/capstone-3.0.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: blshkv$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit eutils multilib distutils-r1
+
+#MY_PV=${PV//_/-}
+DESCRIPTION=A lightweight multi-platform, multi-architecture disassembly 
framework
+HOMEPAGE=http://www.capstone-engine.org/;
+SRC_URI=https://github.com/aquynh/capstone/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+LICENSE=BSD
+SLOT=0/3
+KEYWORDS=~amd64 ~arm ~x86
+IUSE=python cython
+
+#RDEPEND=python? ( =dev-python/capstone-python-${PV} )
+RDEPEND=
+DEPEND=cython? ( =dev-python/cython-0.22 )
+!dev-python/capstone-python
+#TODO: add java and ocaml bindings
+
+#S=${WORKDIR}/${PN}-${MY_PV}
+
+src_prepare() {
+   if use python; then
+cd ${S}/bindings/python
+#our hack to adjust cython setup
+   if use cython; then
+cp setup_cython.py setup.py
+#this section is from Makefile
+cp capstone/__init__.py pyx/__init__.py
+   for i in arm{,_const} arm64{,_const} mips{,_const} 
ppc{,_const} x86{,_const} sparc{,_const} systemz sysz_const xcore{,_const}; do
+   cp capstone/${i}.py pyx/${i}.pyx
+   done
+fi
+   distutils-r1_src_prepare
+   fi
+   default_src_prepare
+}
+
+src_compile() {
+   if use python; then
+   cd ${S}/bindings/python
+   distutils-r1_src_compile
+   cd ${S}
+   fi
+   default_src_compile
+}
+
+src_install() {
+   cd ${S}/bindings/python
+   distutils-r1_src_install
+   cd ${S}
+   emake DESTDIR=${ED} LIBDIRARCH=$(get_libdir) install
+#  if use !test; then
+#  dodir /usr/share/${PN}/
+#  cp -R ${S}/tests ${D}/usr/share/${PN}/ || die Install 
failed!
+#  fi
+   dodoc README CREDITS.TXT RELEASE_NOTES ChangeLog 
docs/BHUSA2014-capstone.pdf
+}

diff --git a/dev-util/capstone/files/capstone-3.0.4-python-setup.patch 
b/dev-util/capstone/files/capstone-3.0.4-python-setup.patch
new file mode 100644
index 000..ad3fbfe
--- /dev/null
+++ b/dev-util/capstone/files/capstone-3.0.4-python-setup.patch
@@ -0,0 +1,42 @@
+diff -urN capstone-2.1.2.orig/bindings/python/setup.py 
capstone-2.1.2/bindings/python/setup.py
+--- capstone-2.1.2.orig/bindings/python/setup.py   2014-04-01 
10:22:54.0 +0800
 capstone-2.1.2/bindings/python/setup.py2014-04-10 09:07:21.023071179 
+0800
+@@ -4,17 +4,6 @@
+ 
+ VERSION = '2.1'
+ 
+-# clean package directory first
+-import os.path, shutil, sys
+-for f in sys.path:
+-if f.endswith('packages'):
+-pkgdir = os.path.join(f, 'capstone')
+-#print(pkgdir)
+-try:
+-shutil.rmtree(pkgdir)
+-except:

[gentoo-commits] dev/ikelos:master commit in: /

2015-08-17 Thread Mike Auty
commit: 8c6846b3f654c5cb820c3ce7033c6c889e13f748
Author: layman layman AT localhost
AuthorDate: Mon Aug 17 17:07:00 2015 +
Commit: Mike Auty ikelos AT gentoo DOT org
CommitDate: Mon Aug 17 17:07:00 2015 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=8c6846b3

Merge branch 'master' of ssh+git://ikelos.org/usr/local/overlays/ikelos

 gnome-extra/gtkparasite/Manifest| 2 +-
 gnome-extra/gtkparasite/gtkparasite-.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)



[gentoo-commits] dev/ikelos:master commit in: gnome-extra/gtkparasite/

2015-08-17 Thread Mike Auty
commit: db6f4d8b7c710fe1f2821dc33a09a8e9b7711384
Author: layman layman AT localhost
AuthorDate: Sun Aug 16 01:32:19 2015 +
Commit: Mike Auty ikelos AT gentoo DOT org
CommitDate: Sun Aug 16 01:32:19 2015 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=db6f4d8b

Update the EAPI in gtkparasite, because apparently old EAPIs aren't welcome 
anymore.

 gnome-extra/gtkparasite/Manifest| 2 +-
 gnome-extra/gtkparasite/gtkparasite-.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gtkparasite/Manifest b/gnome-extra/gtkparasite/Manifest
index 0c51eeb..d367dda 100644
--- a/gnome-extra/gtkparasite/Manifest
+++ b/gnome-extra/gtkparasite/Manifest
@@ -1 +1 @@
-EBUILD gtkparasite-.ebuild 464 SHA256 
3789539dda1e096564b4470d7c3e1fc066cbe4545b90aa389de509ad9102630d SHA512 
cef68b93257ab50c51db0edb948c10b6ccfdeb3b600f99d38e0295a23d627a77cf7d2340ce52186cf1d1961df23012519cc2954d60373ab14fb89d34524cc976
 WHIRLPOOL 
e58064784aee7ee1afee9ecc43159eaae30d1723bb34090ba1dd768c0c83e8ec1c64fba038ecc332812a657c5dfa4827b8474a05af1ec0e8644734c002b28745
+EBUILD gtkparasite-.ebuild 456 SHA256 
c76c869a67e51cd99f0ecd057a16ec366f417e30cc173c402076e3711fc1e471 SHA512 
4be339d1f9a1f0fab9000bd3dd0a7e846ed6d30a03fe59411256faa3c72c3c894d353f07c83392db47bb9d873706ba631582108fa125c45a8db37c60ef76903b
 WHIRLPOOL 
4e14ca60c7562752e4b4fb1a19859823a7e18ab05a381f3f60c09383377fe7a70e660b0bafd26c34fdb527740b49048b6d825021f1822ab6f1bc88b5277ec10b

diff --git a/gnome-extra/gtkparasite/gtkparasite-.ebuild 
b/gnome-extra/gtkparasite/gtkparasite-.ebuild
index 652ed3b..189bfd2 100644
--- a/gnome-extra/gtkparasite/gtkparasite-.ebuild
+++ b/gnome-extra/gtkparasite/gtkparasite-.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit autotools gnome2 git-2
+EAPI=5
+
+inherit autotools gnome2 git-r3
 
 EGIT_REPO_URI=git://github.com/chipx86/gtkparasite.git
 
@@ -18,8 +20,7 @@ IUSE=
 DEPEND=
 RDEPEND=
 
-src_unpack() {
-   git-2_src_unpack
+src_prepare() {
cd ${S}
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: /

2015-08-17 Thread Ben de Groot
commit: 167b3815ced228284d1697cb85e386756a14a326
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 15:39:07 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 15:39:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167b3815

Merge remote-tracking branch 'remotes/origin/master'

 app-emulation/virtualbox-additions/Manifest|   1 +
 0.ebuild = virtualbox-additions-5.0.2.ebuild} |   0
 app-emulation/virtualbox-bin/Manifest  |   4 +
 ...3.ebuild = virtualbox-bin-5.0.2.102096.ebuild} |   0
 app-emulation/virtualbox-extpack-oracle/Manifest   |   1 +
 ... virtualbox-extpack-oracle-5.0.2.102096.ebuild} |   0
 app-emulation/virtualbox-guest-additions/Manifest  |   1 +
 .../virtualbox-guest-additions-5.0.2.ebuild| 212 +++
 app-emulation/virtualbox-modules/Manifest  |   1 +
 0.0.ebuild = virtualbox-modules-5.0.2.ebuild} |   0
 app-emulation/virtualbox/Manifest  |   2 +
 app-emulation/virtualbox/virtualbox-5.0.2.ebuild   | 422 +
 dev-lang/mono/mono-4.0.3.20.ebuild |   1 +
 dev-libs/gmime/gmime-2.6.20-r1.ebuild  |  69 
 dev-python/pillow/pillow-2.8.1.ebuild  |   2 +-
 dev-python/pillow/pillow-2.8.2.ebuild  |   2 +-
 dev-python/pillow/pillow-2.9.0.ebuild  |   2 +-
 dev-util/cmake/Manifest|   1 +
 .../{cmake-3.3.0.ebuild = cmake-3.3.1.ebuild} |   0
 ...p-5.9.5.5.ebuild = monodevelop-5.9.5.9.ebuild} |   0
 kde-misc/krename/krename-4.0.9-r3.ebuild   |   2 +-
 media-sound/ardour/ardour-4.1.ebuild   |   2 +-
 media-sound/ardour/ardour-4.2-r1.ebuild|   2 +-
 ...ming.patch = ardour-4.x-revision-naming.patch} |   0
 net-ftp/filezilla/Manifest |   1 +
 .../files/filezilla-3.13.0-fzputtygen_interface.h  |  40 ++
 net-ftp/filezilla/filezilla-3.13.0.ebuild  |  71 
 .../files/linksys-tftp-1.2.1-r1-header.patch   |  36 +-
 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild  |   5 +-
 profiles/package.mask  |   2 +
 sys-libs/ncurses/ncurses-6.0.ebuild|  34 +-
 x11-drivers/xf86-video-virtualbox/Manifest |   1 +
 ...0.ebuild = xf86-video-virtualbox-5.0.2.ebuild} |   0
 33 files changed, 893 insertions(+), 24 deletions(-)

diff --cc media-sound/ardour/ardour-4.2-r1.ebuild
index c8aad5c,29167b3..8774ca0
--- a/media-sound/ardour/ardour-4.2-r1.ebuild
+++ b/media-sound/ardour/ardour-4.2-r1.ebuild
@@@ -61,16 -63,28 +61,16 @@@ RDEPEND=
=media-libs/suil-0.6.10
=media-libs/lv2-1.4.0
)
 -
  DEPEND=${RDEPEND}
${PYTHON_DEPS}
 -  virtual/pkgconfig
=media-sound/jack-audio-connection-kit-0.120
sys-devel/gettext
 +  virtual/pkgconfig
doc? ( app-doc/doxygen[dot] )
 -  if ! [ ${PV} =  ]; then
 -  DEPEND=${DEPEND}
 -  fi
 -
 -src_unpack() {
 -  if [ ${PV} =  ]; then
 -  git-2_src_unpack
 -  else
 -  unpack ${A}
 -  fi
 -}
  
  src_prepare(){
 -  if ! [ ${PV} =  ]; then
 +  if ! [[ ${PV} == ** ]]; then
-   epatch ${FILESDIR}/${PN}-4.2-revision-naming.patch
+   epatch ${FILESDIR}/${PN}-4.x-revision-naming.patch
touch ${S}/libs/ardour/revision.cc
fi
$(use lv2 || epatch ${FILESDIR}/${PN}-4.0-lv2.patch)



[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/files/, media-sound/ardour/

2015-08-17 Thread Ben de Groot
commit: 1af77d448c006a4a7be70005b803334911c0cf69
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 14:38:34 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 14:38:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af77d44

media-sound/ardour: update revision naming patch

Thanks to Lars Wendler for rolling a new patch.

Bug: 557990

Package-Manager: portage-2.2.20.1

 .../{ardour-4.2.ebuild = ardour-4.2-r1.ebuild}|  2 +-
 .../ardour/files/ardour-4.2-revision-naming.patch  | 38 ++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/media-sound/ardour/ardour-4.2.ebuild 
b/media-sound/ardour/ardour-4.2-r1.ebuild
similarity index 98%
rename from media-sound/ardour/ardour-4.2.ebuild
rename to media-sound/ardour/ardour-4.2-r1.ebuild
index 4830a49..c4f8bc4 100644
--- a/media-sound/ardour/ardour-4.2.ebuild
+++ b/media-sound/ardour/ardour-4.2-r1.ebuild
@@ -84,7 +84,7 @@ src_unpack() {
 
 src_prepare(){
if ! [ ${PV} =  ]; then
-   epatch ${FILESDIR}/${PN}-4.0-revision-naming.patch
+   epatch ${FILESDIR}/${PN}-4.2-revision-naming.patch
touch ${S}/libs/ardour/revision.cc
fi
$(use lv2 || epatch ${FILESDIR}/${PN}-4.0-lv2.patch)

diff --git a/media-sound/ardour/files/ardour-4.2-revision-naming.patch 
b/media-sound/ardour/files/ardour-4.2-revision-naming.patch
new file mode 100644
index 000..d558f47
--- /dev/null
+++ b/media-sound/ardour/files/ardour-4.2-revision-naming.patch
@@ -0,0 +1,38 @@
+--- ardour-4.2/wscript
 ardour-4.2/wscript
+@@ -162,7 +162,7 @@
+ if os.path.isdir (os.path.join(os.getcwd(), '.git')):
+ rev = fetch_git_revision ()
+ else:
+-rev = fetch_tarball_revision ()
++rev = os.environ['PV']
+ 
+ #
+ # rev is now of the form MAJOR.MINOR[-rcX]-rev-commit
+@@ -238,16 +238,16 @@
+ return version
+ 
+ def create_stored_revision():
+-rev = 
+-if os.path.exists('.git'):
+-rev = fetch_git_revision();
+-print(Git version:  + rev + \n)
+-elif os.path.exists('libs/ardour/revision.cc'):
+-print(Using packaged revision)
+-return
+-else:
+-print(Missing libs/ardour/revision.cc.  Blame the packager.)
+-sys.exit(-1)
++rev = os.environ['PV'] + -gentoo
++#if os.path.exists('.git'):
++#rev = fetch_git_revision();
++#print(Git version:  + rev + \n)
++#elif os.path.exists('libs/ardour/revision.cc'):
++#print(Using packaged revision)
++#return
++#else:
++#print(Missing libs/ardour/revision.cc.  Blame the packager.)
++#sys.exit(-1)
+ 
+ try:
+ #



[gentoo-commits] repo/gentoo:master commit in: media-gfx/phototonic/

2015-08-17 Thread Ben de Groot
commit: 02c204c2c96573b9a8a75bea3b50dc9f6f126a91
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 16:14:35 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 16:20:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c204c2

media-gfx/phototonic: version bump to 1.6.17

Package-Manager: portage-2.2.20.1

 media-gfx/phototonic/Manifest |  1 +
 media-gfx/phototonic/phototonic-1.6.17.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/phototonic/Manifest b/media-gfx/phototonic/Manifest
index 1092dab..5a3ede0 100644
--- a/media-gfx/phototonic/Manifest
+++ b/media-gfx/phototonic/Manifest
@@ -1,2 +1,3 @@
 DIST phototonic-1.5.54.tar.xz 160716 SHA256 
a84ec02cd03635fd5f2b19deea46eec0c74e6f9fabb24943fcf37bbece1c214e SHA512 
a4ce914503a8452bb6d2a2c97cef6c5b4b69e0d8c5a349bd5a68680731b3a9e70a9afa7ff63cb2836aa8d970f074b058627687fa7cdcfb898da13c696c2d6df7
 WHIRLPOOL 
a17369097cdf5ec9efac2cefaee582aafbdbfee0a22ee8395c2824aa16913c10c929e8359fcd70d508400e85d4f30b25fcba7b176fc135a29b43d0e009080883
+DIST phototonic-1.6.17.tar.xz 167264 SHA256 
f9d03344cb635948810c90695b592792106860bb35922b885325b2a3751c6411 SHA512 
66c537c723b114de8a92692933a3671346919dde1ce028a9c067909403d91c0a161d5887e0c07e9309d524179308364fc93403c608b3226d74e28bc744e08cde
 WHIRLPOOL 
052449af44277a3ea40562306854a745f8f02e5b137fc8e7f2aef824c06f08c967b38863204ece2f821d0fa90615163ca4fe8d9faa3729481542b0a0edd661b3
 DIST phototonic-1.6.6.tar.xz 166448 SHA256 
52b11420f2da6637f7b570029f6f6a8052277631e74bb80ad97be47a50c485a3 SHA512 
ce1766b120ae27dacd34219943eec092385713e187415a65e59f1d0b94942266b02686377000be07a3a0ad2a0d4d4f19753d150ee6bf3c1ca85fa224eac6ebfd
 WHIRLPOOL 
822c3248d0d1b4e5f3e3a7eec15e11aea598ebb43550601e5483cd6516c42cfd7ae04c79273766c117fc525b837b29a8546a8f272b4d5761e2957e9e6275cc80

diff --git a/media-gfx/phototonic/phototonic-1.6.17.ebuild 
b/media-gfx/phototonic/phototonic-1.6.17.ebuild
new file mode 100644
index 000..cc3f4da
--- /dev/null
+++ b/media-gfx/phototonic/phototonic-1.6.17.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit qmake-utils
+
+DESCRIPTION=Image viewer and organizer
+HOMEPAGE=http://oferkv.github.io/phototonic/;
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/oferkv/phototonic.git;
+else
+   SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
+   KEYWORDS=~amd64 ~x86
+fi
+
+LICENSE=GPL-3
+SLOT=0
+IUSE=svg tiff
+
+RDEPEND=dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   dev-qt/qtcore:5
+   media-gfx/exiv2:=
+   svg? ( dev-qt/qtsvg:5 )
+   tiff? ( dev-qt/qtimageformats:5 )
+DEPEND=${RDEPEND}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake install INSTALL_ROOT=${D}
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/prodecomp/

2015-08-17 Thread Justin Lecher
commit: 633d3227d5b301fe91c7ffb775789db38fa7e952
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 17 16:29:16 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 17 16:29:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633d3227

sci-chemistry/prodecomp: Fix launcher and double Prefix

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 .../prodecomp/{prodecomp-3.0.ebuild = prodecomp-3.0-r1.ebuild}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/prodecomp/prodecomp-3.0.ebuild 
b/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild
similarity index 83%
rename from sci-chemistry/prodecomp/prodecomp-3.0.ebuild
rename to sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild
index 28791c9..a424245 100644
--- a/sci-chemistry/prodecomp/prodecomp-3.0.ebuild
+++ b/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild
@@ -24,6 +24,7 @@ DEPEND=
 S=${WORKDIR}/NMRProjAnalys
 
 src_install() {
+   python_export
if use examples; then
insinto /usr/share/${PN}
doins -r ExampleData Results
@@ -38,9 +39,9 @@ src_install() {
 
cat  ${T}/${PN} - EOF
#!/bin/bash
-   ${PYTHON} -O ${EPREFIX}/$(python_get_sitedir)/${PN}/ProjAnalys.py $@
+   ${PYTHON} -O $(python_get_sitedir)/${PN}/ProjAnalys.py \$@
EOF
dobin ${T}/${PN}
 
-   dosym ../../../../share/doc/${PF}/Manual.pdf 
$(python_get_sitedir)/${PN}/Manual.pdf
+   dosym ../../../../share/doc/${PF}/Manual.pdf 
${PYTHON_SITEDIR##${EPREFIX}}/${PN}/Manual.pdf
 }



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/, net-ftp/filezilla/files/

2015-08-17 Thread Bernard Cafarelli
commit: 9e5c5fccf064f841b9777d339811ae6e5d17a94b
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Mon Aug 17 15:21:07 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Mon Aug 17 15:21:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5c5fcc

net-ftp/filezilla: version bump, tinyxml to pugixml switch

Package-Manager: portage-2.2.20.1

 net-ftp/filezilla/Manifest |  1 +
 .../files/filezilla-3.13.0-fzputtygen_interface.h  | 40 
 net-ftp/filezilla/filezilla-3.13.0.ebuild  | 71 ++
 3 files changed, 112 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index f98832f..567df92 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -2,6 +2,7 @@ DIST FileZilla_3.10.1.1_src.tar.bz2 4572160 SHA256 
67dbd801b15edd446f35b8df093a2
 DIST FileZilla_3.11.0.1_src.tar.bz2 4434678 SHA256 
0309d5fbb12988a615b7e57eaf5a1b3ffad23ea4cc0e932d9ddea185fdd44c72 SHA512 
b0ac96fe29e219a6fe0cab63616980de6b5e89cbc489a4d4843c1f9790e52e6bfc75cec55653ca77ba0474a1f7e5b20d79d6bfc2ea6ebc56232ed626ccea
 WHIRLPOOL 
d54e19da26d74e80bf5febcc9f1465f1ca79ad5e1990a7a97f9a4c4f1759eb49741ea4d43b9dbd59d146054496b80a8ac483c98d7db68cd50b546e7367041849
 DIST FileZilla_3.11.0.2_src.tar.bz2 4421399 SHA256 
341ba02803c29bdd1f9c3ce524723fe9288433d22d286b5a4b7d7c2e0d6989d9 SHA512 
7bc59b685a64c243e02db2078592044d94d38c61fc97b8167d2fa026f978a435177b0cc92b557d7804f4d0ff341a9cef426b390d69f078ee03b7a3350a91b19e
 WHIRLPOOL 
b0c968a7552d85b1b391d0486fc58e64a590f5bc8d7f9ca2aec4e1598a932c457177f958497432c4cc76dff5740c600d8ebd20d9eb18fd002fb660f4e412ed73
 DIST FileZilla_3.12.0.2_src.tar.bz2 4440836 SHA256 
7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d SHA512 
163ab37d0b15ffd511c9237727b2a2879c2ff38f264853148633c87ec2d6e07cca1847104eb8c7190a0d27a6978ddb10b10dd8e1ef6e157051567b04d1ec5930
 WHIRLPOOL 
1b3c859f77ab1c10adcbbbdf6201adfd388d25af4ff91c4a96cba7ff57eadf66a181ddd421b01dc124b2a58ca96599d5cfd11e321dac76afc18a69698dd8d8e1
+DIST FileZilla_3.13.0_src.tar.bz2 4542742 SHA256 
e6c21b41b1318d0d75273aca94cfda3039c9847bdb5adc4b9d480ecdcdfa4fc7 SHA512 
f78b8387552fd829a3851bd358c1fbf78dfab3cea642734803220f4264029a898e7c65b0b82102373b27b981921d92143f2aaaf1163c20eed60a5727aca2ed12
 WHIRLPOOL 
21a8ba37b2fc96c8b047550c2c2634a81ec64c094d20c975a3ffdfafe0338c42f9e3f15e758f37bfb19bfa9f757ab877e52eb34d7b1e43901bd99d700bda26de
 DIST FileZilla_3.7.3_src.tar.bz2 3682494 SHA256 
2b012970a6033d8ffd4629b1d57b50ace62cd3750efad70001109f25e520c042 SHA512 
b20ec013110e643dd0afca960b4577dd4f17ae744caf63be64e0c8435b8812064aebb4167d0efb186ba171b26967bbc61b6b22a8866b2460530f5793d7d5ecfb
 WHIRLPOOL 
acfceb3976f53abcce8da25ea1358761ee6e1a5f556e335067ed665b710fb4a873cce4f62916a19ec784a542db367bed9380a17df37c6ae200fa52e5cd7cc910
 DIST FileZilla_3.8.1_src.tar.bz2 4089186 SHA256 
66bc9c082843ffdcb915c7902900b92bdf921ed7310f2a40ff6b96b03cfa1e4f SHA512 
abe4b653ac0627f1dda8ae7b6bb3d1a92454b98ce69f6eb6fcced2e63b5d35edba578ba24f06b16218fcfd23edff21cc7c76fe1c7056efb129b081fddbd83101
 WHIRLPOOL 
94db8545244d1cd4bf0c3f4ed1daaabf150df262334c2311196b916a1d84d06026aa34707ce7d4e74a575a7eda18cb2da4c5e326d591bdc4bf71b69a6935fff9
 DIST FileZilla_3.9.0.6_src.tar.bz2 4181121 SHA256 
ce7f56b383fa59dc55b16d8695e9f03b6e86d59a04dce44a16b5d02b2391b0b7 SHA512 
750bb9afc12d0015cab7f775878def5bbbc0d16eed7ab3d876888ebc1f72480e338acfd16cd2bbe9520c26d491a996c85f712f47d6cd7e05d083c189cd23899c
 WHIRLPOOL 
4bdbbd570b2a0290e2c4dff1e02aec2484891f5100fc7829e75b3ccf4ff004a1cfacc328b85efbb60be9d058499d0b4b4e1e28927c345a9450e7204cd25746b2

diff --git a/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h 
b/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h
new file mode 100644
index 000..b72d470
--- /dev/null
+++ b/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h
@@ -0,0 +1,40 @@
+#ifndef FILEZILLA_FZPUTTYGEN_INTERFACE_HEADER
+#define FILEZILLA_FZPUTTYGEN_INTERFACE_HEADER
+
+#include wx/process.h
+
+class CFZPuttyGenInterface
+{
+public:
+   CFZPuttyGenInterface(wxWindow* parent);
+   virtual ~CFZPuttyGenInterface();
+   bool LoadKeyFile(wxString keyFile, bool silent, wxString comment, 
wxString data);
+
+   void EndProcess();
+   void DeleteProcess();
+   bool IsProcessCreated();
+   bool IsProcessStarted();
+
+protected:
+   // return -1 on error
+   int NeedsConversion(wxString keyFile, bool silent);
+
+   // return -1 on error
+   int IsKeyFileEncrypted(wxString keyFile, bool silent);
+
+   wxProcess* m_pProcess{};
+   bool m_initialized{};
+   wxWindow* m_parent;
+   
+   enum ReplyCode {
+   success,
+   error,
+   failure
+   };
+
+   bool LoadProcess(bool silent);
+   bool Send(const wxString cmd);
+   ReplyCode GetReply(wxString reply);
+};
+
+#endif 

[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/files/

2015-08-17 Thread Ben de Groot
commit: 35f525c51d87d61ca28c8a5ec2bfb59d235a0445
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 15:45:36 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 15:45:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f525c5

media-sound/ardour: remove duplicate patch

Package-Manager: portage-2.2.20.1

 .../ardour/files/ardour-4.2-revision-naming.patch  | 38 --
 1 file changed, 38 deletions(-)

diff --git a/media-sound/ardour/files/ardour-4.2-revision-naming.patch 
b/media-sound/ardour/files/ardour-4.2-revision-naming.patch
deleted file mode 100644
index d558f47..000
--- a/media-sound/ardour/files/ardour-4.2-revision-naming.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 ardour-4.2/wscript
-+++ ardour-4.2/wscript
-@@ -162,7 +162,7 @@
- if os.path.isdir (os.path.join(os.getcwd(), '.git')):
- rev = fetch_git_revision ()
- else:
--rev = fetch_tarball_revision ()
-+rev = os.environ['PV']
- 
- #
- # rev is now of the form MAJOR.MINOR[-rcX]-rev-commit
-@@ -238,16 +238,16 @@
- return version
- 
- def create_stored_revision():
--rev = 
--if os.path.exists('.git'):
--rev = fetch_git_revision();
--print(Git version:  + rev + \n)
--elif os.path.exists('libs/ardour/revision.cc'):
--print(Using packaged revision)
--return
--else:
--print(Missing libs/ardour/revision.cc.  Blame the packager.)
--sys.exit(-1)
-+rev = os.environ['PV'] + -gentoo
-+#if os.path.exists('.git'):
-+#rev = fetch_git_revision();
-+#print(Git version:  + rev + \n)
-+#elif os.path.exists('libs/ardour/revision.cc'):
-+#print(Using packaged revision)
-+#return
-+#else:
-+#print(Missing libs/ardour/revision.cc.  Blame the packager.)
-+#sys.exit(-1)
- 
- try:
- #



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-08-17 Thread Mike Pagano
commit: 94b72f6698ccf7f883d24228d153b9c1deb74ad5
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Aug 17 16:17:57 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 16:17:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b72f66

sys-kernel/gentoo-sources: Linux patch 4.1.6

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.1.6.ebuild | 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ff12881..9487775 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -71,6 +71,9 @@ DIST genpatches-4.0-9.extras.tar.xz 16284 SHA256 
18f2b5d62d0c9295ea28db9d589fef5
 DIST genpatches-4.1-1.base.tar.xz 4068 SHA256 
4c47329cb177183a87430775a57ca9069beb05581c56546c508aa3c14d137727 SHA512 
e431366509b81fabe746acaa3b7deb34d0612a318a0c83fd070b5ed9a0619648b2965b99901d21ec7ba053b8376354327b0f0d02d8ae346996ddf29466c168eb
 WHIRLPOOL 
2049e567f8409d9213e9de78d3e8c0dd62c1f11691c99fd82d494bec22dc8d85f357b9d789885d8bda178ed844ac25a255148d86fe1827ed81542bc0f8754074
 DIST genpatches-4.1-1.experimental.tar.xz 4908 SHA256 
86eb0ef2e651afe7d223e28f667fe1b297ef958d4bc29d0ef5cb48be32d6b9a3 SHA512 
3d02fb02a50ab5f1a339bafcf3dec03ef91e6122b72169ea17a6c3225b486e4789ef35c4828fc8f65d06ae25b6899f3e4d107f9356e5844b2933f49dfe0f74c7
 WHIRLPOOL 
96dbe7bedd49e7fc27bb6a6048f7bffc91c9fed9c278c3db8556af974c1d090d116833007b7d6a6b7e5cc56c280bfdd03d15a1515d7e3fb123bbe85ed0323e99
 DIST genpatches-4.1-1.extras.tar.xz 16172 SHA256 
7be8e1ef45089a572112cb9a1d15afea8dd0d7e75b231d9af7499533f9410bd1 SHA512 
f9f3ccd746e321fa2da75b15caf0ef67e8485835503ffaa82d68f85cc7bf931ccb8420695cdb73b0831451a4c550430b73c1d0ee1dab16eea32ba038c09e452e
 WHIRLPOOL 
123f9960272e963cce8baea04233943012c408e3ac3b915605bffa5bf3f4c833c9854020c84c60bed50a4867ea72cafdc58cd13bac3af86e0ef51d0581fdf90f
+DIST genpatches-4.1-10.base.tar.xz 210140 SHA256 
d0ac2a9175fe72d0ddf23307a9c8d06102f48220886468e4c19c92855024d829 SHA512 
fadf51efbda55e959cd4636e88c2a159ed967156acbe719b15056e9e56cf01652b0ac6b515203d4821853939fe8dc4dfb6e075e55530489d5a96e44e6dfe1be7
 WHIRLPOOL 
e384c68de2b4a4e23934cdaba6f8d02942931ea721b1730bd6e99e02547c28f6219bb6a38425c5c04bd1ee13afbf091dcb9eedadc2aca2246e05e465c07cb974
+DIST genpatches-4.1-10.experimental.tar.xz 215988 SHA256 
b4ab62875339a60623db576533638e12342815ba93091d16dca7a975c10ebf4c SHA512 
e51eadd26e1db63ec558fa0f4a83b8e5fb40902c9e7c96e269b4102d048b9f90defc071f42faa058605af047790bc410b2186d6c06a5fd2b8f6fe957da8cfc96
 WHIRLPOOL 
3061975198673a38775b78004dcdf088fd01fdc2ce784aead81425d25f6b831267e9840fee56db96253a09290ab09d01bd4fcb916b8fbe654ac32027c702d4bc
+DIST genpatches-4.1-10.extras.tar.xz 16184 SHA256 
5d4492d3d535b3904fe917532b52d314bd52566832acdb1d01362e03472945da SHA512 
da4163afcc52c5385ff3869105afdc0bdd021e1967b6461d3ced62bfb22ae5e9f31a4493d93ce6ab33fdb23b92df6eaef14007bc53d77de63e76802e9d65c77a
 WHIRLPOOL 
24318d0cd07b3c3cd7d752e3619883ffcf63cec3ec7b90ba5f327bbd204e1cb2e3a7cd91c8607a988e13a23ccff25cfe8b484b8596bfe6cbf365f18e7de180e8
 DIST genpatches-4.1-3.base.tar.xz 4096 SHA256 
d7dfb397945d8f0b505b0759dc7db39784568f8eabdd56549070569ec34c31a9 SHA512 
6b7954af6dbc38a7655ea9f50f72f4024c634b8d0df88e780ec8079058ca5b7450dde66fe7ba6ebdbd22859f22647d47fa2033d4adc9ff65d598addfa36e6a7f
 WHIRLPOOL 
73c781f414141d772d1e6bae52d213bff60971f0e7e9f6b931776ec63eeb68bffd812ac87018bb6f3bb9c9ec3c92b8ffae67141c146c05b391a967d587f3b7fa
 DIST genpatches-4.1-3.experimental.tar.xz 157844 SHA256 
03e93741fb653f28ca103c058f807e8f0f8bbfef8796863685c47af104e72e01 SHA512 
c6cc02058130b911277333ac5d06e1e3ad5e8e22d51d1ab7eade7871599736fecdc7888d5b6e5932bc07ff6f841bd5a62d1ebc4641ad558f877644a07f070689
 WHIRLPOOL 
58a119f070f595b457f87c88bb5e15adfcc499c0dc8027506fbdea9c07981dc8553f7ec372500574c87331be50fa230d89ad4f82a478be148bc873a844677cff
 DIST genpatches-4.1-3.extras.tar.xz 16176 SHA256 
f29b92fa9e7f3c3a1081b86227b9daec3d932610f2c6a4d8ecd8218dcda190d7 SHA512 
b1e61b9fe7303752643cfed0717c74fe953855bf2f2d019ff95d83f08a5e4f9b00ce5a8cf72d48fa6716abcec3a8476b003cf6c6b25a04b6b47a8505faca182e
 WHIRLPOOL 
b3797a12878a55331740c55f483f6ec69e6180a52dc3dbc227b3c68bfefcbeccc702cbafce3d6e3b0ce09d82f43d91b4bdd0d8ae51f6edaefcc6dc1d6d21987b

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.6.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.6.ebuild
new file mode 100644
index 000..87898ef
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ETYPE=sources
+K_WANT_GENPATCHES=base extras experimental
+K_GENPATCHES_VER=10
+K_DEBLOB_AVAILABLE=0
+K_KDBUS_AVAILABLE=1
+
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/files/, media-sound/ardour/

2015-08-17 Thread Andreas Schuerch
commit: e54afaad3f3a5a669be1c81df85984d0ebb58f90
Author: Andreas Schuerch nativemad AT gentoo DOT org
AuthorDate: Mon Aug 17 15:06:47 2015 +
Commit: Andreas Schuerch nativemad AT gentoo DOT org
CommitDate: Mon Aug 17 15:06:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54afaad

corrected rev-numbering patch wrt 557990. Thanks Lars Wendler for the patch and 
Daniel Bautista for reporting

Package-Manager: portage-2.2.20.1

 media-sound/ardour/ardour-4.1.ebuild   |  2 +-
 media-sound/ardour/ardour-4.2.ebuild   |  2 +-
 .../ardour/files/ardour-4.x-revision-naming.patch  | 38 ++
 3 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/media-sound/ardour/ardour-4.1.ebuild 
b/media-sound/ardour/ardour-4.1.ebuild
index 4830a49..29167b3 100644
--- a/media-sound/ardour/ardour-4.1.ebuild
+++ b/media-sound/ardour/ardour-4.1.ebuild
@@ -84,7 +84,7 @@ src_unpack() {
 
 src_prepare(){
if ! [ ${PV} =  ]; then
-   epatch ${FILESDIR}/${PN}-4.0-revision-naming.patch
+   epatch ${FILESDIR}/${PN}-4.x-revision-naming.patch
touch ${S}/libs/ardour/revision.cc
fi
$(use lv2 || epatch ${FILESDIR}/${PN}-4.0-lv2.patch)

diff --git a/media-sound/ardour/ardour-4.2.ebuild 
b/media-sound/ardour/ardour-4.2.ebuild
index 4830a49..29167b3 100644
--- a/media-sound/ardour/ardour-4.2.ebuild
+++ b/media-sound/ardour/ardour-4.2.ebuild
@@ -84,7 +84,7 @@ src_unpack() {
 
 src_prepare(){
if ! [ ${PV} =  ]; then
-   epatch ${FILESDIR}/${PN}-4.0-revision-naming.patch
+   epatch ${FILESDIR}/${PN}-4.x-revision-naming.patch
touch ${S}/libs/ardour/revision.cc
fi
$(use lv2 || epatch ${FILESDIR}/${PN}-4.0-lv2.patch)

diff --git a/media-sound/ardour/files/ardour-4.x-revision-naming.patch 
b/media-sound/ardour/files/ardour-4.x-revision-naming.patch
new file mode 100644
index 000..d558f47
--- /dev/null
+++ b/media-sound/ardour/files/ardour-4.x-revision-naming.patch
@@ -0,0 +1,38 @@
+--- ardour-4.2/wscript
 ardour-4.2/wscript
+@@ -162,7 +162,7 @@
+ if os.path.isdir (os.path.join(os.getcwd(), '.git')):
+ rev = fetch_git_revision ()
+ else:
+-rev = fetch_tarball_revision ()
++rev = os.environ['PV']
+ 
+ #
+ # rev is now of the form MAJOR.MINOR[-rcX]-rev-commit
+@@ -238,16 +238,16 @@
+ return version
+ 
+ def create_stored_revision():
+-rev = 
+-if os.path.exists('.git'):
+-rev = fetch_git_revision();
+-print(Git version:  + rev + \n)
+-elif os.path.exists('libs/ardour/revision.cc'):
+-print(Using packaged revision)
+-return
+-else:
+-print(Missing libs/ardour/revision.cc.  Blame the packager.)
+-sys.exit(-1)
++rev = os.environ['PV'] + -gentoo
++#if os.path.exists('.git'):
++#rev = fetch_git_revision();
++#print(Git version:  + rev + \n)
++#elif os.path.exists('libs/ardour/revision.cc'):
++#print(Using packaged revision)
++#return
++#else:
++#print(Missing libs/ardour/revision.cc.  Blame the packager.)
++#sys.exit(-1)
+ 
+ try:
+ #



[gentoo-commits] proj/linux-patches:3.14 commit in: /

2015-08-17 Thread Mike Pagano
commit: 969cee907ea2d680fb6a80f8307929d55bb5
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Aug 17 16:37:22 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 16:37:22 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=969cee90

Linux patch 3.14.51

 _README  |4 +
 1050_linux-3.14.51.patch | 1929 ++
 2 files changed, 1933 insertions(+)

diff --git a/_README b/_README
index 9190125..4df14cd 100644
--- a/_README
+++ b/_README
@@ -242,6 +242,10 @@ Patch:  1049_linux-3.14.50.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.50
 
+Patch:  1050_linux-3.14.51.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.51
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1050_linux-3.14.51.patch b/1050_linux-3.14.51.patch
new file mode 100644
index 000..edca85e
--- /dev/null
+++ b/1050_linux-3.14.51.patch
@@ -0,0 +1,1929 @@
+diff --git a/Documentation/ABI/testing/ima_policy 
b/Documentation/ABI/testing/ima_policy
+index 4c3efe434806..750ab970fa95 100644
+--- a/Documentation/ABI/testing/ima_policy
 b/Documentation/ABI/testing/ima_policy
+@@ -20,16 +20,18 @@ Description:
+   action: measure | dont_measure | appraise | dont_appraise | 
audit
+   condition:= base | lsm  [option]
+   base:   [[func=] [mask=] [fsmagic=] [fsuuid=] [uid=]
+-   [fowner]]
++  [euid=] [fowner=]]
+   lsm:[[subj_user=] [subj_role=] [subj_type=]
+[obj_user=] [obj_role=] [obj_type=]]
+   option: [[appraise_type=]] [permit_directio]
+ 
+   base:   func:= 
[BPRM_CHECK][MMAP_CHECK][FILE_CHECK][MODULE_CHECK]
+-  mask:= [MAY_READ] [MAY_WRITE] [MAY_APPEND] [MAY_EXEC]
++  mask:= [[^]MAY_READ] [[^]MAY_WRITE] [[^]MAY_APPEND]
++ [[^]MAY_EXEC]
+   fsmagic:= hex value
+   fsuuid:= file system UUID (e.g 
8bcbe394-4f13-4144-be8e-5aa9ea2ce2f6)
+   uid:= decimal value
++  euid:= decimal value
+   fowner:=decimal value
+   lsm:are LSM specific
+   option: appraise_type:= [imasig]
+diff --git a/Makefile b/Makefile
+index d71c40a34b30..83275d8ed880 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 50
++SUBLEVEL = 51
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/include/asm/smp.h b/arch/arm/include/asm/smp.h
+index 22a3b9b5d4a1..4157aec4e307 100644
+--- a/arch/arm/include/asm/smp.h
 b/arch/arm/include/asm/smp.h
+@@ -74,6 +74,7 @@ struct secondary_data {
+ };
+ extern struct secondary_data secondary_data;
+ extern volatile int pen_release;
++extern void secondary_startup(void);
+ 
+ extern int __cpu_disable(void);
+ 
+diff --git a/arch/arm/mach-omap2/omap_hwmod.c 
b/arch/arm/mach-omap2/omap_hwmod.c
+index 4551efd28f8d..399af1e9f6e1 100644
+--- a/arch/arm/mach-omap2/omap_hwmod.c
 b/arch/arm/mach-omap2/omap_hwmod.c
+@@ -2452,6 +2452,9 @@ static int of_dev_hwmod_lookup(struct device_node *np,
+  * registers.  This address is needed early so the OCP registers that
+  * are part of the device's address space can be ioremapped properly.
+  *
++ * If SYSC access is not needed, the registers will not be remapped
++ * and non-availability of MPU access is not treated as an error.
++ *
+  * Returns 0 on success, -EINVAL if an invalid hwmod is passed, and
+  * -ENXIO on absent or invalid register target address space.
+  */
+@@ -2466,6 +2469,11 @@ static int __init _init_mpu_rt_base(struct omap_hwmod 
*oh, void *data,
+ 
+   _save_mpu_port_index(oh);
+ 
++  /* if we don't need sysc access we don't need to ioremap */
++  if (!oh-class-sysc)
++  return 0;
++
++  /* we can't continue without MPU PORT if we need sysc access */
+   if (oh-_int_flags  _HWMOD_NO_MPU_PORT)
+   return -ENXIO;
+ 
+@@ -2475,8 +2483,10 @@ static int __init _init_mpu_rt_base(struct omap_hwmod 
*oh, void *data,
+oh-name);
+ 
+   /* Extract the IO space from device tree blob */
+-  if (!np)
++  if (!np) {
++  pr_err(omap_hwmod: %s: no dt node\n, oh-name);
+   return -ENXIO;
++  }
+ 
+   va_start = of_iomap(np, index + oh-mpu_rt_idx);
+   } else {
+@@ -2535,13 +2545,11 @@ static int __init _init(struct omap_hwmod *oh, void 
*data)
+   oh-name, np-name);
+   }
+ 
+-  if (oh-class-sysc) {
+-  r = _init_mpu_rt_base(oh, NULL, index, np);
+-  

[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/

2015-08-17 Thread Ben de Groot
commit: 2c20284c752bfa2384c4dcd1e262adb51e7f3d98
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Mon Aug 17 15:02:33 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Mon Aug 17 15:02:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c20284c

media-sound/ardour: ebuild improvements

- Use git-r3.eclass instead of older git-2.
- Use more robust double bracket style for tests.
- Put dependencies in alphabetic order
- Remove unneeded src_unpack
- Break up long sed lines
- Use usex where applicable
- Language usage correction in elog message

Package-Manager: portage-2.2.20.1

 media-sound/ardour/ardour-4.2-r1.ebuild | 89 +++--
 1 file changed, 39 insertions(+), 50 deletions(-)

diff --git a/media-sound/ardour/ardour-4.2-r1.ebuild 
b/media-sound/ardour/ardour-4.2-r1.ebuild
index c4f8bc4..c8aad5c 100644
--- a/media-sound/ardour/ardour-4.2-r1.ebuild
+++ b/media-sound/ardour/ardour-4.2-r1.ebuild
@@ -3,19 +3,16 @@
 # $Id$
 
 EAPI=5
-
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='threads(+)'
-
 inherit eutils toolchain-funcs flag-o-matic python-any-r1 waf-utils
 
 DESCRIPTION=Digital Audio Workstation
 HOMEPAGE=http://ardour.org/;
 
-if [ ${PV} =  ]; then
-   KEYWORDS=
+if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=http://git.ardour.org/ardour/ardour.git;
-   inherit git-2
+   inherit git-r3
 else
KEYWORDS=~amd64 ~x86
SRC_URI=https://github.com/Ardour/ardour/archive/${PV}.tar.gz - 
${P}.tar.gz
@@ -25,35 +22,36 @@ LICENSE=GPL-2
 SLOT=4
 IUSE=altivec doc jack lv2 cpu_flags_x86_sse
 
-RDEPEND=media-libs/aubio
-   media-libs/liblo
-   sci-libs/fftw:3.0
-   media-libs/freetype:2
-   =dev-libs/glib-2.10.1:2
+RDEPEND=
=dev-cpp/glibmm-2.32.0
-   =x11-libs/gtk+-2.8.1:2
-   =dev-libs/libxml2-2.6:2
-   =media-libs/libsndfile-1.0.18
-   =media-libs/libsamplerate-0.1
-   =media-libs/rubberband-1.6.0
-   =media-libs/libsoundtouch-1.6.0
-   media-libs/flac
-   media-libs/raptor:2
-   =media-libs/liblrdf-0.4.0-r20
-   =gnome-base/libgnomecanvas-2
-   media-libs/vamp-plugin-sdk
-   dev-libs/libxslt
-   dev-libs/libsigc++:2
=dev-cpp/gtkmm-2.16:2.4
=dev-cpp/libgnomecanvasmm-2.26:2.6
+   dev-libs/boost:=
+   =dev-libs/glib-2.10.1:2
+   dev-libs/libsigc++:2
+   =dev-libs/libxml2-2.6:2
+   dev-libs/libxslt
+   =gnome-base/libgnomecanvas-2
media-libs/alsa-lib
-   x11-libs/pango
-   x11-libs/cairo
+   media-libs/aubio
+   media-libs/flac
+   media-libs/freetype:2
media-libs/libart_lgpl
-   virtual/libusb:0
-   dev-libs/boost:=
+   media-libs/liblo
+   =media-libs/liblrdf-0.4.0-r20
+   =media-libs/libsamplerate-0.1
+   =media-libs/libsndfile-1.0.18
+   =media-libs/libsoundtouch-1.6.0
+   media-libs/raptor:2
+   =media-libs/rubberband-1.6.0
=media-libs/taglib-1.7
+   media-libs/vamp-plugin-sdk
net-misc/curl
+   sci-libs/fftw:3.0
+   virtual/libusb:0
+   x11-libs/cairo
+   =x11-libs/gtk+-2.8.1:2
+   x11-libs/pango
jack? ( =media-sound/jack-audio-connection-kit-0.120 )
lv2? (
=media-libs/slv2-0.6.1
@@ -63,35 +61,26 @@ RDEPEND=media-libs/aubio
=media-libs/suil-0.6.10
=media-libs/lv2-1.4.0
)
-
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
-   virtual/pkgconfig
=media-sound/jack-audio-connection-kit-0.120
sys-devel/gettext
+   virtual/pkgconfig
doc? ( app-doc/doxygen[dot] )
-   if ! [ ${PV} =  ]; then
-   DEPEND=${DEPEND}
-   fi
-
-src_unpack() {
-   if [ ${PV} =  ]; then
-   git-2_src_unpack
-   else
-   unpack ${A}
-   fi
-}
 
 src_prepare(){
-   if ! [ ${PV} =  ]; then
+   if ! [[ ${PV} == ** ]]; then
epatch ${FILESDIR}/${PN}-4.2-revision-naming.patch
touch ${S}/libs/ardour/revision.cc
fi
$(use lv2 || epatch ${FILESDIR}/${PN}-4.0-lv2.patch)
epatch ${FILESDIR}/${PN}-3.5.403-sse.patch
-   sed -e 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ program_flags'/g' -i 
${S}/wscript
-   sed -e 's/'compiler_flags.append\ 
\(\'-DPROGRAM_'/'program_flags.append\ \(\'-DPROGRAM_'/g' -i ${S}/wscript
-   sed -e '/compiler_flags\ \=\ \[\]/a \ \ \ \ program_flags\ \=\ \[\]' -i 
${S}/wscript
+   sed -e 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ program_flags'/g' \
+   -i ${S}/wscript
+   sed -e 's/'compiler_flags.append\ 
\(\'-DPROGRAM_'/'program_flags.append\ \(\'-DPROGRAM_'/g' \
+   -i ${S}/wscript
+   sed -e '/compiler_flags\ \=\ \[\]/a \ \ \ \ program_flags\ \=\ \[\]' \
+   -i ${S}/wscript
append-flags -lboost_system
 }
 
@@ -99,11 +88,11 @@ src_configure() {
if use cpu_flags_x86_sse; then
  

[gentoo-commits] proj/linux-patches: New tag: 4.1-10

2015-08-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Aug 17 16:05:03 2015 +

New tag: 4.1-10




[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2015-08-17 Thread Nicolas Bock
commit: 0a0559d00cf47162ff0e94c9189a0a2104624c48
Author: Nicolas Bock nicolasbock AT gentoo DOT org
AuthorDate: Mon Aug 17 12:31:39 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Mon Aug 17 18:43:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0559d0

sci-physics/lammps: Version bump.

Also addressed Bug 557208 and added a default value for memalign.

Package-Manager: portage-2.2.20.1

 sci-physics/lammps/Manifest   |   1 +
 sci-physics/lammps/lammps-20150810.ebuild | 267 ++
 sci-physics/lammps/metadata.xml   |   2 +-
 3 files changed, 269 insertions(+), 1 deletion(-)

diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 67afd43..db8ec1e 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -1,3 +1,4 @@
+DIST lammps-10Aug15.tar.gz 87890369 SHA256 
450a765f94b70a6f38637854f1d7496dca98d359414c527f8de99bed1fdd94d2 SHA512 
fc395cf7e59de7e71bad64e2500224d33ff0f76bb79530fdcde5ec9879b91c332d1421a25e5d5bb9cc47a55745e760d01b2ac8ad29f9e71c8a90a0ace9212618
 WHIRLPOOL 
3f50513137283f4deb9b6a2c13a7ba63814b0ddd59d33e428fba9d3f94f61baa1b3b9d9d080982453a7828d2a98e619cded4d27716fd165db595832a157c9f6b
 DIST lammps-10Feb15.tar.gz 62912048 SHA256 
59373e9b5592f7b697a144bbce1fb742726e03536b7bb355dac7a9e013ddf9b8 SHA512 
a7804377a23f03f338bdaf443439dffcdc52293b4c45e6369b340a1107510fed0b8a198e3b5afcff2e04e109985b52ee62e7b28276697bae37ac6f783d1ab9f2
 WHIRLPOOL 
09f29cadf8b072d388abe45ec219341d2a14a6c9cc9e4010a0f7945e930e9984738f7837748d117ab95ca76ce0c8d9160fe88dcec17e8d21b81f385dec8f7005
 DIST lammps-15May15.tar.gz 63835027 SHA256 
0233ea98c7d77d31bd0a538bb674c0ee8f000f1d0ee1b8c049072873192aa228 SHA512 
a23c16b98117590b15ca7662b878fb2f76ec41399c329c98deb48e28a0ffce293443269513a96c2503389894b598787b19dadc210d4b4dbc6a7432caf633e7d1
 WHIRLPOOL 
4c4edfd772bbf534e42fc43e1feaf3b8f76e74c58ec1e985e3c29ee0d8e64aa8c501b8e45e078643409c320a1d834b0d5eb699e7d1ec29df06be0126d12492f1
 DIST lammps-16Apr15.tar.gz 63842472 SHA256 
65aecf6f25a055734ef113890a86ecbf7f8478105238c507e5f9bcbeb657bc99 SHA512 
95639145db66e76bd27a865849dc0ad15d3920f7ca9f1fb9a426e457376d0c939c57440e89fa6903d1989ca5e5c6c97d8d283928e1dbf33dd94ba88dbb05a252
 WHIRLPOOL 
422f6814093f22820cfd8fada1d97735c1a8f0388b34e6bad49e361e411b254ea89e6bf7afa8390c0cba1371a6d038fa84cf93583568c5223e42d95210f13515

diff --git a/sci-physics/lammps/lammps-20150810.ebuild 
b/sci-physics/lammps/lammps-20150810.ebuild
new file mode 100644
index 000..1a244c8
--- /dev/null
+++ b/sci-physics/lammps/lammps-20150810.ebuild
@@ -0,0 +1,267 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3} )
+
+inherit eutils flag-o-matic fortran-2 multilib python-r1
+
+convert_month() {
+   case $1 in
+   01) echo Jan
+   ;;
+   02) echo Feb
+   ;;
+   03) echo Mar
+   ;;
+   04) echo Apr
+   ;;
+   05) echo May
+   ;;
+   06) echo Jun
+   ;;
+   07) echo Jul
+   ;;
+   08) echo Aug
+   ;;
+   09) echo Sep
+   ;;
+   10) echo Oct
+   ;;
+   11) echo Nov
+   ;;
+   12) echo Dec
+   ;;
+   *)  echo unknown
+   ;;
+   esac
+}
+
+MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}
+
+DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
+HOMEPAGE=http://lammps.sandia.gov/;
+SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=doc examples gzip lammps-memalign mpi python static-libs
+
+DEPEND=
+   mpi? (
+   virtual/blas
+   virtual/lapack
+   virtual/mpi
+   )
+   gzip? ( app-arch/gzip )
+   sci-libs/voro++
+   python? ( ${PYTHON_DEPS} )
+   
+RDEPEND=${DEPEND}
+
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
+S=${WORKDIR}/${MY_P}
+
+lmp_emake() {
+   local LAMMPS_INCLUDEFLAGS
+   LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
+   LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN=64' 
'')
+
+   # The lammps makefile uses CC to indicate the C++ compiler.
+   emake \
+   ARCHIVE=$(tc-getAR) \
+   CC=$(usex mpi mpic++ $(tc-getCXX)) \
+   F90=$(usex mpi mpif90 $(tc-getFC)) \
+   LINK=$(usex mpi mpic++ $(tc-getCXX)) \
+   CCFLAGS=${CXXFLAGS} \
+   F90FLAGS=${FCFLAGS} \
+   LINKFLAGS=${LDFLAGS} \
+   LMP_INC=${LAMMPS_INCLUDEFLAGS} \
+   

[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2015-08-17 Thread Nicolas Bock
commit: d37fd2cc63cd196db891a40a14ab2137bcabf35c
Author: Nicolas Bock nicolasbock AT gentoo DOT org
AuthorDate: Mon Aug 17 12:33:06 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Mon Aug 17 18:43:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37fd2cc

sci-physics/lammps: Revision bump to address Bug 557208.

Package-Manager: portage-2.2.20.1

 sci-physics/lammps/lammps-20150515-r1.ebuild | 267 +++
 1 file changed, 267 insertions(+)

diff --git a/sci-physics/lammps/lammps-20150515-r1.ebuild 
b/sci-physics/lammps/lammps-20150515-r1.ebuild
new file mode 100644
index 000..1a244c8
--- /dev/null
+++ b/sci-physics/lammps/lammps-20150515-r1.ebuild
@@ -0,0 +1,267 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3} )
+
+inherit eutils flag-o-matic fortran-2 multilib python-r1
+
+convert_month() {
+   case $1 in
+   01) echo Jan
+   ;;
+   02) echo Feb
+   ;;
+   03) echo Mar
+   ;;
+   04) echo Apr
+   ;;
+   05) echo May
+   ;;
+   06) echo Jun
+   ;;
+   07) echo Jul
+   ;;
+   08) echo Aug
+   ;;
+   09) echo Sep
+   ;;
+   10) echo Oct
+   ;;
+   11) echo Nov
+   ;;
+   12) echo Dec
+   ;;
+   *)  echo unknown
+   ;;
+   esac
+}
+
+MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}
+
+DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
+HOMEPAGE=http://lammps.sandia.gov/;
+SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=doc examples gzip lammps-memalign mpi python static-libs
+
+DEPEND=
+   mpi? (
+   virtual/blas
+   virtual/lapack
+   virtual/mpi
+   )
+   gzip? ( app-arch/gzip )
+   sci-libs/voro++
+   python? ( ${PYTHON_DEPS} )
+   
+RDEPEND=${DEPEND}
+
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
+S=${WORKDIR}/${MY_P}
+
+lmp_emake() {
+   local LAMMPS_INCLUDEFLAGS
+   LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
+   LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN=64' 
'')
+
+   # The lammps makefile uses CC to indicate the C++ compiler.
+   emake \
+   ARCHIVE=$(tc-getAR) \
+   CC=$(usex mpi mpic++ $(tc-getCXX)) \
+   F90=$(usex mpi mpif90 $(tc-getFC)) \
+   LINK=$(usex mpi mpic++ $(tc-getCXX)) \
+   CCFLAGS=${CXXFLAGS} \
+   F90FLAGS=${FCFLAGS} \
+   LINKFLAGS=${LDFLAGS} \
+   LMP_INC=${LAMMPS_INCLUDEFLAGS} \
+   MPI_INC=$(usex mpi  -I../STUBS) \
+   MPI_PATH=$(usex mpi  -L../STUBS) \
+   MPI_LIB=$(usex mpi  -lmpi_stubs) \
+   user-atc_SYSLIB=$(usex mpi $($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack) '')\
+   $@
+}
+
+lmp_activate_packages() {
+   # Build packages
+   lmp_emake -C src yes-asphere
+   lmp_emake -C src yes-body
+   lmp_emake -C src yes-class2
+   lmp_emake -C src yes-colloid
+   lmp_emake -C src yes-coreshell
+   lmp_emake -C src yes-dipole
+   lmp_emake -C src yes-fld
+   #lmp_emake -C src yes-gpu
+   lmp_emake -C src yes-granular
+   # Need OpenKIM external dependency.
+   #lmp_emake -C src yes-kim
+   # Need Kokkos external dependency.
+   #lmp_emake -C src yes-kokkos
+   lmp_emake -C src yes-kspace
+   lmp_emake -C src yes-manybody
+   lmp_emake -C src yes-mc
+   lmp_emake -C src yes-meam
+   lmp_emake -C src yes-misc
+   lmp_emake -C src yes-molecule
+   #lmp_emake -C src yes-mpiio
+   lmp_emake -C src yes-opt
+   lmp_emake -C src yes-peri
+   lmp_emake -C src yes-poems
+   lmp_emake -C src yes-qeq
+   lmp_emake -C src yes-reax
+   lmp_emake -C src yes-replica
+   lmp_emake -C src yes-rigid
+   lmp_emake -C src yes-shock
+   lmp_emake -C src yes-snap
+   lmp_emake -C src yes-srd
+   lmp_emake -C src yes-voronoi
+   lmp_emake -C src yes-xtc
+
+   if use mpi; then
+   lmp_emake -C src yes-user-atc
+   fi
+   lmp_emake -C src yes-user-eff
+   lmp_emake -C src yes-user-fep
+   use mpi  lmp_emake -C src yes-user-lb
+   lmp_emake -C src yes-user-phonon
+   lmp_emake -C src yes-user-sph
+}
+
+lmp_build_packages() {
+   lmp_emake -C lib/meam -j1 -f Makefile.gfortran
+   lmp_emake -C lib/poems -f Makefile.g++
+   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/

2015-08-17 Thread Mike Frysinger
commit: 26860cded37b8671d956ad000d5e7be731894f0a
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 17 18:52:43 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 17 18:57:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26860cde

sys-libs/libseccomp: delete old versions

 sys-libs/libseccomp/Manifest|  4 ---
 sys-libs/libseccomp/libseccomp-0.1.0.ebuild | 36 -
 sys-libs/libseccomp/libseccomp-1.0.0.ebuild | 38 --
 sys-libs/libseccomp/libseccomp-1.0.1.ebuild | 38 --
 sys-libs/libseccomp/libseccomp-2.1.0.ebuild | 41 -
 sys-libs/libseccomp/metadata.xml|  3 ---
 6 files changed, 160 deletions(-)

diff --git a/sys-libs/libseccomp/Manifest b/sys-libs/libseccomp/Manifest
index 551a5fd..a95a90b 100644
--- a/sys-libs/libseccomp/Manifest
+++ b/sys-libs/libseccomp/Manifest
@@ -1,6 +1,2 @@
-DIST libseccomp-0.1.0.tar.gz 62837 SHA256 
e940989c093c9c057aca4e1a878be48bdcdb027f876a8d4bdcd9a1405a3d7f6f SHA512 
69bf68d561bf8e12959a517c5156e9d14a42717a409a5bed4945026fb053ceb13dbff215774a2fac460811641f3425173ee7b076c1f4cb943d8b172bd28f8c2e
 WHIRLPOOL 
375f573953ea241dc845bea4a82cd16c4d9708cb1d739774217f7085c600e52823e0dc30e5efed01edc7cb9a4c623444af99f95d6d4218c3b9d566735645284f
-DIST libseccomp-1.0.0.tar.gz 70172 SHA256 
7c35493c890af509955397ea1f5d3c1a8e84a3002a64fa8c716de395e117cc4c SHA512 
e75f0e3a593ccf9efb6d0ccd2364afe3c7420dd891f6d3e94cd5edc497e3b73f7122ebf82f3aeab97d984f35d7e82c09d1f17d099e5a86a95a6e9ac0afbbd3d5
 WHIRLPOOL 
e806fbb068dff09610cce2b93d262a14245c1bc26260a97c4e804f0ba7f5d564f3d07401d46cd715888b7650d3d653f14426bc66ed67742ef3ed522950d633ef
-DIST libseccomp-1.0.1.tar.gz 129602 SHA256 
7c38fa4bcb92ec48179132e9532feee65f9dc3a00b733328a21551f028b62966 SHA512 
eb67e298d3fd80d46d70629c2a159a4cd1954e97d7b8ea00138880f3b34748e215153150021c0554e2123369db61f490e0279672feb91f184f46eb4fc09ecf7e
 WHIRLPOOL 
58d62f310e7f118eaee52f0cf6bfbf33b44469c9fbbaa76975975cd63dfa71b48647e50370f85963d7819368ac37359ac88d176e7cd6d6e93871a42c837741ad
-DIST libseccomp-2.1.0.tar.gz 216834 SHA256 
b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e SHA512 
4096aed2d09332a954ab949e548e2b51c14c8da6f99514dcf57572bcb68dba42f0f67904159ec2b2624e34f7ee81f9904c1e79a5525300949f70d25315f63718
 WHIRLPOOL 
dd8081567056c4e0b7dea281cb1f69d4f289925d86761d6a5f71c007c9c47d634377ab2ae2636613067f95b8a07a1199edd8aa69d058be2f3f1ece3e2b9f5dd0
 DIST libseccomp-2.1.1.tar.gz 113133 SHA256 
8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c SHA512 
1f2916d80a9b9937d2ab9ecf9c4f1e2a8ffc27f90f14e8481eb2f32c8122ea1756950f753f25fb571053f492cc97c8792760e0f058e7ea07ec4bb442508d1112
 WHIRLPOOL 
77db55f9317e27930b6fd7e83d122b1dd460849bbf9910d7619424d791b1ecd96ffbc5f741cd35e89f27cdc0ab537d5c7c9febaafbf1556c932b9774b80a8643
 DIST libseccomp-2.2.0.tar.gz 516697 SHA256 
5aa8a230f8529d6ee777098550245e43d2247395fdfd5a2176e28cf7236f1b10 SHA512 
c013fdfc868d19bc6703019e91f4bea9c2b7472417a9f0df4fc593fc5fdf29bf535f4b32defd738652838799483684ca18a57e32eeb4b7fb3512b07fb2a440c5
 WHIRLPOOL 
ec1e42186d813d8cf9aea248c27e732162bd4016f06385b4d66ce573f76cb45418211f7b5c06ccb4a35a3c56ce97619827c21a3910e717e35a7c343ee4adf8dc

diff --git a/sys-libs/libseccomp/libseccomp-0.1.0.ebuild 
b/sys-libs/libseccomp/libseccomp-0.1.0.ebuild
deleted file mode 100644
index 48dd73f..000
--- a/sys-libs/libseccomp/libseccomp-0.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Note: USE=static-libs isn't great -- only PIC objects are provided.
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION=high level interface to Linux seccomp filter
-HOMEPAGE=http://sourceforge.net/projects/libseccomp/;
-SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-
-LICENSE=LGPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=static-libs tools
-
-src_prepare() {
-   sed -i \
-   -e /^SUBDIRS_BUILD/s:=.*:= src $(usex tools tools ''): \
-   Makefile || die
-}
-
-src_test() {
-   emake SUBDIRS_BUILD='tools tests'
-   cd tests
-   ./regression
-}
-
-src_install() {
-   default
-   use tools  dobin tools/{bpf_{disasm,sim},sys_{inspector,resolver}}
-   use static-libs  dolib.a src/libseccomp.a
-}

diff --git a/sys-libs/libseccomp/libseccomp-1.0.0.ebuild 
b/sys-libs/libseccomp/libseccomp-1.0.0.ebuild
deleted file mode 100644
index 155767a..000
--- a/sys-libs/libseccomp/libseccomp-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Note: USE=static-libs isn't great -- only PIC objects are provided.
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION=high level interface to Linux seccomp filter
-HOMEPAGE=http://sourceforge.net/projects/libseccomp/;

  1   2   >