[gentoo-commits] gentoo-x86 commit in app-portage/metagen: ChangeLog metagen-0.5.2.ebuild metagen-0.6.2.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:43:04

  Modified: ChangeLog
  Removed:  metagen-0.5.2.ebuild metagen-0.6.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.46 app-portage/metagen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/metagen/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/metagen/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/metagen/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/metagen/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   8 Apr 2015 07:30:32 -   1.45
+++ ChangeLog   20 Apr 2015 20:43:04 -  1.46
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/metagen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/metagen/ChangeLog,v 1.45 
2015/04/08 07:30:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/metagen/ChangeLog,v 1.46 
2015/04/20 20:43:04 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -metagen-0.5.2.ebuild,
+  -metagen-0.6.2.ebuild:
+  Remove old.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org metagen-0.6.2-r1.ebuild,
   metagen-.ebuild:






[gentoo-commits] gentoo-x86 commit in app-portage/epm: ChangeLog epm-1.33-r1.ebuild epm-1.33.ebuild epm-1.33-r2.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:42:05

  Modified: ChangeLog
  Removed:  epm-1.33-r1.ebuild epm-1.33.ebuild
epm-1.33-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.48 app-portage/epm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   28 Feb 2015 14:04:54 -  1.47
+++ ChangeLog   20 Apr 2015 20:42:05 -  1.48
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/epm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.47 2015/02/28 
14:04:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.48 2015/04/20 
20:42:05 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -epm-1.33-r1.ebuild,
+  -epm-1.33-r2.ebuild, -epm-1.33.ebuild, -files/1.33-epm-310475.patch,
+  -files/epm-1.33-prefix.patch:
+  Remove old.
 
   28 Feb 2015; Agostino Sarubbo a...@gentoo.org epm-1.40.ebuild:
   Stable for ia64, wrt bug #537220






[gentoo-commits] proj/g-sorcery:dev commit in: gs_db_tool/, /, scripts/, tests/, g_sorcery/bson/, g_sorcery/

2015-04-20 Thread Jauhien Piatlicki
commit: e6fcf51f824bd476bec6106b7ad478e73be34cc5
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Thu Apr 16 22:23:16 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Thu Apr 16 22:23:16 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=e6fcf51f

change DB structure

move to new DB layout with versioning
support bson format for category files

 g_sorcery/bson/__init__.py |   1 +
 g_sorcery/bson/bson.py |  47 +
 g_sorcery/db_layout.py | 283 
 g_sorcery/exceptions.py|  12 +-
 g_sorcery/fileutils.py |  62 --
 g_sorcery/package_db.py| 455 +
 g_sorcery/serialization.py |  98 --
 gs_db_tool/gs_db_tool.py   |  10 +-
 scripts/all_pythons.sh |   2 +-
 setup.py   |  29 ++-
 tests/test_PackageDB.py|  10 +-
 11 files changed, 707 insertions(+), 302 deletions(-)

diff --git a/g_sorcery/bson/__init__.py b/g_sorcery/bson/__init__.py
new file mode 100644
index 000..4265cc3
--- /dev/null
+++ b/g_sorcery/bson/__init__.py
@@ -0,0 +1 @@
+#!/usr/bin/env python

diff --git a/g_sorcery/bson/bson.py b/g_sorcery/bson/bson.py
new file mode 100644
index 000..fdb8bb9
--- /dev/null
+++ b/g_sorcery/bson/bson.py
@@ -0,0 +1,47 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+
+bson.py
+~~~
+
+bson file format support
+
+:copyright: (c) 2015 by Jauhien Piatlicki
+:license: GPL-2, see LICENSE for more details.
+
+
+import bson
+
+from g_sorcery.exceptions import FileJSONError
+from g_sorcery.fileutils import FileJSONData
+from g_sorcery.serialization import from_raw_serializable, to_raw_serializable
+
+class FileBSON(FileJSONData):
+
+Class for BSON files. Supports custom JSON serialization
+provided by g_sorcery.serialization.
+
+def read_content(self):
+
+Read BSON file.
+
+content = {}
+bcnt = None
+with open(self.path, 'rb') as f:
+bcnt = f.read()
+if not bcnt:
+raise FileJSONError('failed to read: ', self.path)
+rawcnt = bson.BSON.decode(bcnt)
+content = from_raw_serializable(rawcnt)
+return content
+
+
+def write_content(self, content):
+
+Write BSON file.
+
+rawcnt = to_raw_serializable(content)
+bcnt = bson.BSON.encode(rawcnt)
+with open(self.path, 'wb') as f:
+f.write(bcnt)

diff --git a/g_sorcery/db_layout.py b/g_sorcery/db_layout.py
new file mode 100644
index 000..fe6f281
--- /dev/null
+++ b/g_sorcery/db_layout.py
@@ -0,0 +1,283 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+
+db_layout.py
+
+
+package database file layout
+
+:copyright: (c) 2013-2015 by Jauhien Piatlicki
+:license: GPL-2, see LICENSE for more details.
+
+
+import hashlib
+import os
+import shutil
+
+from .exceptions import DBLayoutError, DBStructureError, FileJSONError, 
IntegrityError
+from .fileutils import FileJSON, hash_file
+
+CATEGORIES_FILE_NAME = 'categories'
+MANIFEST_FILE_NAME = 'manifest'
+METADATA_FILE_NAME = 'metadata'
+PACKAGES_FILE_NAME = 'packages'
+
+JSON_FILE_SUFFIX = 'json'
+BSON_FILE_SUFFIX = 'bson'
+
+class CategoryJSON(FileJSON):
+
+Category file in JSON format.
+
+def __init__(self, directory, category):
+super(CategoryJSON, 
self).__init__(os.path.join(os.path.abspath(directory), category),
+   file_name(PACKAGES_FILE_NAME, 
JSON_FILE_SUFFIX))
+
+
+SUPPORTED_FILE_FORMATS = {JSON_FILE_SUFFIX: CategoryJSON}
+
+
+# bson module is optional, we should check if it is installed
+try:
+from g_sorcery.bson.bson import FileBSON
+
+class CategoryBSON(FileBSON):
+
+Category file in BSON format.
+
+def __init__(self, directory, category):
+super(CategoryBSON, 
self).__init__(os.path.join(os.path.abspath(directory), category),
+   file_name(PACKAGES_FILE_NAME, 
BSON_FILE_SUFFIX))
+
+SUPPORTED_FILE_FORMATS[BSON_FILE_SUFFIX] = CategoryBSON
+
+except ImportError as e:
+pass
+
+
+def file_name(name, suffix=JSON_FILE_SUFFIX):
+
+Return file name based on name and suffix.
+
+return name + '.' + suffix
+
+
+class Manifest(FileJSON):
+
+Manifest file.
+
+
+def __init__(self, directory):
+super(Manifest, self).__init__(os.path.abspath(directory), 
file_name(MANIFEST_FILE_NAME))
+
+def check(self):
+
+Check manifest.
+
+manifest = self.read()
+
+result = True
+errors = []
+
+names = [file_name(CATEGORIES_FILE_NAME)]
+for name in names:
+if not name in manifest:
+raise DBLayoutError('Bad manifest: no ' + name + ' entry')
+
+for name, value in manifest.items():
+if 

[gentoo-commits] proj/g-sorcery:dev commit in: /

2015-04-20 Thread Jauhien Piatlicki
commit: 84e5836cd7c47683b78c24783c2fb62c49dc4b8a
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Sat Apr 18 16:41:27 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sat Apr 18 16:41:27 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=84e5836c

[setup] fix copyright

 setup.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.py b/setup.py
index 95b715e..68ad410 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,9 @@
 installation script
 
 :copyright: (c) 2013-2015 by Jauhien Piatlicki
+:copyright: (c) 2014 by Brian Dolbec
+(code for conditional module installation
+is taken from the layman project)
 :license: GPL-2, see LICENSE for more details.
 
 



[gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/

2015-04-20 Thread Jauhien Piatlicki
commit: bbe16a229b42e96f847246d82e8f1bcff4d60a82
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Apr 17 20:59:50 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Apr 17 20:59:50 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=bbe16a22

[g_sorcery/db_layout,g_sorcery/package_db] better version/format checking, fix 
exceptions

 g_sorcery/db_layout.py  |  4 +++-
 g_sorcery/package_db.py | 19 +--
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/g_sorcery/db_layout.py b/g_sorcery/db_layout.py
index da779bd..8eb81da 100644
--- a/g_sorcery/db_layout.py
+++ b/g_sorcery/db_layout.py
@@ -26,6 +26,8 @@ PACKAGES_FILE_NAME = 'packages'
 JSON_FILE_SUFFIX = 'json'
 BSON_FILE_SUFFIX = 'bson'
 
+SUPPORTED_DB_LAYOUTS=[0, 1]
+
 class CategoryJSON(FileJSON):
 
 Category file in JSON format.
@@ -182,7 +184,7 @@ def get_layout(metadata):
 raise DBLayoutError(unsupported packages file format:  + 
category_format)
 return (category_cls, [file_name(CATEGORIES_FILE_NAME), 
file_name(METADATA_FILE_NAME)])
 else:
-raise DBLayoutError(unsupported DB layout version:  + layout_version)
+raise DBLayoutError(unsupported DB layout version:  + 
str(layout_version))
 
 
 class DBLayout(object):

diff --git a/g_sorcery/package_db.py b/g_sorcery/package_db.py
index 5374ae5..4c67fdc 100644
--- a/g_sorcery/package_db.py
+++ b/g_sorcery/package_db.py
@@ -18,12 +18,13 @@ import portage
 
 from .compatibility import basestring, py2k, TemporaryDirectory
 
-from .db_layout import DBLayout, JSON_FILE_SUFFIX
-from .exceptions import DBError, DBStructureError, InvalidKeyError, SyncError
+from .db_layout import DBLayout, JSON_FILE_SUFFIX, SUPPORTED_DB_LAYOUTS, 
SUPPORTED_FILE_FORMATS
+from .exceptions import DBError, DBLayoutError, DBStructureError, 
InvalidKeyError, SyncError
 from .fileutils import FileJSON, load_remote_file, copy_all, wget
 from .g_collections import Package
 from .logger import Logger
 
+SUPPORTED_DB_STRUCTURES=[0, 1]
 
 class PackageDB(object):
 
@@ -142,11 +143,17 @@ class PackageDB(object):
 
 if preferred_layout_version == 0 \
and preferred_db_version != 0:
-raise DBStructureError(Wrong DB version:  + preferred_db_version 
+ \
+raise DBStructureError(Wrong DB version:  + 
str(preferred_db_version) + \
, with DB layout version 0 it can be only 
0)
 
-if not preferred_db_version in [0, 1]:
-raise DBStructureError(Unsupported DB version:  + 
preferred_db_version)
+if not preferred_db_version in SUPPORTED_DB_STRUCTURES:
+raise DBStructureError(Unsupported DB version:  + 
str(preferred_db_version))
+
+if not preferred_layout_version in SUPPORTED_DB_LAYOUTS:
+raise DBLayoutError(unsupported DB layout version:  + 
str(preferred_layout_version))
+
+if not preferred_category_format in SUPPORTED_FILE_FORMATS:
+raise DBLayoutError(unsupported packages file format:  + 
preferred_category_format)
 
 self.logger = Logger()
 self.directory = os.path.abspath(directory)
@@ -261,7 +268,7 @@ class PackageDB(object):
 elif db_version == 1:
 pass
 else:
-raise DBStructureError(Unsupported DB version:  + db_version)
+raise DBStructureError(Unsupported DB version:  + 
str(db_version))
 
 
 def add_category(self, category, description=None):



[gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-1.6.7.ebuild ChangeLog

2015-04-20 Thread Michal Gorny (mgorny)
mgorny  15/04/20 21:46:52

  Modified: thunar-1.6.7.ebuild ChangeLog
  Log:
  Add slot operators. Disable unused startup-notification support, 
https://bugzilla.xfce.org/show_bug.cgi?id=11837.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  xfce-base/thunar/thunar-1.6.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild?r1=1.1r2=1.2

Index: thunar-1.6.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-1.6.7.ebuild 20 Apr 2015 17:01:56 -  1.1
+++ thunar-1.6.7.ebuild 20 Apr 2015 21:46:52 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild,v 1.1 
2015/04/20 17:01:56 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.7.ebuild,v 1.2 
2015/04/20 21:46:52 mgorny Exp $
 
 EAPI=5
 inherit virtualx xfconf
@@ -14,24 +14,23 @@
 LICENSE=GPL-2 LGPL-2
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
-IUSE=+dbus debug exif libnotify pcre startup-notification test udisks 
+xfce_plugins_trash
+IUSE=+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash
 
 GVFS_DEPEND==gnome-base/gvfs-1.18.3
 COMMON_DEPEND==dev-lang/perl-5.6
-   =dev-libs/glib-2.30
-   =x11-libs/gdk-pixbuf-2.14
-   =x11-libs/gtk+-2.24:2
-   =xfce-base/exo-0.10
-   =xfce-base/libxfce4ui-4.10
-   =xfce-base/libxfce4util-4.10.1
-   =xfce-base/xfconf-4.10
-   dbus? ( =dev-libs/dbus-glib-0.100 )
-   exif? ( =media-libs/libexif-0.6.19 )
-   libnotify? ( =x11-libs/libnotify-0.7 )
-   pcre? ( =dev-libs/libpcre-6 )
-   startup-notification? ( x11-libs/startup-notification )
+   =dev-libs/glib-2.30:=
+   =x11-libs/gdk-pixbuf-2.14:=
+   =x11-libs/gtk+-2.24:2=
+   =xfce-base/exo-0.10:=
+   =xfce-base/libxfce4ui-4.10:=
+   =xfce-base/libxfce4util-4.10.1:=
+   =xfce-base/xfconf-4.10:=
+   dbus? ( =dev-libs/dbus-glib-0.100:= )
+   exif? ( =media-libs/libexif-0.6.19:= )
+   libnotify? ( =x11-libs/libnotify-0.7:= )
+   pcre? ( =dev-libs/libpcre-6:= )
udisks? ( virtual/libgudev:= )
-   xfce_plugins_trash? ( =xfce-base/xfce4-panel-4.10 )
+   xfce_plugins_trash? ( =xfce-base/xfce4-panel-4.10:= )
 RDEPEND=${COMMON_DEPEND}
=dev-util/desktop-file-utils-0.20-r1
x11-misc/shared-mime-info
@@ -53,7 +52,9 @@
XFCONF=(
--docdir=${EPREFIX}/usr/share/doc/${PF}
$(use_enable dbus)
-   $(use_enable startup-notification)
+   # no code uses this, it's all in libxfce4ui now
+   # https://bugzilla.xfce.org/show_bug.cgi?id=11837
+   --disable-startup-notification
$(use_enable udisks gudev)
$(use_enable libnotify notifications)
$(xfconf_use_debug)



1.179xfce-base/thunar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.179view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.179content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.178r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   20 Apr 2015 17:01:56 -  1.178
+++ ChangeLog   20 Apr 2015 21:46:52 -  1.179
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.178 
2015/04/20 17:01:56 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.179 
2015/04/20 21:46:52 mgorny Exp $
+
+  20 Apr 2015; Michał Górny mgo...@gentoo.org thunar-1.6.7.ebuild:
+  Add slot operators. Disable unused startup-notification support,
+  https://bugzilla.xfce.org/show_bug.cgi?id=11837.
 
 *thunar-1.6.7 (20 Apr 2015)
 






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 812e34d9e85fc793b2518fc5a6822daf594c24d7
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 23:54:47 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 23:54:47 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=812e34d9

Revert Temporarily change http links to cgit.gentooexperimental.org until 
g.o.g.o gitweb is back

This reverts commit fe58555a899163717300a1161998bba76a40cf69.

 files/overlays/repositories.xml | 316 
 1 file changed, 158 insertions(+), 158 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 0233aff..15662b5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -79,7 +79,7 @@ FIN
   nameVadim A. Misbakh-Soloviov (mva)/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/activehome.git/source
-source 
type=githttp://cgit.gentooexperimental.org/user/activehome.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
 feedhttps://cgit.gentoo.org/user/activehome.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/activehome.git/rss//feed --
@@ -93,7 +93,7 @@ FIN
   nameAgostino Sarubbo/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/ago.git/source
-source type=githttp://cgit.gentooexperimental.org/dev/ago.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
 feedhttps://cgit.gentoo.org/dev/ago.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/ago.git/rss//feed --
@@ -144,7 +144,7 @@ FIN
   nameAlexandru Cepoi/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/alexcepoi.git/source
-source 
type=githttp://cgit.gentooexperimental.org/user/alexcepoi.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
 feedhttps://cgit.gentoo.org/user/alexcepoi.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/alexcepoi.git/rss//feed --
@@ -158,7 +158,7 @@ FIN
   nameAlexey Shvetsov/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/alexxy.git/source
-source 
type=githttp://cgit.gentooexperimental.org/dev/alexxy.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
 feedhttps://cgit.gentoo.org/dev/alexxy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/alexxy.git/rss//feed --
@@ -183,7 +183,7 @@ FIN
   nameAnthoine Bourgeois/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/aluco.git/source
-source 
type=githttp://cgit.gentooexperimental.org/user/aluco.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
 feedhttps://cgit.gentoo.org/user/aluco.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/aluco.git/rss//feed --
@@ -221,7 +221,7 @@ FIN
   nameJory Pratt/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/anarchy/source
-source 
type=githttp://cgit.gentooexperimental.org/dev/anarchy.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
 feedhttps://cgit.gentoo.org/dev/anarchy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/anarchy.git/rss//feed --
@@ -235,7 +235,7 @@ FIN
   nameDominik Kriegner/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/anaximander.git/source
-source 
type=githttp://cgit.gentooexperimental.org/user/anaximander.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
 feedhttps://cgit.gentoo.org/user/anaximander.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/anaximander.git/rss//feed --
@@ -274,7 +274,7 @@ FIN
   nameAndrew Karpow/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/andy.git/source
-source 
type=githttp://cgit.gentooexperimental.org/user/andy.git/source
+source 
type=githttp://git.overlays.gentoo.org/gitroot/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
 feedhttps://cgit.gentoo.org/user/andy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/andy.git/rss//feed --
@@ -288,7 +288,7 @@ FIN
   nameChristoph Mende/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/angelos.git/source
-source 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: ed932f5ba3e95c33c320c2ea2158f3b3defdd1d3
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 23:56:08 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 23:57:08 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=ed932f5b

Fixup git.overlays entries after revert.

 files/overlays/repositories.xml | 316 
 1 file changed, 158 insertions(+), 158 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 15662b5..0504ab3 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -79,7 +79,7 @@ FIN
   nameVadim A. Misbakh-Soloviov (mva)/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/activehome.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/user/activehome.git/source
+source 
type=githttps://anongit.gentoo.org/git/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
 feedhttps://cgit.gentoo.org/user/activehome.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/activehome.git/rss//feed --
@@ -93,7 +93,7 @@ FIN
   nameAgostino Sarubbo/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/ago.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/ago.git/source
+source type=githttps://anongit.gentoo.org/git/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
 feedhttps://cgit.gentoo.org/dev/ago.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/ago.git/rss//feed --
@@ -144,7 +144,7 @@ FIN
   nameAlexandru Cepoi/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/alexcepoi.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/user/alexcepoi.git/source
+source 
type=githttps://anongit.gentoo.org/git/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
 feedhttps://cgit.gentoo.org/user/alexcepoi.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/alexcepoi.git/rss//feed --
@@ -158,7 +158,7 @@ FIN
   nameAlexey Shvetsov/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/alexxy.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/alexxy.git/source
+source type=githttps://anongit.gentoo.org/git/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
 feedhttps://cgit.gentoo.org/dev/alexxy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/alexxy.git/rss//feed --
@@ -183,7 +183,7 @@ FIN
   nameAnthoine Bourgeois/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/aluco.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/user/aluco.git/source
+source type=githttps://anongit.gentoo.org/git/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
 feedhttps://cgit.gentoo.org/user/aluco.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/aluco.git/rss//feed --
@@ -221,7 +221,7 @@ FIN
   nameJory Pratt/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/anarchy/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/anarchy.git/source
+source type=githttps://anongit.gentoo.org/git/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
 feedhttps://cgit.gentoo.org/dev/anarchy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/dev/anarchy.git/rss//feed --
@@ -235,7 +235,7 @@ FIN
   nameDominik Kriegner/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/anaximander.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/user/anaximander.git/source
+source 
type=githttps://anongit.gentoo.org/git/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
 feedhttps://cgit.gentoo.org/user/anaximander.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/anaximander.git/rss//feed --
@@ -274,7 +274,7 @@ FIN
   nameAndrew Karpow/name
 /owner
 source type=gitgit://anongit.gentoo.org/user/andy.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/user/andy.git/source
+source type=githttps://anongit.gentoo.org/git/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
 feedhttps://cgit.gentoo.org/user/andy.git/atom//feed
 !-- feedhttps://cgit.gentoo.org/user/andy.git/rss//feed --
@@ -288,7 +288,7 @@ FIN
   nameChristoph Mende/name
 /owner
 source type=gitgit://anongit.gentoo.org/dev/angelos.git/source
-source 
type=githttp://git.overlays.gentoo.org/gitroot/dev/angelos.git/source
+source type=githttps://anongit.gentoo.org/git/dev/angelos.git/source
 source 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 976e0158fe71cf6610c7548bce5f1411e2f74fa2
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 23:02:17 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 23:02:17 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=976e0158

Last gitweb.g.o mentions.

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

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 3c16040..b2cc8fd 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2024,7 +2024,7 @@ FIN
   repo quality=experimental status=unofficial
 namehaarp/name
 description lang=en![CDATA[misc ebuilds that aren't in the main 
tree]]/description
-homepagehttp://gitweb.gentoo.org/user/haarp.git//homepage
+homepagehttps://cgit.gentoo.org/user/haarp.git//homepage
 owner type=person
   emailmain.ha...@gmail.com/email
   namehaarp/name
@@ -2754,7 +2754,7 @@ FIN
   repo quality=experimental status=unofficial
 namelmiphay/name
 description lang=en![CDATA[Personal overlay of Paul 
Healy]]/description
-homepagehttp://gitweb.gentoo.org/user/lmiphay.git//homepage
+homepagehttps://cgit.gentoo.org/user/lmiphay.git//homepage
 owner type=person
   emaillmip...@gmail.com/email
   namePaul Healy/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: e474f0f9db8af7cf3f2c11013778777104e473b8
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 23:04:12 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 23:04:12 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=e474f0f9

Turn on HTTPS anongit.

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

 files/overlays/repositories.xml | 42 -
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index b2cc8fd..0233aff 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -961,7 +961,7 @@ FIN
   emaildeathwin...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/deathwing00.git/source
-!-- source 
type=githttps://anongit.gentoo.org/git/dev/deathwing00.git/source --
+source 
type=githttps://anongit.gentoo.org/git/dev/deathwing00.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/dev/deathwing00.git/source
 !-- feedhttps://cgit.gentoo.org/dev/deathwing00.git/rss//feed --
 feedhttps://cgit.gentoo.org/dev/deathwing00.git/atom//feed
@@ -1141,7 +1141,7 @@ FIN
   nameHeather/name
 /owner
 source type=gitgit://anongit.gentoo.org/proj/dotnet.git/source
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/dotnet.git/source --
+source type=githttps://anongit.gentoo.org/git/proj/dotnet.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/dotnet.git/source
 feedhttps://cgit.gentoo.org/proj/dotnet.git/atom//feed
   /repo
@@ -1180,7 +1180,7 @@ FIN
   emaildri...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/drizzt.git/source
-!-- source 
type=githttps://anongit.gentoo.org/git/dev/drizzt.git/source --
+source type=githttps://anongit.gentoo.org/git/dev/drizzt.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/drizzt.git/source
 !-- feedhttps://cgit.gentoo.org/dev/drizzt.git/rss//feed --
 feedhttps://cgit.gentoo.org/dev/drizzt.git/atom//feed
@@ -1269,7 +1269,7 @@ FIN
 owner
   emailwolf3...@wolf31o2.org/email
 /owner
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/efika.git/source --
+source type=githttps://anongit.gentoo.org/git/proj/efika.git/source
 source type=gitgit://anongit.gentoo.org/proj/efika.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/efika.git/source
 feedhttps://cgit.gentoo.org/proj/efika.git/atom//feed
@@ -1937,7 +1937,7 @@ FIN
 owner
   emailgnus...@gentoo.org/email
 /owner
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/gnustep.git/source --
+source type=githttps://anongit.gentoo.org/git/proj/gnustep.git/source
 source type=gitgit://anongit.gentoo.org/proj/gnustep.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/gnustep.git/source
 feedhttps://cgit.gentoo.org/proj/gnustep.git/atom//feed
@@ -2364,7 +2364,7 @@ FIN
   emailje_...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/je_fro.git/source
-!-- source 
type=githttps://anongit.gentoo.org/git/dev/je_fro.git/source --
+source type=githttps://anongit.gentoo.org/git/dev/je_fro.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/je_fro.git/source
 !-- feedhttps://cgit.gentoo.org/dev/je_fro.git/rss//feed --
 feedhttps://cgit.gentoo.org/dev/je_fro.git/atom//feed
@@ -3432,7 +3432,7 @@ FIN
 owner
   emailn...@gentoo.org/email
 /owner
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/nx.git/source --
+source type=githttps://anongit.gentoo.org/git/proj/nx.git/source
 source type=gitgit://anongit.gentoo.org/proj/nx.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/nx.git/source
 feedhttps://cgit.gentoo.org/proj/nx.git/atom//feed
@@ -3812,7 +3812,7 @@ FIN
 owner
   emailpgsql-b...@gentoo.org/email
 /owner
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/experimental.git/source
 --
+source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/experimental.git/source
 source 
type=gitgit://anongit.gentoo.org/proj/postgresql/experimental.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/proj/postgresql/experimental.git/source
 feedhttps://cgit.gentoo.org/proj/postgresql/experimental.git/atom//feed
@@ -3825,7 +3825,7 @@ FIN
 owner
   emailpgsql-b...@gentoo.org/email
 /owner
-!-- source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/testing.git/source 
--
+source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/testing.git/source
 source 
type=gitgit://anongit.gentoo.org/proj/postgresql/testing.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/proj/postgresql/testing.git/source
 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 8047f13edc4b9edbf6c3545d691f497d0d3f7aa6
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Tue Apr 21 00:00:14 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Apr 21 00:00:14 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=8047f13e

Add template.

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

 files/overlays/repositories.xml | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 0504ab3..4cb0eab 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -16,6 +16,21 @@ SYN
 feedX/feed
   /repo
 
+* GENTOO TEMPLATE
+  repo quality=experimental status=unofficial
+nameX/name
+description lang=enXX/description
+homepagehttps://cgit.gentoo.org///homepage
+owner type=person
+  emailX/email
+  nameX/name
+/owner
+source type=githttps://anongit.gentoo.org/git//.git/source
+source type=gitgit://anongit.gentoo.org//.git/source
+source type=gitgit+ssh://g...@git.gentoo.org//.git/source
+feedhttps://cgit.gentoo.org///atom//feed
+  /repo
+
 * GITHUB TEMPLATE
   repo quality=experimental status=unofficial
 nameX/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 612c8cb216f110f9bf6a5e023108b547ece178e8
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 23:00:51 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 23:00:51 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=612c8cb2

Turn off RSS for now.

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

 files/overlays/repositories.xml | 358 
 1 file changed, 179 insertions(+), 179 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 75bc285..3c16040 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -82,7 +82,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
 feedhttps://cgit.gentoo.org/user/activehome.git/atom//feed
-feedhttps://cgit.gentoo.org/user/activehome.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/user/activehome.git/rss//feed --
   /repo
   repo quality=experimental status=official
 nameago/name
@@ -96,7 +96,7 @@ FIN
 source type=githttp://cgit.gentooexperimental.org/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
 feedhttps://cgit.gentoo.org/dev/ago.git/atom//feed
-feedhttps://cgit.gentoo.org/dev/ago.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/dev/ago.git/rss//feed --
   /repo
   repo quality=experimental status=official
 nameaidecoe/name
@@ -147,7 +147,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
 feedhttps://cgit.gentoo.org/user/alexcepoi.git/atom//feed
-feedhttps://cgit.gentoo.org/user/alexcepoi.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/user/alexcepoi.git/rss//feed --
   /repo
   repo quality=experimental status=official
 namealexxy/name
@@ -161,7 +161,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
 feedhttps://cgit.gentoo.org/dev/alexxy.git/atom//feed
-feedhttps://cgit.gentoo.org/dev/alexxy.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/dev/alexxy.git/rss//feed --
   /repo
   repo quality=experimental status=unofficial
 namealice/name
@@ -186,7 +186,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
 feedhttps://cgit.gentoo.org/user/aluco.git/atom//feed
-feedhttps://cgit.gentoo.org/user/aluco.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/user/aluco.git/rss//feed --
   /repo
   repo quality=experimental status=official
 namealunduil/name
@@ -224,7 +224,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
 feedhttps://cgit.gentoo.org/dev/anarchy.git/atom//feed
-feedhttps://cgit.gentoo.org/dev/anarchy.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/dev/anarchy.git/rss//feed --
   /repo
   repo quality=experimental status=unofficial
 nameanaximander/name
@@ -238,7 +238,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
 feedhttps://cgit.gentoo.org/user/anaximander.git/atom//feed
-feedhttps://cgit.gentoo.org/user/anaximander.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/user/anaximander.git/rss//feed --
   /repo
   repo quality=experimental status=unofficial
 nameand3k-sunrise/name
@@ -277,7 +277,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
 feedhttps://cgit.gentoo.org/user/andy.git/atom//feed
-feedhttps://cgit.gentoo.org/user/andy.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/user/andy.git/rss//feed --
   /repo
   repo quality=experimental status=official
 nameangelos/name
@@ -291,7 +291,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/angelos.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/angelos.git/source
 feedhttps://cgit.gentoo.org/dev/angelos.git/atom//feed
-feedhttps://cgit.gentoo.org/dev/angelos.git/rss//feed
+!-- feedhttps://cgit.gentoo.org/dev/angelos.git/rss//feed --
   /repo
   repo quality=experimental status=unofficial
 nameanyc/name
@@ -330,7 +330,7 @@ FIN
 source type=githttp://cgit.gentooexperimental.org/user/arc.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/arc.git/source
 feedhttps://cgit.gentoo.org/user/arc.git/atom//feed
-feedhttps://cgit.gentoo.org/user/arc.git/rss//feed
+!-- 

[gentoo-commits] gentoo-x86 commit in dev-perl/Search-Xapian: ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:45:28

  Modified: ChangeLog
  Log:
  Fix gpg signiture.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.68 dev-perl/Search-Xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   20 Apr 2015 23:43:26 -  1.67
+++ ChangeLog   20 Apr 2015 23:45:28 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Search-Xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.67 
2015/04/20 23:43:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.68 
2015/04/20 23:45:28 blueness Exp $
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org ChangeLog:
+  Fix gpg signiture.
 
 *Search-Xapian-1.2.20.0 (20 Apr 2015)
 






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

2015-04-20 Thread James Le Cuirot (chewi)
chewi   15/04/20 20:31:49

  Modified: ChangeLog package.mask
  Log:
  Unmask Java 8. This is long overdue and it's looking good now.

Revision  ChangesPath
1.9949   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9948
retrieving revision 1.9949
diff -u -r1.9948 -r1.9949
--- ChangeLog   19 Apr 2015 18:14:33 -  1.9948
+++ ChangeLog   20 Apr 2015 20:31:49 -  1.9949
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9948 2015/04/19 
18:14:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9949 2015/04/20 
20:31:49 chewi Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  20 Apr 2015; James Le Cuirot ch...@gentoo.org package.mask:
+  Unmask Java 8. This is long overdue and it's looking good now.
+
   19 Apr 2015; Hans de Graaff gra...@gentoo.org package.mask:
   Mask dev-ruby/json_pure for removal.
 



1.16494  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16493
retrieving revision 1.16494
diff -u -r1.16493 -r1.16494
--- package.mask19 Apr 2015 18:14:33 -  1.16493
+++ package.mask20 Apr 2015 20:31:49 -  1.16494
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16493 2015/04/19 
18:14:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16494 2015/04/20 
20:31:49 chewi Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -881,13 +881,6 @@
 # Multiple vulnerabilities, see #504724, #505860
 sys-kernel/openvz-sources-2.6.32.85.17
 
-# Tom Wijsman tom...@gentoo.org (31 Mar 2014)
-# Prevent users from switching JDK / JRE implementation.
-#
-# Unmask this if you want to upgrade or switch to Oracle JDK / JRE 1.8.
-=virtual/jdk-1.8
-=virtual/jre-1.8
-
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (26 Mar 2014)
 # Affected by multiple vulnerabilities, #445916, #471098 and #472280
 media-libs/mesa-9.1.4






[gentoo-commits] gentoo-x86 commit in app-mobilephone/smstools: ChangeLog smstools-2.2.20.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:37:51

  Modified: ChangeLog
  Removed:  smstools-2.2.20.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.22 app-mobilephone/smstools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   6 May 2014 12:18:49 -   1.21
+++ ChangeLog   20 Apr 2015 20:37:51 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/smstools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v 1.21 
2014/05/06 12:18:49 chainsaw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v 1.22 
2015/04/20 20:37:51 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -smstools-2.2.20.ebuild:
+  Remove old.
 
 *smstools-3.1.15-r2 (06 May 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/ttytter: ChangeLog ttytter-2.0.04.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:52:24

  Modified: ChangeLog
  Removed:  ttytter-2.0.04.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.10 net-misc/ttytter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 Sep 2013 10:05:09 -  1.9
+++ ChangeLog   21 Apr 2015 00:52:24 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ttytter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.9 2013/09/14 
10:05:09 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.10 
2015/04/21 00:52:24 mrueg Exp $
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org -ttytter-2.0.04.ebuild:
+  Remove old.
 
   14 Sep 2013; Agostino Sarubbo a...@gentoo.org ttytter-2.1.00.ebuild:
   Stable for x86, wrt bug #475940






[gentoo-commits] gentoo-x86 commit in app-portage/porticron: ChangeLog porticron-0.6.ebuild porticron-0.7_p20131113.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:39:34

  Modified: ChangeLog
  Removed:  porticron-0.6.ebuild porticron-0.7_p20131113.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.41 app-portage/porticron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   30 Jan 2015 08:21:57 -  1.40
+++ ChangeLog   20 Apr 2015 20:39:34 -  1.41
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/porticron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.40 
2015/01/30 08:21:57 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.41 
2015/04/20 20:39:34 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -porticron-0.6.ebuild,
+  -porticron-0.7_p20131113.ebuild:
+  Remove old.
 
   30 Jan 2015; Sergey Popov pinkb...@gentoo.org porticron-0.6.ebuild,
   porticron-0.7_p20131113.ebuild, porticron-0.7_p20140126.ebuild:






[gentoo-commits] proj/g-sorcery:dev commit in: docs/, g_sorcery/

2015-04-20 Thread Jauhien Piatlicki
commit: e77fc9ed91def889db3627f485d2af24afb9d118
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Apr 20 12:12:30 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Apr 20 21:12:58 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=e77fc9ed

[docs] update documentation

 docs/developer_instructions.html | 130 +++---
 docs/developer_instructions.rst  | 149 ---
 docs/g-sorcery.8 |  10 +--
 docs/g-sorcery.8.rst |  10 +--
 docs/g-sorcery.cfg.8 |   8 +--
 docs/g-sorcery.cfg.8.rst |   6 +-
 g_sorcery/ebuild.py  |  28 
 g_sorcery/metadata.py|  24 +++
 g_sorcery/package_db.py  |   6 +-
 9 files changed, 260 insertions(+), 111 deletions(-)

diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html
index f4e89ab..4cea319 100644
--- a/docs/developer_instructions.html
+++ b/docs/developer_instructions.html
@@ -3,13 +3,13 @@
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
 head
 meta http-equiv=Content-Type content=text/html; charset=utf-8 /
-meta name=generator content=Docutils 0.10: 
http://docutils.sourceforge.net/; /
+meta name=generator content=Docutils 0.12: 
http://docutils.sourceforge.net/; /
 titleDeveloper Instructions/title
 style type=text/css
 
 /*
 :Author: David Goodger (good...@python.org)
-:Id: $Id: html4css1.css 7514 2012-09-14 14:27:12Z milde $
+:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
 :Copyright: This stylesheet has been placed in the public domain.
 
 Default cascading style sheet for the HTML output of Docutils.
@@ -313,6 +313,21 @@ table.docutils th.field-name, table.docinfo 
th.docinfo-name {
   white-space: nowrap ;
   padding-left: 0 }
 
+/* booktabs style (no vertical lines) */
+table.docutils.booktabs {
+  border: 0px;
+  border-top: 2px solid;
+  border-bottom: 2px solid;
+  border-collapse: collapse;
+}
+table.docutils.booktabs * {
+  border: 0px;
+}
+table.docutils.booktabs th {
+  border-bottom: thin solid;
+  text-align: left;
+}
+
 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
   font-size: 100% }
@@ -412,7 +427,7 @@ Then available packages can be installed as usual 
strongGentoo/strong packag
 /ul
 pThere are two ways of using backend:/p
 ul class=simple
-lirun it as a CLI tool manually/li
+lirun it as a CLI tool manually (not recommended)/li
 liuse its integration with layman/li
 /ul
 /div
@@ -443,7 +458,7 @@ or derived class./p
 side: generate the entire overlay tree (possibly by layman) or generate a 
given ebuild
 and its dependencies. In a first case it would be very bad idea to have 
sources in ebuild's
 SRC_URI as during manifest generation for an overlay all the sources would be 
downloaded
-to the user's comuter that inevitably would made user really happy. So one 
ebuild generator
+to the user's computer that inevitably would made user really happy. So one 
ebuild generator
 generates ebuild with empty SRC_URI. Note that a mechanism for downloading of 
sources during
 ebuild merging should be provided. For an example see stronggit-2/strong 
eclass from the main tree or
 any eclass from backends provided with g-sorcery if you want to implement such 
a mechanism or
@@ -513,8 +528,19 @@ contains a list of overlays this repository depends on. If 
present it should con
 /div
 div class=section id=package-database
 h1Package database/h1
-div class=section id=directory-layout
-h2Directory layout/h2
+pThe package is an in memory structure that describes available
+packages and to this structure corresponding files layout./p
+div class=section id=directory-layout-versions
+h2Directory layout versions/h2
+pThere are two directory layouts at the moment:/p
+ul class=simple
+liv.0 legacy layout/li
+liv.1 layout that supports different DB structure versions and
+different file formats./li
+/ul
+/div
+div class=section id=v-0-legacy-layout
+h2v.0 legacy layout/h2
 pPackage database is a directory tree with JSON files. The layout of this 
tree looks like:/p
 pre class=code literal-block
 db dir
@@ -526,30 +552,74 @@ db dir
 ...
 /pre
 /div
+div class=section id=v-1-layout
+h2v.1 layout/h2
+pMetadata file contains information about layout and DB versions as
+well as information about file format used to store packages
+information. At the moment JSON and BSON are supported./p
+pre class=code literal-block
+db dir
+manifest.json: database manifest
+categories.json: information about categories
+metadata.json: DB metadata
+category1
+packages.[b|j]son: information about available packages
+category2
+...
+/pre
+/div
+div class=section id=database-structure-versions
+h2Database structure versions/h2
+pDatabase structure has two versions: legacy v.0 and v.1. With
+directory layout v.0 only DB structure v.0 is 

[gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/bson/, tests/, g_sorcery/, g_sorcery/file_bson/, /

2015-04-20 Thread Jauhien Piatlicki
commit: 0ace08976a688a6d74cb86c70a156a87b3453214
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Apr 17 14:34:46 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Apr 17 17:10:31 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=0ace0897

[g_sorcery/file_bson] fix BSON support and add tests for it

 g_sorcery/db_layout.py |  2 +-
 g_sorcery/exceptions.py|  3 -
 g_sorcery/{bson = file_bson}/__init__.py  |  0
 g_sorcery/{bson/bson.py = file_bson/file_bson.py} |  8 +-
 g_sorcery/serialization.py |  4 +-
 setup.py   |  4 +-
 tests/test_FileBSON.py | 95 ++
 7 files changed, 103 insertions(+), 13 deletions(-)

diff --git a/g_sorcery/db_layout.py b/g_sorcery/db_layout.py
index ea4298a..1f4514c 100644
--- a/g_sorcery/db_layout.py
+++ b/g_sorcery/db_layout.py
@@ -40,7 +40,7 @@ SUPPORTED_FILE_FORMATS = {JSON_FILE_SUFFIX: CategoryJSON}
 
 # bson module is optional, we should check if it is installed
 try:
-from g_sorcery.bson.bson import FileBSON
+from g_sorcery.file_bson.file_bson import FileBSON
 
 class CategoryBSON(FileBSON):
 

diff --git a/g_sorcery/exceptions.py b/g_sorcery/exceptions.py
index 4691ce6..6d68f7f 100644
--- a/g_sorcery/exceptions.py
+++ b/g_sorcery/exceptions.py
@@ -52,6 +52,3 @@ class DigestError(GSorceryError):
 
 class DownloadingError(GSorceryError):
 pass
-
-class SerializationError(GSorceryError):
-pass

diff --git a/g_sorcery/bson/__init__.py b/g_sorcery/file_bson/__init__.py
similarity index 100%
rename from g_sorcery/bson/__init__.py
rename to g_sorcery/file_bson/__init__.py

diff --git a/g_sorcery/bson/bson.py b/g_sorcery/file_bson/file_bson.py
similarity index 91%
rename from g_sorcery/bson/bson.py
rename to g_sorcery/file_bson/file_bson.py
index fdb8bb9..7bc6b80 100644
--- a/g_sorcery/bson/bson.py
+++ b/g_sorcery/file_bson/file_bson.py
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 
-bson.py
-~~~
+file_bson.py
+
 
 bson file format support
 
@@ -29,10 +29,10 @@ class FileBSON(FileJSONData):
 content = {}
 bcnt = None
 with open(self.path, 'rb') as f:
-bcnt = f.read()
+bcnt = bson.BSON(f.read())
 if not bcnt:
 raise FileJSONError('failed to read: ', self.path)
-rawcnt = bson.BSON.decode(bcnt)
+rawcnt = bcnt.decode()
 content = from_raw_serializable(rawcnt)
 return content
 

diff --git a/g_sorcery/serialization.py b/g_sorcery/serialization.py
index 780de6f..3a7704b 100644
--- a/g_sorcery/serialization.py
+++ b/g_sorcery/serialization.py
@@ -14,8 +14,6 @@
 import json
 import importlib
 
-from .exceptions import SerializationError
-
 def step_to_raw_serializable(obj):
 
 Make one step of convertion of object
@@ -54,7 +52,7 @@ def to_raw_serializable(obj):
 else:
 sobj = step_to_raw_serializable(obj)
 if not sobj:
-raise SerializationError('Non serializable object: ', sobj)
+raise TypeError('Non serializable object: ', sobj)
 return to_raw_serializable(sobj)
 
 

diff --git a/setup.py b/setup.py
index 866a38f..95b715e 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ import os
 
 from distutils.core import setup
 
-SELECTABLE = ['bson']
+SELECTABLE = {'bson': 'file_bson'}
 
 use_defaults = ' '.join(list(SELECTABLE))
 USE = os.environ.get(USE, use_defaults).split()
@@ -23,7 +23,7 @@ USE = os.environ.get(USE, use_defaults).split()
 optional_modules = []
 for mod in SELECTABLE:
 if mod in USE:
-optional_modules.append('g_sorcery.%s' % mod)
+optional_modules.append('g_sorcery.%s' % SELECTABLE[mod])
 
 setup(name  = 'g-sorcery',
   version   = '0.2',

diff --git a/tests/test_FileBSON.py b/tests/test_FileBSON.py
new file mode 100644
index 000..ff2a7b3
--- /dev/null
+++ b/tests/test_FileBSON.py
@@ -0,0 +1,95 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+
+test_FileBSON.py
+
+
+FileBSON test suite
+
+:copyright: (c) 2013-2015 by Jauhien Piatlicki
+:license: GPL-2, see LICENSE for more details.
+
+
+import os
+import unittest
+
+from tests.base import BaseTest
+
+BSON_INSTALLED = False
+
+try:
+from g_sorcery.file_bson.file_bson import FileBSON
+BSON_INSTALLED = True
+except ImportError as e:
+pass
+
+class NonSerializableClass(object):
+pass
+
+
+class SerializableClass(object):
+
+__slots__ = (field1, field2)
+
+def __init__(self, field1, field2):
+self.field1 = field1
+self.field2 = field2
+
+def __eq__(self, other):
+return self.field1 == other.field1 \
+  and self.field2 == other.field2
+
+def serialize(self):
+return {field1: self.field1, field2: 

[gentoo-commits] proj/g-sorcery:dev commit in: /

2015-04-20 Thread Jauhien Piatlicki
commit: 8206504dc26f2beb9dc2027585b6a86cc39bc306
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Thu Apr 16 20:02:58 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Thu Apr 16 20:02:58 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=8206504d

[pylint] add pylint.rc file

 pylint.rc | 336 ++
 1 file changed, 336 insertions(+)

diff --git a/pylint.rc b/pylint.rc
new file mode 100644
index 000..582038f
--- /dev/null
+++ b/pylint.rc
@@ -0,0 +1,336 @@
+[MASTER]
+
+# Specify a configuration file.
+#rcfile=
+
+# Python code to execute, usually for sys.path manipulation such as
+# pygtk.require().
+#init-hook=
+
+# Profiled execution.
+profile=no
+
+# Add files or directories to the blacklist. They should be base names, not
+# paths.
+ignore=CVS
+
+# Pickle collected data for later comparisons.
+persistent=yes
+
+# List of plugins (as comma separated values of python modules names) to load,
+# usually to register additional checkers.
+load-plugins=
+
+# DEPRECATED
+include-ids=no
+
+# DEPRECATED
+symbols=no
+
+
+[MESSAGES CONTROL]
+
+# Enable the message, report, category or checker with the given id(s). You can
+# either give multiple identifier separated by comma (,) or put this option
+# multiple time. See also the --disable option for examples.
+#enable=
+
+# Disable the message, report, category or checker with the given id(s). You
+# can either give multiple identifiers separated by comma (,) or put this
+# option multiple times (only on the command line, not in the configuration
+# file where it should appear only once).You can also use --disable=all to
+# disable everything first and then reenable specific checks. For example, if
+# you want to run only the similarities checker, you can use --disable=all
+# --enable=similarities. If you want to run only the classes checker, but have
+# no Warning level messages displayed, use--disable=all --enable=classes
+# --disable=W
+#disable=
+
+
+[REPORTS]
+
+# Set the output format. Available formats are text, parseable, colorized, msvs
+# (visual studio) and html. You can also give a reporter class, eg
+# mypackage.mymodule.MyReporterClass.
+output-format=text
+
+# Put messages in a separate file for each module / package specified on the
+# command line instead of printing them on stdout. Reports (if any) will be
+# written in a file name pylint_global.[txt|html].
+files-output=no
+
+# Tells whether to display a full report or only the messages
+reports=yes
+
+# Python expression which should return a note less than 10 (10 is the highest
+# note). You have access to the variables errors warning, statement which
+# respectively contain the number of errors / warnings messages and the total
+# number of statements analyzed. This is used by the global evaluation report
+# (RP0004).
+evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / 
statement) * 10)
+
+# Add a comment according to your evaluation note. This is used by the global
+# evaluation report (RP0004).
+comment=no
+
+# Template used to display messages. This is a python new-style format string
+# used to format the message information. See doc for all details
+#msg-template=
+
+
+[MISCELLANEOUS]
+
+# List of note tags to take in consideration, separated by a comma.
+notes=FIXME,XXX,TODO
+
+
+[BASIC]
+
+# Required attributes for module, separated by a comma
+required-attributes=
+
+# List of builtins function names that should not be used, separated by a comma
+bad-functions=map,filter,apply,input,file
+
+# Good variable names which should always be accepted, separated by a comma
+good-names=i,j,k,ex,Run,_
+
+# Bad variable names which should always be refused, separated by a comma
+bad-names=foo,bar,baz,toto,tutu,tata
+
+# Colon-delimited sets of names that determine each other's naming style when
+# the name regexes allow several styles.
+name-group=
+
+# Include a hint for the correct naming format with invalid-name
+include-naming-hint=no
+
+# Regular expression matching correct function names
+function-rgx=[a-z_][a-z0-9_]{2,30}$
+
+# Naming hint for function names
+function-name-hint=[a-z_][a-z0-9_]{2,30}$
+
+# Regular expression matching correct variable names
+variable-rgx=[a-z_][a-z0-9_]{2,30}$
+
+# Naming hint for variable names
+variable-name-hint=[a-z_][a-z0-9_]{2,30}$
+
+# Regular expression matching correct constant names
+const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
+
+# Naming hint for constant names
+const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
+
+# Regular expression matching correct attribute names
+attr-rgx=[a-z_][a-z0-9_]{2,30}$
+
+# Naming hint for attribute names
+attr-name-hint=[a-z_][a-z0-9_]{2,30}$
+
+# Regular expression matching correct argument names
+argument-rgx=[a-z_][a-z0-9_]{2,30}$
+
+# Naming hint for argument names
+argument-name-hint=[a-z_][a-z0-9_]{2,30}$
+
+# Regular expression matching correct class 

[gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/, tests/

2015-04-20 Thread Jauhien Piatlicki
commit: 4b58d04be635a430c6e24666ac43c92fbd79af73
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Sat Apr 18 17:21:21 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sat Apr 18 20:03:58 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=4b58d04b

[g_sorcery/serialization] fix serialization for collections

 g_sorcery/g_collections.py | 13 +++-
 g_sorcery/serialization.py | 15 +-
 tests/serializable.py  | 38 +++
 tests/test_FileBSON.py | 40 -
 tests/test_FileJSON.py | 50 --
 tests/test_PackageDB.py| 11 +++---
 6 files changed, 94 insertions(+), 73 deletions(-)

diff --git a/g_sorcery/g_collections.py b/g_sorcery/g_collections.py
index b28db6a..b9f3d06 100644
--- a/g_sorcery/g_collections.py
+++ b/g_sorcery/g_collections.py
@@ -4,14 +4,14 @@
 
 g_collections.py
 
-
+
 Customized classes of standard python data types
 for use withing g-sorcery for custom formatted string output
 substitution in our ebuild templates and classes for storing
 information about packages and dependencies.
-
+
 :copyright: (c) 2013 by Brian Dolbec
-:copyright: (c) 2013 by Jauhien Piatlicki
+:copyright: (c) 2013-2015 by Jauhien Piatlicki
 :license: GPL-2, see LICENSE for more details.
 
 
@@ -52,7 +52,7 @@ class serializable_elist(object):
 
 
 __slots__ = ('data')
-
+
 def __init__(self, iterable=None, separator=' '):
 '''
 iterable: initialize from iterable's items
@@ -60,6 +60,9 @@ class serializable_elist(object):
 '''
 self.data = elist(iterable or [], separator)
 
+def __eq__(self, other):
+return self.data == other.data
+
 def __iter__(self):
 return iter(self.data)
 
@@ -122,7 +125,7 @@ class Dependency(object):
 
 def __init__(self, category, package, version=, operator=):
 atom_str = operator + category + / + package
-if version:
+if version:
 atom_str += - + str(version)
 object.__setattr__(self, atom, portage.dep.Atom(atom_str))
 object.__setattr__(self, category, category)

diff --git a/g_sorcery/serialization.py b/g_sorcery/serialization.py
index 3a7704b..b5d71f3 100644
--- a/g_sorcery/serialization.py
+++ b/g_sorcery/serialization.py
@@ -14,6 +14,8 @@
 import json
 import importlib
 
+from .compatibility import basestring
+
 def step_to_raw_serializable(obj):
 
 Make one step of convertion of object
@@ -40,19 +42,22 @@ def to_raw_serializable(obj):
 Convert object to the raw serializable type.
 Logic is the same as in the standard json encoder.
 
-if isinstance(obj, str) \
+if isinstance(obj, basestring) \
or obj is None \
or obj is True \
or obj is False \
or isinstance(obj, int) \
-   or isinstance(obj, float) \
-   or isinstance(obj, (list, tuple)) \
-   or isinstance(obj, dict):
+   or isinstance(obj, float):
 return obj
+elif isinstance(obj, dict):
+return {k: to_raw_serializable(v) for k, v in obj.items()}
+elif isinstance(obj, (list, tuple)):
+return [to_raw_serializable(item) for item in obj]
+
 else:
 sobj = step_to_raw_serializable(obj)
 if not sobj:
-raise TypeError('Non serializable object: ', sobj)
+raise TypeError('Non serializable object: ', obj)
 return to_raw_serializable(sobj)
 
 

diff --git a/tests/serializable.py b/tests/serializable.py
new file mode 100644
index 000..1d3981e
--- /dev/null
+++ b/tests/serializable.py
@@ -0,0 +1,38 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+
+serializable.py
+~~~
+
+test classes for serialization
+
+:copyright: (c) 2013-2015 by Jauhien Piatlicki
+:license: GPL-2, see LICENSE for more details.
+
+
+class NonSerializableClass(object):
+pass
+
+
+class SerializableClass(object):
+
+__slots__ = (field1, field2)
+
+def __init__(self, field1, field2):
+self.field1 = field1
+self.field2 = field2
+
+def __eq__(self, other):
+return self.field1 == other.field1 \
+  and self.field2 == other.field2
+
+def serialize(self):
+return {field1: self.field1, field2: self.field2}
+
+
+class DeserializableClass(SerializableClass):
+
+@classmethod
+def deserialize(cls, value):
+return DeserializableClass(value[field1], value[field2])

diff --git a/tests/test_FileBSON.py b/tests/test_FileBSON.py
index ff2a7b3..1bf1b7d 100644
--- a/tests/test_FileBSON.py
+++ b/tests/test_FileBSON.py
@@ -14,7 +14,10 @@
 import os
 import unittest
 
+from g_sorcery.g_collections import serializable_elist
+
 from tests.base import BaseTest
+from tests.serializable import NonSerializableClass, 

[gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/

2015-04-20 Thread Jauhien Piatlicki
commit: eef3ee7168fbf38bb5ef56a47fee0c0873cd4540
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Apr 17 07:27:02 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Apr 17 07:27:02 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=eef3ee71

[g_sorcery] fix DB cleaning

do not write empty DB on cleaning,
so syncing with old (v. 0) DBs works

 g_sorcery/db_layout.py  | 1 +
 g_sorcery/package_db.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/g_sorcery/db_layout.py b/g_sorcery/db_layout.py
index fe6f281..ea4298a 100644
--- a/g_sorcery/db_layout.py
+++ b/g_sorcery/db_layout.py
@@ -230,6 +230,7 @@ class DBLayout(object):
 
 if os.path.exists(self.directory):
 shutil.rmtree(self.directory)
+os.makedirs(self.directory)
 
 def read(self):
 

diff --git a/g_sorcery/package_db.py b/g_sorcery/package_db.py
index 5eeeb63..ec2d45f 100644
--- a/g_sorcery/package_db.py
+++ b/g_sorcery/package_db.py
@@ -216,7 +216,6 @@ class PackageDB(object):
 
 self.db_layout.clean()
 self.reset_db()
-self.write()
 
 
 def write(self):



[gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/, tests/

2015-04-20 Thread Jauhien Piatlicki
commit: 15e264af65e08505ec85d8cb0dd53170ac044985
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Apr 17 09:31:25 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Apr 17 17:10:08 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=15e264af

[g_sorcery/package_db] add category common data setter and getter to DB API

 g_sorcery/package_db.py | 38 ++
 tests/test_PackageDB.py | 17 +
 2 files changed, 51 insertions(+), 4 deletions(-)

diff --git a/g_sorcery/package_db.py b/g_sorcery/package_db.py
index ec2d45f..5374ae5 100644
--- a/g_sorcery/package_db.py
+++ b/g_sorcery/package_db.py
@@ -105,6 +105,7 @@ class PackageDB(object):
 self.pkg_name, self.pkg_data = next(self.pkgs_iter)
 self.vers_iter = iter(self.pkg_data.items())
 
+ebuild_data = dict(ebuild_data)
 ebuild_data.update(self.cat_data['common_data'])
 return (Package(self.cat_name, self.pkg_name, ver), 
ebuild_data)
 
@@ -129,6 +130,7 @@ class PackageDB(object):
 self.pkg_name, self.pkg_data = next(self.pkgs_iter)
 self.vers_iter = iter(self.pkg_data.items())
 
+ebuild_data = dict(ebuild_data)
 ebuild_data.update(self.cat_data['common_data'])
 return (Package(self.cat_name, self.pkg_name, ver), 
ebuild_data)
 
@@ -275,6 +277,42 @@ class PackageDB(object):
 self.categories[category] = description
 
 
+def set_common_data(self, category, common_data):
+
+Set common data for a category.
+
+Args:
+category: Category name.
+common_data: Category common data.
+
+if not category in self.categories:
+raise InvalidKeyError('Non-existent category: ' + category)
+
+if not category in self.database:
+self.database[category] = {'common_data': common_data, 'packages': 
{}}
+else:
+self.database[category]['common_data'] = common_data
+
+
+def get_common_data(self, category):
+
+Get common data for a category.
+
+Args:
+category: Category name.
+
+Returns:
+Dictionary with category common data.
+
+if not category in self.categories:
+raise InvalidKeyError('Non-existent category: ' + category)
+
+if not category in self.database:
+return {}
+else:
+return self.database[category]['common_data']
+
+
 def add_package(self, package, ebuild_data=None):
 
 Add a package.

diff --git a/tests/test_PackageDB.py b/tests/test_PackageDB.py
index f73f006..2a67385 100644
--- a/tests/test_PackageDB.py
+++ b/tests/test_PackageDB.py
@@ -38,11 +38,15 @@ class TestPackageDB(BaseTest):
 orig_db = PackageDB(orig_path)
 orig_db.add_category(app-test1)
 orig_db.add_category(app-test2)
-ebuild_data = {test1: test1, test2: test2}
+ebuild_data = {test1: tst1, test2: tst2}
+common_data = {common1: cmn1, common2: cmn2}
 packages = [Package(app-test1, test, 1), Package(app-test1, 
test, 2),
 Package(app-test1, test1, 1), Package(app-test2, 
test2, 1)]
 for package in packages:
 orig_db.add_package(package, ebuild_data)
+orig_db.set_common_data(app-test1, common_data)
+full_data = dict(ebuild_data)
+full_data.update(common_data)
 
 orig_db.write()
 os.system(cd  + orig_tempdir.name +   tar cvzf good.tar.gz db)
@@ -61,6 +65,8 @@ class TestPackageDB(BaseTest):
 srv.join()
 test_db.read()
 self.assertEqual(orig_db.database, test_db.database)
+self.assertEqual(orig_db.get_common_data(app-test1), 
test_db.get_common_data(app-test1))
+self.assertEqual(orig_db.get_common_data(app-test2), 
test_db.get_common_data(app-test2))
 self.assertEqual(set(test_db.list_categories()), set([app-test1, 
app-test2]))
 self.assertTrue(test_db.in_category(app-test1, test))
 self.assertFalse(test_db.in_category(app-test2, test))
@@ -71,7 +77,7 @@ class TestPackageDB(BaseTest):
 self.assertRaises(InvalidKeyError, test_db.list_package_versions, 
app-test1, invalid)
 self.assertEqual(set(test_db.list_package_versions(app-test1, 
test)), set(['1', '2']))
 self.assertEqual(set(test_db.list_all_packages()), set(packages))
-self.assertEqual(test_db.get_package_description(packages[0]), 
ebuild_data)
+self.assertEqual(test_db.get_package_description(packages[0]), 
full_data)
 self.assertRaises(KeyError, test_db.get_package_description, 
Package(invalid, invalid, 1))
 self.assertEqual(test_db.get_max_version(app-test1, test), 2)
 

[gentoo-commits] proj/g-sorcery:dev commit in: tests/, g_sorcery/

2015-04-20 Thread Jauhien Piatlicki
commit: d01b0ddac70c475225b73f36a4b863598653b0b0
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Apr 17 15:02:38 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Apr 17 17:10:47 2015 +
URL:https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=d01b0dda

[g_sorcery/db_layout] fix BSON support and add tests for it

 g_sorcery/db_layout.py  |   6 ++-
 tests/server.py |   4 +-
 tests/test_PackageDB.py | 133 ++--
 3 files changed, 80 insertions(+), 63 deletions(-)

diff --git a/g_sorcery/db_layout.py b/g_sorcery/db_layout.py
index 1f4514c..da779bd 100644
--- a/g_sorcery/db_layout.py
+++ b/g_sorcery/db_layout.py
@@ -40,7 +40,7 @@ SUPPORTED_FILE_FORMATS = {JSON_FILE_SUFFIX: CategoryJSON}
 
 # bson module is optional, we should check if it is installed
 try:
-from g_sorcery.file_bson.file_bson import FileBSON
+from .file_bson.file_bson import FileBSON
 
 class CategoryBSON(FileBSON):
 
@@ -172,9 +172,13 @@ def get_layout(metadata):
 return (CategoryJSON, [file_name(CATEGORIES_FILE_NAME)])
 elif layout_version == 1:
 category_format = metadata['category_format']
+wrong_fmt = True
 try:
 category_cls = SUPPORTED_FILE_FORMATS[category_format]
+wrong_fmt = False
 except KeyError:
+pass
+if wrong_fmt:
 raise DBLayoutError(unsupported packages file format:  + 
category_format)
 return (category_cls, [file_name(CATEGORIES_FILE_NAME), 
file_name(METADATA_FILE_NAME)])
 else:

diff --git a/tests/server.py b/tests/server.py
index 5cb813f..51d49b7 100644
--- a/tests/server.py
+++ b/tests/server.py
@@ -38,10 +38,10 @@ def HTTPRequestHandlerGenerator(direct):
 
 
 class Server(threading.Thread):
-def __init__(self, directory):
+def __init__(self, directory, port=8080):
 super(Server, self).__init__()
 HTTPServer.allow_reuse_address = True
-server_address = ('127.0.0.1', 8080)
+server_address = ('127.0.0.1', port)
 self.httpd = HTTPServer(server_address, 
HTTPRequestHandlerGenerator(directory))
 
 def run(self):

diff --git a/tests/test_PackageDB.py b/tests/test_PackageDB.py
index 2a67385..221be00 100644
--- a/tests/test_PackageDB.py
+++ b/tests/test_PackageDB.py
@@ -16,6 +16,7 @@ import time
 import unittest
 
 from g_sorcery.compatibility import TemporaryDirectory
+from g_sorcery.db_layout import JSON_FILE_SUFFIX, BSON_FILE_SUFFIX
 from g_sorcery.exceptions import IntegrityError, InvalidKeyError, SyncError
 from g_sorcery.g_collections import Package
 from g_sorcery.package_db import PackageDB
@@ -23,6 +24,14 @@ from g_sorcery.package_db import PackageDB
 from tests.base import BaseTest
 from tests.server import Server
 
+SUPPORTED_FILE_FORMATS = [JSON_FILE_SUFFIX]
+# bson module is optional, we should check if it is installed
+try:
+from g_sorcery.file_bson.file_bson import FileBSON
+SUPPORTED_FILE_FORMATS.append(BSON_FILE_SUFFIX)
+except ImportError as e:
+pass
+
 
 class TestDB(PackageDB):
 def get_real_db_uri(self, db_uri):
@@ -32,66 +41,70 @@ class TestDB(PackageDB):
 class TestPackageDB(BaseTest):
 
 def test_functionality(self):
-orig_tempdir = TemporaryDirectory()
-orig_path = os.path.join(orig_tempdir.name, db)
-os.makedirs(orig_path)
-orig_db = PackageDB(orig_path)
-orig_db.add_category(app-test1)
-orig_db.add_category(app-test2)
-ebuild_data = {test1: tst1, test2: tst2}
-common_data = {common1: cmn1, common2: cmn2}
-packages = [Package(app-test1, test, 1), Package(app-test1, 
test, 2),
-Package(app-test1, test1, 1), Package(app-test2, 
test2, 1)]
-for package in packages:
-orig_db.add_package(package, ebuild_data)
-orig_db.set_common_data(app-test1, common_data)
-full_data = dict(ebuild_data)
-full_data.update(common_data)
-
-orig_db.write()
-os.system(cd  + orig_tempdir.name +   tar cvzf good.tar.gz db)
-os.system(echo invalid   + orig_tempdir.name + 
/db/app-test1/packages.json)
-os.system(cd  + orig_tempdir.name +   tar cvzf dummy.tar.gz db)
-
-test_db = TestDB(self.tempdir.name)
-self.assertRaises(SyncError, test_db.sync, 127.0.0.1:8080)
-
-srv = Server(orig_tempdir.name)
-srv.start()
-self.assertRaises(IntegrityError, test_db.sync, 127.0.0.1:8080)
-os.system(cd  + orig_tempdir.name +   mv good.tar.gz 
dummy.tar.gz)
-test_db.sync(127.0.0.1:8080)
-srv.shutdown()
-srv.join()
-test_db.read()
-self.assertEqual(orig_db.database, test_db.database)
-self.assertEqual(orig_db.get_common_data(app-test1), 
test_db.get_common_data(app-test1))
-self.assertEqual(orig_db.get_common_data(app-test2), 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Theo Chatzimichos
commit: f6931f42ddbe4540b25c25af2b302cd8c72bb8dd
Author: Theo Chatzimichos tampakrap AT gentoo DOT org
AuthorDate: Mon Apr 20 22:33:56 2015 +
Commit: Theo Chatzimichos tampakrap AT gentoo DOT org
CommitDate: Mon Apr 20 22:33:56 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=f6931f42

git://git.gentoo.org - git://anongit.gentoo.org

It is better to use the anongit for read only operations in order to take
advantage of the git mirroring system

 files/overlays/repositories.xml | 378 
 1 file changed, 189 insertions(+), 189 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 5ee8a2e..de32a05 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -78,7 +78,7 @@ FIN
   emailm...@mva.name/email
   nameVadim A. Misbakh-Soloviov (mva)/name
 /owner
-source type=gitgit://git.gentoo.org/user/activehome.git/source
+source type=gitgit://anongit.gentoo.org/user/activehome.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
 feedhttp://git.gentoo.org/gitweb/?p=user/activehome.git;a=atom/feed
@@ -92,7 +92,7 @@ FIN
   emaila...@gentoo.org/email
   nameAgostino Sarubbo/name
 /owner
-source type=gitgit://git.gentoo.org/dev/ago.git/source
+source type=gitgit://anongit.gentoo.org/dev/ago.git/source
 source type=githttp://cgit.gentooexperimental.org/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/ago.git;a=atom/feed
@@ -143,7 +143,7 @@ FIN
   emailalex.ce...@gmail.com/email
   nameAlexandru Cepoi/name
 /owner
-source type=gitgit://git.gentoo.org/user/alexcepoi.git/source
+source type=gitgit://anongit.gentoo.org/user/alexcepoi.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
 feedhttp://git.gentoo.org/gitweb/?p=user/alexcepoi.git;a=atom/feed
@@ -157,7 +157,7 @@ FIN
   emailale...@gentoo.org/email
   nameAlexey Shvetsov/name
 /owner
-source type=gitgit://git.gentoo.org/dev/alexxy.git/source
+source type=gitgit://anongit.gentoo.org/dev/alexxy.git/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/alexxy.git;a=atom/feed
@@ -182,7 +182,7 @@ FIN
   emailanthoine.bourge...@gmail.com/email
   nameAnthoine Bourgeois/name
 /owner
-source type=gitgit://git.gentoo.org/user/aluco.git/source
+source type=gitgit://anongit.gentoo.org/user/aluco.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
 feedhttp://git.gentoo.org/gitweb/?p=user/aluco.git;a=atom/feed
@@ -220,7 +220,7 @@ FIN
   emailanar...@gentoo.org/email
   nameJory Pratt/name
 /owner
-source type=gitgit://git.gentoo.org/dev/anarchy/source
+source type=gitgit://anongit.gentoo.org/dev/anarchy/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/anarchy.git;a=atom/feed
@@ -234,7 +234,7 @@ FIN
   emaildominik.krieg...@aol.at/email
   nameDominik Kriegner/name
 /owner
-source type=gitgit://git.gentoo.org/user/anaximander.git/source
+source type=gitgit://anongit.gentoo.org/user/anaximander.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
 feedhttp://git.gentoo.org/gitweb/?p=user/anaximander.git;a=atom/feed
@@ -273,7 +273,7 @@ FIN
   emaila...@mailbox.tu-berlin.de/email
   nameAndrew Karpow/name
 /owner
-source type=gitgit://git.gentoo.org/user/andy.git/source
+source type=gitgit://anongit.gentoo.org/user/andy.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
 feedhttp://git.gentoo.org/gitweb/?p=user/andy.git;a=atom/feed
@@ -287,7 +287,7 @@ FIN
   emailange...@gentoo.org/email
   nameChristoph Mende/name
 /owner
-source type=gitgit://git.gentoo.org/dev/angelos.git/source
+source type=gitgit://anongit.gentoo.org/dev/angelos.git/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/angelos.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/angelos.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/angelos.git;a=atom/feed
@@ -326,7 +326,7 @@ FIN
  

[gentoo-commits] gentoo-x86 commit in dev-perl/Search-Xapian: Search-Xapian-1.2.20.0.ebuild ChangeLog Search-Xapian-1.2.14.0.ebuild Search-Xapian-1.2.17.0.ebuild Search-Xapian-1.2.18.0.ebuild

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:43:26

  Modified: ChangeLog
  Added:Search-Xapian-1.2.20.0.ebuild
  Removed:  Search-Xapian-1.2.14.0.ebuild
Search-Xapian-1.2.17.0.ebuild
Search-Xapian-1.2.18.0.ebuild
  Log:
  Clean up.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.67 dev-perl/Search-Xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   19 Apr 2015 06:56:14 -  1.66
+++ ChangeLog   20 Apr 2015 23:43:26 -  1.67
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Search-Xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.66 
2015/04/19 06:56:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.67 
2015/04/20 23:43:26 blueness Exp $
+
+*Search-Xapian-1.2.20.0 (20 Apr 2015)
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +Search-Xapian-1.2.20.0.ebuild, -Search-Xapian-1.2.14.0.ebuild,
+  -Search-Xapian-1.2.17.0.ebuild, -Search-Xapian-1.2.18.0.ebuild:
+  Clean up.
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org Search-Xapian-1.2.19.0.ebuild:
   x86 stable wrt bug #531758



1.1  dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild?rev=1.1content-type=text/plain

Index: Search-Xapian-1.2.20.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.20.0.ebuild,v 
1.1 2015/04/20 23:43:26 blueness Exp $

EAPI=5

MODULE_AUTHOR=OLLY
inherit perl-module toolchain-funcs versionator

VERSION=$(get_version_component_range 1-3)

SRC_URI+= http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz;
DESCRIPTION=Perl XS frontend to the Xapian C++ search library

LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=examples

RDEPEND=~dev-libs/xapian-${VERSION}
!dev-libs/xapian-bindings[perl]
DEPEND=${RDEPEND}
virtual/perl-Module-Build

SRC_TEST=do

myconf=CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}

src_install() {
perl-module_src_install

use examples  {
docinto examples
dodoc ${S}/examples/*
}
}






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian: ChangeLog xapian-1.2.14.ebuild xapian-1.2.18.ebuild xapian-1.3.1-r1.ebuild xapian-1.2.17.ebuild

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:58:09

  Modified: ChangeLog
  Removed:  xapian-1.2.14.ebuild xapian-1.2.18.ebuild
xapian-1.3.1-r1.ebuild xapian-1.2.17.ebuild
  Log:
  Clean up.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.143dev-libs/xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.143view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.143content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.142r2=1.143

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   20 Apr 2015 22:44:39 -  1.142
+++ ChangeLog   20 Apr 2015 23:58:09 -  1.143
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.142 
2015/04/20 22:44:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.143 
2015/04/20 23:58:09 blueness Exp $
+
+  21 Apr 2015; Anthony G. Basile bluen...@gentoo.org -xapian-1.2.14.ebuild,
+  -xapian-1.2.17.ebuild, -xapian-1.2.18.ebuild, -xapian-1.3.1-r1.ebuild:
+  Clean up.
 
 *xapian-1.3.2 (20 Apr 2015)
 *xapian-1.2.20 (20 Apr 2015)






[gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.25.ebuild ChangeLog

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/21 01:23:28

  Modified: binutils-2.25.ebuild ChangeLog
  Log:
  Add fix from upstream for enabling mips/gold.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-devel/binutils/binutils-2.25.ebuild

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

Index: binutils-2.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- binutils-2.25.ebuild15 Mar 2015 18:09:47 -  1.3
+++ binutils-2.25.ebuild21 Apr 2015 01:23:28 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 
1.3 2015/03/15 18:09:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 
1.4 2015/04/21 01:23:28 vapier Exp $
 
 EAPI=4
 
-PATCHVER=1.0
+PATCHVER=1.1
 ELF2FLT_VER=
 inherit toolchain-binutils
 



1.530sys-devel/binutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.530view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.530content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.529r2=1.530

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -r1.529 -r1.530
--- ChangeLog   15 Mar 2015 18:09:47 -  1.529
+++ ChangeLog   21 Apr 2015 01:23:28 -  1.530
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.529 
2015/03/15 18:09:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.530 
2015/04/21 01:23:28 vapier Exp $
+
+  21 Apr 2015; Mike Frysinger vap...@gentoo.org binutils-2.25.ebuild:
+  Add fix from upstream for enabling mips/gold.
 
   15 Mar 2015; Michał Górny mgo...@gentoo.org binutils-2.25.ebuild:
   Mark ~amd64-fbsd, bug #499212. Tested by nigoro.






[gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-4.0.0-r1.ebuild ChangeLog

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/20 20:51:18

  Modified: ChangeLog
  Added:iproute2-4.0.0-r1.ebuild
  Log:
  Add fix from upstream for buffer overflows when running `tc qdisc show` 
#546928 by jamesrutledge.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.252sys-apps/iproute2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   15 Apr 2015 11:58:43 -  1.251
+++ ChangeLog   20 Apr 2015 20:51:18 -  1.252
@@ -1,6 +1,14 @@
 # ChangeLog for sys-apps/iproute2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.251 
2015/04/15 11:58:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.252 
2015/04/20 20:51:18 vapier Exp $
+
+*iproute2-4.0.0-r1 (20 Apr 2015)
+
+  20 Apr 2015; Mike Frysinger vap...@gentoo.org
+  +files/iproute2-4.0.0-tc-show-buffer-overflow.patch,
+  +iproute2-4.0.0-r1.ebuild:
+  Add fix from upstream for buffer overflows when running `tc qdisc show`
+  #546928 by jamesrutledge.
 
 *iproute2-4.0.0 (15 Apr 2015)
 



1.1  sys-apps/iproute2/iproute2-4.0.0-r1.ebuild

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

Index: iproute2-4.0.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-4.0.0-r1.ebuild,v 
1.1 2015/04/20 20:51:18 vapier Exp $

EAPI=5

inherit eutils toolchain-funcs flag-o-matic multilib

if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI=git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
inherit git-2
else
SRC_URI=mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
fi

DESCRIPTION=kernel routing and traffic control utilities
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;

LICENSE=GPL-2
SLOT=0
IUSE=atm berkdb +iptables ipv6 minimal selinux

RDEPEND=!net-misc/arpd
iptables? ( =net-firewall/iptables-1.4.20:= )
!minimal? ( berkdb? ( sys-libs/db:= ) )
atm? ( net-dialup/linux-atm )
selinux? ( sys-libs/libselinux )
DEPEND=${RDEPEND}
app-arch/xz-utils
iptables? ( virtual/pkgconfig )
sys-devel/bison
sys-devel/flex
=sys-kernel/linux-headers-2.6.27
elibc_glibc? ( =sys-libs/glibc-2.7 )

src_prepare() {
epatch ${FILESDIR}/${PN}-3.1.0-mtu.patch #291907
epatch ${FILESDIR}/${P}-tc-show-buffer-overflow.patch #546928
use ipv6 || epatch ${FILESDIR}/${PN}-3.10.0-no-ipv6.patch #326849

sed -i \
-e '/^CC =/d' \
-e /^LIBDIR/s:=.*:=/$(get_libdir): \
-e s:-O2:${CFLAGS} ${CPPFLAGS}: \
-e /^HOSTCC/s:=.*:= $(tc-getBUILD_CC): \
-e /^WFLAGS/s:-Werror:: \
-e /^DBM_INCLUDE/s:=.*:=${T}: \
Makefile || die

# Use /run instead of /var/run.
sed -i \
-e 's:/var/run:/run:g' \
ip/ipnetns.c \
man/man8/ip-netns.8 || die

# build against system headers
rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h 
include/libiptc
sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die

# don't build arpd if USE=-berkdb #81660
use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile

use minimal  sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile
}

src_configure() {
tc-export AR CC PKG_CONFIG

# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd ${T} /dev/null
echo 'main(){return setns();};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c /dev/null  setns=y || setns=n
echo 'main(){};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv /dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' ${S}/Makefile
popd /dev/null

cat -EOF  Config
TC_CONFIG_ATM := 

[gentoo-commits] gentoo-x86 commit in sys-apps/iproute2/files: iproute2-4.0.0-tc-show-buffer-overflow.patch

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/20 20:51:19

  Added:iproute2-4.0.0-tc-show-buffer-overflow.patch
  Log:
  Add fix from upstream for buffer overflows when running `tc qdisc show` 
#546928 by jamesrutledge.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  
sys-apps/iproute2/files/iproute2-4.0.0-tc-show-buffer-overflow.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/files/iproute2-4.0.0-tc-show-buffer-overflow.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/files/iproute2-4.0.0-tc-show-buffer-overflow.patch?rev=1.1content-type=text/plain

Index: iproute2-4.0.0-tc-show-buffer-overflow.patch
===
https://bugs.gentoo.org/546928

From 46679bbbe89699016d31486de7599590d02a5054 Mon Sep 17 00:00:00 2001
From: Vadim Kochan vadi...@gmail.com
Date: Mon, 20 Apr 2015 08:33:32 +0300
Subject: [PATCH] tc util: Fix possible buffer overflow when print class id

Use correct handle buffer length.

Signed-off-by: Vadim Kochan vadi...@gmail.com
---
 tc/tc_util.c | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/tc/tc_util.c b/tc/tc_util.c
index 1d3153d..dc2b70f 100644
--- a/tc/tc_util.c
+++ b/tc/tc_util.c
@@ -128,30 +128,31 @@ ok:
return 0;
 }
 
-int print_tc_classid(char *buf, int len, __u32 h)
+int print_tc_classid(char *buf, int blen, __u32 h)
 {
-   char handle[40] = {};
+   SPRINT_BUF(handle) = {};
+   int hlen = SPRINT_BSIZE - 1;
 
if (h == TC_H_ROOT)
sprintf(handle, root);
else if (h == TC_H_UNSPEC)
-   snprintf(handle, len, none);
+   snprintf(handle, hlen, none);
else if (TC_H_MAJ(h) == 0)
-   snprintf(handle, len, :%x, TC_H_MIN(h));
+   snprintf(handle, hlen, :%x, TC_H_MIN(h));
else if (TC_H_MIN(h) == 0)
-   snprintf(handle, len, %x:, TC_H_MAJ(h)  16);
+   snprintf(handle, hlen, %x:, TC_H_MAJ(h)  16);
else
-   snprintf(handle, len, %x:%x, TC_H_MAJ(h)  16, TC_H_MIN(h));
+   snprintf(handle, hlen, %x:%x, TC_H_MAJ(h)  16, TC_H_MIN(h));
 
if (use_names) {
char clname[IDNAME_MAX] = {};
 
if (id_to_name(cls_names, h, clname))
-   snprintf(buf, len, %s#%s, clname, handle);
+   snprintf(buf, blen, %s#%s, clname, handle);
else
-   snprintf(buf, len, %s, handle);
+   snprintf(buf, blen, %s, handle);
} else {
-   snprintf(buf, len, %s, handle);
+   snprintf(buf, blen, %s, handle);
}
 
return 0;
-- 
2.3.5







[gentoo-commits] gentoo-x86 commit in app-text/xapian-omega: xapian-omega-1.2.20.ebuild xapian-omega-1.3.2.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:11:03

  Modified: ChangeLog
  Added:xapian-omega-1.2.20.ebuild
xapian-omega-1.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.63 app-text/xapian-omega/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   19 Apr 2015 06:55:47 -  1.62
+++ ChangeLog   20 Apr 2015 23:11:03 -  1.63
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/xapian-omega
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.62 
2015/04/19 06:55:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.63 
2015/04/20 23:11:03 blueness Exp $
+
+*xapian-omega-1.2.20 (20 Apr 2015)
+*xapian-omega-1.3.2 (20 Apr 2015)
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +xapian-omega-1.2.20.ebuild, +xapian-omega-1.3.2.ebuild:
+  Version bump.
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org xapian-omega-1.2.19.ebuild:
   x86 stable wrt bug #531758



1.1  app-text/xapian-omega/xapian-omega-1.2.20.ebuild

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

Index: xapian-omega-1.2.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.20.ebuild,v 1.1 
2015/04/20 23:11:03 blueness Exp $

EAPI=5

DESCRIPTION=An application built on Xapian, consisting of indexers and a CGI 
search frontend
SRC_URI=http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz;
HOMEPAGE=http://www.xapian.org/;
S=${WORKDIR}/xapian-omega-${PV}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=

DEPEND==dev-libs/xapian-${PV}
dev-lang/perl
dev-libs/libpcre
sys-libs/zlib
RDEPEND=${DEPEND}

src_install () {
emake DESTDIR=${D} install

#move docs to /usr/share/doc/${PF}.
mv ${D}/usr/share/doc/xapian-omega ${D}/usr/share/doc/${PF}

dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}



1.1  app-text/xapian-omega/xapian-omega-1.3.2.ebuild

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

Index: xapian-omega-1.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.2.ebuild,v 1.1 
2015/04/20 23:11:03 blueness Exp $

EAPI=5

DESCRIPTION=An application built on Xapian, consisting of indexers and a CGI 
search frontend
SRC_URI=http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz;
HOMEPAGE=http://www.xapian.org/;
S=${WORKDIR}/xapian-omega-${PV}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86
IUSE=

DEPEND==dev-libs/xapian-${PV}
dev-lang/perl
dev-libs/libpcre
sys-libs/zlib
RDEPEND=${DEPEND}

src_install () {
emake DESTDIR=${D} install

#move docs to /usr/share/doc/${PF}.
mv ${D}/usr/share/doc/xapian-omega ${D}/usr/share/doc/${PF}

dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian-bindings: ChangeLog xapian-bindings-1.2.18.ebuild xapian-bindings-1.2.17.ebuild xapian-bindings-1.3.1.ebuild xapian-bindings-1.2.14.ebuild

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:52:19

  Modified: ChangeLog
  Removed:  xapian-bindings-1.2.18.ebuild
xapian-bindings-1.2.17.ebuild
xapian-bindings-1.3.1.ebuild
xapian-bindings-1.2.14.ebuild
  Log:
  Clean up.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.101dev-libs/xapian-bindings/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   20 Apr 2015 23:05:51 -  1.100
+++ ChangeLog   20 Apr 2015 23:52:19 -  1.101
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/xapian-bindings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.100 
2015/04/20 23:05:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.101 
2015/04/20 23:52:19 blueness Exp $
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  -xapian-bindings-1.2.14.ebuild, -xapian-bindings-1.2.17.ebuild,
+  -xapian-bindings-1.2.18.ebuild, -xapian-bindings-1.3.1.ebuild:
+  Clean up.
 
 *xapian-bindings-1.2.20 (20 Apr 2015)
 *xapian-bindings-1.3.2 (20 Apr 2015)






[gentoo-commits] gentoo-x86 commit in sci-electronics/fritzing: fritzing-0.9.2b.ebuild ChangeLog

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:43:37

  Modified: ChangeLog
  Added:fritzing-0.9.2b.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.13 sci-electronics/fritzing/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/fritzing/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/fritzing/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/fritzing/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/fritzing/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Jun 2014 13:59:16 -  1.12
+++ ChangeLog   21 Apr 2015 00:43:37 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/fritzing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/fritzing/ChangeLog,v 1.12 
2014/06/12 13:59:16 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/fritzing/ChangeLog,v 1.13 
2015/04/21 00:43:37 mrueg Exp $
+
+*fritzing-0.9.2b (21 Apr 2015)
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org +fritzing-0.9.2b.ebuild:
+  Version bump.
 
   12 Jun 2014; Manuel Rüger mr...@gentoo.org -fritzing-0.8.5b.ebuild:
   Cleanup old.



1.1  sci-electronics/fritzing/fritzing-0.9.2b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/fritzing/fritzing-0.9.2b.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/fritzing/fritzing-0.9.2b.ebuild?rev=1.1content-type=text/plain

Index: fritzing-0.9.2b.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/fritzing/fritzing-0.9.2b.ebuild,v 1.1 
2015/04/21 00:43:37 mrueg Exp $

EAPI=5

inherit qmake-utils

DESCRIPTION=Electronic Design Automation
HOMEPAGE=http://fritzing.org/;
SRC_URI=https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=CC-BY-SA-3.0 GPL-2 GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtconcurrent:5
dev-qt/qtserialport:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
dev-libs/quazip
DEPEND=${RDEPEND}
=dev-libs/boost-1.40

S=${WORKDIR}/${PN}-app-${PV}

src_prepare() {
local translations=

# Get a rid of the bundled libs
# Bug 412555 and
# https://code.google.com/p/fritzing/issues/detail?id=1898
rm -rf src/lib/quazip/ pri/quazip.pri src/lib/boost*

# Fritzing doesn't need zlib
sed -i -e 's:LIBS += -lz::' -e 's:-lminizip::' phoenix.pro || die

edos2unix ${PN}.desktop

# Somewhat evil but IMHO the best solution
for lang in $LINGUAS; do
lang=${lang/linguas_}
[ -f translations/${PN}_${lang}.qm ]  translations+= 
translations/${PN}_${lang}.qm
done
if [ -n ${translations} ]; then
sed -i -e s:\(translations.extra =\) .*:\1 cp -p 
${translations} \$(INSTALL_ROOT)\$\$PKGDATADIR/translations\r: phoenix.pro || 
die
else
sed -i -e s:translations.extra = .*:\r: phoenix.pro || die
fi
}

src_configure() {
eqmake5 DEFINES=QUAZIP_INSTALLED PREFIX=${D}/usr phoenix.pro
}






[gentoo-commits] gentoo-x86 commit in games-puzzle/kiki: kiki-1.0.2-r2.ebuild ChangeLog

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/21 00:43:58

  Modified: kiki-1.0.2-r2.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-puzzle/kiki/kiki-1.0.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild?r1=1.8r2=1.9

Index: kiki-1.0.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kiki-1.0.2-r2.ebuild13 Apr 2012 19:21:33 -  1.8
+++ kiki-1.0.2-r2.ebuild21 Apr 2015 00:43:58 -  1.9
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 
1.8 2012/04/13 19:21:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 
1.9 2015/04/21 00:43:58 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 PYTHON_DEPEND=2
-
 inherit eutils python toolchain-funcs games
 
 DESCRIPTION=Fun 3D puzzle game using SDL/OpenGL
@@ -41,8 +40,7 @@
-e s:kiki_home += \/\;:kiki_home = 
\${GAMES_DATADIR}/${PN}/\;:g \
-e s:KConsole\:\:printf(\WARNING \:\: environment variable 
KIKI_HOME not set ...\);::g \
-e s:KConsole\:\:printf(\   ... assuming resources in 
current directory\);::g \
-   src/main/KikiController.cpp \
-   || die sed KikiController.cpp failed
+   src/main/KikiController.cpp || die
 
# Bug 139570
cd SWIG
@@ -52,21 +50,22 @@
 }
 
 src_compile() {
-   emake -C kodilib/linux AR=$(tc-getAR) || die emake kodilib failed
-   emake -C linux PYTHON_VERSION=$(python_get_version) || die emake 
linux failed
+   emake -C kodilib/linux AR=$(tc-getAR)
+   emake -C linux PYTHON_VERSION=$(python_get_version)
 }
 
 src_install() {
-   dogamesbin linux/kiki || die dogamesbin failed
+   dogamesbin linux/kiki
 
insinto ${GAMES_DATADIR}/${PN}
-   doins -r py sound || die doins failed
+   doins -r py sound
 
dodoc Readme.txt Thanks.txt
prepgamesdirs
 }
 
 pkg_setup() {
+   python_pkg_setup
python_set_active_version 2
games_pkg_setup
 }



1.20 games-puzzle/kiki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/kiki/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   13 Apr 2012 19:21:33 -  1.19
+++ ChangeLog   21 Apr 2015 00:43:58 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/kiki
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.19 
2012/04/13 19:21:33 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.20 
2015/04/21 00:43:58 mr_bones_ Exp $
+
+  21 Apr 2015; Michael Sterrett mr_bon...@gentoo.org kiki-1.0.2-r2.ebuild:
+  EAPI=5
 
   13 Apr 2012; Ulrich Müller u...@gentoo.org kiki-1.0.2-r2.ebuild:
   Move EAPI assignment to top of ebuild, bug 411875.
@@ -70,4 +73,3 @@
 
   05 Aug 2003; Michael Sterrett mster...@gentoo.org kiki-0.9.0.ebuild:
   initial commit.  ebuild supplied by Brent Kelly and modified. (bug 25977)
-






[gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r2.ebuild ChangeLog

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:34:44

  Modified: ChangeLog
  Added:x-unikey-1.0.4-r2.ebuild
  Log:
  Update EAPI.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.27 app-i18n/x-unikey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   20 Apr 2015 20:30:56 -  1.26
+++ ChangeLog   20 Apr 2015 20:34:44 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/x-unikey
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.26 
2015/04/20 20:30:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.27 
2015/04/20 20:34:44 mrueg Exp $
+
+*x-unikey-1.0.4-r2 (20 Apr 2015)
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org +x-unikey-1.0.4-r2.ebuild:
+  Update EAPI.
 
   20 Apr 2015; Manuel Rüger mr...@gentoo.org -x-unikey-0.9.2.ebuild:
   Remove old.



1.1  app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild?rev=1.1content-type=text/plain

Index: x-unikey-1.0.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 
1.1 2015/04/20 20:34:44 mrueg Exp $

EAPI=5

inherit autotools eutils multilib gnome2-utils

DESCRIPTION=Vietnamese X Input Method
HOMEPAGE=http://www.unikey.org/;
SRC_URI=mirror://sourceforge/unikey/${P}.tar.bz2

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

RDEPEND=x11-libs/libX11
x11-libs/libSM
x11-libs/libICE
gtk? ( =x11-libs/gtk+-2.2:2 )
nls? ( virtual/libintl )
DEPEND=${RDEPEND}
dev-libs/glib
virtual/pkgconfig
nls? ( sys-devel/gettext )

pkg_setup() {
# An arch specific config directory is used on multilib systems
has_multilib_profile  GTK2_CONFDIR=/etc/gtk-2.0/${CHOST}
GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/}
}

src_prepare() {
epatch ${FILESDIR}/${P}-gcc43.patch \
${FILESDIR}/${P}-gcc44.patch \
${FILESDIR}/${P}-gentoo.patch
eautoreconf
}

src_configure() {
local myconf
# --with-gtk-sysconfdir to prevent sandbox violation only
use gtk  myconf=--with-unikey-gtk 
--with-gtk-sysconfdir=${GTK2_CONFDIR}
econf ${myconf}
}

src_install() {
if use gtk;then
dodir ${GTK2_CONFDIR}
#   emake DESTDIR=${D} install -C src/unikey-gtk || die
fi
#   dobin src/xim/ukxim src/gui/unikey
emake DESTDIR=${D} install 
doenvd ${FILESDIR}/01x-unikey

dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
cd doc
dodoc README1ST keymap-syntax manual options ukmacro \
unikey-manual-0.9.pdf unikey.png unikeyrc
}

pkg_postinst() {
elog
elog Go to /etc/env.d/01x-unikey and uncomment appropriate lines
elog to enable x-unikey
elog
if use gtk; then
gnome2_query_immodules_gtk2
elog If you want to use x-unikey as the default gtk+ input 
method,
elog change GTK_IM_MODULE in /etc/env.d/01x-unikey to 
\unikey\
elog
fi
}

pkg_postrm() {
use gtk  gnome2_query_immodules_gtk2
}






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian: xapian-1.3.2.ebuild xapian-1.2.20.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 22:44:39

  Modified: ChangeLog
  Added:xapian-1.3.2.ebuild xapian-1.2.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.142dev-libs/xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.141r2=1.142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   19 Apr 2015 06:55:54 -  1.141
+++ ChangeLog   20 Apr 2015 22:44:39 -  1.142
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.141 
2015/04/19 06:55:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.142 
2015/04/20 22:44:39 blueness Exp $
+
+*xapian-1.3.2 (20 Apr 2015)
+*xapian-1.2.20 (20 Apr 2015)
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org +xapian-1.2.20.ebuild,
+  +xapian-1.3.2.ebuild:
+  Version bump.
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org xapian-1.2.19.ebuild:
   x86 stable wrt bug #531758



1.1  dev-libs/xapian/xapian-1.3.2.ebuild

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

Index: xapian-1.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.3.2.ebuild,v 1.1 
2015/04/20 22:44:39 blueness Exp $

EAPI=5

MY_P=${PN}-core-${PV}

DESCRIPTION=Xapian Probabilistic Information Retrieval library
HOMEPAGE=http://www.xapian.org/;
SRC_URI=http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert 
+inmemory

DEPEND=sys-libs/zlib
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_configure() {
local myconf=

ewarn
if use cpu_flags_x86_sse2; then
ewarn Using sse2
myconf=${myconf} --enable-sse=sse2
else
if use cpu_flags_x86_sse; then
ewarn Using sse
myconf=${myconf} --enable-sse=sse
else
ewarn Disabling sse and sse2
myconf=${myconf} --disable-sse
fi
fi
ewarn

myconf=${myconf} $(use_enable static-libs static)

use brass || myconf=${myconf} --disable-backend-brass
use chert || myconf=${myconf} --disable-backend-chert
use inmemory || myconf=${myconf} --disable-backend-inmemory

myconf=${myconf} --enable-backend-remote --program-suffix=

econf $myconf
}

src_install() {
emake DESTDIR=${D} install

mv ${D}usr/share/doc/xapian-core ${D}usr/share/doc/${PF}
use doc || rm -rf ${D}usr/share/doc/${PF}

dodoc AUTHORS HACKING PLATFORMS README NEWS
}

src_test() {
emake check VALGRIND=
}



1.1  dev-libs/xapian/xapian-1.2.20.ebuild

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

Index: xapian-1.2.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.20.ebuild,v 1.1 
2015/04/20 22:44:39 blueness Exp $

EAPI=5

MY_P=${PN}-core-${PV}

DESCRIPTION=Xapian Probabilistic Information Retrieval library
HOMEPAGE=http://www.xapian.org/;
SRC_URI=http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert 
+inmemory

DEPEND=sys-libs/zlib
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_configure() {
local myconf=

ewarn
if use cpu_flags_x86_sse2; then
ewarn Using sse2
myconf=${myconf} --enable-sse=sse2
else
if 

[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-04-20 Thread Anthony G. Basile
commit: eb00c64ad14eff01b260c6bedcf9d8b73903a5a9
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Apr 20 23:29:26 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Apr 20 23:39:09 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=eb00c64a

sys-kernel/hardened-sources: testing patchset 20150419

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 ...4.38.ebuild = hardened-sources-3.14.39.ebuild} |  2 +-
 19.4.ebuild = hardened-sources-3.19.5.ebuild} |  2 +-
 .../hardened-sources-3.2.68-r5.ebuild  | 43 --
 3 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.38.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.39.ebuild
similarity index 98%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.38.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.39.ebuild
index 8747a70..cdd87d6 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.38.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.39.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=42
+K_GENPATCHES_VER=44
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.19.4.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.19.5.ebuild
similarity index 98%
rename from sys-kernel/hardened-sources/hardened-sources-3.19.4.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.19.5.ebuild
index f0bfefa..66399d3 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.19.4.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.19.5.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=4
+K_GENPATCHES_VER=6
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.68-r5.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.68-r5.ebuild
deleted file mode 100644
index 1683dc9..000
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.68-r5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60.ebuild,v
 1.1 2014/06/11 14:05:43 blueness Exp $
-
-EAPI=5
-
-ETYPE=sources
-K_WANT_GENPATCHES=base extras
-K_GENPATCHES_VER=16
-K_DEBLOB_AVAILABLE=1
-
-inherit kernel-2
-detect_version
-
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6
-HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
-SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
-
-UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
-UNIPATCH_EXCLUDE=4200_fbcondecor-0.9.6.patch
-
-DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
-HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
-IUSE=deblob
-
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
-
-RDEPEND==sys-devel/gcc-4.5
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-
-   local GRADM_COMPAT=sys-apps/gradm-3.1*
-
-   ewarn
-   ewarn Users of grsecurity's RBAC system must ensure they are using
-   ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
-   ewarn It is strongly recommended that the following command is issued
-   ewarn prior to booting a ${PF} kernel for the first time:
-   ewarn
-   ewarn emerge -na =${GRADM_COMPAT}
-   ewarn
-}



[gentoo-commits] gentoo-x86 commit in net-misc/googlecl: ChangeLog googlecl-0.9.12-r1.ebuild googlecl-0.9.11.ebuild googlecl-0.9.12.ebuild googlecl-0.9.13.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:57:56

  Modified: ChangeLog
  Removed:  googlecl-0.9.12-r1.ebuild googlecl-0.9.11.ebuild
googlecl-0.9.12.ebuild googlecl-0.9.13.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.14 net-misc/googlecl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/googlecl/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/googlecl/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/googlecl/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   21 Feb 2013 15:07:40 -  1.13
+++ ChangeLog   21 Apr 2015 00:57:56 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/googlecl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.13 
2013/02/21 15:07:40 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.14 
2015/04/21 00:57:56 mrueg Exp $
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org -googlecl-0.9.11.ebuild,
+  -googlecl-0.9.12-r1.ebuild, -googlecl-0.9.12.ebuild, -googlecl-0.9.13.ebuild:
+  Remove old.
 
   21 Feb 2013; Zac Medico zmed...@gentoo.org googlecl-0.9.14.ebuild:
   Add ~arm-linux and ~x86-linux keywords.






[gentoo-commits] gentoo-x86 commit in app-arch/unrar: unrar-5.2.7.ebuild ChangeLog

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/20 20:47:32

  Modified: ChangeLog
  Added:unrar-5.2.7.ebuild
  Log:
  Version bump #547066 by Perfect Gentleman.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.240app-arch/unrar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?rev=1.240view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?rev=1.240content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?r1=1.239r2=1.240

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   6 Dec 2014 02:26:16 -   1.239
+++ ChangeLog   20 Apr 2015 20:47:32 -  1.240
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/unrar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.239 2014/12/06 
02:26:16 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.240 2015/04/20 
20:47:32 vapier Exp $
+
+*unrar-5.2.7 (20 Apr 2015)
+
+  20 Apr 2015; Mike Frysinger vap...@gentoo.org +unrar-5.2.7.ebuild:
+  Version bump #547066 by Perfect Gentleman.
 
 *unrar-5.2.3 (06 Dec 2014)
 



1.1  app-arch/unrar/unrar-5.2.7.ebuild

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

Index: unrar-5.2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-5.2.7.ebuild,v 1.1 
2015/04/20 20:47:32 vapier Exp $

EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs

MY_PN=${PN}src

DESCRIPTION=Uncompress rar files
HOMEPAGE=http://www.rarlab.com/rar_add.htm;
SRC_URI=http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;

LICENSE=unRAR
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
IUSE=

RDEPEND=!=app-arch/unrar-gpl-0.0.1_p20080417

S=${WORKDIR}/unrar

src_prepare() {
epatch ${FILESDIR}/${PN}-5.0.2-build.patch
epatch ${FILESDIR}/${PN}-5.2.2-no-auto-clean.patch #528218
local sed_args=( -e /libunrar/s:.so:$(get_libname ${PV%.*.*}): )
if [[ ${CHOST} == *-darwin* ]] ; then
sed_args+=( -e s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}): )
else
sed_args+=( -e s:-shared: -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}): )
fi
sed -i ${sed_args[@]} makefile
}

src_configure() {
mkdir -p build-{lib,bin}
printf 'VPATH = ..\ninclude ../makefile'  build-lib/Makefile || die
cp build-{lib,bin}/Makefile || die
}

src_compile() {
unrar_make() {
emake CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS} STRIP=true $@
}

unrar_make CXXFLAGS+= -fPIC -C build-lib lib
ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname)
ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV})

unrar_make -C build-bin
}

src_install() {
dobin build-bin/unrar
dodoc readme.txt

dolib.so build-lib/libunrar*

insinto /usr/include/libunrar${PV%.*.*}
doins *.hpp
dosym libunrar${PV%.*.*} /usr/include/libunrar
}






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.16.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 21:27:45

  Modified: ChangeLog
  Added:stunnel-5.16.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.219net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.219view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.219content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.218r2=1.219

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog   19 Apr 2015 09:41:41 -  1.218
+++ ChangeLog   20 Apr 2015 21:27:45 -  1.219
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.218 
2015/04/19 09:41:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.219 
2015/04/20 21:27:45 blueness Exp $
+
+*stunnel-5.16 (20 Apr 2015)
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org +stunnel-5.16.ebuild:
+  Version bump.
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org stunnel-5.14.ebuild:
   Stable for x86, wrt bug #546908



1.1  net-misc/stunnel/stunnel-5.16.ebuild

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

Index: stunnel-5.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16.ebuild,v 1.1 
2015/04/20 21:27:45 blueness Exp $

EAPI=5

inherit ssl-cert eutils systemd user

DESCRIPTION=TLS/SSL - Port Wrapper
HOMEPAGE=http://www.stunnel.org/index.html;
SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=ipv6 selinux tcpd

DEPEND=tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-stunnel )

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

src_prepare() {
# Hack away generation of certificate
sed -i -e s/^install-data-local:/do-not-run-this:/ \
tools/Makefile.in || die sed failed
}

src_configure() {
econf \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl=${EPREFIX}/usr \
--disable-fips
}

src_install() {
emake DESTDIR=${D} install
rm -rf ${ED}/usr/share/doc/${PN}
rm -f ${ED}/etc/stunnel/stunnel.conf-sample ${ED}/usr/bin/stunnel3 \
${ED}/usr/share/man/man8/stunnel.{fr,pl}.8

# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel

dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html

insinto /etc/stunnel
doins ${FILESDIR}/stunnel.conf
doinitd ${FILESDIR}/stunnel

systemd_dounit ${S}/tools/stunnel.service
systemd_newtmpfilesd ${FILESDIR}/stunnel.tmpfiles.conf stunnel.conf
}

pkg_postinst() {
if [ ! -f ${EROOT}/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel 
${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 ${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
fi

einfo If you want to run multiple instances of stunnel, create a new 
config
einfo file ending with .conf in /etc/stunnel/. **Make sure** you 
change 
einfo \'pid= \' with a unique filename.
}






[gentoo-commits] gentoo-x86 commit in dev-lang/rust-bin: rust-bin-1.0.0_beta2.ebuild ChangeLog

2015-04-20 Thread Jauhien Piatlicki (jauhien)
jauhien 15/04/20 21:32:09

  Modified: ChangeLog
  Added:rust-bin-1.0.0_beta2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
B2EFA1D4)

Revision  ChangesPath
1.6  dev-lang/rust-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Apr 2015 20:41:26 -  1.5
+++ ChangeLog   20 Apr 2015 21:32:09 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/rust-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.5 
2015/04/11 20:41:26 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.6 
2015/04/20 21:32:09 jauhien Exp $
+
+*rust-bin-1.0.0_beta2 (20 Apr 2015)
+
+  20 Apr 2015; Jauhien Piatlicki jauh...@gentoo.org
+  +rust-bin-1.0.0_beta2.ebuild:
+  version bump
 
 *rust-bin-1.0.0_beta (11 Apr 2015)
 



1.1  dev-lang/rust-bin/rust-bin-1.0.0_beta2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_beta2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_beta2.ebuild?rev=1.1content-type=text/plain

Index: rust-bin-1.0.0_beta2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_beta2.ebuild,v 1.1 
2015/04/20 21:32:09 jauhien Exp $

EAPI=5

inherit eutils bash-completion-r1

MY_PV=1.0.0-beta.2
DESCRIPTION=Systems programming language from Mozilla
HOMEPAGE=http://www.rust-lang.org/;
SRC_URI=amd64? ( 
http://static.rust-lang.org/dist/rust-${MY_PV}-x86_64-unknown-linux-gnu.tar.gz )
x86? ( 
http://static.rust-lang.org/dist/rust-${MY_PV}-i686-unknown-linux-gnu.tar.gz )

LICENSE=|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=cargo-bundled doc

DEPEND==app-eselect/eselect-rust-0.2_pre20150206
!dev-lang/rust:0
cargo-bundled? ( !dev-rust/cargo )

RDEPEND=${DEPEND}

src_unpack() {
default

local postfix
use amd64  postfix=x86_64-unknown-linux-gnu
use x86  postfix=i686-unknown-linux-gnu
mv ${WORKDIR}/rust-${MY_PV}-${postfix} ${S} || die
}

src_install() {
local components=rustc
use cargo-bundled  components=${components},cargo
use doc  components=${components},rust-docs
./install.sh \
--components=${components} \
--disable-verify \
--prefix=${D}/opt/${P} \
--mandir=${D}/usr/share/${P}/man \
--disable-ldconfig

local rustc=rustc-bin-${PV}
local rustdoc=rustdoc-bin-${PV}
local rustgdb=rust-gdb-bin-${PV}

mv ${D}/opt/${P}/bin/rustc ${D}/opt/${P}/bin/${rustc} || die
mv ${D}/opt/${P}/bin/rustdoc ${D}/opt/${P}/bin/${rustdoc} || die
mv ${D}/opt/${P}/bin/rust-gdb ${D}/opt/${P}/bin/${rustgdb} || die

dosym /opt/${P}/bin/${rustc} /usr/bin/${rustc}
dosym /opt/${P}/bin/${rustdoc} /usr/bin/${rustdoc}
dosym /opt/${P}/bin/${rustgdb} /usr/bin/${rustgdb}

cat -EOF  ${T}/50${P}
LDPATH=/opt/${P}/lib
MANPATH=/usr/share/${P}/man
EOF
doenvd ${T}/50${P}

dodir /etc/env.d/rust
touch ${D}/etc/env.d/rust/provider-${P} || die
if use cargo-bundled ; then
dosym /opt/${P}/bin/cargo /usr/bin/cargo
dosym /opt/${P}/share/zsh/site-functions/_cargo 
/usr/share/zsh/site-functions/_cargo
newbashcomp ${D}/opt/${P}/etc/bash_completion.d/cargo cargo
rm -rf ${D}/opt/${P}/etc
fi
}

pkg_postinst() {
eselect rust update --if-unset

elog Rust uses slots now, use 'eselect rust list'
elog and 'eselect rust set' to list and set rust version.
elog For more information see 'eselect rust help'
elog and http://wiki.gentoo.org/wiki/Project:Eselect/User_guide;

elog Rust installs a helper script for calling GDB now,
elog for your convenience it is installed under 
/usr/bin/rust-gdb-bin-${PV},

if has_version app-editors/emacs || has_version app-editors/emacs-vcs; 
then
elog install app-emacs/rust-mode to get emacs support for 

[gentoo-commits] gentoo-x86 commit in app-i18n/mozc: metadata.xml ChangeLog

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 21:32:59

  Modified: metadata.xml ChangeLog
  Log:
  Drop unused USEflag in metadata.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  app-i18n/mozc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/mozc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml6 Mar 2015 10:51:00 -   1.2
+++ metadata.xml20 Apr 2015 21:32:59 -  1.3
@@ -9,6 +9,5 @@
   flag name='fcitx'Enable support for pkgapp-i18n/fcitx/pkg/flag
   flag name='ibus'Enable support for pkgapp-i18n/ibus/pkg/flag
   flag name='renderer'Enable native candidate window./flag
-  flag name='scim'Enable support for pkgapp-i18n/scim/pkg/flag
 /use
 /pkgmetadata



1.19 app-i18n/mozc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   20 Apr 2015 19:27:09 -  1.18
+++ ChangeLog   20 Apr 2015 21:32:59 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/mozc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.18 2015/04/20 
19:27:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.19 2015/04/20 
21:32:59 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org metadata.xml:
+  Drop unused USEflag in metadata.
 
   20 Apr 2015; Manuel Rüger mr...@gentoo.org -mozc-1.3.975.102.ebuild,
   -mozc-1.5.1090.102.ebuild, -mozc-1.6.1187.102.ebuild:






[gentoo-commits] proj/hardened-patchset: New tag: 20150419

2015-04-20 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Apr 20 21:41:12 2015 +

New tag: 20150419




[gentoo-commits] gentoo-x86 commit in net-misc/gofish: ChangeLog gofish-1.1-r1.ebuild gofish-1.0.ebuild gofish-1.1.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:56:24

  Modified: ChangeLog
  Removed:  gofish-1.1-r1.ebuild gofish-1.0.ebuild
gofish-1.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.21 net-misc/gofish/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   8 Jan 2014 06:34:08 -   1.20
+++ ChangeLog   21 Apr 2015 00:56:24 -  1.21
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/gofish
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.20 2014/01/08 
06:34:08 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.21 2015/04/21 
00:56:24 mrueg Exp $
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org -gofish-1.0.ebuild,
+  -gofish-1.1-r1.ebuild, -gofish-1.1.ebuild:
+  Remove old.
 
   08 Jan 2014; Mike Frysinger vap...@gentoo.org gofish-1.0.ebuild,
   gofish-1.1-r1.ebuild, gofish-1.1.ebuild, gofish-1.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.7.7.ebuild django-1.8.ebuild django-9999.ebuild ChangeLog

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:36:15

  Modified: django-1.7.7.ebuild django-1.8.ebuild
django-.ebuild ChangeLog
  Log:
  Fix typo, thanks Ewoud Kohl van Wijngaarden spotting this, bug #547102
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  dev-python/django/django-1.7.7.ebuild

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

Index: django-1.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.7.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-1.7.7.ebuild 19 Apr 2015 09:50:49 -  1.3
+++ django-1.7.7.ebuild 20 Apr 2015 20:36:15 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.7.7.ebuild,v 1.3 
2015/04/19 09:50:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.7.7.ebuild,v 1.4 
2015/04/20 20:36:15 jlec Exp $
 
 EAPI=5
 
@@ -75,7 +75,7 @@
 
elog Additional Backend support can be enabled via
optfeature MySQL backend support in python 2.7 only 
dev-python/mysql-python
-   optfeature MySQL backend support in python 2.7 - 3.4 
dev-python/mysqlcient
+   optfeature MySQL backend support in python 2.7 - 3.4 
dev-python/mysqlclient
optfeature PostgreSQL backend support dev-python/psycopg:2
optfeature GEO Django sci-libs/gdal[geos]
optfeature Memcached support dev-python/python-memcached



1.3  dev-python/django/django-1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.8.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.8.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.8.ebuild?r1=1.2r2=1.3

Index: django-1.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-1.8.ebuild   2 Apr 2015 10:15:26 -   1.2
+++ django-1.8.ebuild   20 Apr 2015 20:36:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.8.ebuild,v 1.2 
2015/04/02 10:15:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.8.ebuild,v 1.3 
2015/04/20 20:36:15 jlec Exp $
 
 EAPI=5
 
@@ -90,7 +90,7 @@
 pkg_postinst() {
elog Additional Backend support can be enabled via
optfeature MySQL backend support in python 2.7 only 
dev-python/mysql-python
-   optfeature MySQL backend support in python 2.7 - 3.4 
dev-python/mysqlcient
+   optfeature MySQL backend support in python 2.7 - 3.4 
dev-python/mysqlclient
optfeature PostgreSQL backend support dev-python/psycopg:2
echo 
elog Other features can be enhanced by



1.26 dev-python/django/django-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-.ebuild?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-.ebuild?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-.ebuild?r1=1.25r2=1.26

Index: django-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- django-.ebuild  2 Apr 2015 06:59:07 -   1.25
+++ django-.ebuild  20 Apr 2015 20:36:15 -  1.26
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-.ebuild,v 1.25 
2015/04/02 06:59:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-.ebuild,v 1.26 
2015/04/20 20:36:15 jlec Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
 
elog Additional Backend support can be enabled via
optfeature MySQL backend support in python 2.7 only 
dev-python/mysql-python
-   optfeature MySQL backend support in python 2.7 - 3.4 
dev-python/mysqlcient
+   optfeature MySQL backend support 

[gentoo-commits] gentoo-x86 commit in app-portage/perl-info: ChangeLog perl-info-0.15.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:40:19

  Modified: ChangeLog
  Removed:  perl-info-0.15.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.31 app-portage/perl-info/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/perl-info/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/perl-info/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/perl-info/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/perl-info/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   18 Mar 2012 16:00:53 -  1.30
+++ ChangeLog   20 Apr 2015 20:40:19 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/perl-info
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/perl-info/ChangeLog,v 1.30 
2012/03/18 16:00:53 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/perl-info/ChangeLog,v 1.31 
2015/04/20 20:40:19 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -perl-info-0.15.ebuild:
+  Remove old.
 
   18 Mar 2012; Raúl Porcel armi...@gentoo.org perl-info-0.16.ebuild:
   sparc stable wrt #393919
@@ -110,4 +113,3 @@
   17 Sep 2006; Christian Hartmann i...@gentoo.org +metadata.xml,
   +perl-info-0.11.ebuild:
   New package - first release
-






[gentoo-commits] gentoo-x86 commit in app-admin/testdisk: testdisk-7.0-r1.ebuild ChangeLog

2015-04-20 Thread Nicolas Bock (nicolasbock)
nicolasbock15/04/20 21:21:56

  Modified: ChangeLog
  Added:testdisk-7.0-r1.ebuild
  Log:
  app-admin/testdisk: Fix doc installation path.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.58 app-admin/testdisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   20 Apr 2015 19:59:01 -  1.57
+++ ChangeLog   20 Apr 2015 21:21:56 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/testdisk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.57 
2015/04/20 19:59:01 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.58 
2015/04/20 21:21:56 nicolasbock Exp $
+
+*testdisk-7.0-r1 (20 Apr 2015)
+
+  20 Apr 2015; Nicolas Bock nicolasb...@gentoo.org +testdisk-7.0-r1.ebuild:
+  app-admin/testdisk: Fix doc installation path.
 
   20 Apr 2015; Nicolas Bock nicolasb...@gentoo.org 
files/install-gentoo.patch,
   testdisk-6.14.ebuild, testdisk-7.0.ebuild:



1.1  app-admin/testdisk/testdisk-7.0-r1.ebuild

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

Index: testdisk-7.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r1.ebuild,v 
1.1 2015/04/20 21:21:56 nicolasbock Exp $

EAPI=5

inherit autotools-utils eutils flag-o-matic

DESCRIPTION=Checks and undeletes partitions + PhotoRec, signature based 
recovery tool
HOMEPAGE=http://www.cgsecurity.org/wiki/TestDisk;
SRC_URI=http://www.cgsecurity.org/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=jpeg ntfs reiserfs static

# WARNING: reiserfs support does NOT work with reiserfsprogs
# you MUST use progsreiserfs-0.3.1_rc8 (the last version ever released).
DEPEND=
static? (
sys-apps/util-linux[static-libs]
=sys-libs/ncurses-5.2[static-libs]
jpeg? ( virtual/jpeg:*[static-libs] )
ntfs? ( =sys-fs/ntfs3g-2013.1.13[static-libs] )
reiserfs? ( 
=sys-fs/progsreiserfs-0.3.1_rc8[static-libs] )
=sys-fs/e2fsprogs-1.35[static-libs]
sys-libs/zlib[static-libs]
)
!static? (
sys-apps/util-linux
=sys-libs/ncurses-5.2
jpeg? ( virtual/jpeg:* )
ntfs? ( =sys-fs/ntfs3g-2013.1.13 )
reiserfs? ( =sys-fs/progsreiserfs-0.3.1_rc8 )
=sys-fs/e2fsprogs-1.35
sys-libs/zlib
)
RDEPEND=!static? ( ${DEPEND} )

PATCHES=( ${FILESDIR}/install-gentoo.patch )
DOCS=( )
AUTOTOOLS_AUTORECONF=1
BUILD_DIR=${S}

src_configure() {
local myconf

# this is static method is the same used by upstream for their 'static' 
make
# target, but better, as it doesn't break.
use static  append-ldflags -static

# --with-foo are broken, any use of --with/--without disable the
# functionality.
# The following variation must be used.
use reiserfs || myconf+= --without-reiserfs
use ntfs || myconf+= --without-ntfs --without-ntfs3g
use jpeg || myconf+= --without-jpeg

econf \
--docdir ${ROOT}/usr/share/doc/${P} \
--disable-qt \
--without-ewf \
--enable-sudo \
${myconf}

# perform safety checks for NTFS, REISERFS and JPEG
if use ntfs  ! egrep -q '^#define HAVE_LIBNTFS(3G)? 1$' 
${S}/config.h ; then
die Failed to find either NTFS or NTFS-3G library.
fi
if use reiserfs  egrep -q 'undef HAVE_LIBREISERFS\' ${S}/config.h 
; then
die Failed to find reiserfs library.
fi
if use jpeg  egrep -q 'undef HAVE_LIBJPEG\' ${S}/config.h ; then
die Failed to find jpeg library.
fi
}






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 7178226ea11cdff546454b58cecf1136b3f99e2b
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:55:04 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:55:54 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=7178226e

Fix homepages.

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

 files/overlays/repositories.xml | 342 
 1 file changed, 171 insertions(+), 171 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index df65b5b..d1d20fc 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -73,7 +73,7 @@ FIN
   repo quality=experimental status=unofficial
 nameactivehome/name
 description lang=en![CDATA[Gentoo overlay for ebuilds related to 
'hand-made' Active Home construction]]/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/activehome.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/activehome.git//homepage
 owner type=person
   emailm...@mva.name/email
   nameVadim A. Misbakh-Soloviov (mva)/name
@@ -87,7 +87,7 @@ FIN
   repo quality=experimental status=official
 nameago/name
 description lang=enDeveloper overlay/description
-homepagehttp://git.gentoo.org/gitweb/?p=dev/ago.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/dev/ago.git//homepage
 owner type=person
   emaila...@gentoo.org/email
   nameAgostino Sarubbo/name
@@ -138,7 +138,7 @@ FIN
   repo quality=experimental status=unofficial
 namealexcepoi/name
 description lang=enPersonal User Overlay/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/alexcepoi.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/alexcepoi.git//homepage
 owner type=person
   emailalex.ce...@gmail.com/email
   nameAlexandru Cepoi/name
@@ -152,7 +152,7 @@ FIN
   repo quality=experimental status=official
 namealexxy/name
 descriptionSome random work in progress stuff from alexxy/description
-homepagehttp://git.gentoo.org/gitweb/?p=dev/alexxy.git/homepage
+homepagehttps://cgit.gentoo.org/dev/alexxy.git/homepage
 owner
   emailale...@gentoo.org/email
   nameAlexey Shvetsov/name
@@ -177,7 +177,7 @@ FIN
   repo quality=experimental status=unofficial
 namealuco/name
 description lang=enFrom drm-next to phoronix-test-suite 
ebuilds/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/aluco.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/aluco.git//homepage
 owner type=person
   emailanthoine.bourge...@gmail.com/email
   nameAnthoine Bourgeois/name
@@ -215,7 +215,7 @@ FIN
   repo quality=experimental status=official
 nameanarchy/name
 descriptionTesting/Bug fixes, new ebuilds/description
-
homepagehttp://git.gentoo.org/gitweb/?p=dev/anarchy.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/dev/anarchy.git//homepage
 owner
   emailanar...@gentoo.org/email
   nameJory Pratt/name
@@ -229,7 +229,7 @@ FIN
   repo quality=experimental status=unofficial
 nameanaximander/name
 description lang=en![CDATA[anaximander's user overlay]]/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/anaximander.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/anaximander.git//homepage
 owner type=person
   emaildominik.krieg...@aol.at/email
   nameDominik Kriegner/name
@@ -268,7 +268,7 @@ FIN
   repo quality=experimental status=unofficial
 nameandy/name
 description lang=enMiscellaneous ebuilds, unmaintaned but 
useful/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/andy.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/andy.git//homepage
 owner type=person
   emaila...@mailbox.tu-berlin.de/email
   nameAndrew Karpow/name
@@ -282,7 +282,7 @@ FIN
   repo quality=experimental status=official
 nameangelos/name
 description lang=enDeveloper overlay/description
-
homepagehttp://git.gentoo.org/gitweb/?p=dev/angelos.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/dev/angelos.git//homepage
 owner type=person
   emailange...@gentoo.org/email
   nameChristoph Mende/name
@@ -321,7 +321,7 @@ FIN
   repo quality=experimental status=unofficial
 namearc/name
 description lang=enUser Overlay/description
-homepagehttp://git.gentoo.org/gitweb/?p=user/arc.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/arc.git//homepage
 owner type=person
   emailarcri...@gmail.com/email
   nameArc Riley/name
@@ -355,7 +355,7 @@ FIN
   repo quality=experimental status=unofficial
 nameArmageddon/name
 description lang=enUser overlay/description
-
homepagehttp://git.gentoo.org/gitweb/?p=user/Armageddon.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/user/Armageddon.git//homepage
 owner 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 478b9c6910c7ca5a56ba95feeb6d0261d79080ca
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:58:17 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:58:17 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=478b9c69

Fixup some non-sed matches.

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

 files/overlays/repositories.xml | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index d1d20fc..75bc285 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1894,7 +1894,7 @@ FIN
   repo quality=experimental status=unofficial
 namegmt/name
 descriptionUser overlay/description
-homepagehttp://git.gentoo.org/gitweb/?=user/gmt.git//homepage
+homepagehttps://cgit.gentoo.org/user/gmt.git//homepage
 owner type=project
   emailg...@be-evil.net/email
   nameGreg Turner/name
@@ -2045,8 +2045,7 @@ FIN
 namehalcy0n/name
 description![CDATA[Various packages, probably some toolchain stuff
 though]]/description
-homepage
-http://git.gentoo.org/gitweb/?p=dev/halcy0n.git;a=summary/homepage
+homepagehttp://cgit.gentoo.org/dev/halcy0n.git//homepage
 owner type=person
   emailhalc...@gentoo.org/email
   nameMark Loeser/name
@@ -2218,8 +2217,7 @@ FIN
   repo quality=experimental status=unofficial
 nameikelos/name
 description![CDATA[Ikelos's hospice for broken and damaged 
ebuilds.]]/description
-homepage
-http://git.gentoo.org/gitweb/?p=dev/ikelos.git;a=summary/homepage
+homepagehttps://cgit.gentoo.org/dev/ikelos.git//homepage
 owner
   emailike...@gentoo.org/email
   nameMike Auty/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: d1b8f8cb868b63fa5191d0207e4472d70a082b77
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:52:31 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:52:31 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=d1b8f8cb

Fix RSS.

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

 files/overlays/repositories.xml | 358 
 1 file changed, 179 insertions(+), 179 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 598ccc7..df65b5b 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -82,7 +82,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
 feedhttps://cgit.gentoo.org/user/activehome.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/activehome.git;a=rss/feed
+feedhttps://cgit.gentoo.org/user/activehome.git/rss//feed
   /repo
   repo quality=experimental status=official
 nameago/name
@@ -96,7 +96,7 @@ FIN
 source type=githttp://cgit.gentooexperimental.org/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
 feedhttps://cgit.gentoo.org/dev/ago.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=dev/ago.git;a=rss/feed
+feedhttps://cgit.gentoo.org/dev/ago.git/rss//feed
   /repo
   repo quality=experimental status=official
 nameaidecoe/name
@@ -147,7 +147,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
 feedhttps://cgit.gentoo.org/user/alexcepoi.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/alexcepoi.git;a=rss/feed
+feedhttps://cgit.gentoo.org/user/alexcepoi.git/rss//feed
   /repo
   repo quality=experimental status=official
 namealexxy/name
@@ -161,7 +161,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
 feedhttps://cgit.gentoo.org/dev/alexxy.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=dev/alexxy.git;a=rss/feed
+feedhttps://cgit.gentoo.org/dev/alexxy.git/rss//feed
   /repo
   repo quality=experimental status=unofficial
 namealice/name
@@ -186,7 +186,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
 feedhttps://cgit.gentoo.org/user/aluco.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/aluco.git;a=rss/feed
+feedhttps://cgit.gentoo.org/user/aluco.git/rss//feed
   /repo
   repo quality=experimental status=official
 namealunduil/name
@@ -224,7 +224,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
 feedhttps://cgit.gentoo.org/dev/anarchy.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=dev/anarchy.git;a=rss/feed
+feedhttps://cgit.gentoo.org/dev/anarchy.git/rss//feed
   /repo
   repo quality=experimental status=unofficial
 nameanaximander/name
@@ -238,7 +238,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
 feedhttps://cgit.gentoo.org/user/anaximander.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/anaximander.git;a=rss/feed
+feedhttps://cgit.gentoo.org/user/anaximander.git/rss//feed
   /repo
   repo quality=experimental status=unofficial
 nameand3k-sunrise/name
@@ -277,7 +277,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
 feedhttps://cgit.gentoo.org/user/andy.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/andy.git;a=rss/feed
+feedhttps://cgit.gentoo.org/user/andy.git/rss//feed
   /repo
   repo quality=experimental status=official
 nameangelos/name
@@ -291,7 +291,7 @@ FIN
 source 
type=githttp://cgit.gentooexperimental.org/dev/angelos.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/angelos.git/source
 feedhttps://cgit.gentoo.org/dev/angelos.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=dev/angelos.git;a=rss/feed
+feedhttps://cgit.gentoo.org/dev/angelos.git/rss//feed
   /repo
   repo quality=experimental status=unofficial
 nameanyc/name
@@ -330,7 +330,7 @@ FIN
 source type=githttp://cgit.gentooexperimental.org/user/arc.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/arc.git/source
 feedhttps://cgit.gentoo.org/user/arc.git/atom//feed
-feedhttp://git.gentoo.org/gitweb/?p=user/arc.git;a=rss/feed
+

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: 5c722f485621589355adb31f747e339cf598f011
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:42:22 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:42:22 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=5c722f48

Fix homepages of overlays.g.o.

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

 files/overlays/repositories.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 01a5d55..e997d86 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -542,7 +542,7 @@ FIN
   repo quality=experimental status=official
 namebetelgeuse/name
 description![CDATA[Betelgeuse's developer overlay]]/description
-homepagehttps://overlays.gentoo.org/dev/betelgeuse/homepage
+homepagehttps://cgit.gentoo.org/dev/betelgeuse.git//homepage
 owner
   emailbetelge...@gentoo.org/email
   name![CDATA[Petteri Räty]]/name
@@ -3660,7 +3660,7 @@ FIN
 nameperl-experimental/name
 description![CDATA[Experimental ebuilds for Perl packages in Gentoo. 
Comments and
 bugreports are welcome!]]/description
-homepagehttp://overlays.gentoo.org/proj/perl//homepage
+homepagehttps://cgit.gentoo.org/proj/perl-overlay.git//homepage
 owner type=project
   emailp...@gentoo.org/email
   namePerl Team/name
@@ -4269,7 +4269,7 @@ FIN
   repo quality=experimental status=official
 nameruby/name
 descriptionExperimental ebuilds from the Ruby edge./description
-homepagehttp://overlays.gentoo.org/proj/ruby/wiki/homepage
+homepagehttps://cgit.gentoo.org/proj/ruby/homepage
 owner type=project
   emailr...@gentoo.org/email
   nameRuby Team/name
@@ -4894,7 +4894,7 @@ FIN
   repo quality=experimental status=official
 namesunrise/name
 descriptionEbuilds for bugs assigned to maintainer-wanted/description
-homepagehttp://overlays.gentoo.org/proj/sunrise/homepage
+homepagehttps://cgit.gentoo.org/proj/sunrise-reviewed.git//homepage
 owner type=project
   emailsunr...@gentoo.org/email
 /owner
@@ -5775,7 +5775,7 @@ FIN
 namexfce-dev/name
 description![CDATA[Experimental ebuilds for the Xfce4 Desktop
 Environment]]/description
-homepagehttp://overlays.gentoo.org/proj/xfce/wiki/homepage
+homepagehttps://cgit.gentoo.org/proj/xfce.git//homepage
 owner type=project
   emailx...@gentoo.org/email
   nameXFCE team/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: b9161c480e57f0a9b725106132c9914f0a673ad5
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:48:05 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:51:50 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=b9161c48

Fixup atom links.

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

 files/overlays/repositories.xml | 374 
 1 file changed, 187 insertions(+), 187 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e997d86..598ccc7 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -81,7 +81,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/user/activehome.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/activehome.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/activehome.git/source
-feedhttp://git.gentoo.org/gitweb/?p=user/activehome.git;a=atom/feed
+feedhttps://cgit.gentoo.org/user/activehome.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=user/activehome.git;a=rss/feed
   /repo
   repo quality=experimental status=official
@@ -95,7 +95,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/dev/ago.git/source
 source type=githttp://cgit.gentooexperimental.org/dev/ago.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/ago.git/source
-feedhttp://git.gentoo.org/gitweb/?p=dev/ago.git;a=atom/feed
+feedhttps://cgit.gentoo.org/dev/ago.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/ago.git;a=rss/feed
   /repo
   repo quality=experimental status=official
@@ -146,7 +146,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/user/alexcepoi.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/alexcepoi.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/alexcepoi.git/source
-feedhttp://git.gentoo.org/gitweb/?p=user/alexcepoi.git;a=atom/feed
+feedhttps://cgit.gentoo.org/user/alexcepoi.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=user/alexcepoi.git;a=rss/feed
   /repo
   repo quality=experimental status=official
@@ -160,7 +160,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/dev/alexxy.git/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/alexxy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/alexxy.git/source
-feedhttp://git.gentoo.org/gitweb/?p=dev/alexxy.git;a=atom/feed
+feedhttps://cgit.gentoo.org/dev/alexxy.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/alexxy.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
@@ -185,7 +185,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/user/aluco.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/aluco.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/aluco.git/source
-feedhttp://git.gentoo.org/gitweb/?p=user/aluco.git;a=atom/feed
+feedhttps://cgit.gentoo.org/user/aluco.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=user/aluco.git;a=rss/feed
   /repo
   repo quality=experimental status=official
@@ -223,7 +223,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/dev/anarchy/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/anarchy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/anarchy.git/source
-feedhttp://git.gentoo.org/gitweb/?p=dev/anarchy.git;a=atom/feed
+feedhttps://cgit.gentoo.org/dev/anarchy.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/anarchy.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
@@ -237,7 +237,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/user/anaximander.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/anaximander.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/user/anaximander.git/source
-feedhttp://git.gentoo.org/gitweb/?p=user/anaximander.git;a=atom/feed
+feedhttps://cgit.gentoo.org/user/anaximander.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=user/anaximander.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
@@ -276,7 +276,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/user/andy.git/source
 source 
type=githttp://cgit.gentooexperimental.org/user/andy.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/user/andy.git/source
-feedhttp://git.gentoo.org/gitweb/?p=user/andy.git;a=atom/feed
+feedhttps://cgit.gentoo.org/user/andy.git/atom//feed
 feedhttp://git.gentoo.org/gitweb/?p=user/andy.git;a=rss/feed
   /repo
   repo quality=experimental status=official
@@ -290,7 +290,7 @@ FIN
 source type=gitgit://anongit.gentoo.org/dev/angelos.git/source
 source 
type=githttp://cgit.gentooexperimental.org/dev/angelos.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/dev/angelos.git/source
-

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-20 Thread Robin H. Johnson
commit: f4d4d474877b3247631873041ddcd837c95fb0aa
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Apr 20 22:38:43 2015 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Apr 20 22:38:43 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=f4d4d474

Fixup all HTTPS anongit access.

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

 files/overlays/repositories.xml | 42 -
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index de32a05..01a5d55 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -961,7 +961,7 @@ FIN
   emaildeathwin...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/deathwing00.git/source
-!-- source 
type=githttps://git.gentoo.org/gitroot/dev/deathwing00.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/dev/deathwing00.git/source --
 source 
type=gitgit+ssh://g...@git.gentoo.org/dev/deathwing00.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/deathwing00.git;a=rss/feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/deathwing00.git;a=atom/feed
@@ -1141,7 +1141,7 @@ FIN
   nameHeather/name
 /owner
 source type=gitgit://anongit.gentoo.org/proj/dotnet.git/source
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/dotnet.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/dotnet.git/source --
 source type=gitgit+ssh://g...@git.gentoo.org/proj/dotnet.git/source
 feedhttp://git.gentoo.org/gitweb/?p=proj/dotnet.git;a=atom/feed
   /repo
@@ -1180,7 +1180,7 @@ FIN
   emaildri...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/drizzt.git/source
-!-- source 
type=githttps://git.gentoo.org/gitroot/dev/drizzt.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/dev/drizzt.git/source --
 source type=gitgit+ssh://g...@git.gentoo.org/dev/drizzt.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/drizzt.git;a=rss/feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/drizzt.git;a=atom/feed
@@ -1269,7 +1269,7 @@ FIN
 owner
   emailwolf3...@wolf31o2.org/email
 /owner
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/efika.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/efika.git/source --
 source type=gitgit://anongit.gentoo.org/proj/efika.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/efika.git/source
 feedhttps://git.gentoo.org/gitweb/?p=proj/efika.git;a=atom/feed
@@ -1937,7 +1937,7 @@ FIN
 owner
   emailgnus...@gentoo.org/email
 /owner
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/gnustep.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/gnustep.git/source --
 source type=gitgit://anongit.gentoo.org/proj/gnustep.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/gnustep.git/source
 feedhttps://git.gentoo.org/gitweb/?p=proj/gnustep.git;a=atom/feed
@@ -2366,7 +2366,7 @@ FIN
   emailje_...@gentoo.org/email
 /owner
 source type=gitgit://anongit.gentoo.org/dev/je_fro.git/source
-!-- source 
type=githttps://git.gentoo.org/gitroot/dev/je_fro.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/dev/je_fro.git/source --
 source type=gitgit+ssh://g...@git.gentoo.org/dev/je_fro.git/source
 feedhttp://git.gentoo.org/gitweb/?p=dev/je_fro.git;a=rss/feed
 feedhttp://git.gentoo.org/gitweb/?p=dev/je_fro.git;a=atom/feed
@@ -3434,7 +3434,7 @@ FIN
 owner
   emailn...@gentoo.org/email
 /owner
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/nx.git/source --
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/nx.git/source --
 source type=gitgit://anongit.gentoo.org/proj/nx.git/source
 source type=gitgit+ssh://g...@git.gentoo.org/proj/nx.git/source
 feedhttps://git.gentoo.org/gitweb/?p=proj/nx.git;a=atom/feed
@@ -3814,7 +3814,7 @@ FIN
 owner
   emailpgsql-b...@gentoo.org/email
 /owner
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/postgresql/experimental.git/source
 --
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/experimental.git/source
 --
 source 
type=gitgit://anongit.gentoo.org/proj/postgresql/experimental.git/source
 source 
type=gitgit+ssh://g...@git.gentoo.org/proj/postgresql/experimental.git/source
 
feedhttps://git.gentoo.org/gitweb/?p=proj/postgresql/experimental.git;a=atom/feed
@@ -3827,7 +3827,7 @@ FIN
 owner
   emailpgsql-b...@gentoo.org/email
 /owner
-!-- source 
type=githttps://git.gentoo.org/gitroot/proj/postgresql/testing.git/source 
--
+!-- source 
type=githttps://anongit.gentoo.org/git/proj/postgresql/testing.git/source 
--
 source 

[gentoo-commits] proj/portage:master commit in: bin/

2015-04-20 Thread Zac Medico
commit: e74e2670e3f043608fced9847e54bdbb19f35169
Author: Bertrand Jacquin bertrand AT jacquin DOT bzh
AuthorDate: Mon Apr 20 19:46:00 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Mon Apr 20 23:31:47 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e74e2670

MEDIUM: misc-functions: Be more verbose when removing INSTALL_MASK glob

When glob are defined in INSTALL_MASK, no output is given on what file
has been deleted.

The following patch provide more information to user about what is
actually removed.

Example:

  # INSTALL_MASK='*.h' emerge -va1t x11-proto/xproto
  ..
   Installing (1 of 2) x11-proto/xproto-7.0.27::gentoo
   * Removing /usr/include/X11/DECkeysym.h
   * Removing /usr/include/X11/HPkeysym.h
   * Removing /usr/include/X11/Sunkeysym.h
   * Removing /usr/include/X11/X.h
   * Removing /usr/include/X11/XF86keysym.h
   * Removing /usr/include/X11/XWDFile.h
   * Removing /usr/include/X11/Xalloca.h
   * Removing /usr/include/X11/Xarch.h
   * Removing /usr/include/X11/Xatom.h
   * Removing /usr/include/X11/Xdefs.h
   * Removing /usr/include/X11/Xfuncproto.h
   * Removing /usr/include/X11/Xfuncs.h
   * Removing /usr/include/X11/Xmd.h
   * Removing /usr/include/X11/Xos.h
   * Removing /usr/include/X11/Xos_r.h
   * Removing /usr/include/X11/Xosdefs.h
   * Removing /usr/include/X11/Xpoll.h
   * Removing /usr/include/X11/Xproto.h
   * Removing /usr/include/X11/Xprotostr.h
   * Removing /usr/include/X11/Xthreads.h
   * Removing /usr/include/X11/Xw32defs.h
   * Removing /usr/include/X11/Xwindows.h
   * Removing /usr/include/X11/Xwinsock.h
   * Removing /usr/include/X11/ap_keysym.h
   * Removing /usr/include/X11/keysym.h
   * Removing /usr/include/X11/keysymdef.h
   * checking 1 files for package collisions
   Merging x11-proto/xproto-7.0.27 to /

Signed-off-by: Bertrand Jacquin bertrand AT jacquin.bzh
Acked-by: Brian Dolbec dolsen AT gentoo.org

 bin/misc-functions.sh | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index b5b7510..24941af 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -276,7 +276,13 @@ install_mask() {
 
# we also need to handle globs (*.a, *.h, etc)
find ${root} \( -path ${no_inst} -or -name ${no_inst} \) \
-   -exec rm -fR {} \; /dev/null 21
+   -print0 2 /dev/null \
+   | LC_ALL=C sort -z \
+   | while read -r -d ''; do
+   __quiet_mode || einfo Removing /${REPLY#${root}}
+   rm -Rf ${REPLY} /dev/null
+   done
+
done
# set everything back the way we found it
set +o noglob



[gentoo-commits] proj/portage:master commit in: bin/

2015-04-20 Thread Zac Medico
commit: 5a1b870fe54ac06f864a648c3ea5cc118f6ce911
Author: Bertrand Jacquin bertrand AT jacquin DOT bzh
AuthorDate: Mon Apr 20 19:45:59 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Mon Apr 20 23:31:34 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5a1b870f

MEDIUM: misc-functions: Be more quiet when removing non existing INSTALL_MASK

When FEATURES=nodoc noinfo noman is used, you will get the following
output for every packages, even virtual that contain no file:

  # FEATURES=nodoc noinfo noman emerge -va1t virtual/cron
  ..
   Installing (1 of 1) virtual/cron-0::gentoo
   * Removing /usr/share/man
   * Removing /usr/share/info
   * Removing /usr/share/doc
   * checking 0 files for package collisions
   Merging virtual/cron-0 to /

The following patch makes the output as:

  # FEATURES=nodoc noinfo noman emerge -va1t virtual/cron
  ..
   Installing (1 of 1) virtual/cron-0::gentoo
   * checking 0 files for package collisions
   Merging virtual/cron-0 to /

Signed-off-by: Bertrand Jacquin bertrand AT jacquin.bzh
Acked-by: Brian Dolbec dolsen AT gentoo.org

 bin/misc-functions.sh | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index e08c228..b5b7510 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -267,9 +267,12 @@ install_mask() {
local no_inst
for no_inst in ${install_mask}; do
set +o noglob
-   __quiet_mode || einfo Removing ${no_inst}
+
# normal stuff
-   rm -Rf ${root}/${no_inst} /dev/null
+   if [[ -e ${root}/${no_inst} || ${root}/${no_inst} != $(echo 
${root}/${no_inst}) ]] ; then
+   __quiet_mode || einfo Removing ${no_inst}
+   rm -Rf ${root}/${no_inst} /dev/null
+   fi
 
# we also need to handle globs (*.a, *.h, etc)
find ${root} \( -path ${no_inst} -or -name ${no_inst} \) \



[gentoo-commits] gentoo commit in src/patchsets/binutils/2.25: 20_all_gold-mips.patch README.history

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/21 01:22:34

  Modified: README.history
  Added:20_all_gold-mips.patch
  Log:
  fix from upstream to enable mips/gold

Revision  ChangesPath
1.2  src/patchsets/binutils/2.25/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.25/README.history?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.25/README.history?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.25/README.history?r1=1.1r2=1.2

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.25/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history  9 Feb 2015 15:46:06 -   1.1
+++ README.history  21 Apr 2015 01:22:34 -  1.2
@@ -1,3 +1,6 @@
+1.120 Apr 2015
+   + 20_all_gold-mips.patch
+
 1.009 Feb 2015
+ 12_all_sh-targets.patch
+ 30_all_binutils-2.22.52.0.2-flexible-tests.patch



1.1  src/patchsets/binutils/2.25/20_all_gold-mips.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.25/20_all_gold-mips.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.25/20_all_gold-mips.patch?rev=1.1content-type=text/plain

Index: 20_all_gold-mips.patch
===
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01946.html

From 653a51f66bbe121e5f77882bf9f9a4c1f827ed45 Mon Sep 17 00:00:00 2001
From: Cary Coutant ccout...@google.com
Date: Mon, 20 Oct 2014 10:31:36 -0700
Subject: [PATCH] Add top-level config support for gold mips target

This patch adds support for the mips target in gold.

2014-10-20  Cary Coutant  ccout...@google.com

* configure (--enable-gold): Add mips*-*-*.
* configure.ac: Regenerate.
---
 configure| 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 97250fa..2549945 100755
--- a/configure
+++ b/configure
@@ -2970,7 +2970,7 @@ case ${ENABLE_GOLD} in
   # Check for target supported by gold.
   case ${target} in
 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-| aarch64*-*-* | tilegx*-*-*)
+| aarch64*-*-* | tilegx*-*-* | mips*-*-*)
  configdirs=$configdirs gold
  if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
diff --git a/configure.ac b/configure.ac
index ef5f5b1..0fe176b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,7 @@ case ${ENABLE_GOLD} in
   # Check for target supported by gold.
   case ${target} in
 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-| aarch64*-*-* | tilegx*-*-*)
+| aarch64*-*-* | tilegx*-*-* | mips*-*-*)
  configdirs=$configdirs gold
  if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
-- 
2.3.5







[gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: ChangeLog x-unikey-0.9.2.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:30:56

  Modified: ChangeLog
  Removed:  x-unikey-0.9.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.26 app-i18n/x-unikey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   9 Oct 2012 13:31:13 -   1.25
+++ ChangeLog   20 Apr 2015 20:30:56 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/x-unikey
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.25 
2012/10/09 13:31:13 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.26 
2015/04/20 20:30:56 mrueg Exp $
+
+  20 Apr 2015; Manuel Rüger mr...@gentoo.org -x-unikey-0.9.2.ebuild:
+  Remove old.
 
   09 Oct 2012;  na...@gentoo.org x-unikey-0.9.2.ebuild,
   x-unikey-1.0.4-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-portage/epm/files: epm-1.33-prefix.patch 1.33-epm-310475.patch

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/20 20:42:05

  Removed:  epm-1.33-prefix.patch 1.33-epm-310475.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in dev-lang/rust: rust-1.0.0_beta2.ebuild ChangeLog

2015-04-20 Thread Jauhien Piatlicki (jauhien)
jauhien 15/04/20 21:24:13

  Modified: ChangeLog
  Added:rust-1.0.0_beta2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
B2EFA1D4)

Revision  ChangesPath
1.17 dev-lang/rust/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   11 Apr 2015 16:11:38 -  1.16
+++ ChangeLog   20 Apr 2015 21:24:13 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/rust
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.16 2015/04/11 
16:11:38 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.17 2015/04/20 
21:24:13 jauhien Exp $
+
+*rust-1.0.0_beta2 (20 Apr 2015)
+
+  20 Apr 2015; Jauhien Piatlicki jauh...@gentoo.org +rust-1.0.0_beta2.ebuild:
+  version bump
 
 *rust-1.0.0_beta (11 Apr 2015)
 



1.1  dev-lang/rust/rust-1.0.0_beta2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-1.0.0_beta2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-1.0.0_beta2.ebuild?rev=1.1content-type=text/plain

Index: rust-1.0.0_beta2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0_beta2.ebuild,v 1.1 
2015/04/20 21:24:13 jauhien Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils python-any-r1

MY_PV=rustc-1.0.0-beta.2
DESCRIPTION=Systems programming language from Mozilla
HOMEPAGE=http://www.rust-lang.org/;

SRC_URI=http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz
x86?   ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-03-27-5520801-linux-i386-1ef82402ed16f5a6d2f87a9a62eaa83170e249ec.tar.bz2
 )
amd64? ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-03-27-5520801-linux-x86_64-ef2154372e97a3cb687897d027fd51c8f2c5f349.tar.bz2
 )

LICENSE=|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA
SLOT=1.0
KEYWORDS=~amd64 ~x86

IUSE=clang debug doc libcxx +system-llvm
REQUIRED_USE=libcxx? ( clang )

CDEPEND=libcxx? ( sys-libs/libcxx )
=app-eselect/eselect-rust-0.2_pre20150206
!dev-lang/rust:0

DEPEND=${CDEPEND}
${PYTHON_DEPS}
=dev-lang/perl-5.0
clang? ( sys-devel/clang )
system-llvm? ( =sys-devel/llvm-3.6.0[multitarget(-)] )

RDEPEND=${CDEPEND}


S=${WORKDIR}/${MY_PV}

src_unpack() {
unpack ${MY_PV}-src.tar.gz || die
mkdir ${MY_PV}/dl || die
cp ${DISTDIR}/rust-stage0* ${MY_PV}/dl/ || die
}

src_prepare() {
local postfix=gentoo-${SLOT}
sed -i -e s/CFG_FILENAME_EXTRA=.*/CFG_FILENAME_EXTRA=${postfix}/ 
mk/main.mk || die
}

src_configure() {
export CFG_DISABLE_LDCONFIG=notempty

${ECONF_SOURCE:-.}/configure \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/lib/${P} \
--mandir=${EPREFIX}/usr/share/${P}/man \
--disable-manage-submodules \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \
$(use_enable !debug optimize) \
$(use_enable !debug optimize-cxx) \
$(use_enable !debug optimize-llvm) \
$(use_enable !debug optimize-tests) \
$(use_enable doc docs) \
$(use_enable libcxx libcpp) \
$(usex system-llvm --llvm-root=${EPREFIX}/usr  ) \
|| die
}

src_compile() {
emake VERBOSE=1
}

src_install() {
default

mv ${D}/usr/bin/rustc ${D}/usr/bin/rustc-${PV} || die
mv ${D}/usr/bin/rustdoc ${D}/usr/bin/rustdoc-${PV} || die
mv ${D}/usr/bin/rust-gdb ${D}/usr/bin/rust-gdb-${PV} || die

dodoc COPYRIGHT LICENSE-APACHE LICENSE-MIT

rm ${D}/usr/share/doc/rust -rf

# le kludge that fixes https://github.com/Heather/gentoo-rust/issues/41
mv ${D}/usr/lib/rust-${PV}/rust-${PV}/rustlib/* 
${D}/usr/lib/rust-${PV}/rustlib/
rmdir ${D}/usr/lib/rust-${PV}/rust-${PV}/rustlib
mv ${D}/usr/lib/rust-${PV}/rust-${PV}//* ${D}/usr/lib/rust-${PV}/
rmdir ${D}/usr/lib/rust-${PV}/rust-${PV}/

mv ${D}/usr/share/doc/rust/* ${D}/usr/share/doc/rust-${PV}/
rmdir 

[gentoo-commits] gentoo-x86 commit in dev-python/ecdsa: ecdsa-0.13.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 21:51:04

  Modified: ecdsa-0.13.ebuild ChangeLog
  Log:
  Add PYTHON_USEDEP.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-python/ecdsa/ecdsa-0.13.ebuild

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

Index: ecdsa-0.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ecdsa-0.13.ebuild   15 Apr 2015 11:16:46 -  1.3
+++ ecdsa-0.13.ebuild   20 Apr 2015 21:51:04 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.13.ebuild,v 1.3 
2015/04/15 11:16:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ecdsa-0.13.ebuild,v 1.4 
2015/04/20 21:51:04 blueness Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint
 IUSE=
 
-DEPEND=dev-python/setuptools
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 
 python_test() {
esetup.py test



1.41 dev-python/ecdsa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   15 Apr 2015 11:16:46 -  1.40
+++ ChangeLog   20 Apr 2015 21:51:04 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ecdsa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v 1.40 
2015/04/15 11:16:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ecdsa/ChangeLog,v 1.41 
2015/04/20 21:51:04 blueness Exp $
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org ecdsa-0.13.ebuild:
+  Add PYTHON_USEDEP.
 
   15 Apr 2015; Anthony G. Basile bluen...@gentoo.org -ecdsa-0.11-r2.ebuild,
   ecdsa-0.13.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian-bindings: xapian-bindings-1.3.2.ebuild xapian-bindings-1.2.20.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:05:51

  Modified: ChangeLog
  Added:xapian-bindings-1.3.2.ebuild
xapian-bindings-1.2.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.100dev-libs/xapian-bindings/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   19 Apr 2015 06:56:05 -  1.99
+++ ChangeLog   20 Apr 2015 23:05:51 -  1.100
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/xapian-bindings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.99 
2015/04/19 06:56:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.100 
2015/04/20 23:05:51 blueness Exp $
+
+*xapian-bindings-1.2.20 (20 Apr 2015)
+*xapian-bindings-1.3.2 (20 Apr 2015)
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +xapian-bindings-1.2.20.ebuild, +xapian-bindings-1.3.2.ebuild:
+  Version bump.
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org xapian-bindings-1.2.19.ebuild:
   x86 stable wrt bug #531758



1.1  dev-libs/xapian-bindings/xapian-bindings-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.3.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.3.2.ebuild?rev=1.1content-type=text/plain

Index: xapian-bindings-1.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.3.2.ebuild,v 
1.1 2015/04/20 23:05:51 blueness Exp $

EAPI=5

PYTHON_DEPEND=python? 2
PYTHON_USE_WITH=threads
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS=3.* *-jython 2.7-pypy-*

USE_PHP=php5-4

PHP_EXT_NAME=xapian
PHP_EXT_INI=yes
PHP_EXT_OPTIONAL_USE=php

inherit java-pkg-opt-2 mono-env php-ext-source-r2 python

DESCRIPTION=SWIG and JNI bindings for Xapian
HOMEPAGE=http://www.xapian.org/;
SRC_URI=http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=java lua mono perl php python ruby tcl
REQUIRED_USE=|| ( java lua mono perl php python ruby tcl )

COMMONDEPEND==dev-libs/xapian-${PV}*
lua? ( dev-lang/lua:= )
mono? ( =dev-lang/mono-1.0.8 )
perl? ( dev-lang/perl:= )
ruby? ( dev-lang/ruby:= )
tcl? ( =dev-lang/tcl-8.1:0= )
DEPEND=${COMMONDEPEND}
java? ( =virtual/jdk-1.3 )
RDEPEND=${COMMONDEPEND}
java? ( =virtual/jre-1.3 )

pkg_setup() {
mono-env_pkg_setup
java-pkg-opt-2_pkg_setup

if use python; then
python_pkg_setup
fi
}

src_prepare() {
java-pkg-opt-2_src_prepare

if use python; then
sed \
-e 's:\(^pkgpylib_DATA = xapian/__init__.py\).*:\1:' \
-e 's|\(^xapian/__init__.py: modern/xapian.py\)|\1 
xapian/_xapian$(PYTHON_SO)|' \
-i python/Makefile.in || die sed failed
fi
}

src_configure() {
if use java; then
CXXFLAGS=${CXXFLAGS} $(java-pkg_get-jni-cflags)
fi

if use perl; then
export PERL_ARCH=$(perl -MConfig -e 'print 
$Config{installvendorarch}')
export PERL_LIB=$(perl -MConfig -e 'print 
$Config{installvendorlib}')
fi

if use lua; then
export LUA_LIB=$(pkg-config --variable=INSTALL_CMOD lua)
fi

econf \
$(use_with java) \
$(use_with lua) \
$(use_with mono csharp) \
$(use_with perl) \
$(use_with php) \
$(use_with python) \
$(use_with ruby) \
$(use_with tcl)

# Python bindings are built/tested/installed manually.
sed -e /SUBDIRS =/s/ python// -i Makefile || die sed Makefile
}

src_compile() {
default

if use python; then
python_copy_sources python
building() {
emake \
PYTHON=$(PYTHON) \

[gentoo-commits] gentoo-x86 commit in app-text/xapian-omega: ChangeLog xapian-omega-1.2.18.ebuild xapian-omega-1.3.1.ebuild xapian-omega-1.2.17.ebuild xapian-omega-1.2.14.ebuild

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/20 23:47:10

  Modified: ChangeLog
  Removed:  xapian-omega-1.2.18.ebuild
xapian-omega-1.3.1.ebuild
xapian-omega-1.2.17.ebuild
xapian-omega-1.2.14.ebuild
  Log:
  Clean up.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.64 app-text/xapian-omega/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   20 Apr 2015 23:11:03 -  1.63
+++ ChangeLog   20 Apr 2015 23:47:10 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/xapian-omega
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.63 
2015/04/20 23:11:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.64 
2015/04/20 23:47:10 blueness Exp $
+
+  20 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  -xapian-omega-1.2.14.ebuild, -xapian-omega-1.2.17.ebuild,
+  -xapian-omega-1.2.18.ebuild, -xapian-omega-1.3.1.ebuild:
+  Clean up.
 
 *xapian-omega-1.2.20 (20 Apr 2015)
 *xapian-omega-1.3.2 (20 Apr 2015)






[gentoo-commits] gentoo-x86 commit in net-misc/pssh: ChangeLog pssh-2.1.1.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:55:01

  Modified: ChangeLog
  Removed:  pssh-2.1.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.14 net-misc/pssh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pssh/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pssh/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pssh/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Mar 2015 21:25:02 -  1.13
+++ ChangeLog   21 Apr 2015 00:55:01 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/pssh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.13 2015/03/28 
21:25:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.14 2015/04/21 
00:55:01 mrueg Exp $
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org -pssh-2.1.1.ebuild:
+  Remove old.
 
   28 Mar 2015; Agostino Sarubbo a...@gentoo.org pssh-2.3.1-r1.ebuild:
   Stable for ppc, wrt bug #542592






[gentoo-commits] gentoo-x86 commit in net-misc/ucarp: ChangeLog ucarp-1.3.ebuild

2015-04-20 Thread Manuel Rueger (mrueg)
mrueg   15/04/21 00:53:31

  Modified: ChangeLog
  Removed:  ucarp-1.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.26 net-misc/ucarp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   28 Nov 2014 15:54:55 -  1.25
+++ ChangeLog   21 Apr 2015 00:53:31 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ucarp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.25 2014/11/28 
15:54:55 dev-zero Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.26 2015/04/21 
00:53:31 mrueg Exp $
+
+  21 Apr 2015; Manuel Rüger mr...@gentoo.org -ucarp-1.3.ebuild:
+  Remove old.
 
 *ucarp-1.5.2-r4 (28 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in media-tv/kodi: metadata.xml kodi-9999.ebuild ChangeLog

2015-04-20 Thread Mike Frysinger (vapier)
vapier  15/04/20 20:59:03

  Modified: metadata.xml kodi-.ebuild ChangeLog
  Log:
  Patch by hal to control more visualizers #536610.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  media-tv/kodi/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/kodi/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml29 Mar 2015 18:33:12 -  1.4
+++ metadata.xml20 Apr 2015 20:59:03 -  1.5
@@ -16,7 +16,9 @@
  flag name='rtmp'Enable Real Time Messaging Protocol using librtmp/flag
  flag name='rsxs'Enable really slick X screensavers/flag
  flag name='sftp'Support browsing files over SFTP/flag
+ flag name='spectrum'Enable spectrum visualization plugin/flag
  flag name='texturepacker'Support packing skin textures/flag
+ flag name='waveform'Enable waveform visualization plugin/flag
  flag name='webserver'Enable internal webserver/flag
  flag name='xrandr'Support X randr extension/flag
 /use



1.16 media-tv/kodi/kodi-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?r1=1.15r2=1.16

Index: kodi-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kodi-.ebuild11 Apr 2015 20:46:30 -  1.15
+++ kodi-.ebuild20 Apr 2015 20:59:03 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-.ebuild,v 1.15 
2015/04/11 20:46:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-.ebuild,v 1.16 
2015/04/20 20:59:03 vapier Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-IUSE=airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles 
goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs 
rtmp +samba sftp test +texturepacker udisks upnp upower +usb vaapi vdpau 
webserver +X +xrandr
+IUSE=airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles 
goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs 
rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi 
vdpau +waveform webserver +X +xrandr
 REQUIRED_USE=
rsxs? ( X )
xrandr? ( X )
@@ -217,12 +217,14 @@
$(use_enable rtmp) \
$(use_enable samba) \
$(use_enable sftp ssh) \
+   $(use_enable spectrum) \
$(use_enable usb libusb) \
$(use_enable test gtest) \
$(use_enable texturepacker) \
$(use_enable upnp) \
$(use_enable vaapi) \
$(use_enable vdpau) \
+   $(use_enable waveform) \
$(use_enable webserver) \
$(use_enable X x11) \
$(use_enable xrandr)
@@ -239,14 +241,12 @@
domenu tools/Linux/kodi.desktop
newicon media/icon48x48.png kodi.png
 
-   # Remove optional addons (platform specific and disabled by USE flag).
+   # Remove optional addons (platform specific).
local disabled_addons=(
repository.pvr-{android,ios,osx{32,64},win32}.xbmc.org
visualization.dxspectrum
+   visualization.vortex
)
-   use fishbmc  || disabled_addons+=( visualization.fishbmc )
-   use projectm || disabled_addons+=( visualization.{milkdrop,projectm} )
-   use rsxs || disabled_addons+=( 
screensaver.rsxs.{euphoria,plasma,solarwinds} )
rm -rf ${disabled_addons[@]/#/${ED}/usr/share/kodi/addons/}
 
# Remove fonconfig settings that are used only on MacOSX.



1.16 media-tv/kodi/ChangeLog

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

Index: ChangeLog

[gentoo-commits] gentoo-x86 commit in net-fs/autofs/files: autofs-5.0.7-sloppy-mount.patch

2015-04-20 Thread Yixun Lan (dlan)
dlan15/04/21 02:21:50

  Added:autofs-5.0.7-sloppy-mount.patch
  Log:
  fix sloopy mount option which break other than nfs, bug 545258
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.1  net-fs/autofs/files/autofs-5.0.7-sloppy-mount.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/files/autofs-5.0.7-sloppy-mount.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/files/autofs-5.0.7-sloppy-mount.patch?rev=1.1content-type=text/plain

Index: autofs-5.0.7-sloppy-mount.patch
===
From: Ian Kent ik...@redhat.com

Historically autofs added an option to mounts, called the sloppy
option, meant to allow mount(8) to ignore invalid mount options.
This was done so that mount map entries for sites that needed to
use different mount options for some machines would still work.
It was needed for nfs mounts in particular.

Recent changes to mount(8) cause the sloppy option to be passed on
for all mounts when it is given.

Previously mount(8) only passed on the option to nfs mounts so now,
for other than nfs mounts, the mount will fail if the file system
doesn't understand the sloppy option.

Since the option was not passed on to other than nfs mounts before
it seems sensible for autofs to not add it for other than nfs mounts
now.

Signed-off-by: Ian Kent ik...@redhat.com
---
 modules/mount_bind.c|9 -
 modules/mount_changer.c |6 +++---
 modules/mount_ext2.c|6 +++---
 modules/mount_generic.c |4 ++--
 4 files changed, 12 insertions(+), 13 deletions(-)

--- a/modules/mount_bind.c
+++ b/modules/mount_bind.c
@@ -158,13 +158,12 @@ int mount_mount(struct autofs_point *ap,
if (!status)
existed = 0;
 
-   debug(ap-logopt,
- MODPREFIX
- calling mount --bind  SLOPPY  -o %s %s %s,
+   debug(ap-logopt, MODPREFIX
+ calling mount --bind -o %s %s %s,
  options, what, fullpath);
 
-   err = spawn_bind_mount(ap-logopt,
-SLOPPYOPT -o, options, what, fullpath, NULL);
+   err = spawn_bind_mount(ap-logopt, -o,
+  options, what, fullpath, NULL);
 
if (err) {
if (ap-type != LKP_INDIRECT)
--- a/modules/mount_changer.c
+++ b/modules/mount_changer.c
@@ -103,12 +103,12 @@ int mount_mount(struct autofs_point *ap,
}
 
if (options  options[0]) {
-   debug(ap-logopt,
- MODPREFIX calling mount -t %s  SLOPPY -o %s %s %s,
+   debug(ap-logopt, MODPREFIX
+ calling mount -t %s -o %s %s %s,
  fstype, options, what, fullpath);
 
err = spawn_mount(ap-logopt, -t, fstype,
-SLOPPYOPT -o, options, what, fullpath, NULL);
+ -o, options, what, fullpath, NULL);
} else {
debug(ap-logopt,
  MODPREFIX calling mount -t %s %s %s,
--- a/modules/mount_ext2.c
+++ b/modules/mount_ext2.c
@@ -116,11 +116,11 @@ int mount_mount(struct autofs_point *ap,
}
 
if (options) {
-   debug(ap-logopt,
- MODPREFIX calling mount -t %s  SLOPPY -o %s %s %s,
+   debug(ap-logopt, MODPREFIX
+ calling mount -t %s -o %s %s %s,
  fstype, options, what, fullpath);
err = spawn_mount(ap-logopt, -t, fstype,
-SLOPPYOPT -o, options, what, fullpath, NULL);
+ -o, options, what, fullpath, NULL);
} else {
debug(ap-logopt,
  MODPREFIX calling mount -t %s %s %s,
--- a/modules/mount_generic.c
+++ b/modules/mount_generic.c
@@ -97,11 +97,11 @@ int mount_mount(struct autofs_point *ap,
 
if (options  options[0]) {
debug(ap-logopt,
- MODPREFIX calling mount -t %s  SLOPPY -o %s %s %s,
+ MODPREFIX calling mount -t %s -o %s %s %s,
  fstype, options, loc, fullpath);
 
err = spawn_mount(ap-logopt, -t, fstype,
-SLOPPYOPT -o, options, loc, fullpath, NULL);
+ -o, options, loc, fullpath, NULL);
} else {
debug(ap-logopt, MODPREFIX calling mount -t %s %s %s,
  fstype, loc, fullpath);







[gentoo-commits] gentoo-x86 commit in net-fs/autofs: autofs-5.0.7-r5.ebuild autofs-5.1.0-r1.ebuild autofs-5.0.9-r1.ebuild ChangeLog autofs-5.0.8-r2.ebuild

2015-04-20 Thread Yixun Lan (dlan)
dlan15/04/21 02:21:50

  Modified: ChangeLog
  Added:autofs-5.0.7-r5.ebuild autofs-5.1.0-r1.ebuild
autofs-5.0.9-r1.ebuild autofs-5.0.8-r2.ebuild
  Log:
  fix sloopy mount option which break other than nfs, bug 545258
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.177net-fs/autofs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.177view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.177content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.176r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   14 Jun 2014 15:29:00 -  1.176
+++ ChangeLog   21 Apr 2015 02:21:50 -  1.177
@@ -1,6 +1,16 @@
 # ChangeLog for net-fs/autofs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.176 2014/06/14 
15:29:00 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.177 2015/04/21 
02:21:50 dlan Exp $
+
+*autofs-5.1.0-r1 (21 Apr 2015)
+*autofs-5.0.9-r1 (21 Apr 2015)
+*autofs-5.0.8-r2 (21 Apr 2015)
+*autofs-5.0.7-r5 (21 Apr 2015)
+
+  21 Apr 2015; Yixun Lan d...@gentoo.org +autofs-5.0.7-r5.ebuild,
+  +autofs-5.0.8-r2.ebuild, +autofs-5.0.9-r1.ebuild, +autofs-5.1.0-r1.ebuild,
+  +files/autofs-5.0.7-sloppy-mount.patch:
+  fix sloopy mount option which break other than nfs, bug 545258
 
   14 Jun 2014; Yixun Lan d...@gentoo.org autofs-5.1.0.ebuild,
   +files/autofs-5.1.0-fix-missing-stdarg.patch:



1.1  net-fs/autofs/autofs-5.0.7-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.7-r5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.7-r5.ebuild?rev=1.1content-type=text/plain

Index: autofs-5.0.7-r5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r5.ebuild,v 1.1 
2015/04/21 02:21:50 dlan Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils linux-info multilib systemd toolchain-funcs

PATCH_VER=3
[[ -n ${PATCH_VER} ]]  \

PATCHSET_URI=http://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma;

DESCRIPTION=Kernel based automounter
HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html;
SRC_URI=
mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2
${PATCHSET_URI}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=-dmalloc hesiod ldap libtirpc mount-locking sasl

# USE=sasl adds SASL support to the LDAP module which will not be build. If
# SASL support should be available, please add ldap to the USE flags.
REQUIRED_USE=sasl? ( ldap )

# currently, sasl code assumes the presence of kerberosV
RDEPEND==sys-apps/util-linux-2.20
dmalloc? ( dev-libs/dmalloc[threads] )
hesiod? ( net-dns/hesiod )
ldap? ( =net-nds/openldap-2.0
sasl? (
dev-libs/cyrus-sasl
dev-libs/libxml2
virtual/krb5
)
)
libtirpc? ( net-libs/libtirpc )

DEPEND=${RDEPEND}
sys-devel/flex
virtual/yacc

CONFIG_CHECK=~AUTOFS4_FS

PATCHES=(
# Fix for bug #210762
# Upstream reference: 
http://thread.gmane.org/gmane.linux.kernel.autofs/4203
${FILESDIR}/${PN}-5.0.3-heimdal.patch

# Accumulated fixes for bugs
##154797: Respect CC and CFLAGS
##253412: Respect LDFLAGS
##247969: Link order for --as-needed
${FILESDIR}/${PN}-5.0.7-respect-user-flags-and-fix-asneeded-r3.patch

# Upstream reference: 
http://thread.gmane.org/gmane.linux.kernel.autofs/5371
${FILESDIR}/${PN}-5.0.5-fix-install-deadlink.patch


${FILESDIR}/${P}-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch 
#361899, #468606
${FILESDIR}/${PN}-5.0.6-revert-ldap.patch #381315
${FILESDIR}/${PN}-5.0.7-sasl-def.patch #469324
${FILESDIR}/${PN}-5.0.7-libtirpc-link.patch #464120
${FILESDIR}/${PN}-5.0.7-parallel-make.patch
${FILESDIR}/${PN}-5.0.7-sloppy-mount.patch #545258
)

AUTOTOOLS_IN_SOURCE_BUILD=1

src_prepare() {
# Upstream's patchset
if [[ -n ${PATCH_VER} ]]; then
EPATCH_SUFFIX=patch \

[gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r2.ebuild ChangeLog

2015-04-20 Thread Patrick Lauer (patrick)
patrick 15/04/21 02:22:53

  Modified: x-unikey-1.0.4-r2.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild

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

Index: x-unikey-1.0.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x-unikey-1.0.4-r2.ebuild20 Apr 2015 20:34:44 -  1.1
+++ x-unikey-1.0.4-r2.ebuild21 Apr 2015 02:22:53 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 1.1 
2015/04/20 20:34:44 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r2.ebuild,v 1.2 
2015/04/21 02:22:53 patrick Exp $
 
 EAPI=5
 
@@ -51,7 +51,7 @@
 #  emake DESTDIR=${D} install -C src/unikey-gtk || die
fi
 #  dobin src/xim/ukxim src/gui/unikey
-   emake DESTDIR=${D} install 
+   emake DESTDIR=${D} install
doenvd ${FILESDIR}/01x-unikey
 
dodoc AUTHORS CREDITS ChangeLog NEWS README TODO



1.28 app-i18n/x-unikey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   20 Apr 2015 20:34:44 -  1.27
+++ ChangeLog   21 Apr 2015 02:22:53 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/x-unikey
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.27 
2015/04/20 20:34:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.28 
2015/04/21 02:22:53 patrick Exp $
+
+  21 Apr 2015; Patrick Lauer patr...@gentoo.org x-unikey-1.0.4-r2.ebuild:
+  Whitespace
 
 *x-unikey-1.0.4-r2 (20 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/testdisk: testdisk-7.0-r2.ebuild ChangeLog

2015-04-20 Thread Nicolas Bock (nicolasbock)
nicolasbock15/04/21 03:04:22

  Modified: ChangeLog
  Added:testdisk-7.0-r2.ebuild
  Log:
  app-admin/testdisk: Fix ntfs3g dependency.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.59 app-admin/testdisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   20 Apr 2015 21:21:56 -  1.58
+++ ChangeLog   21 Apr 2015 03:04:22 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/testdisk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.58 
2015/04/20 21:21:56 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.59 
2015/04/21 03:04:22 nicolasbock Exp $
+
+*testdisk-7.0-r2 (21 Apr 2015)
+
+  21 Apr 2015; Nicolas Bock nicolasb...@gentoo.org +testdisk-7.0-r2.ebuild:
+  app-admin/testdisk: Fix ntfs3g dependency.
 
 *testdisk-7.0-r1 (20 Apr 2015)
 



1.1  app-admin/testdisk/testdisk-7.0-r2.ebuild

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

Index: testdisk-7.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 
1.1 2015/04/21 03:04:22 nicolasbock Exp $

EAPI=5

inherit autotools-utils eutils flag-o-matic

DESCRIPTION=Checks and undeletes partitions + PhotoRec, signature based 
recovery tool
HOMEPAGE=http://www.cgsecurity.org/wiki/TestDisk;
SRC_URI=http://www.cgsecurity.org/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=jpeg ntfs reiserfs static

# WARNING: reiserfs support does NOT work with reiserfsprogs
# you MUST use progsreiserfs-0.3.1_rc8 (the last version ever released).
DEPEND=
static? (
sys-apps/util-linux[static-libs]
=sys-libs/ncurses-5.2[static-libs]
jpeg? ( virtual/jpeg:*[static-libs] )
ntfs? ( sys-fs/ntfs3g[static-libs] )
reiserfs? ( 
=sys-fs/progsreiserfs-0.3.1_rc8[static-libs] )
=sys-fs/e2fsprogs-1.35[static-libs]
sys-libs/zlib[static-libs]
)
!static? (
sys-apps/util-linux
=sys-libs/ncurses-5.2
jpeg? ( virtual/jpeg:* )
ntfs? ( sys-fs/ntfs3g )
reiserfs? ( =sys-fs/progsreiserfs-0.3.1_rc8 )
=sys-fs/e2fsprogs-1.35
sys-libs/zlib
)
RDEPEND=!static? ( ${DEPEND} )

PATCHES=( ${FILESDIR}/install-gentoo.patch )
DOCS=( )
AUTOTOOLS_AUTORECONF=1
BUILD_DIR=${S}

src_configure() {
local myconf

# this is static method is the same used by upstream for their 'static' 
make
# target, but better, as it doesn't break.
use static  append-ldflags -static

# --with-foo are broken, any use of --with/--without disable the
# functionality.
# The following variation must be used.
use reiserfs || myconf+= --without-reiserfs
use ntfs || myconf+= --without-ntfs --without-ntfs3g
use jpeg || myconf+= --without-jpeg

econf \
--docdir ${ROOT}/usr/share/doc/${P} \
--disable-qt \
--without-ewf \
--enable-sudo \
${myconf}

# perform safety checks for NTFS, REISERFS and JPEG
if use ntfs  ! egrep -q '^#define HAVE_LIBNTFS(3G)? 1$' 
${S}/config.h ; then
die Failed to find either NTFS or NTFS-3G library.
fi
if use reiserfs  egrep -q 'undef HAVE_LIBREISERFS\' ${S}/config.h 
; then
die Failed to find reiserfs library.
fi
if use jpeg  egrep -q 'undef HAVE_LIBJPEG\' ${S}/config.h ; then
die Failed to find jpeg library.
fi
}






[gentoo-commits] gentoo-x86 commit in app-arch/xarchiver: ChangeLog xarchiver-0.5.4.ebuild

2015-04-20 Thread Denis Dupeyron (calchan)
calchan 15/04/21 04:04:46

  Modified: ChangeLog
  Added:xarchiver-0.5.4.ebuild
  Log:
  Version bump, bug #524688.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.43 app-arch/xarchiver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xarchiver/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xarchiver/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xarchiver/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/xarchiver/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   11 May 2014 17:57:05 -  1.42
+++ ChangeLog   21 Apr 2015 04:04:46 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/xarchiver
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/ChangeLog,v 1.42 
2014/05/11 17:57:05 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/ChangeLog,v 1.43 
2015/04/21 04:04:46 calchan Exp $
+
+*xarchiver-0.5.4 (21 Apr 2015)
+
+  21 Apr 2015; Denis Dupeyron calc...@gentoo.org +xarchiver-0.5.4.ebuild:
+  Version bump, bug #524688.
 
 *xarchiver-0.5.3 (11 May 2014)
 



1.1  app-arch/xarchiver/xarchiver-0.5.4.ebuild

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

Index: xarchiver-0.5.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.4.ebuild,v 
1.1 2015/04/21 04:04:46 calchan Exp $

EAPI=5
inherit xfconf

DESCRIPTION=a GTK+ based and advanced archive manager that can be used with 
Thunar
HOMEPAGE=http://xarchiver.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux
IUSE=debug

RDEPEND==dev-libs/glib-2
=x11-libs/gtk+-2.24:2
DEPEND=${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig

pkg_setup() {
PATCHES=(
${FILESDIR}/${PN}-0.5.3-add-mime-types.patch
${FILESDIR}/${PN}-0.5.3-fix-password-protected.patch
${FILESDIR}/${PN}-0.5.3-fix-rpm-support.patch
)

XFCONF=(
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
sed -e '/COPYING/d' -e '/NEWS/d' -i doc/Makefile.in || die
xfconf_src_prepare
}

src_install() {
xfconf_src_install DOCDIR=${ED}/usr/share/doc/${PF}
}

pkg_postinst() {
xfconf_pkg_postinst
elog You need external programs for some formats, including:
elog 7zip - app-arch/p7zip
elog arj - app-arch/unarj app-arch/arj
elog lha - app-arch/lha
elog lzop - app-arch/lzop
elog rar - app-arch/unrar app-arch/rar
elog zip - app-arch/unzip app-arch/zip
}






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.14.ebuild ChangeLog

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 04:43:29

  Modified: stunnel-5.14.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #546908).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  net-misc/stunnel/stunnel-5.14.ebuild

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

Index: stunnel-5.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stunnel-5.14.ebuild 19 Apr 2015 09:41:41 -  1.4
+++ stunnel-5.14.ebuild 21 Apr 2015 04:43:29 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild,v 1.4 
2015/04/19 09:41:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild,v 1.5 
2015/04/21 04:43:29 jer Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=ipv6 selinux tcpd
 
 DEPEND=tcpd? ( sys-apps/tcp-wrappers )



1.220net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.220view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.220content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.219r2=1.220

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   20 Apr 2015 21:27:45 -  1.219
+++ ChangeLog   21 Apr 2015 04:43:29 -  1.220
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.219 
2015/04/20 21:27:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.220 
2015/04/21 04:43:29 jer Exp $
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org stunnel-5.14.ebuild:
+  Stable for HPPA (bug #546908).
 
 *stunnel-5.16 (20 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.31.1.ebuild ChangeLog chrony-1.31-r1.ebuild

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 03:56:54

  Modified: ChangeLog
  Added:chrony-1.31.1.ebuild
  Removed:  chrony-1.31-r1.ebuild
  Log:
  Version bump (bug #545918).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.152net-misc/chrony/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.152view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.152content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.151r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   30 Jan 2015 12:26:03 -  1.151
+++ ChangeLog   21 Apr 2015 03:56:54 -  1.152
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.151 
2015/01/30 12:26:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.152 
2015/04/21 03:56:54 jer Exp $
+
+*chrony-1.31.1 (21 Apr 2015)
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org -chrony-1.31-r1.ebuild,
+  +chrony-1.31.1.ebuild:
+  Version bump (bug #545918).
 
   30 Jan 2015; Jeroen Roovers j...@gentoo.org chrony-2.0_pre1.ebuild:
   Drop keywords on pre-release for now.



1.1  net-misc/chrony/chrony-1.31.1.ebuild

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

Index: chrony-1.31.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.1 
2015/04/21 03:56:54 jer Exp $

EAPI=5
inherit eutils systemd toolchain-funcs

DESCRIPTION=NTP client and server programs
HOMEPAGE=http://chrony.tuxfamily.org/;
SRC_URI=http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
LICENSE=GPL-2
SLOT=0

KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86
IUSE=caps ipv6 libedit readline +rtc selinux
REQUIRED_USE=?? ( libedit readline )

CDEPEND=
caps? ( sys-libs/libcap )
libedit? ( dev-libs/libedit )
readline? ( =sys-libs/readline-4.1-r4 )

DEPEND=
${CDEPEND}
sys-apps/texinfo

RDEPEND=
${CDEPEND}
selinux? ( sec-policy/selinux-chronyd )


RESTRICT=test

S=${WORKDIR}/${P/_/-}

src_prepare() {
sed -i \
-e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-e 's:/var/run:/run:g' \
conf.c chrony.texi.in chrony.txt examples/* FAQ || die
}

src_configure() {
tc-export CC

local CHRONY_EDITLINE
# ./configure legend:
# --disable-readline : disable line editing entirely
# --without-readline : do not use sys-libs/readline (enabled by default)
# --without-editline : do not use dev-libs/libedit (enabled by default)
if ! use readline  ! use libedit; then
CHRONY_EDITLINE='--disable-readline'
else
CHRONY_EDITLINE+= $(usex readline '' --without-readline)
CHRONY_EDITLINE+= $(usex libedit '' --without-editline)
fi

# not an autotools generated script
local CHRONY_CONFIGURE=
./configure \
$(usex caps '' --disable-linuxcaps) \
$(usex ipv6 '' --disable-ipv6) \
$(usex rtc '' --disable-rtc) \
${CHRONY_EDITLINE} \
${EXTRA_ECONF} \
--docdir=/usr/share/doc/${PF} \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc/chrony \
--without-nss \
--without-tomcrypt


# print the ./configure call to aid in future debugging
einfo ${CHRONY_CONFIGURE}
sh ${CHRONY_CONFIGURE} || die
}

src_compile() {
emake all docs
}

src_install() {
default
rm ${D}/usr/share/doc/${PF}/COPYING || die
doinfo chrony.info*

newinitd ${FILESDIR}/chronyd.init chronyd
newconfd ${FILESDIR}/chronyd.conf chronyd

insinto /etc/${PN}
newins examples/chrony.conf.example chrony.conf
newins examples/chrony.keys.example chrony.keys

keepdir /var/{lib,log}/chrony

insinto /etc/logrotate.d
newins ${FILESDIR}/chrony.logrotate chrony

systemd_newunit ${FILESDIR}/chronyd.service-r2 chronyd.service
  

[gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: libxml2-2.9.2-r1.ebuild ChangeLog

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 04:37:27

  Modified: libxml2-2.9.2-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #546720).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-libs/libxml2/libxml2-2.9.2-r1.ebuild

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

Index: libxml2-2.9.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxml2-2.9.2-r1.ebuild 20 Apr 2015 09:04:11 -  1.3
+++ libxml2-2.9.2-r1.ebuild 21 Apr 2015 04:37:27 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v 
1.3 2015/04/20 09:04:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild,v 
1.4 2015/04/21 04:37:27 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=debug examples icu ipv6 lzma python readline static-libs test
 
 XSTS_HOME=http://www.w3.org/XML/2004/xml-schema-test-suite;



1.447dev-libs/libxml2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.447view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.447content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.446r2=1.447

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -r1.446 -r1.447
--- ChangeLog   20 Apr 2015 09:04:11 -  1.446
+++ ChangeLog   21 Apr 2015 04:37:27 -  1.447
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxml2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.446 
2015/04/20 09:04:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.447 
2015/04/21 04:37:27 jer Exp $
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org libxml2-2.9.2-r1.ebuild:
+  Stable for HPPA (bug #546720).
 
   20 Apr 2015; Agostino Sarubbo a...@gentoo.org libxml2-2.9.2-r1.ebuild:
   Stable for x86, wrt bug #546720






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.19.5.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/21 02:10:47

  Modified: ChangeLog
  Added:hardened-sources-3.19.5.ebuild
  Log:
  vanilla-3.19.5 + genpatches-3.19-6 + grgrsecurity-3.1-3.19.5-201504190814
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1251   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1250
retrieving revision 1.1251
diff -u -r1.1250 -r1.1251
--- ChangeLog   21 Apr 2015 02:08:02 -  1.1250
+++ ChangeLog   21 Apr 2015 02:10:47 -  1.1251
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1250 2015/04/21 02:08:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1251 2015/04/21 02:10:47 blueness Exp $
+
+*hardened-sources-3.19.5 (21 Apr 2015)
+
+  21 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.19.5.ebuild:
+  vanilla-3.19.5 + genpatches-3.19-6 + grgrsecurity-3.1-3.19.5-201504190814
 
 *hardened-sources-3.14.39 (21 Apr 2015)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.19.5.ebuild

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

Index: hardened-sources-3.19.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.19.5.ebuild,v
 1.1 2015/04/21 02:10:47 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=6
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.1*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: package.use.mask

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/21 04:33:18

  Modified: package.use.mask
  Log:
  hide the fusionsound use flag for now (bug #545662)

Revision  ChangesPath
1.198profiles/arch/amd64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.197r2=1.198

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- package.use.mask28 Mar 2015 22:11:21 -  1.197
+++ package.use.mask21 Apr 2015 04:33:18 -  1.198
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 
1.197 2015/03/28 22:11:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 
1.198 2015/04/21 04:33:18 mr_bones_ Exp $
 
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -18,6 +18,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett mr_bon...@gentoo.org (21 Apr 2015)
+# None of the fusionsound deps support multilib currently, maybe later.
+# Hiding the use flag fixes bug #545662 for now.
+media-libs/libsdl2 fusionsound
+
 # Michał Górny mgo...@gentoo.org (14 Sep 2014)
 # on behalf of gx86-multilib project multi...@gentoo.org
 # gcc[awt] is only used by gcj-jdk[X], and gcj-jdk[X] is not really






[gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.10.2.ebuild ChangeLog

2015-04-20 Thread Eray Aslan (eras)
eras15/04/21 05:54:06

  Modified: ChangeLog
  Added:bind-tools-9.10.2.ebuild
  Log:
  Non-maintainer bump.  Add dnssec tools - bug #473400
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.281net-dns/bind-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.281view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.281content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.280r2=1.281

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   18 Mar 2015 00:06:42 -  1.280
+++ ChangeLog   21 Apr 2015 05:54:06 -  1.281
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/bind-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.280 
2015/03/18 00:06:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.281 
2015/04/21 05:54:06 eras Exp $
+
+*bind-tools-9.10.2 (21 Apr 2015)
+
+  21 Apr 2015; Eray Aslan e...@gentoo.org +bind-tools-9.10.2.ebuild:
+  Non-maintainer bump.  Add dnssec tools - bug #473400
 
   18 Mar 2015; Mike Gilbert flop...@gentoo.org bind-tools-9.10.1_p1.ebuild:
   Pass --with-idnlib=-lidnkit to work around bug 543664.



1.1  net-dns/bind-tools/bind-tools-9.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2.ebuild?rev=1.1content-type=text/plain

Index: bind-tools-9.10.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2.ebuild,v 1.1 
2015/04/21 05:54:06 eras Exp $

EAPI=5

inherit eutils autotools flag-o-matic toolchain-funcs

MY_PN=${PN//-tools}
MY_PV=${PV/_p/-P}
MY_PV=${MY_PV/_rc/rc}
MY_P=${MY_PN}-${MY_PV}

DESCRIPTION=bind tools: dig, nslookup, host, nsupdate, dnssec-keygen
HOMEPAGE=http://www.isc.org/software/bind;
SRC_URI=ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;

LICENSE=ISC BSD BSD-2 HPND JNIC RSA openssl
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=doc gost gssapi idn ipv6 readline ssl urandom xml
# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687

REQUIRED_USE=gost? ( ssl )

DEPEND=ssl? ( dev-libs/openssl:0 )
gost? ( =dev-libs/openssl-1.0.0:0[-bindist] )
xml? ( dev-libs/libxml2 )
idn? ( net-dns/idnkit )
gssapi? ( virtual/krb5 )
readline? ( sys-libs/readline )
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

# bug 479092, requires networking
RESTRICT=test

src_prepare() {
# bug 231247
epatch ${FILESDIR}/${PN}-9.5.0_p1-lwconfig.patch

# Disable tests for now, bug 406399
sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die

# bug #220361
rm aclocal.m4
rm -rf libtool.m4/
eautoreconf
}

src_configure() {
local myconf=

if use urandom; then
myconf=${myconf} --with-randomdev=/dev/urandom
else
myconf=${myconf} --with-randomdev=/dev/random
fi

# bug 344029
append-cflags -DDIG_SIGCHASE

# localstatedir for nsupdate -l, bug 395785
tc-export BUILD_CC
econf \
--localstatedir=/var \
--without-python \
--disable-seccomp \
--without-libjson \
$(use_enable ipv6) \
$(use_with idn) \
$(usex idn --with-idnlib=-lidnkit '') \
$(use_with ssl openssl ${EPREFIX}/usr) \
$(use_with xml libxml2) \
$(use_with gssapi) \
$(use_with readline) \
$(use_with gost) \
${myconf}

# bug #151839
echo '#undef SO_BSDCOMPAT'  config.h
}

src_compile() {
local AR=$(tc-getAR)

emake AR=$AR -C lib/ || die emake lib failed
emake AR=$AR -C bin/delv/ || die emake bin/delv failed
emake AR=$AR -C bin/dig/ || die emake bin/dig failed
emake AR=$AR -C bin/nsupdate/ || die emake bin/nsupdate failed
emake AR=$AR -C bin/dnssec/ || die emake bin/dnssec failed
}


[gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.31.1.ebuild ChangeLog

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 04:32:17

  Modified: chrony-1.31.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #545918).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-misc/chrony/chrony-1.31.1.ebuild

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

Index: chrony-1.31.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrony-1.31.1.ebuild21 Apr 2015 03:56:54 -  1.1
+++ chrony-1.31.1.ebuild21 Apr 2015 04:32:17 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.1 
2015/04/21 03:56:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.2 
2015/04/21 04:32:17 jer Exp $
 
 EAPI=5
 inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
 LICENSE=GPL-2
 SLOT=0
 
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~arm hppa ~mips ~ppc ~sparc ~x86
 IUSE=caps ipv6 libedit readline +rtc selinux
 REQUIRED_USE=?? ( libedit readline )
 



1.153net-misc/chrony/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.153view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.153content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.152r2=1.153

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   21 Apr 2015 03:56:54 -  1.152
+++ ChangeLog   21 Apr 2015 04:32:17 -  1.153
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.152 
2015/04/21 03:56:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.153 
2015/04/21 04:32:17 jer Exp $
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org chrony-1.31.1.ebuild:
+  Stable for HPPA (bug #545918).
 
 *chrony-1.31.1 (21 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/portage: ChangeLog portage-2.2.18.ebuild

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 04:45:48

  Modified: ChangeLog portage-2.2.18.ebuild
  Log:
  Stable for HPPA (bug #541116).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.1437   sys-apps/portage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1436
retrieving revision 1.1437
diff -u -r1.1436 -r1.1437
--- ChangeLog   19 Apr 2015 18:45:08 -  1.1436
+++ ChangeLog   21 Apr 2015 04:45:48 -  1.1437
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1436 
2015/04/19 18:45:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1437 
2015/04/21 04:45:48 jer Exp $
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org portage-2.2.18.ebuild:
+  Stable for HPPA (bug #541116).
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org portage-2.2.18.ebuild:
   ppc/ppc64/x86 stable, bug #541116



1.5  sys-apps/portage/portage-2.2.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild?r1=1.4r2=1.5

Index: portage-2.2.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- portage-2.2.18.ebuild   19 Apr 2015 18:45:08 -  1.4
+++ portage-2.2.18.ebuild   21 Apr 2015 04:45:48 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild,v 
1.4 2015/04/19 18:45:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild,v 
1.5 2015/04/21 04:45:48 jer Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml;
 
 LICENSE=GPL-2
-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
 SLOT=0
 IUSE=build doc epydoc +ipc linguas_ru selinux xattr
 






[gentoo-commits] gentoo-x86 commit in games-fps/warsow: metadata.xml ChangeLog

2015-04-20 Thread Patrick Lauer (patrick)
patrick 15/04/21 02:28:00

  Modified: metadata.xml ChangeLog
  Log:
  Remove unused useflag description from metadata.xml
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-fps/warsow/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml29 Jul 2012 20:46:08 -  1.4
+++ metadata.xml21 Apr 2015 02:28:00 -  1.5
@@ -3,7 +3,6 @@
 pkgmetadata
   herdgames/herd
   use
-flag name=angelscriptEnable AngelScript support/flag
flag name=ircEnable IRC support/flag
flag name=serverBuild server binaries additionally/flag
   /use



1.69 games-fps/warsow/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   20 Apr 2015 20:04:50 -  1.68
+++ ChangeLog   21 Apr 2015 02:28:00 -  1.69
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/warsow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.68 
2015/04/20 20:04:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.69 
2015/04/21 02:28:00 patrick Exp $
+
+  21 Apr 2015; Patrick Lauer patr...@gentoo.org metadata.xml:
+  Remove unused useflag description from metadata.xml
 
   20 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
   -files/warsow-1.0-build.patch, -files/warsow-1.0-pic.patch,






[gentoo-commits] gentoo-x86 commit in media-gfx/mcomix: mcomix-1.01.ebuild ChangeLog

2015-04-20 Thread Ryan Hill (rhill)
rhill   15/04/21 05:40:16

  Modified: ChangeLog
  Added:mcomix-1.01.ebuild
  Log:
  Version bump.
  
  Signed-off-by: Ryan Hill rh...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
957A8463)

Revision  ChangesPath
1.21 media-gfx/mcomix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/mcomix/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   8 Apr 2015 17:58:14 -   1.20
+++ ChangeLog   21 Apr 2015 05:40:16 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/mcomix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mcomix/ChangeLog,v 1.20 
2015/04/08 17:58:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mcomix/ChangeLog,v 1.21 
2015/04/21 05:40:16 rhill Exp $
+
+*mcomix-1.01 (21 Apr 2015)
+
+  21 Apr 2015; Ryan Hill rh...@gentoo.org +mcomix-1.01.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org mcomix-1.00-r1.ebuild:
   Drop old Python implementations



1.1  media-gfx/mcomix/mcomix-1.01.ebuild

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

Index: mcomix-1.01.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/mcomix/mcomix-1.01.ebuild,v 1.1 
2015/04/21 05:40:16 rhill Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite

inherit distutils-r1 eutils fdo-mime

DESCRIPTION=A fork of comix, a GTK image viewer for comic book archives
HOMEPAGE=http://mcomix.sourceforge.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}
=dev-python/pygtk-2.14[${PYTHON_USEDEP}]
virtual/jpeg
virtual/python-imaging[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf
!media-gfx/comix

DOCS=( ChangeLog README )

pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
echo
elog Additional packages are required to open the most common comic 
archives:
elog
elog cbr: app-arch/unrar
elog cbz: app-arch/unzip
elog
elog You can also add support for 7z or LHA archives by installing
elog app-arch/p7zip or app-arch/lha. Install app-text/mupdf for
elog pdf support.
echo
}

pkg_postrm() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
}






[gentoo-commits] gentoo-x86 commit in media-gfx/ristretto/files: ristretto-0.8.0-fix-appdata-validation.patch ristretto-0.8.0-fix-icon-installation.patch

2015-04-20 Thread Denis Dupeyron (calchan)
calchan 15/04/21 03:50:08

  Added:ristretto-0.8.0-fix-appdata-validation.patch
ristretto-0.8.0-fix-icon-installation.patch
  Log:
  Fix bug #542604, thanks to Coacher.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  
media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch?rev=1.1content-type=text/plain

Index: ristretto-0.8.0-fix-appdata-validation.patch
===
From 3ae341ba0bbf5c0fefcdb02a3674061a6b73f7db Mon Sep 17 00:00:00 2001
From: Kevin Fenzi ke...@scrye.com
Date: Mon, 2 Mar 2015 15:41:11 +0300
Subject: appdata fails validation (Bug #11622)

appstream-util fails with cannot contain a hyperlink.

Signed-off-by: Eric Koegel eric.koe...@gmail.com

diff --git a/ristretto.appdata.xml.in b/ristretto.appdata.xml.in
index 0ff8b22..ea7a96f 100644
--- a/ristretto.appdata.xml.in
+++ b/ristretto.appdata.xml.in
@@ -66,7 +66,7 @@
 release version=0.6.0 timestamp=1335662454
   description
 _pThis version comes with several changes such as online 
documentation on
-   http://docs.xfce.org, the option to limit the maximum image-quality 
to
+   docs.xfce.org, the option to limit the maximum image-quality to
the screen dimensions to improve memory-usage and performance - now 
ristretto
renders at full quality with this option disabled, only one toolbar 
- instead 
of two, a quick-launch button on the toolbar to execute an editor, 
the option
-- 
cgit v0.10.1




1.1  
media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch?rev=1.1content-type=text/plain

Index: ristretto-0.8.0-fix-icon-installation.patch
===
This should normally patch Makefile.am and use autotools.eclass to re-run
autoreconf. However, this does not work out of the box and pulling out the big
artillery to fix a simple typo which will be gone in the next release wasn't
worth the trouble.

See https://bugs.gentoo.org/542604.

Denis Dupeyron calc...@gentoo.org

--- icons/128x128/Makefile.in.orig  2015-04-20 21:16:04.376497095 -0600
+++ icons/128x128/Makefile.in   2015-04-20 21:16:23.423138219 -0600
@@ -337,7 +337,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
 icons_DATA = ristretto.png
 EXTRA_DIST = $(icons_DATA)
 all: all-am






[gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.8.0-r1.ebuild ChangeLog

2015-04-20 Thread Denis Dupeyron (calchan)
calchan 15/04/21 03:50:08

  Modified: ChangeLog
  Added:ristretto-0.8.0-r1.ebuild
  Log:
  Fix bug #542604, thanks to Coacher.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.81 media-gfx/ristretto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   9 Mar 2015 18:54:29 -   1.80
+++ ChangeLog   21 Apr 2015 03:50:07 -  1.81
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/ristretto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.80 
2015/03/09 18:54:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.81 
2015/04/21 03:50:07 calchan Exp $
+
+*ristretto-0.8.0-r1 (21 Apr 2015)
+
+  21 Apr 2015; Denis Dupeyron calc...@gentoo.org +ristretto-0.8.0-r1.ebuild,
+  +files/ristretto-0.8.0-fix-appdata-validation.patch,
+  +files/ristretto-0.8.0-fix-icon-installation.patch:
+  Fix bug #542604, thanks to Coacher.
 
 *ristretto-0.8.0 (09 Mar 2015)
 



1.1  media-gfx/ristretto/ristretto-0.8.0-r1.ebuild

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

Index: ristretto-0.8.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.8.0-r1.ebuild,v 1.1 
2015/04/21 03:50:07 calchan Exp $

EAPI=5
inherit xfconf

DESCRIPTION=A fast and lightweight picture viewer for the Xfce desktop 
environment
HOMEPAGE=http://goodies.xfce.org/projects/applications/ristretto;
SRC_URI=mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug

RDEPEND==dev-libs/dbus-glib-0.98:0=
=dev-libs/glib-2.24:2=
media-libs/libexif:0=
x11-libs/cairo:0=
=x11-libs/gtk+-2.20:2=
x11-libs/libX11:0=
=xfce-base/libxfce4ui-4.10:0=
=xfce-base/libxfce4util-4.10:0=
=xfce-base/xfconf-4.10:0=
DEPEND=${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext

pkg_setup() {
PATCHES=(
${FILESDIR}/${P}-fix-appdata-validation.patch
${FILESDIR}/${P}-fix-icon-installation.patch
)

XFCONF=(
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog NEWS TODO )
}






[gentoo-commits] gentoo-x86 commit in dev-python/mccabe: mccabe-0.3.ebuild ChangeLog

2015-04-20 Thread Ian Delaney (idella4)
idella4 15/04/21 05:02:42

  Modified: ChangeLog
  Added:mccabe-0.3.ebuild
  Log:
  bump; tarball missing testsuite file, closes bug #547176 by Coacher
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.18 dev-python/mccabe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   14 Apr 2015 12:50:13 -  1.17
+++ ChangeLog   21 Apr 2015 05:02:42 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mccabe
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.17 
2015/04/14 12:50:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.18 
2015/04/21 05:02:42 idella4 Exp $
+
+*mccabe-0.3 (21 Apr 2015)
+
+  21 Apr 2015; Ian Delaney idel...@gentoo.org +mccabe-0.3.ebuild:
+  bump; tarball missing testsuite file, closes bug #547176 by Coacher
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org mccabe-0.2.1.ebuild:
   Stable for ia64, wrt bug #540290



1.1  dev-python/mccabe/mccabe-0.3.ebuild

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

Index: mccabe-0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/mccabe-0.3.ebuild,v 1.1 
2015/04/21 05:02:42 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=a plugin for flake8
HOMEPAGE=https://github.com/flintwork/mccabe;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86
IUSE=
LICENSE=MIT
SLOT=0

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






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.39.ebuild ChangeLog

2015-04-20 Thread Anthony G. Basile (blueness)
blueness15/04/21 02:08:02

  Modified: ChangeLog
  Added:hardened-sources-3.14.39.ebuild
  Log:
  vanilla-3.14.39 + genpatches-3.14-44 + grsecurity-3.1-3.14.39-201504190814
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1250   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1249
retrieving revision 1.1250
diff -u -r1.1249 -r1.1250
--- ChangeLog   15 Apr 2015 18:55:37 -  1.1249
+++ ChangeLog   21 Apr 2015 02:08:02 -  1.1250
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1249 2015/04/15 18:55:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1250 2015/04/21 02:08:02 blueness Exp $
+
+*hardened-sources-3.14.39 (21 Apr 2015)
+
+  21 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.39.ebuild:
+  vanilla-3.14.39 + genpatches-3.14-44 + grsecurity-3.1-3.14.39-201504190814
 
   15 Apr 2015; Anthony G. Basile bluen...@gentoo.org
   -hardened-sources-3.14.35-r1.ebuild, -hardened-sources-3.14.36-r1.ebuild,



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.39.ebuild

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

Index: hardened-sources-3.14.39.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.39.ebuild,v
 1.1 2015/04/21 02:08:02 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=44
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.1*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] gentoo-x86 commit in media-gfx/ristretto/files: - New directory

2015-04-20 Thread Denis Dupeyron (calchan)
calchan 15/04/21 03:29:23

  Log:
  Directory /var/cvsroot/gentoo-x86/media-gfx/ristretto/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-libs/opus: ChangeLog opus-1.1.ebuild

2015-04-20 Thread Jeroen Roovers (jer)
jer 15/04/21 04:41:29

  Modified: ChangeLog opus-1.1.ebuild
  Log:
  Stable for HPPA (bug #500868).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.39 media-libs/opus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   19 Apr 2015 06:32:56 -  1.38
+++ ChangeLog   21 Apr 2015 04:41:29 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/opus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.38 2015/04/19 
06:32:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.39 2015/04/21 
04:41:29 jer Exp $
+
+  21 Apr 2015; Jeroen Roovers j...@gentoo.org opus-1.1.ebuild:
+  Stable for HPPA (bug #500868).
 
   19 Apr 2015; Ben de Groot yng...@gentoo.org -opus-1.0.1.ebuild,
   -opus-1.0.2-r1.ebuild, -opus-1.0.2.ebuild, -opus-1.0.3.ebuild, metadata.xml:



1.3  media-libs/opus/opus-1.1.ebuild

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

Index: opus-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opus-1.1.ebuild 19 Jun 2014 13:07:49 -  1.2
+++ opus-1.1.ebuild 21 Apr 2015 04:41:29 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.2 
2014/06/19 13:07:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.3 
2015/04/21 04:41:29 jer Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
 IUSE=custom-modes doc static-libs
 
 DEPEND=doc? ( app-doc/doxygen )






[gentoo-commits] gentoo-x86 commit in app-office/impressive: impressive-0.10.5.ebuild impressive-0.11.0b.ebuild ChangeLog impressive-0.10.3-r2.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:11:51

  Modified: impressive-0.10.5.ebuild impressive-0.11.0b.ebuild
ChangeLog
  Removed:  impressive-0.10.3-r2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  app-office/impressive/impressive-0.10.5.ebuild

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

Index: impressive-0.10.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- impressive-0.10.5.ebuild19 Apr 2015 06:55:24 -  1.5
+++ impressive-0.10.5.ebuild20 Apr 2015 20:11:51 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v 1.5 
2015/04/19 06:55:24 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.5.ebuild,v 1.6 
2015/04/20 20:11:51 jlec Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
dev-python/pyopengl[${PYTHON_USEDEP}]
x11-misc/xdg-utils
x11-apps/xrandr
-   || ( app-text/xpdf app-text/ghostscript-gpl )
+   app-text/ghostscript-gpl
|| ( media-fonts/dejavu media-fonts/corefonts )
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.2  app-office/impressive/impressive-0.11.0b.ebuild

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

Index: impressive-0.11.0b.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- impressive-0.11.0b.ebuild   12 Mar 2015 08:50:49 -  1.1
+++ impressive-0.11.0b.ebuild   20 Apr 2015 20:11:51 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild,v 1.1 
2015/03/12 08:50:49 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.11.0b.ebuild,v 1.2 
2015/04/20 20:11:51 jlec Exp $
 
 EAPI=5
 
@@ -28,7 +28,6 @@
|| (
app-text/mupdf
app-text/poppler
-   app-text/xpdf
app-text/ghostscript-gpl
)
|| ( media-fonts/dejavu media-fonts/corefonts )
@@ -56,6 +55,5 @@
optfeature Sound and video playback media-video/mplayer2
optfeature Alternate PDF rendering app-text/mupdf
optfeature Alternate PDF rendering app-text/poppler
-   optfeature Alternate PDF rendering app-text/xpdf
optfeature Alternate PDF rendering app-text/ghostscript-gpl
 }



1.20 app-office/impressive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/impressive/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Apr 2015 06:55:24 -  1.19
+++ ChangeLog   20 Apr 2015 20:11:51 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/impressive
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.19 
2015/04/19 06:55:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.20 
2015/04/20 20:11:51 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -impressive-0.10.3-r2.ebuild,
+  impressive-0.10.5.ebuild, impressive-0.11.0b.ebuild:
+  Drop old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org impressive-0.10.5.ebuild:
   x86 stable wrt bug #532436






[gentoo-commits] gentoo-x86 commit in app-editors/retext: ChangeLog retext-4.0.1-r2.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:12:24

  Modified: ChangeLog
  Removed:  retext-4.0.1-r2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.20 app-editors/retext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Apr 2015 06:56:33 -  1.19
+++ ChangeLog   20 Apr 2015 20:12:23 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/retext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.19 
2015/04/19 06:56:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.20 
2015/04/20 20:12:23 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -retext-4.0.1-r2.ebuild:
+  Drop old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org retext-4.1.3.ebuild:
   x86 stable wrt bug #530262






[gentoo-commits] gentoo-x86 commit in games-misc/katawa-shoujo: ChangeLog katawa-shoujo-1.2-r2.ebuild

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/20 20:12:18

  Modified: ChangeLog
  Removed:  katawa-shoujo-1.2-r2.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.16 games-misc/katawa-shoujo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Apr 2015 09:54:45 -  1.15
+++ ChangeLog   20 Apr 2015 20:12:18 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/katawa-shoujo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.15 
2015/04/15 09:54:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.16 
2015/04/20 20:12:18 mr_bones_ Exp $
+
+  20 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
+  -katawa-shoujo-1.2-r2.ebuild:
+  old
 
 *katawa-shoujo-1.3 (15 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-action/minetest_game: ChangeLog minetest_game-0.4.9.ebuild

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/20 20:14:24

  Modified: ChangeLog
  Removed:  minetest_game-0.4.9.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 games-action/minetest_game/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   19 Apr 2015 06:59:01 -  1.16
+++ ChangeLog   20 Apr 2015 20:14:24 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/minetest_game
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.16 
2015/04/19 06:59:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.17 
2015/04/20 20:14:24 mr_bones_ Exp $
+
+  20 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
+  -minetest_game-0.4.9.ebuild:
+  old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org minetest_game-0.4.10.ebuild:
   x86 stable wrt bug #522906






[gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker: metadata.xml ChangeLog linkchecker-7.9.ebuild linkchecker-9.3.ebuild linkchecker-8.5.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:14:16

  Modified: metadata.xml ChangeLog
  Removed:  linkchecker-7.9.ebuild linkchecker-9.3.ebuild
linkchecker-8.5.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.13 net-analyzer/linkchecker/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/metadata.xml?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/metadata.xml?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/metadata.xml?r1=1.12r2=1.13

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml16 Jan 2013 11:49:30 -  1.12
+++ metadata.xml20 Apr 2015 20:14:16 -  1.13
@@ -5,10 +5,7 @@
 emailj...@gentoo.org/email
   /maintainer
   use
-flag name=bookmarksMozilla Bookmark parsing/flag
 flag name=sqliteMozilla Bookmark parsing/flag
 flag name=loginlogin form submission/flag
-flag name=nagiosInstall nagios cli plugin/flag
-flag name=syntax-checkHTML/CSS syntax checks/flag
   /use
 /pkgmetadata



1.101net-analyzer/linkchecker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   19 Apr 2015 07:02:47 -  1.100
+++ ChangeLog   20 Apr 2015 20:14:16 -  1.101
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/linkchecker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.100 
2015/04/19 07:02:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.101 
2015/04/20 20:14:16 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -linkchecker-7.9.ebuild,
+  -linkchecker-8.5.ebuild, -linkchecker-9.3.ebuild, metadata.xml:
+  Drop old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org linkchecker-9.2.ebuild:
   x86 stable wrt bug #526446






[gentoo-commits] gentoo-x86 commit in dev-python/fonttools: metadata.xml ChangeLog fonttools-2.3-r1.ebuild fonttools-2.3.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:15:30

  Modified: metadata.xml ChangeLog
  Removed:  fonttools-2.3-r1.ebuild fonttools-2.3.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-python/fonttools/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fonttools/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml10 Jul 2004 08:55:14 -  1.1
+++ metadata.xml20 Apr 2015 20:15:30 -  1.2
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdfonts/herd
-herdpython/herd
+  herdfonts/herd
+  herdpython/herd
 /pkgmetadata



1.38 dev-python/fonttools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   19 Apr 2015 09:37:27 -  1.37
+++ ChangeLog   20 Apr 2015 20:15:30 -  1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/fonttools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v 1.37 
2015/04/19 09:37:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v 1.38 
2015/04/20 20:15:30 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -fonttools-2.3-r1.ebuild,
+  -fonttools-2.3.ebuild, metadata.xml:
+  Drop old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org fonttools-2.4.ebuild:
   x86 stable wrt bug #535322






[gentoo-commits] gentoo-x86 commit in dev-python/ipy: ChangeLog ipy-0.81.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:16:00

  Modified: ChangeLog
  Removed:  ipy-0.81.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.52 dev-python/ipy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   19 Apr 2015 09:38:52 -  1.51
+++ ChangeLog   20 Apr 2015 20:15:59 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ipy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.51 2015/04/19 
09:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.52 2015/04/20 
20:15:59 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -ipy-0.81.ebuild:
+  Drop old
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org ipy-0.82a.ebuild:
   Stable for x86, wrt bug #546402






[gentoo-commits] gentoo-x86 commit in games-action/minetest: ChangeLog minetest-0.4.9.ebuild

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/20 20:15:58

  Modified: ChangeLog
  Removed:  minetest-0.4.9.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 games-action/minetest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Apr 2015 06:58:54 -  1.19
+++ ChangeLog   20 Apr 2015 20:15:58 -  1.20
@@ -1,6 +1,13 @@
 # ChangeLog for games-action/minetest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.19 
2015/04/19 06:58:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.20 
2015/04/20 20:15:58 mr_bones_ Exp $
+
+  20 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
+  -files/minetest-0.4.9-as-needed.patch, -files/minetest-0.4.9-freetype.patch,
+  -files/minetest-0.4.9-lua-luajit-option.patch,
+  -files/minetest-0.4.9-opengles.patch,
+  -files/minetest-0.4.9-shared-irrlicht.patch, -minetest-0.4.9.ebuild:
+  old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org minetest-0.4.10-r1.ebuild:
   x86 stable wrt bug #522906






[gentoo-commits] gentoo-x86 commit in games-action/minetest/files: minetest-0.4.9-opengles.patch minetest-0.4.9-shared-irrlicht.patch minetest-0.4.9-as-needed.patch minetest-0.4.9-lua-luajit-option.pa

2015-04-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/20 20:15:58

  Removed:  minetest-0.4.9-opengles.patch
minetest-0.4.9-shared-irrlicht.patch
minetest-0.4.9-as-needed.patch
minetest-0.4.9-lua-luajit-option.patch
minetest-0.4.9-freetype.patch
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in sci-physics/pythia: metadata.xml ChangeLog pythia-6.4.24.ebuild pythia-8.1.80.ebuild pythia-8.1.83.ebuild pythia-8.1.85.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:16:59

  Modified: metadata.xml ChangeLog
  Removed:  pythia-6.4.24.ebuild pythia-8.1.80.ebuild
pythia-8.1.83.ebuild pythia-8.1.85.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  sci-physics/pythia/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml29 Oct 2013 22:04:54 -  1.4
+++ metadata.xml20 Apr 2015 20:16:59 -  1.5
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsci-physics/herd
-longdescription lang=en
+  herdsci-physics/herd
+  longdescription lang=en
   PYTHIA is a program for the generation of high-energy physics
   events, i.e. for the description of collisions at high energies
   between elementary particles such as e+, e-, p and pbar in various
@@ -13,8 +13,8 @@
   but also borrows many formulae and other knowledge from the
   literature.
 /longdescription
-use
-  flag name=hepmcAdds support for High Energy Physics Monte Carlo
+  use
+flag name=hepmcAdds support for High Energy Physics Monte Carlo
   Generators pkgsci-physics/hepmc/pkg/flag
-/use
+  /use
 /pkgmetadata



1.59 sci-physics/pythia/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   19 Apr 2015 09:42:16 -  1.58
+++ ChangeLog   20 Apr 2015 20:16:59 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/pythia
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.58 
2015/04/19 09:42:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.59 
2015/04/20 20:16:59 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -pythia-6.4.24.ebuild,
+  -pythia-8.1.80.ebuild, -pythia-8.1.83.ebuild, -pythia-8.1.85.ebuild,
+  metadata.xml:
+  Drop old
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org pythia-6.4.28.ebuild:
   Stable for x86, wrt bug #546254






[gentoo-commits] gentoo-x86 commit in app-backup/duply: ChangeLog duply-1.7.3-r1.ebuild duply-1.7.3.ebuild duply-1.9.0.ebuild duply-1.7.4.ebuild duply-1.8.0.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:18:33

  Modified: ChangeLog
  Removed:  duply-1.7.3-r1.ebuild duply-1.7.3.ebuild
duply-1.9.0.ebuild duply-1.7.4.ebuild
duply-1.8.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.10 app-backup/duply/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Apr 2015 09:46:34 -  1.9
+++ ChangeLog   20 Apr 2015 20:18:33 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/duply
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.9 2015/04/19 
09:46:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.10 
2015/04/20 20:18:33 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -duply-1.7.3-r1.ebuild,
+  -duply-1.7.3.ebuild, -duply-1.7.4.ebuild, -duply-1.8.0.ebuild,
+  -duply-1.9.0.ebuild:
+  Drop old
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org duply-1.9.1.ebuild:
   Stable for x86, wrt bug #544264






[gentoo-commits] gentoo-x86 commit in app-admin/ansible: ChangeLog ansible-1.6.8.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:18:07

  Modified: ChangeLog
  Removed:  ansible-1.6.8.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.65 app-admin/ansible/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   19 Apr 2015 09:45:51 -  1.64
+++ ChangeLog   20 Apr 2015 20:18:07 -  1.65
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/ansible
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.64 
2015/04/19 09:45:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.65 
2015/04/20 20:18:07 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -ansible-1.6.8.ebuild:
+  Drop old
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org ansible-1.8.4.ebuild:
   Stable for x86, wrt bug #544746






[gentoo-commits] gentoo-x86 commit in dev-tcltk/thread: ChangeLog thread-2.7.0.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:19:35

  Modified: ChangeLog
  Removed:  thread-2.7.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.42 dev-tcltk/thread/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   19 Apr 2015 09:47:27 -  1.41
+++ ChangeLog   20 Apr 2015 20:19:35 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/thread
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.41 
2015/04/19 09:47:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.42 
2015/04/20 20:19:35 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -thread-2.7.0.ebuild:
+  Drop old
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org thread-2.7.1.ebuild:
   x86 stable wrt bug #535386






[gentoo-commits] gentoo-x86 commit in app-office/texmaker: ChangeLog texmaker-4.2.ebuild texmaker-4.1.1.ebuild texmaker-4.1.ebuild texmaker-4.0.1.ebuild

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 20:20:07

  Modified: ChangeLog
  Removed:  texmaker-4.2.ebuild texmaker-4.1.1.ebuild
texmaker-4.1.ebuild texmaker-4.0.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.151app-office/texmaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.151view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.151content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?r1=1.150r2=1.151

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   19 Apr 2015 09:48:17 -  1.150
+++ ChangeLog   20 Apr 2015 20:20:07 -  1.151
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/texmaker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.150 
2015/04/19 09:48:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.151 
2015/04/20 20:20:07 jlec Exp $
+
+  20 Apr 2015; Justin Lecher j...@gentoo.org -texmaker-4.0.1.ebuild,
+  -texmaker-4.1.1.ebuild, -texmaker-4.1.ebuild, -texmaker-4.2.ebuild:
+  Drop old
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org texmaker-4.3.ebuild:
   Stable for x86, wrt bug #542714






  1   2   3   >