[gentoo-commits] proj/lisp:master commit in: dev-scheme/chicken/files/, dev-scheme/chicken/

2014-06-07 Thread Erik Falor
commit: d9d18a329f0ecfa770c1a69db276cc357e3f6266
Author: Erik Falor ewfalor AT gmail DOT com
AuthorDate: Sat Jun  7 06:34:09 2014 +
Commit: Erik Falor ewfalor AT gmail DOT com
CommitDate: Sat Jun  7 06:34:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d9d18a32

dev-scheme/chicken: bump to version 4.9.0

---
 dev-scheme/chicken/chicken-4.9.0.ebuild| 76 ++
 .../chicken/files/parallel-build-4.9.0.patch   | 74 +
 2 files changed, 150 insertions(+)

diff --git a/dev-scheme/chicken/chicken-4.9.0.ebuild 
b/dev-scheme/chicken/chicken-4.9.0.ebuild
new file mode 100644
index 000..1cc97aa
--- /dev/null
+++ b/dev-scheme/chicken/chicken-4.9.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/chicken/chicken-4.8.0.1.ebuild,v 
1.1 2013/02/05 23:51:45 pchrist Exp $
+
+EAPI=5
+
+inherit eutils multilib versionator
+
+MY_PV=$(get_version_component_range 1-3)
+DESCRIPTION=Chicken is a Scheme interpreter and native Scheme to C compiler
+HOMEPAGE=http://www.call-cc.org/;
+SRC_URI=http://code.call-cc.org/releases/${MY_PV}/${P}.tar.gz;
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~x86
+IUSE=emacs parallel-build doc
+
+DEPEND=sys-apps/texinfo
+   emacs? ( virtual/emacs )
+RDEPEND=emacs? ( virtual/emacs app-emacs/scheme-complete )
+
+src_prepare() {
+   if use parallel-build
+   then
+   epatch ${FILESDIR}/parallel-build-${MY_PV}.patch
+   fi
+
+   #Because chicken's Upstream is in the habit of using variables that
+   #portage also uses :( eg. $ARCH and $A
+   sed 's,A\(\s?=\|)\),chicken,' -i Makefile.cross-linux-mingw \
+   defaults.make rules.make \
+   || die sed failed
+
+   sed s,ARCH,zARCH, -i Makefile.bsd Makefile.cross-linux-mingw \
+   Makefile.cygwin Makefile.haiku Makefile.linux Makefile.macosx \
+   Makefile.mingw Makefile.mingw-msys Makefile.solaris \
+   defaults.make rules.make \
+   || die sed failed
+
+   sed s,\$(PREFIX)/lib,\$(PREFIX)/$(get_libdir), -i defaults.make || 
die sed failed
+   sed s,\$(DATADIR)/doc,\$(SHAREDIR)/doc/${P}, -i defaults.make || die 
sed failed
+}
+
+src_compile() {
+   if use parallel-build
+   then
+   OPTIONS=PLATFORM=linux PREFIX=/usr
+   else 
+   OPTIONS=-j1 PLATFORM=linux PREFIX=/usr
+   fi
+
+   emake ${OPTIONS} C_COMPILER_OPTIMIZATION_OPTIONS=${CFLAGS} \
+   LINKER_OPTIONS=${LDFLAGS} \
+   HOSTSYSTEM=${CBUILD} || die emake failed
+}
+
+# chicken's testsuite is not runnable before install
+# upstream has been notified of the issue
+RESTRICT=test
+
+src_install() {
+   # still can't run make in parallel for the install target
+   emake -j1 ${OPTIONS} DESTDIR=${D} HOSTSYSTEM=${CBUILD} \
+   LINKER_OPTIONS=${LDFLAGS} \
+   install || die
+
+   rm ${D}/usr/share/doc/${P}/LICENSE || die
+   dodoc NEWS || die
+
+   # remove HTML documentation if the user doesn't USE=doc
+   if ! use doc
+   then
+   rm -rf ${D}/usr/share/doc/${P}/manual || die
+   fi
+}

diff --git a/dev-scheme/chicken/files/parallel-build-4.9.0.patch 
b/dev-scheme/chicken/files/parallel-build-4.9.0.patch
new file mode 100644
index 000..841c034
--- /dev/null
+++ b/dev-scheme/chicken/files/parallel-build-4.9.0.patch
@@ -0,0 +1,74 @@
+diff --git a/GNUmakefile b/GNUmakefile
+index 9bc40ca..c697f14 100644
+--- a/GNUmakefile
 b/GNUmakefile
+@@ -49,6 +49,9 @@ STANDARD_TARGETS \
+ fullcheck libs install-target install-dev bench
+ 
+ .PHONY: $(STANDARD_TARGETS) dist boot-chicken
++# Build this file's targets sequentially.  This avoids executing overlapping
++# makes if the user specifies multiple targets.
++.NOTPARALLEL:
+ 
+ $(STANDARD_TARGETS):
+   $(MAKE) -f $(SRCDIR)/Makefile.$(PLATFORM) CONFIG=$(CONFIG) $@
+diff --git a/README b/README
+index 8d0d067..551b716 100644
+--- a/README
 b/README
+@@ -72,7 +72,7 @@
+ platforms.
+ 
+   Note that parallel builds (using the -j make(1) option) are
+-  *not* supported.
++  also supported. Beware that parallel install will not work though.
+ 
+ If you invoke make later with different configuration parameters,
+ it is advisable to run:
+diff --git a/rules.make b/rules.make
+index 929b0a3..a8cb9b0 100644
+--- a/rules.make
 b/rules.make
+@@ -243,8 +243,8 @@ lib$(PROGRAM_PREFIX)chicken$(PROGRAM_SUFFIX)$(A): 
$(APPLY_HACK_OBJECT) $(LIBCHIC
+ 
+ # import libraries and extensions
+ 
+-%.so: %.o
+-  $(LINKER) $(LINKER_OPTIONS) $(LINKER_LINK_SHARED_DLOADABLE_OPTIONS) $^ 
$(LINKER_OUTPUT_OPTION) $@ \
++%.so: %.o $(PRIMARY_LIBCHICKEN)
++  $(LINKER) $(LINKER_OPTIONS) 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-1.9.3.ebuild

2014-06-07 Thread Hans de Graaff (graaff)
graaff  14/06/07 06:38:31

  Modified: ChangeLog ffi-1.9.3.ebuild
  Log:
  Respect CC, CFLAGS, LDFLAGS for tests. Don't automatically enable ccache. 
Hopefully fixes build issues for hppa, bug 512610.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.68 dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   26 May 2014 05:37:33 -  1.67
+++ ChangeLog   7 Jun 2014 06:38:31 -   1.68
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.67 2014/05/26 
05:37:33 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.68 2014/06/07 
06:38:31 graaff Exp $
+
+  07 Jun 2014; Hans de Graaff gra...@gentoo.org ffi-1.9.3.ebuild:
+  Respect CC, CFLAGS, LDFLAGS for tests. Don't automatically enable ccache.
+  Hopefully fixes build issues for hppa, bug 512610.
 
   26 May 2014; Manuel Rüger mr...@gentoo.org ffi-1.1.5.ebuild,
   ffi-1.4.0.ebuild:



1.7  dev-ruby/ffi/ffi-1.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?r1=1.6r2=1.7

Index: ffi-1.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffi-1.9.3.ebuild20 Apr 2014 08:04:36 -  1.6
+++ ffi-1.9.3.ebuild7 Jun 2014 06:38:31 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.6 
2014/04/20 08:04:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.7 
2014/06/07 06:38:31 graaff Exp $
 
 EAPI=5
 
@@ -37,6 +37,11 @@
 all_ruby_prepare() {
sed -i -e '/tasks/ s:^:#:' \
-e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die
+
+   # Fix Makefile for tests
+   sed -i -e '/CCACHE :=/ s:^:#:' \
+   -e 's/-O2//' \
+   -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die
 }
 
 each_ruby_compile() {
@@ -44,6 +49,10 @@
${RUBY} -S rake -f gen/Rakefile || die types.conf generation failed
 }
 
+each_ruby_test() {
+   CC=$(tc-getCC) CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} ${RUBY} -S rake 
specs || die
+}
+
 all_ruby_install() {
all_fakegem_install
 






[gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.18.ebuild django-pipeline-1.3.17.ebuild ChangeLog django-pipeline-1.3.15.ebuild django-pipeline-1.2.9.ebuild djang

2014-06-07 Thread Ian Delaney (idella4)
idella4 14/06/07 06:40:25

  Modified: django-pipeline-1.3.17.ebuild ChangeLog
  Added:django-pipeline-1.3.18.ebuild
  Removed:  django-pipeline-1.3.15.ebuild
django-pipeline-1.2.9.ebuild
django-pipeline-1.3.16.ebuild
  Log:
  bump; add pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/django-pipeline/django-pipeline-1.3.17.ebuild

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

Index: django-pipeline-1.3.17.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-pipeline-1.3.17.ebuild   3 May 2014 09:33:40 -   1.1
+++ django-pipeline-1.3.17.ebuild   7 Jun 2014 06:40:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.17.ebuild,v
 1.1 2014/05/03 09:33:40 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.17.ebuild,v
 1.2 2014/06/07 06:40:25 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -24,7 +24,7 @@
virtual/python-futures[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] )



1.23 dev-python/django-pipeline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 May 2014 09:33:40 -   1.22
+++ ChangeLog   7 Jun 2014 06:40:25 -   1.23
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/django-pipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.22 
2014/05/03 09:33:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.23 
2014/06/07 06:40:25 idella4 Exp $
+
+*django-pipeline-1.3.18 (07 Jun 2014)
+
+  07 Jun 2014; Ian Delaney idel...@gentoo.org +django-pipeline-1.3.18.ebuild,
+  -django-pipeline-1.2.9.ebuild, -django-pipeline-1.3.15.ebuild,
+  -django-pipeline-1.3.16.ebuild, django-pipeline-1.3.17.ebuild:
+  bump; add pypy support
 
 *django-pipeline-1.3.17 (03 May 2014)
 



1.1  dev-python/django-pipeline/django-pipeline-1.3.18.ebuild

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

Index: django-pipeline-1.3.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.18.ebuild,v
 1.1 2014/06/07 06:40:25 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=An asset packaging library for Django
HOMEPAGE=http://pypi.python.org/pypi/django-pipeline/ 
https://github.com/cyberdelia/django-pipeline;

# PyPi releases lack docs/ subdir:
# https://github.com/cyberdelia/django-pipeline/pull/254
SRC_URI=https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz - 
${P}-gh.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc test

RDEPEND==dev-python/django-1.5.6[${PYTHON_USEDEP}]
dev-python/jsmin[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( 

[gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.7.ebuild ChangeLog icalendar-3.4.ebuild icalendar-3.2.ebuild icalendar-3.2-r1.ebuild icalendar-3.1.ebuild icalendar-3.3.ebuild

2014-06-07 Thread Ian Delaney (idella4)
idella4 14/06/07 07:04:24

  Modified: ChangeLog
  Added:icalendar-3.7.ebuild
  Removed:  icalendar-3.4.ebuild icalendar-3.2.ebuild
icalendar-3.2-r1.ebuild icalendar-3.1.ebuild
icalendar-3.3.ebuild
  Log:
  bump, drop py2.6 pypy2_0, add pytest as testrunner, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.37 dev-python/icalendar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   9 May 2014 05:24:08 -   1.36
+++ ChangeLog   7 Jun 2014 07:04:24 -   1.37
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/icalendar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.36 
2014/05/09 05:24:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.37 
2014/06/07 07:04:24 idella4 Exp $
+
+*icalendar-3.7 (07 Jun 2014)
+
+  07 Jun 2014; Ian Delaney idel...@gentoo.org +icalendar-3.7.ebuild,
+  -icalendar-3.1.ebuild, -icalendar-3.2-r1.ebuild, -icalendar-3.2.ebuild,
+  -icalendar-3.3.ebuild, -icalendar-3.4.ebuild:
+  bump, drop py2.6 pypy2_0, add pytest as testrunner, tidy
 
 *icalendar-3.6.2 (09 May 2014)
 



1.1  dev-python/icalendar/icalendar-3.7.ebuild

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

Index: icalendar-3.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.7.ebuild,v 
1.1 2014/06/07 07:04:24 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=collective-${PN}

DESCRIPTION=Package used for parsing and generating iCalendar files (RFC 
2445).
HOMEPAGE=http://github.com/collective/icalendar;
SRC_URI=mirror://pypi/i/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-fbsd
IUSE=doc test
DOCS=README.rst

RDEPEND=dev-python/pytz[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )

python_compile_all() {
if use doc; then
pushd docs  /dev/null
emake text
popd  /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}

python_test() {
# From tox.ini
coverage run --source=src/icalendar --omit=*/tests/* --module pytest 
src/icalendar \
|| die test failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/icalendar: ChangeLog

2014-06-07 Thread Ian Delaney (idella4)
idella4 14/06/07 07:06:19

  Modified: ChangeLog
  Log:
  minor edit to Changelog
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.38 dev-python/icalendar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   7 Jun 2014 07:04:24 -   1.37
+++ ChangeLog   7 Jun 2014 07:06:19 -   1.38
@@ -1,13 +1,13 @@
 # ChangeLog for dev-python/icalendar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.37 
2014/06/07 07:04:24 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.38 
2014/06/07 07:06:19 idella4 Exp $
 
 *icalendar-3.7 (07 Jun 2014)
 
   07 Jun 2014; Ian Delaney idel...@gentoo.org +icalendar-3.7.ebuild,
   -icalendar-3.1.ebuild, -icalendar-3.2-r1.ebuild, -icalendar-3.2.ebuild,
   -icalendar-3.3.ebuild, -icalendar-3.4.ebuild:
-  bump, drop py2.6 pypy2_0, add pytest as testrunner, tidy
+  bump, drop py2.6 pypy2_0, add pytest as testrunner, tidy, rm some old
 
 *icalendar-3.6.2 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/asymptote: ChangeLog asymptote-2.32.ebuild

2014-06-07 Thread Andrey Grozin (grozin)
grozin  14/06/07 07:46:21

  Modified: ChangeLog asymptote-2.32.ebuild
  Log:
  Fixed #512590
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.110media-gfx/asymptote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   5 Jun 2014 14:50:33 -   1.109
+++ ChangeLog   7 Jun 2014 07:46:21 -   1.110
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/asymptote
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.109 
2014/06/05 14:50:33 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.110 
2014/06/07 07:46:21 grozin Exp $
+
+  07 Jun 2014; Andrey Grozin gro...@gentoo.org asymptote-2.32.ebuild:
+  Fixed #512590
 
 *asymptote-2.32 (05 Jun 2014)
 



1.2  media-gfx/asymptote/asymptote-2.32.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?r1=1.1r2=1.2

Index: asymptote-2.32.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asymptote-2.32.ebuild   5 Jun 2014 14:50:33 -   1.1
+++ asymptote-2.32.ebuild   7 Jun 2014 07:46:21 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 
1.1 2014/06/05 14:50:33 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 
1.2 2014/06/07 07:46:21 grozin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -36,7 +36,7 @@
 TEXMF=/usr/share/texmf-site
 
 pkg_setup() {
-   use python  python-single-r1_pkg_setup
+   (use python || use X)  python-single-r1_pkg_setup
 }
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in dev-lang/rubinius/files: rubinius-2.2.7-emake-v.patch

2014-06-07 Thread Hans de Graaff (graaff)
graaff  14/06/07 08:05:28

  Added:rubinius-2.2.7-emake-v.patch
  Log:
  Backport upstream patch to support emake V=1 for C extensions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch?rev=1.1content-type=text/plain

Index: rubinius-2.2.7-emake-v.patch
===
commit 2f4ebeb2c27756c65906949dcf19663043089632
Author: Yorick Peterse yorickpete...@gmail.com
Date:   Tue Jun 3 20:26:55 2014 +0200

Implement RbConfig::CONFIG['NULLCMD']

Based on some digging through the MRI source code this always seems to be 
set
to :.

Fixes #3054.

diff --git a/library/rbconfig.rb b/library/rbconfig.rb
index 2e0cbba..d47cc43 100644
--- a/library/rbconfig.rb
+++ b/library/rbconfig.rb
@@ -106,6 +106,7 @@ module RbConfig
   CONFIG[STRIP]  = strip -A -n
   CONFIG[MANTYPE]= doc
   CONFIG[MAKEFILES]  = Makefile
+  CONFIG[NULLCMD]= :
   # compile tools flags
   # since we hardcode using gcc, and this flag is only
   # used by mkmf to compile extensions, be sure PIC is in






[gentoo-commits] gentoo-x86 commit in dev-lang/rubinius: ChangeLog rubinius-2.2.7-r1.ebuild

2014-06-07 Thread Hans de Graaff (graaff)
graaff  14/06/07 08:05:28

  Modified: ChangeLog
  Added:rubinius-2.2.7-r1.ebuild
  Log:
  Backport upstream patch to support emake V=1 for C extensions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.14 dev-lang/rubinius/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   1 Jun 2014 21:20:44 -   1.13
+++ ChangeLog   7 Jun 2014 08:05:28 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/rubinius
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.13 
2014/06/01 21:20:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.14 
2014/06/07 08:05:28 graaff Exp $
+
+*rubinius-2.2.7-r1 (07 Jun 2014)
+
+  07 Jun 2014; Hans de Graaff gra...@gentoo.org +rubinius-2.2.7-r1.ebuild,
+  +files/rubinius-2.2.7-emake-v.patch:
+  Backport upstream patch to support emake V=1 for C extensions.
 
 *rubinius-2.2.7 (01 Jun 2014)
 



1.1  dev-lang/rubinius/rubinius-2.2.7-r1.ebuild

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

Index: rubinius-2.2.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.2.7-r1.ebuild,v 
1.1 2014/06/07 08:05:28 graaff Exp $

EAPI=5
inherit eutils flag-o-matic multilib versionator

DESCRIPTION=A re-implementation of the Ruby VM designed for speed
HOMEPAGE=http://rubini.us;
SRC_URI=http://releases.rubini.us/${P}.tar.bz2;

LICENSE=BSD
KEYWORDS=~amd64
SLOT=0
IUSE=+llvm

RDEPEND=
llvm? ( =sys-devel/llvm-3.2 )
dev-libs/openssl
sys-libs/ncurses
sys-libs/readline
dev-libs/libyaml
virtual/libffi
sys-libs/zlib


DEPEND=${RDEPEND}
=dev-ruby/rake-10*
dev-ruby/bundler


pkg_setup() {
unset RUBYOPT
}

src_prepare() {
epatch ${FILESDIR}/${P}-emake-v.patch

# src_test will wait until all processes are reaped, so tune down
# the long sleep process a bit.
sed -i -e 's/sleep 1000/sleep 300/' spec/ruby/core/io/popen_spec.rb || 
die

# Drop error CFLAGS per Gentoo policy.
sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die

bundle --local || die
}

src_configure() {
#Rubinius uses a non-autoconf ./configure script which balks at econf
INSTALL=${EPREFIX}/usr/bin/install -c ./configure --skip-prebuilt \
--prefix /usr/$(get_libdir) \
--mandir /usr/share/man \
--without-rpath \
--with-vendor-zlib \
$(use_enable llvm) \
|| die Configure failed
}

src_compile() {
rake build || die Compilation failed
}

src_test() {
rake spec || die Tests failed
einfo Waiting for forked processes to die
}

src_install() {
# The install phase tries to determine if there are relevant
addpredict /usr/local/lib64/ruby

local minor_version=$(get_version_component_range 1-2)
local librbx=usr/$(get_libdir)/rubinius

DESTDIR=${D} rake install || die Installation failed

dosym /${librbx}/${minor_version}/bin/rbx /usr/bin/rbx || die Couldn't 
make rbx symlink

insinto /${librbx}/${minor_version}/site
doins ${FILESDIR}/auto_gem.rb || die Couldn't install rbx 
auto_gem.rb
RBX_RUNTIME=${S}/runtime RBX_LIB=${S}/lib bin/rbx compile 
${D}/${librbx}/${minor_version}/site/auto_gem.rb || die Couldn't bytecompile 
auto_gem.rb
}






[gentoo-commits] gentoo-x86 commit in virtual/emacs: ChangeLog emacs-22.ebuild emacs-21.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 09:49:59

  Modified: ChangeLog
  Removed:  emacs-22.ebuild emacs-21.ebuild
  Log:
  Remove old, bug 394589.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.58 virtual/emacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/emacs/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   16 Jan 2014 17:48:59 -  1.57
+++ ChangeLog   7 Jun 2014 09:49:59 -   1.58
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/emacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/emacs/ChangeLog,v 1.57 2014/01/16 
17:48:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/emacs/ChangeLog,v 1.58 2014/06/07 
09:49:59 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -emacs-21.ebuild,
+  -emacs-22.ebuild:
+  Remove old, bug 394589.
 
   16 Jan 2014; Mike Frysinger vap...@gentoo.org emacs-23.ebuild,
   emacs-24.ebuild:






[gentoo-commits] gentoo-x86 commit in app-editors/emacs: metadata.xml ChangeLog emacs-21.4-r25.ebuild emacs-22.3-r12.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:19:08

  Modified: metadata.xml ChangeLog
  Removed:  emacs-21.4-r25.ebuild emacs-22.3-r12.ebuild
  Log:
  Remove Emacs 21 and 22, bug 394589.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.14 app-editors/emacs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/metadata.xml?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/metadata.xml?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/metadata.xml?r1=1.13r2=1.14

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml7 Sep 2012 17:09:52 -   1.13
+++ metadata.xml7 Jun 2014 10:19:07 -   1.14
@@ -30,12 +30,10 @@
   flag name='hesiod'Enable support for pkgnet-dns/hesiod/pkg/flag
   flag name='imagemagick'Use pkgmedia-gfx/imagemagick/pkg for image
 processing/flag
-  flag name='leim'Add support for Emacs input methods/flag
   flag name='libxml2'Use pkgdev-libs/libxml2/pkg to parse XML instead
 of the internal Lisp implementations/flag
   flag name='pax_kernel'Enable building under a PaX enabled kernel
 (pkgsys-apps/paxctl/pkg)/flag
-  flag name='sendmail'Build Emacs with MTA support/flag
   flag name='source'Install C source files and make them available for
 find-function/flag
   flag name='toolkit-scroll-bars'Use the selected toolkit's scrollbars in



1.625app-editors/emacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.625view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.625content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.624r2=1.625

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- ChangeLog   4 Jun 2014 17:16:36 -   1.624
+++ ChangeLog   7 Jun 2014 10:19:07 -   1.625
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.624 
2014/06/04 17:16:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.625 
2014/06/07 10:19:07 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -emacs-21.4-r25.ebuild,
+  -emacs-22.3-r12.ebuild, metadata.xml:
+  Remove Emacs 21 and 22, bug 394589.
 
   04 Jun 2014; Ulrich Müller u...@gentoo.org emacs-23.4-r11.ebuild:
   Avoid gcc -Wformat-security warning, bug 512426.






[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-xwidget/

2014-06-07 Thread Ulrich Müller
commit: 5f3a99b80dfbdd39991a5260727fffd575ffd7a8
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat Jun  7 09:55:50 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat Jun  7 09:55:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5f3a99b8

Upstream version number has changed.

Package-Manager: portage-2.2.10

---
 app-editors/emacs-xwidget/ChangeLog  | 6 ++
 ...s-xwidget-24.3..ebuild = emacs-xwidget-24.4..ebuild} | 9 ++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-editors/emacs-xwidget/ChangeLog 
b/app-editors/emacs-xwidget/ChangeLog
index 6a735d5..6b97421 100644
--- a/app-editors/emacs-xwidget/ChangeLog
+++ b/app-editors/emacs-xwidget/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*emacs-xwidget-24.4. (07 Jun 2014)
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -emacs-xwidget-24.3..ebuild,
+  +emacs-xwidget-24.4..ebuild:
+  Upstream version number has changed.
+
   06 May 2014; Ulrich Müller u...@gentoo.org emacs-xwidget-24.3..ebuild:
   Merge changes from emacs-vcs.
 

diff --git a/app-editors/emacs-xwidget/emacs-xwidget-24.3..ebuild 
b/app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild
similarity index 97%
rename from app-editors/emacs-xwidget/emacs-xwidget-24.3..ebuild
rename to app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild
index 3cc7c9a..f1011a6 100644
--- a/app-editors/emacs-xwidget/emacs-xwidget-24.3..ebuild
+++ b/app-editors/emacs-xwidget/emacs-xwidget-24.4..ebuild
@@ -92,12 +92,7 @@ RDEPEND=sys-libs/ncurses
)
 
 DEPEND=${RDEPEND}
-   alsa? ( virtual/pkgconfig )
-   dbus? ( virtual/pkgconfig )
-   gfile? ( virtual/pkgconfig )
-   gnutls? ( virtual/pkgconfig )
-   libxml2? ( virtual/pkgconfig )
-   X? ( virtual/pkgconfig )
+   virtual/pkgconfig
gzip-el? ( app-arch/gzip )
pax_kernel? (
sys-apps/attr
@@ -117,7 +112,7 @@ src_prepare() {
sed -i -e /AC_INIT/s/\(24\.[0-9]*\)\.[0-9]*/\1.60/ configure.ac
 
if [[ ${PV##*.} =  ]]; then
-   FULL_VERSION=$(sed -n 's/^AC_INIT(emacs,[ \t]*\([^ 
\t,)]*\).*/\1/p' \
+   FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[ \t]*\([^ 
\t,)]*\).*/\1/p' \
configure.ac)
[[ ${FULL_VERSION} ]] || die Cannot determine current Emacs 
version
einfo Emacs branch: ${EBZR_BRANCH}



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

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:25:48

  Modified: package.mask ChangeLog
  Log:
  Remove mask for app-editors:21 and :22, ebuild have been removed.

Revision  ChangesPath
1.15765  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15764
retrieving revision 1.15765
diff -u -r1.15764 -r1.15765
--- package.mask6 Jun 2014 20:10:40 -   1.15764
+++ package.mask7 Jun 2014 10:25:47 -   1.15765
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15764 2014/06/06 
20:10:40 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15765 2014/06/07 
10:25:47 ulm 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
@@ -175,19 +175,6 @@
 # Removal in a month.
 media-video/y4mscaler
 
-# Ulrich Müller u...@gentoo.org (08 May 2014)
-# SLOTs 21 and 22 of app-editors/emacs, corresponding to
-# GNU Emacs versions 21.4 and 22.3. These versions were
-# released in February 2005 and September 2008, respectively.
-# Please upgrade to =app-editors/emacs-23 and update your
-# Emacs Lisp packages with emacs-updater.
-# Multiple security issues with temporary files, bug 509830.
-# Masked since 13 Dec 2011, removal at 07 Jun 2014. Bug 394589.
-=app-editors/emacs-21*
-=app-editors/emacs-22*
-~virtual/emacs-21
-~virtual/emacs-22
-
 # Manuel Rüger mr...@gentoo.org (07 May 2014)
 # Useful for removed ruby18, no-op in ruby19 and later.
 # Masked for removal in 30 days.



1.9048   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9047
retrieving revision 1.9048
diff -u -r1.9047 -r1.9048
--- ChangeLog   6 Jun 2014 20:10:40 -   1.9047
+++ ChangeLog   7 Jun 2014 10:25:47 -   1.9048
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9047 2014/06/06 
20:10:40 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9048 2014/06/07 
10:25:47 ulm 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!
 
+  07 Jun 2014; Ulrich Müller u...@gentoo.org package.mask:
+  Remove mask for app-editors:21 and :22, ebuild have been removed.
+
   06 Jun 2014; Tom Wijsman tom...@gentoo.org package.mask:
   Extend gentoo-sources CVE-2014-3153 mask with 3.2 and 3.4 branches.
 






[gentoo-commits] gentoo-x86 commit in eclass: elisp.eclass ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:28:17

  Modified: elisp.eclass ChangeLog
  Log:
  Increase minimum Emacs version to 23, versions 21 and 22 have been removed.

Revision  ChangesPath
1.58 eclass/elisp.eclass

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

Index: elisp.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- elisp.eclass16 Mar 2013 08:55:30 -  1.57
+++ elisp.eclass7 Jun 2014 10:28:16 -   1.58
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.57 2013/03/16 
08:55:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.58 2014/06/07 
10:28:16 ulm Exp $
 #
 # @ECLASS: elisp.eclass
 # @MAINTAINER:
@@ -29,7 +29,7 @@
 # @ECLASS-VARIABLE: NEED_EMACS
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-# If you need anything different from Emacs 21, use the NEED_EMACS
+# If you need anything different from Emacs 23, use the NEED_EMACS
 # variable before inheriting elisp.eclass.  Set it to the major version
 # your package uses and the dependency will be adjusted.
 
@@ -74,7 +74,7 @@
pkg_{setup,postinst,postrm} ;;
 esac
 
-DEPEND==virtual/emacs-${NEED_EMACS:-21}
+DEPEND==virtual/emacs-${NEED_EMACS:-23}
 RDEPEND=${DEPEND}
 
 # @FUNCTION: elisp_pkg_setup
@@ -83,7 +83,7 @@
 # version requirement of the NEED_EMACS variable.
 
 elisp_pkg_setup() {
-   elisp-need-emacs ${NEED_EMACS:-21}
+   elisp-need-emacs ${NEED_EMACS:-23}
case $? in
0) ;;
1) die Emacs version too low ;;



1.1282   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1281
retrieving revision 1.1282
diff -u -r1.1281 -r1.1282
--- ChangeLog   4 Jun 2014 01:17:11 -   1.1281
+++ ChangeLog   7 Jun 2014 10:28:16 -   1.1282
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1281 2014/06/04 
01:17:11 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1282 2014/06/07 
10:28:16 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org elisp.eclass:
+  Increase minimum Emacs version to 23, versions 21 and 22 have been removed.
 
   03 Jun 2014; Brian Evans grkni...@gentoo.org mysql-v2.eclass:
   Sync mysql-v2 eclass from the mysql overlay.






[gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: wildmidi-0.3.7.ebuild ChangeLog

2014-06-07 Thread Markos Chandras (hwoarang)
hwoarang14/06/07 10:29:51

  Modified: wildmidi-0.3.7.ebuild ChangeLog
  Log:
  Fix SRC_URI. Bug #512532 by O.Sezer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  media-sound/wildmidi/wildmidi-0.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?r1=1.1r2=1.2

Index: wildmidi-0.3.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wildmidi-0.3.7.ebuild   30 May 2014 22:11:29 -  1.1
+++ wildmidi-0.3.7.ebuild   7 Jun 2014 10:29:51 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v 1.1 
2014/05/30 22:11:29 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v 1.2 
2014/06/07 10:29:51 hwoarang Exp $
 
 EAPI=5
 inherit cmake-utils readme.gentoo
 
 DESCRIPTION=Midi processing library and a midi player using the gus patch set
 HOMEPAGE=http://www.mindwerks.net/projects/wildmidi/;
-SRC_URI=http://github.com/Mindwerks/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz
+SRC_URI=http://github.com/Mindwerks/${PN}/archive/${P}.tar.gz;
 
 LICENSE=GPL-3 LGPL-3
 SLOT=0



1.29 media-sound/wildmidi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   30 May 2014 22:11:29 -  1.28
+++ ChangeLog   7 Jun 2014 10:29:51 -   1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/wildmidi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.28 
2014/05/30 22:11:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.29 
2014/06/07 10:29:51 hwoarang Exp $
+
+  07 Jun 2014; Markos Chandras hwoar...@gentoo.org wildmidi-0.3.7.ebuild:
+  Fix SRC_URI. Bug #512532 by O.Sezer
 
 *wildmidi-0.3.7 (30 May 2014)
 






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

2014-06-07 Thread Ulrich Müller
commit: 2dccd92ace00253911b517e2adbd41fe99eeea57
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat Jun  7 10:32:34 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat Jun  7 10:32:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=2dccd92a

Increase minimum Emacs version to 23, versions 21 and 22 have been removed.

---
 eclass/ChangeLog| 5 +
 eclass/elisp.eclass | 8 
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index a246178..0664efe 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-07  Ulrich Müller  u...@gentoo.org
+
+   * elisp.eclass (DEPEND): Increase minimum Emacs version to 23.
+   (elisp_pkg_setup): Ditto.
+
 2014-05-18  Ulrich Müller  u...@gentoo.org
 
* elisp-common.eclass (elisp-site-regen): Die on errors.

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 2919f26..61d7288 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 #
@@ -29,7 +29,7 @@
 # @ECLASS-VARIABLE: NEED_EMACS
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-# If you need anything different from Emacs 21, use the NEED_EMACS
+# If you need anything different from Emacs 23, use the NEED_EMACS
 # variable before inheriting elisp.eclass.  Set it to the major version
 # your package uses and the dependency will be adjusted.
 
@@ -74,7 +74,7 @@ case ${EAPI:-0} in
pkg_{setup,postinst,postrm} ;;
 esac
 
-DEPEND==virtual/emacs-${NEED_EMACS:-21}
+DEPEND==virtual/emacs-${NEED_EMACS:-23}
 RDEPEND=${DEPEND}
 
 # @FUNCTION: elisp_pkg_setup
@@ -83,7 +83,7 @@ RDEPEND=${DEPEND}
 # version requirement of the NEED_EMACS variable.
 
 elisp_pkg_setup() {
-   elisp-need-emacs ${NEED_EMACS:-21}
+   elisp-need-emacs ${NEED_EMACS:-23}
case $? in
0) ;;
1) die Emacs version too low ;;



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:33:20

  Modified: ChangeLog
  Log:
  Typo.

Revision  ChangesPath
1.9049   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9048
retrieving revision 1.9049
diff -u -r1.9048 -r1.9049
--- ChangeLog   7 Jun 2014 10:25:47 -   1.9048
+++ ChangeLog   7 Jun 2014 10:33:19 -   1.9049
@@ -1,13 +1,13 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9048 2014/06/07 
10:25:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9049 2014/06/07 
10:33:19 ulm 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!
 
   07 Jun 2014; Ulrich Müller u...@gentoo.org package.mask:
-  Remove mask for app-editors:21 and :22, ebuild have been removed.
+  Remove mask for app-editors:21 and :22, ebuilds have been removed.
 
   06 Jun 2014; Tom Wijsman tom...@gentoo.org package.mask:
   Extend gentoo-sources CVE-2014-3153 mask with 3.2 and 3.4 branches.






[gentoo-commits] gentoo-x86 commit in app-emacs/bongo: ChangeLog bongo-20110621.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:36:06

  Modified: ChangeLog bongo-20110621.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.10 app-emacs/bongo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/bongo/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Mar 2014 07:32:31 -   1.9
+++ ChangeLog   7 Jun 2014 10:36:05 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/bongo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/bongo/ChangeLog,v 1.9 2014/03/07 
07:32:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/bongo/ChangeLog,v 1.10 2014/06/07 
10:36:05 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org bongo-20110621.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   07 Mar 2014; Ulrich Müller u...@gentoo.org bongo-20110621.ebuild:
   Remove taglib support, owing to outdated (ruby18) ruby-taglib, bug 492562.



1.3  app-emacs/bongo/bongo-20110621.ebuild

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

Index: bongo-20110621.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/bongo/bongo-20110621.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bongo-20110621.ebuild   7 Mar 2014 07:32:31 -   1.2
+++ bongo-20110621.ebuild   7 Jun 2014 10:36:05 -   1.3
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/bongo/bongo-20110621.ebuild,v 1.2 
2014/03/07 07:32:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/bongo/bongo-20110621.ebuild,v 1.3 
2014/06/07 10:36:05 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp eutils
 






[gentoo-commits] proj/emacs:graveyard commit in: app-editors/emacs/

2014-06-07 Thread Ulrich Müller
commit: b213589847f8bd6dfe4ac38c18b9a3b05bdae84b
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat Jun  7 10:47:55 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat Jun  7 10:47:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=b2135898

Update SRC_URI because patches will disappear from Gentoo mirrors.

Package-Manager: portage-2.2.10
Manifest-Sign-Key: 9433907D693FB5B8!

---
 app-editors/emacs/ChangeLog |  4 
 app-editors/emacs/Manifest  | 26 +-
 app-editors/emacs/emacs-21.4-r25.ebuild |  2 +-
 app-editors/emacs/emacs-22.3-r12.ebuild |  2 +-
 4 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index e678b96..ba15981 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.624 
2014/06/04 17:16:36 ulm Exp $
 
+  07 Jun 2014; Ulrich Müller u...@gentoo.org emacs-21.4-r25.ebuild,
+  emacs-22.3-r12.ebuild:
+  Update SRC_URI because patches will disappear from Gentoo mirrors.
+
   04 Jun 2014; Ulrich Müller u...@gentoo.org emacs-23.4-r11.ebuild:
   Avoid gcc -Wformat-security warning, bug 512426.
 

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 8c45fa6..55b05e3 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -6,21 +6,21 @@ DIST emacs-21.4a.tar.gz 20403483 SHA256 
1d50ddae117c48d689a3d772e390569edccfdc22
 DIST emacs-22.3-patches-8.tar.bz2 5974 SHA256 
72a68bd14ce2efd52b0425c56649d735f4b3c0e630de73e0eb51ddf947d56ff7 SHA512 
b3489e57db9b7c4d9202238acd6f956b6adeaf09ec161b639ad59e0eea8e2152d5fad24e777a486310eaed68be1c7bf77e474a9aced0041820e74582f7e2e73d
 WHIRLPOOL 
85d127fb9b367d73d8f2674e21096a23b474faf54fa21f178ea0e0dadbb285d1d7c627b7609b7c92ba27590340cf76afc4df4a5c991c252a7ce80b2f6569cf06
 DIST emacs-22.3.tar.gz 39587396 SHA256 
7bd9b719db8ee20c75ee0d256737f7fd2c0e2ea30a285a3afbfc32c856420d16 SHA512 
6cba24921ba9bd27458334b92c6f8fcacc4d5af0f70a067d57ab068eb8d0925143f109847515548584f80c9439d96a9d05158d10a73dda917187bd16a6758584
 WHIRLPOOL 
74c612213b8f6fc1fc6e243adc27b5a5ff5528100f3c319925519e23477fe2c642d2cf7b382d7b70c8b2b9d7be508773193c95bbf14cb7c55046f76bf4b81225
 DIST leim-21.4.tar.gz 3291433 SHA256 
db24946985dd644bfed18815d6e991dad27f8ab1fd5823dd6dc4eb8dcd04333b SHA512 
c361996f7a3fcc550e7af30a7df3f692071ded2c9dce998e72f537b0e8011f319cfae1742d0be463608a86852046cba23037a29c3ecdcbaf5976807e1d1a1e2c
 WHIRLPOOL 
d7f25d5d491f323b80609567ce5cbcb5f20109cdd4671e9972c79279a3ca5338bbf67d35ae8f0bc627bc06917f545d71ab1f66a09c647f47ddaea26772bfc5c1
-EBUILD emacs-21.4-r25.ebuild 5477 SHA256 
130d6f9974e47bef70995dfa3b7e1ade026a4015d106c3008c481bfd9cb2403f SHA512 
fb271e84cd7f871e59031a988671c0ff6dcf9c14f6f21151f20bdaae73dee5b9f31cb558f723754450a2fe51b835e687b20d7e21fda24026fd2f9dbb10239ebd
 WHIRLPOOL 
8a0f499f08358a1c9bb139b7d71d84a9e5f58ce1feabee65a6484beda810898d4954dad073dd62d2dbbd00af5bdc53c751f8e5de36f8b14ec0ca77fc5c3c997c
-EBUILD emacs-22.3-r12.ebuild 7989 SHA256 
d6e16dc9cc82060a0a93aee3de30c49f096046e25170f636a5606ea7b4ae7df7 SHA512 
6d29ba55e27073f46317353852fd07fa8a3e665ad24cd79e25d14c8b0cb4564169d757eed90aff649082eda53f593ce91f16a5c344d59e5b972577566781a8aa
 WHIRLPOOL 
30847e61121aa183158a1755170982d885e8016267dd57a6e6a42b1214a9e09687b664c33559fe61d2e508419c1c47b0a9fab3aa6b6c87936bf52f863d26dee1
-MISC ChangeLog 87125 SHA256 
fb37bdcf201e3f904ae029e28a552c02bfc1fe42b2c9f141340374db4583aa09 SHA512 
0eed3a57ea7f2edb4776bc0732f312d1199f86fe94af5626421a67f6f42720e6e689eb9ac21fef9b24070ad83d49e4b2dcb4c86051d23f6c0e30a797d4fb38b1
 WHIRLPOOL 
7785e40d7fd40a851d6bf0d0a07455bd1402a4205b26db039eb7ddd1d30d2b4365c9a17bfd57d12b93126d702e3c3fd1855ca9b3a3181885c2f0018461a6a64f
+EBUILD emacs-21.4-r25.ebuild 5494 SHA256 
ad60c2a66f288539efa0f0ea927e05827a06e6269504cbb68f251e47d1cd9ea7 SHA512 
8469a73a24c1d6c68ae2fea9fbbc2d31007b29a17989ba10924009613d190af1e8b6c26a0c2a66915fdf2e3dc26c6ff9edc433261a069847c1402fad81a001c0
 WHIRLPOOL 
3337b4f71f696333eb2b5c418826e5d78ed9af39a218572dfb7cec1178d41125da8da1dcc4e38cf81a9aa02b0155a3cdfe3d60d2d23056cf27b48b6e26d46452
+EBUILD emacs-22.3-r12.ebuild 8006 SHA256 
34894f3991a77e8ba617a28b0b19d021dad335af06277cdd88782af267359939 SHA512 
ae5b389466d6315f04c2f4533ad56a25a66e5df35fec2c1629d1f09be433d2ea79445049b9835195c0a415d6c0037d7f6c6f7de44608be22b09fa7d3a2255093
 WHIRLPOOL 
5940ac2e46dfafcf1f6ed36db2bc3b27417131bac3b36968afbc394cb17b4ffc7403aceb3f76ee494ee6bb669c52727e953f66b000a9568b087c15d753dfb1eb
+MISC ChangeLog 87290 SHA256 
e11f0d54458c47f3263744713a06b9a8cfbb50730c6e66d8a8988a2385db72ba SHA512 
b78daed941d1b7536738df71c4c556402fede7f299b74111bd8a356ff1ce71cc7b48f3d6f448ad749eb74336546200f21ead9120e21f14bb21297368086a12c1
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in app-emacs/calfw/files: calfw-1.1-calfwel.patch

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:53:15

  Removed:  calfw-1.1-calfwel.patch
  Log:
  Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)



[gentoo-commits] gentoo-x86 commit in app-emacs/calfw: calfw-1.3.ebuild ChangeLog calfw-1.1.ebuild calfw-1.2.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 10:53:15

  Modified: calfw-1.3.ebuild ChangeLog
  Removed:  calfw-1.1.ebuild calfw-1.2.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/calfw/calfw-1.3.ebuild

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

Index: calfw-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calfw-1.3.ebuild10 Oct 2011 08:31:25 -  1.1
+++ calfw-1.3.ebuild7 Jun 2014 10:53:15 -   1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v 1.1 
2011/10/10 08:31:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v 1.2 
2014/06/07 10:53:15 ulm Exp $
 
-EAPI=3
-NEED_EMACS=22
+EAPI=5
 
 inherit elisp eutils
 
@@ -11,7 +10,7 @@
 HOMEPAGE=https://github.com/kiwanami/emacs-calfw;
 SRC_URI=https://github.com/kiwanami/emacs-calfw/tarball/v${PV} - ${P}.tar.gz
 
-LICENSE=GPL-3
+LICENSE=GPL-3+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=howm



1.7  app-emacs/calfw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Oct 2011 08:31:25 -  1.6
+++ ChangeLog   7 Jun 2014 10:53:15 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/calfw
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.6 2011/10/10 
08:31:25 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.7 2014/06/07 
10:53:15 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -calfw-1.1.ebuild,
+  -calfw-1.2.ebuild, calfw-1.3.ebuild, -files/calfw-1.1-calfwel.patch:
+  Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old.
 
 *calfw-1.3 (10 Oct 2011)
 






[gentoo-commits] gentoo-x86 commit in app-emacs/cedet: cedet-1.1.ebuild ChangeLog cedet-1.0.1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:03:11

  Modified: cedet-1.1.ebuild ChangeLog cedet-1.0.1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.6  app-emacs/cedet/cedet-1.1.ebuild

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

Index: cedet-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cedet-1.1.ebuild15 Aug 2012 20:20:44 -  1.5
+++ cedet-1.1.ebuild7 Jun 2014 11:03:10 -   1.6
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.5 
2012/08/15 20:20:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.6 
2014/06/07 11:03:10 ulm Exp $
 
 EAPI=4
-NEED_EMACS=22
 
 inherit elisp
 
@@ -12,10 +11,9 @@
 HOMEPAGE=http://cedet.sourceforge.net/;
 SRC_URI=mirror://sourceforge/cedet/${MY_P}.tar.gz
 
-LICENSE=GPL-3 FDL-1.2
+LICENSE=GPL-3+ FDL-1.2+
 SLOT=0
 KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris
-IUSE=
 
 S=${WORKDIR}/${MY_P}
 SITEFILE=50${PN}-gentoo.el
@@ -76,5 +74,5 @@
doins ${target}
done ${T}/elc-list.txt
 
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+   elisp-site-file-install ${FILESDIR}/${SITEFILE}
 }



1.79 app-emacs/cedet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   15 Aug 2012 20:20:44 -  1.78
+++ ChangeLog   7 Jun 2014 11:03:10 -   1.79
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/cedet
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.78 2012/08/15 
20:20:44 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.79 2014/06/07 
11:03:10 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org cedet-1.0.1.ebuild,
+  cedet-1.1.ebuild:
+  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
 
   15 Aug 2012; Johannes Huber j...@gentoo.org cedet-1.1.ebuild:
   Stable for x86, wrt bug #431378



1.6  app-emacs/cedet/cedet-1.0.1.ebuild

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

Index: cedet-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cedet-1.0.1.ebuild  1 Feb 2012 17:17:10 -   1.5
+++ cedet-1.0.1.ebuild  7 Jun 2014 11:03:10 -   1.6
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.5 
2012/02/01 17:17:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.6 
2014/06/07 11:03:10 ulm Exp $
 
 EAPI=4
-NEED_EMACS=22
 
 inherit elisp
 
@@ -12,10 +11,9 @@
 HOMEPAGE=http://cedet.sourceforge.net/;
 SRC_URI=mirror://sourceforge/cedet/${MY_P}.tar.gz
 
-LICENSE=GPL-2 FDL-1.2
+LICENSE=GPL-2+ FDL-1.2+
 SLOT=0
 KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris
-IUSE=
 
 S=${WORKDIR}/${MY_P}
 SITEFILE=50${PN}-gentoo.el
@@ -75,5 +73,5 @@
doins ${target}
done ${T}/elc-list.txt
 
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+   elisp-site-file-install 

[gentoo-commits] gentoo-x86 commit in app-emacs/company-mode: company-mode-0.7.ebuild ChangeLog company-mode-0.6.14.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:05:18

  Modified: company-mode-0.7.ebuild ChangeLog
company-mode-0.6.14.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/company-mode/company-mode-0.7.ebuild

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

Index: company-mode-0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- company-mode-0.7.ebuild 17 Mar 2014 18:01:35 -  1.1
+++ company-mode-0.7.ebuild 7 Jun 2014 11:05:17 -   1.2
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.7.ebuild,v 1.1 
2014/03/17 18:01:35 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.7.ebuild,v 1.2 
2014/06/07 11:05:17 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 



1.17 app-emacs/company-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Mar 2014 18:01:35 -  1.16
+++ ChangeLog   7 Jun 2014 11:05:17 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/company-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.16 
2014/03/17 18:01:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.17 
2014/06/07 11:05:17 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org company-mode-0.6.14.ebuild,
+  company-mode-0.7.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
 *company-mode-0.7 (17 Mar 2014)
 



1.4  app-emacs/company-mode/company-mode-0.6.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild?r1=1.3r2=1.4

Index: company-mode-0.6.14.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- company-mode-0.6.14.ebuild  17 Mar 2014 00:02:10 -  1.3
+++ company-mode-0.6.14.ebuild  7 Jun 2014 11:05:17 -   1.4
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v 1.3 
2014/03/17 00:02:10 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.14.ebuild,v 1.4 
2014/06/07 11:05:17 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 






[gentoo-commits] gentoo-x86 commit in app-emacs/csharp-mode: csharp-mode-0.7.0-r1.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:07:02

  Modified: csharp-mode-0.7.0-r1.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.4  app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild?r1=1.3r2=1.4

Index: csharp-mode-0.7.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- csharp-mode-0.7.0-r1.ebuild 16 Feb 2014 16:50:43 -  1.3
+++ csharp-mode-0.7.0-r1.ebuild 7 Jun 2014 11:07:02 -   1.4
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild,v 1.3 
2014/02/16 16:50:43 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0-r1.ebuild,v 1.4 
2014/06/07 11:07:02 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp
 



1.14 app-emacs/csharp-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csharp-mode/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Feb 2014 16:50:43 -  1.13
+++ ChangeLog   7 Jun 2014 11:07:02 -   1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/csharp-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.13 
2014/02/16 16:50:43 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.14 
2014/06/07 11:07:02 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org csharp-mode-0.7.0-r1.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   16 Feb 2014; Ulrich Müller u...@gentoo.org csharp-mode-0.7.0-r1.ebuild:
   Update ebuild to EAPI 5. Specify LICENSE more precisely.






[gentoo-commits] gentoo-x86 commit in app-emacs/d-mode: d-mode-2.0.6.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:07:52

  Modified: d-mode-2.0.6.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/d-mode/d-mode-2.0.6.ebuild

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

Index: d-mode-2.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- d-mode-2.0.6.ebuild 29 Jul 2013 21:19:15 -  1.1
+++ d-mode-2.0.6.ebuild 7 Jun 2014 11:07:52 -   1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v 1.1 
2013/07/29 21:19:15 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v 1.2 
2014/06/07 11:07:52 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 



1.2  app-emacs/d-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Jul 2013 21:19:15 -  1.1
+++ ChangeLog   7 Jun 2014 11:07:52 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/d-mode
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v 1.1 2013/07/29 
21:19:15 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/ChangeLog,v 1.2 2014/06/07 
11:07:52 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org d-mode-2.0.6.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
 *d-mode-2.0.6 (29 Jul 2013)
 






[gentoo-commits] gentoo-x86 commit in app-emacs/doxymacs: ChangeLog doxymacs-1.8.0-r3.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:08:58

  Modified: ChangeLog doxymacs-1.8.0-r3.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.11 app-emacs/doxymacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   18 Feb 2014 00:07:22 -  1.10
+++ ChangeLog   7 Jun 2014 11:08:58 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/doxymacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/ChangeLog,v 1.10 
2014/02/18 00:07:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/ChangeLog,v 1.11 
2014/06/07 11:08:58 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org doxymacs-1.8.0-r3.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   17 Feb 2014; Ulrich Müller u...@gentoo.org doxymacs-1.8.0-r3.ebuild:
   Update ebuild to EAPI 5. Specify LICENSE more precisely.



1.5  app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild?r1=1.4r2=1.5

Index: doxymacs-1.8.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- doxymacs-1.8.0-r3.ebuild18 Feb 2014 00:07:22 -  1.4
+++ doxymacs-1.8.0-r3.ebuild7 Jun 2014 11:08:58 -   1.5
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild,v 1.4 
2014/02/18 00:07:22 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild,v 1.5 
2014/06/07 11:08:58 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp flag-o-matic
 






[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-jabber: ChangeLog emacs-jabber-0.8.92.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:09:56

  Modified: ChangeLog emacs-jabber-0.8.92.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.32 app-emacs/emacs-jabber/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   14 May 2014 16:57:59 -  1.31
+++ ChangeLog   7 Jun 2014 11:09:56 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/emacs-jabber
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.31 
2014/05/14 16:57:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.32 
2014/06/07 11:09:56 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org emacs-jabber-0.8.92.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   14 May 2014; Ulrich Müller u...@gentoo.org -emacs-jabber-0.8.0.ebuild,
   -files/70emacs-jabber-gentoo.el:



1.6  app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild

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

Index: emacs-jabber-0.8.92.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emacs-jabber-0.8.92.ebuild  14 May 2014 14:21:19 -  1.5
+++ emacs-jabber-0.8.92.ebuild  7 Jun 2014 11:09:56 -   1.6
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v 1.5 
2014/05/14 14:21:19 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v 1.6 
2014/06/07 11:09:56 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp
 






[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-wiki/files: 50emacs-wiki-gentoo.el

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:14:29

  Modified: 50emacs-wiki-gentoo.el
  Log:
  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.4  app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el?r1=1.3r2=1.4

Index: 50emacs-wiki-gentoo.el
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 50emacs-wiki-gentoo.el  16 Oct 2007 19:00:42 -  1.3
+++ 50emacs-wiki-gentoo.el  7 Jun 2014 11:14:29 -   1.4
@@ -1,6 +1,3 @@
-
-;;; emacs-wiki site-lisp configuration
-
 (add-to-list 'load-path @SITELISP@)
 (autoload 'emacs-wiki-mode emacs-wiki
   An Emacs mode for maintaining a local Wiki database. t)






[gentoo-commits] gentoo-x86 commit in app-emacs/emms: emms-3.0-r1.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:16:03

  Modified: emms-3.0-r1.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.3  app-emacs/emms/emms-3.0-r1.ebuild

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

Index: emms-3.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emms/emms-3.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emms-3.0-r1.ebuild  3 Apr 2013 20:54:16 -   1.2
+++ emms-3.0-r1.ebuild  7 Jun 2014 11:16:03 -   1.3
@@ -1,9 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emms/emms-3.0-r1.ebuild,v 1.2 
2013/04/03 20:54:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emms/emms-3.0-r1.ebuild,v 1.3 
2014/06/07 11:16:03 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp toolchain-funcs
 



1.16 app-emacs/emms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emms/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Apr 2013 20:54:16 -   1.15
+++ ChangeLog   7 Jun 2014 11:16:03 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/emms
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emms/ChangeLog,v 1.15 2013/04/03 
20:54:16 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emms/ChangeLog,v 1.16 2014/06/07 
11:16:03 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org emms-3.0-r1.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   03 Apr 2013; Ulrich Müller u...@gentoo.org
   -files/2.0-taglib-Makefile-gentoo.patch, -emms-3.0.ebuild,






[gentoo-commits] gentoo-x86 commit in app-emacs/identica-mode: ChangeLog identica-mode-1.1-r1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:18:04

  Modified: ChangeLog identica-mode-1.1-r1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  app-emacs/identica-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/identica-mode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Aug 2011 11:22:53 -  1.4
+++ ChangeLog   7 Jun 2014 11:18:04 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/identica-mode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/identica-mode/ChangeLog,v 1.4 
2011/08/15 11:22:53 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/identica-mode/ChangeLog,v 1.5 
2014/06/07 11:18:04 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org identica-mode-1.1-r1.ebuild:
+  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
 
   15 Aug 2011; Ulrich Mueller u...@gentoo.org identica-mode-1.1-r1.ebuild:
   Fix build failure caused by update of elisp.eclass, bug 379225.



1.4  app-emacs/identica-mode/identica-mode-1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild?r1=1.3r2=1.4

Index: identica-mode-1.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- identica-mode-1.1-r1.ebuild 15 Aug 2011 11:22:53 -  1.3
+++ identica-mode-1.1-r1.ebuild 7 Jun 2014 11:18:04 -   1.4
@@ -1,9 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild,v 
1.3 2011/08/15 11:22:53 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild,v 
1.4 2014/06/07 11:18:04 ulm Exp $
 
 EAPI=4
-NEED_EMACS=23
 
 inherit elisp
 
@@ -12,10 +11,9 @@
 # taken from: 
http://git.savannah.gnu.org/cgit/identica-mode.git/snapshot/${P}.tar.gz
 SRC_URI=mirror://gentoo/${P}.tar.gz
 
-LICENSE=GPL-2 FDL-1.2
+LICENSE=GPL-2+ FDL-1.2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
 
 ELISP_TEXINFO=doc/${PN}.texi
 SITEFILE=50${PN}-gentoo.el






[gentoo-commits] gentoo-x86 commit in app-emacs/jde: ChangeLog jde-2.4.1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:19:27

  Modified: ChangeLog jde-2.4.1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.53 app-emacs/jde/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jde/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   17 Mar 2014 00:17:17 -  1.52
+++ ChangeLog   7 Jun 2014 11:19:27 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/jde
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.52 2014/03/17 
00:17:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.53 2014/06/07 
11:19:27 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org jde-2.4.1.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   17 Mar 2014; Ulrich Müller u...@gentoo.org jde-2.4.1.ebuild:
   Drop dependency on virtual/emacs-cedet, as CEDET is included with Emacs 23.2



1.6  app-emacs/jde/jde-2.4.1.ebuild

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

Index: jde-2.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jde-2.4.1.ebuild17 Mar 2014 00:17:17 -  1.5
+++ jde-2.4.1.ebuild7 Jun 2014 11:19:27 -   1.6
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild,v 1.5 
2014/03/17 00:17:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.1.ebuild,v 1.6 
2014/06/07 11:19:27 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 JAVA_PKG_IUSE=doc source
 
 inherit java-pkg-2 java-ant-2 elisp eutils






[gentoo-commits] gentoo-x86 commit in app-emacs/matlab: matlab-3.3.2_pre20130829.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:21:09

  Modified: matlab-3.3.2_pre20130829.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild?r1=1.4r2=1.5

Index: matlab-3.3.2_pre20130829.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matlab-3.3.2_pre20130829.ebuild 24 Mar 2014 14:57:31 -  1.4
+++ matlab-3.3.2_pre20130829.ebuild 7 Jun 2014 11:21:09 -   1.5
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild,v 1.4 
2014/03/24 14:57:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild,v 1.5 
2014/06/07 11:21:09 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 



1.28 app-emacs/matlab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   24 Mar 2014 18:56:28 -  1.27
+++ ChangeLog   7 Jun 2014 11:21:09 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/matlab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.27 
2014/03/24 18:56:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.28 
2014/06/07 11:21:09 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org matlab-3.3.2_pre20130829.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   24 Mar 2014; Ulrich Müller u...@gentoo.org
   -matlab-3.1.0_pre20070306.ebuild, -files/51matlab-gentoo.el:






[gentoo-commits] gentoo-x86 commit in app-emacs/nxml-docbook5-schemas: ChangeLog nxml-docbook5-schemas-20080922.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:23:42

  Modified: ChangeLog nxml-docbook5-schemas-20080922.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.7  app-emacs/nxml-docbook5-schemas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Dec 2012 04:27:15 -   1.6
+++ ChangeLog   7 Jun 2014 11:23:42 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/nxml-docbook5-schemas
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v 
1.6 2012/12/06 04:27:15 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v 
1.7 2014/06/07 11:23:42 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org
+  nxml-docbook5-schemas-20080922.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   06 Dec 2012; Pawel Hajdan jr phajdan...@gentoo.org
   nxml-docbook5-schemas-20080922.ebuild:



1.6  
app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild

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

Index: nxml-docbook5-schemas-20080922.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nxml-docbook5-schemas-20080922.ebuild   6 Dec 2012 04:27:15 -   
1.5
+++ nxml-docbook5-schemas-20080922.ebuild   7 Jun 2014 11:23:42 -   
1.6
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v
 1.5 2012/12/06 04:27:15 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v
 1.6 2014/06/07 11:23:42 ulm Exp $
 
 EAPI=4
 
-NEED_EMACS=23
 inherit elisp
 
 DESCRIPTION=Add support for DocBook 5 schemas to NXML
@@ -14,7 +13,6 @@
 LICENSE=HPND
 SLOT=0
 KEYWORDS=amd64 x86
-IUSE=
 
 S=${WORKDIR}
 SITEFILE=60${PN}-gentoo.el
@@ -26,5 +24,5 @@
 src_install() {
insinto ${SITEETC}/${PN}
doins ${FILESDIR}/schemas.xml ${DISTDIR}/docbookxi.rnc
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+   elisp-site-file-install ${FILESDIR}/${SITEFILE}
 }






[gentoo-commits] gentoo-x86 commit in app-emacs/nxml-gentoo-schemas: nxml-gentoo-schemas-20111129.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:25:01

  Modified: nxml-gentoo-schemas-2029.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.4  
app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild?r1=1.3r2=1.4

Index: nxml-gentoo-schemas-2029.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nxml-gentoo-schemas-2029.ebuild 12 May 2014 16:13:35 -  1.3
+++ nxml-gentoo-schemas-2029.ebuild 7 Jun 2014 11:25:01 -   1.4
@@ -1,10 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild,v
 1.3 2014/05/12 16:13:35 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-2029.ebuild,v
 1.4 2014/06/07 11:25:01 ulm Exp $
 
 EAPI=4
 
-NEED_EMACS=23
 inherit elisp
 
 DESCRIPTION=Extension for nxml-mode with Gentoo-specific schemas



1.24 app-emacs/nxml-gentoo-schemas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   12 May 2014 16:13:35 -  1.23
+++ ChangeLog   7 Jun 2014 11:25:01 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/nxml-gentoo-schemas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 
1.23 2014/05/12 16:13:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 
1.24 2014/06/07 11:25:01 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org
+  nxml-gentoo-schemas-2029.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   12 May 2014; Ulrich Müller u...@gentoo.org
   nxml-gentoo-schemas-2029.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emacs/nxml-libvirt-schemas: ChangeLog nxml-libvirt-schemas-0.9.7.ebuild nxml-libvirt-schemas-1.2.1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:26:49

  Modified: ChangeLog nxml-libvirt-schemas-0.9.7.ebuild
nxml-libvirt-schemas-1.2.1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.10 app-emacs/nxml-libvirt-schemas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Feb 2014 19:50:33 -  1.9
+++ ChangeLog   7 Jun 2014 11:26:49 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/nxml-libvirt-schemas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v 
1.9 2014/02/13 19:50:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v 
1.10 2014/06/07 11:26:49 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org
+  nxml-libvirt-schemas-0.9.7.ebuild, nxml-libvirt-schemas-1.2.1.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
 *nxml-libvirt-schemas-1.2.1 (13 Feb 2014)
 



1.3  
app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild?r1=1.2r2=1.3

Index: nxml-libvirt-schemas-0.9.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nxml-libvirt-schemas-0.9.7.ebuild   13 Feb 2014 19:50:33 -  1.2
+++ nxml-libvirt-schemas-0.9.7.ebuild   7 Jun 2014 11:26:49 -   1.3
@@ -1,11 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild,v
 1.2 2014/02/13 19:50:33 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild,v
 1.3 2014/06/07 11:26:49 ulm Exp $
 
 EAPI=4
 
 #BACKPORTS=
-NEED_EMACS=23
 
 inherit elisp eutils
 
@@ -52,5 +51,5 @@
 src_install() {
insinto ${SITEETC}/${PN}
doins ${FILESDIR}/schemas.xml docs/schemas/*.rnc
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+   elisp-site-file-install ${FILESDIR}/${SITEFILE}
 }



1.2  
app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild?r1=1.1r2=1.2

Index: nxml-libvirt-schemas-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nxml-libvirt-schemas-1.2.1.ebuild   13 Feb 2014 19:50:33 -  1.1
+++ nxml-libvirt-schemas-1.2.1.ebuild   7 Jun 2014 11:26:49 -   1.2
@@ -1,11 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild,v
 1.1 2014/02/13 19:50:33 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild,v
 1.2 2014/06/07 11:26:49 ulm Exp $
 
 EAPI=5
 
 #BACKPORTS=
-NEED_EMACS=23
 
 inherit elisp eutils
 






[gentoo-commits] gentoo-x86 commit in app-emacs/nxml-svg-schemas: ChangeLog nxml-svg-schemas-1.1.20081123.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:27:51

  Modified: ChangeLog nxml-svg-schemas-1.1.20081123.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  app-emacs/nxml-svg-schemas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   26 Sep 2012 06:56:28 -  1.4
+++ ChangeLog   7 Jun 2014 11:27:51 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/nxml-svg-schemas
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/ChangeLog,v 1.4 
2012/09/26 06:56:28 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/ChangeLog,v 1.5 
2014/06/07 11:27:51 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org
+  nxml-svg-schemas-1.1.20081123.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   26 Sep 2012; Ulrich Müller u...@gentoo.org
   nxml-svg-schemas-1.1.20081123.ebuild:



1.5  
app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild?r1=1.4r2=1.5

Index: nxml-svg-schemas-1.1.20081123.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nxml-svg-schemas-1.1.20081123.ebuild26 Sep 2012 06:56:28 -  
1.4
+++ nxml-svg-schemas-1.1.20081123.ebuild7 Jun 2014 11:27:51 -   
1.5
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild,v
 1.4 2012/09/26 06:56:28 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild,v
 1.5 2014/06/07 11:27:51 ulm Exp $
 
 EAPI=4
 
-NEED_EMACS=23
 inherit elisp
 
 DESCRIPTION=Extension for nxml-mode with SVG 1.1 schemas
@@ -40,5 +39,5 @@
 src_install() {
insinto ${SITEETC}/${PN}
doins ${FILESDIR}/schemas.xml *.rnc
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+   elisp-site-file-install ${FILESDIR}/${SITEFILE}
 }






[gentoo-commits] gentoo-x86 commit in app-admin/webmin: webmin-1.690.ebuild ChangeLog webmin-1.680.ebuild

2014-06-07 Thread Markos Chandras (hwoarang)
hwoarang14/06/07 11:29:32

  Modified: ChangeLog
  Added:webmin-1.690.ebuild
  Removed:  webmin-1.680.ebuild
  Log:
  Version bump. Fixes bug #511624 thanks to PhobosK phob...@fastmail.fm and 
Pacho Ramos pa...@gentoo.org
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.207app-admin/webmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   1 May 2014 16:30:09 -   1.206
+++ ChangeLog   7 Jun 2014 11:29:32 -   1.207
@@ -1,6 +1,14 @@
 # ChangeLog for app-admin/webmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.206 
2014/05/01 16:30:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.207 
2014/06/07 11:29:32 hwoarang Exp $
+
+*webmin-1.690 (07 Jun 2014)
+
+  07 Jun 2014; Markos Chandras hwoar...@gentoo.org +files/webmin.service,
+  +webmin-1.690.ebuild, -webmin-1.680.ebuild, files/gentoo-setup,
+  files/init.d.webmin:
+  Version bump. Fixes bug #511624 thanks to PhobosK phob...@fastmail.fm and
+  Pacho Ramos pa...@gentoo.org
 
 *webmin-1.680 (01 May 2014)
 



1.1  app-admin/webmin/webmin-1.690.ebuild

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

Index: webmin-1.690.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.690.ebuild,v 1.1 
2014/06/07 11:29:32 hwoarang Exp $

EAPI=5

inherit eutils pam ssl-cert systemd

DESCRIPTION=A web-based Unix systems administration interface
HOMEPAGE=http://www.webmin.com/;
SRC_URI=minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz )
!minimal? ( mirror://sourceforge/webadmin/${P}.tar.gz )

LICENSE=BSD GPL-2
SLOT=0

KEYWORDS=~amd64 ~x86

# NOTE: The ssl flag auto added by ssl-cert eclass is not used actually
# because openssl is forced by dev-perl/Net-SSLeay
IUSE=minimal +ssl mysql postgres ldap

# All the required perl modules can be found easily using (in Webmin's root src 
dir):
# find . -name cpan_modules.pl -exec grep :: {} \;
# NOTE: If Webmin doesn't find the required perl modules, it offers(runtime) 
the user
# to install them using the in-built cpan module, and this will mess up perl on 
the system
# That's why some modules are forced without a use flag
# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo 
compliance installation reasons
DEPEND=virtual/perl-Sys-Syslog
virtual/perl-Time-HiRes
virtual/perl-Time-Local
dev-perl/Authen-Libwrap
dev-perl/IO-Tty
dev-perl/MD5
dev-perl/Net-SSLeay
dev-perl/Authen-PAM
dev-perl/Sys-Hostname-Long
=net-dns/dnssec-tools-1.13
!minimal? (
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )
ldap? ( dev-perl/perl-ldap )
dev-perl/XML-Generator
dev-perl/XML-Parser
)
RDEPEND=${DEPEND}

src_prepare() {
local perl=$( which perl )

# Remove the unnecessary and incompatible files
rm -rf acl/Authen-SolarisRBAC-0.1*
if ! use minimal ; then
rm -rf {format,{bsd,hpux,sgi}exports,zones,rbac}
rm -f mount/{free,net,open}bsd-mounts*
rm -f mount/macos-mounts*
fi

# For security reasons remove the SSL certificate that comes with Webmin
# We will create our own later
rm -f miniserv.pem

# Remove the Webmin setup scripts to avoid Webmin in runtime to mess up 
config
# We will use our own later
rm -f setup.{sh,pl}

# Set the installation type/mode to Gentoo
echo gentoo  install-type

# Fix the permissions of the install files
chmod -R og-w ${S}

# Since we should not modify any files after install
# we set the perl path in all cgi and pl files here using Webmin's 
routines
# The pl file is Prefix safe and works only on provided input, no other 
filesystem files
ebegin 

[gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin gentoo-setup webmin.service

2014-06-07 Thread Markos Chandras (hwoarang)
hwoarang14/06/07 11:29:32

  Modified: init.d.webmin gentoo-setup
  Added:webmin.service
  Log:
  Version bump. Fixes bug #511624 thanks to PhobosK phob...@fastmail.fm and 
Pacho Ramos pa...@gentoo.org
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 app-admin/webmin/files/init.d.webmin

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?r1=1.11r2=1.12

Index: init.d.webmin
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- init.d.webmin   9 Jul 2012 18:12:47 -   1.11
+++ init.d.webmin   7 Jun 2014 11:29:32 -   1.12
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.11 
2012/07/09 18:12:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.12 
2014/06/07 11:29:32 hwoarang Exp $
 
 
 # We do not give a choice to user for configuring these 'cause it will mess up
@@ -9,6 +9,7 @@
 WEBMIN_EXE=%exe%
 WEBMIN_PID=%pid%
 WEBMIN_CONF=%conf%
+WEBMIN_CONFIG=%config%
 
 extra_started_commands=reload
 
@@ -18,8 +19,8 @@
 
 checkconfig() {
# Check if Webmin setup has been done
-   if [ ! -f /etc/webmin/config ]; then
-   eerror Error in Webmin's configuration. The 
'/etc/webmin/config' is not present.
+   if [ ! -f ${WEBMIN_CONFIG} ]; then
+   eerror Error in Webmin's configuration. The ${WEBMIN_CONFIG} 
is not present.
eerror Please run 'emerge --config app-admin/webmin' to fix 
this.
return 1
fi



1.3  app-admin/webmin/files/gentoo-setup

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

Index: gentoo-setup
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/gentoo-setup,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gentoo-setup6 Feb 2013 20:13:50 -   1.2
+++ gentoo-setup7 Jun 2014 11:29:32 -   1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 # gentoo-setup.sh
 #
-# Version 1.1
+# Version 1.2
 #
 # A modified original Webmin setup.sh script to comply with Gentoo specifics
 #
@@ -193,6 +193,7 @@
 
 # Create start, stop, restart and reload Gentoo compliant Webmin scripts
 # We use sys-apps/openrc functions which is already pulled by 
sys-apps/baselayout
+# or systemctl if we run under systemd
 echo Creating start and stop scripts..
 rm -f $config_dir/{start,stop,restart,reload}
 
@@ -201,7 +202,11 @@
 #!/bin/sh
 
 if [ ! -f ${pidfile} ]; then
-   rc-service --ifexists -- webmin start
+   if [[ -d /run/systemd/system ]] ; then
+   systemctl start webmin.service
+   else
+   rc-service --ifexists -- webmin start
+   fi  
 fi
 END
 
@@ -209,21 +214,33 @@
 cat END $config_dir/stop
 #!/bin/sh
 
-rc-service --ifexists -- webmin --ifstarted stop
+if [[ -d /run/systemd/system ]] ; then
+   systemctl stop webmin.service
+else
+   rc-service --ifexists -- webmin --ifstarted stop
+fi
 END
 
 # The restart script in /etc/webmin (Gentoo compliant)
 cat END $config_dir/restart
 #!/bin/sh
 
-rc-service --ifexists -- webmin --ifstarted restart
+if [[ -d /run/systemd/system ]] ; then
+   systemctl try-restart webmin.service
+else
+   rc-service --ifexists -- webmin --ifstarted restart
+fi
 END
 
 # The reload script in /etc/webmin (Gentoo compliant)
 cat END $config_dir/reload
 #!/bin/sh
 
-rc-service --ifexists -- webmin --ifstarted reload
+if [[ -d /run/systemd/system ]] ; then
+   systemctl reload-or-try-restart webmin.service
+else
+   rc-service --ifexists -- webmin --ifstarted reload
+fi
 END
 
 chmod 755 $config_dir/{start,stop,restart,reload}



1.1  app-admin/webmin/files/webmin.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/webmin.service?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-8.2.1.ebuild org-mode-8.2.5h.ebuild org-mode-8.2.6.ebuild org-mode-7.9.2.ebuild org-mode-8.0.2.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:33:14

  Modified: ChangeLog org-mode-8.2.1.ebuild
org-mode-8.2.5h.ebuild org-mode-8.2.6.ebuild
  Removed:  org-mode-7.9.2.ebuild org-mode-8.0.2.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.168app-emacs/org-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.167r2=1.168

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   26 Apr 2014 13:51:06 -  1.167
+++ ChangeLog   7 Jun 2014 11:33:14 -   1.168
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/org-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.167 
2014/04/26 13:51:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.168 
2014/06/07 11:33:14 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -org-mode-7.9.2.ebuild,
+  -org-mode-8.0.2.ebuild, org-mode-8.2.1.ebuild, org-mode-8.2.5h.ebuild,
+  org-mode-8.2.6.ebuild, -files/50org-mode-gentoo-8.el,
+  files/50org-mode-gentoo.el:
+  Remove redundant NEED_EMACS assignment. Remove old.
 
 *org-mode-8.2.6 (26 Apr 2014)
 



1.5  app-emacs/org-mode/org-mode-8.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?r1=1.4r2=1.5

Index: org-mode-8.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- org-mode-8.2.1.ebuild   24 Feb 2014 01:25:37 -  1.4
+++ org-mode-8.2.1.ebuild   7 Jun 2014 11:33:14 -   1.5
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 
1.4 2014/02/24 01:25:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 
1.5 2014/06/07 11:33:14 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 
@@ -20,7 +19,7 @@
 DEPEND=doc? ( virtual/texi2dvi )
 
 S=${WORKDIR}/org-${PV}
-SITEFILE=50${PN}-gentoo-8.el
+SITEFILE=50${PN}-gentoo.el
 
 src_compile() {
emake datadir=${EPREFIX}${SITEETC}/${PN}
@@ -36,7 +35,7 @@
infodir=${EPREFIX}/usr/share/info \
install
 
-   cp ${FILESDIR}/${SITEFILE} ${T}/${SITEFILE}
+   cp ${FILESDIR}/${SITEFILE} ${T}/${SITEFILE} || die
 
if use contrib; then
elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el



1.4  app-emacs/org-mode/org-mode-8.2.5h.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?r1=1.3r2=1.4

Index: org-mode-8.2.5h.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- org-mode-8.2.5h.ebuild  26 Mar 2014 11:37:51 -  1.3
+++ org-mode-8.2.5h.ebuild  7 Jun 2014 11:33:14 -   1.4
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.3 2014/03/26 11:37:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.4 2014/06/07 11:33:14 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 
@@ -20,7 +19,7 @@
 DEPEND=doc? ( virtual/texi2dvi )
 
 S=${WORKDIR}/org-${PV}
-SITEFILE=50${PN}-gentoo-8.el
+SITEFILE=50${PN}-gentoo.el
 
 src_compile() {
emake datadir=${EPREFIX}${SITEETC}/${PN}



1.2  app-emacs/org-mode/org-mode-8.2.6.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in app-emacs/org-mode/files: 50org-mode-gentoo.el 50org-mode-gentoo-8.el

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:33:14

  Modified: 50org-mode-gentoo.el
  Removed:  50org-mode-gentoo-8.el
  Log:
  Remove redundant NEED_EMACS assignment. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/org-mode/files/50org-mode-gentoo.el

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

Index: 50org-mode-gentoo.el
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/org-mode/files/50org-mode-gentoo.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 50org-mode-gentoo.el30 Oct 2009 13:26:04 -  1.1
+++ 50org-mode-gentoo.el7 Jun 2014 11:33:14 -   1.2
@@ -1,3 +1,2 @@
 (add-to-list 'load-path @SITELISP@)
 (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))
-(require 'org-install)






[gentoo-commits] gentoo-x86 commit in app-emacs/popwin: popwin-0.6.2.ebuild ChangeLog popwin-0.5.1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:34:58

  Modified: popwin-0.6.2.ebuild ChangeLog
  Removed:  popwin-0.5.1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/popwin/popwin-0.6.2.ebuild

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

Index: popwin-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- popwin-0.6.2.ebuild 27 Feb 2014 18:00:00 -  1.1
+++ popwin-0.6.2.ebuild 7 Jun 2014 11:34:58 -   1.2
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v 1.1 
2014/02/27 18:00:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v 1.2 
2014/06/07 11:34:58 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp eutils
 



1.7  app-emacs/popwin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Feb 2014 18:00:00 -  1.6
+++ ChangeLog   7 Jun 2014 11:34:58 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/popwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.6 2014/02/27 
18:00:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.7 2014/06/07 
11:34:58 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -popwin-0.5.1.ebuild,
+  popwin-0.6.2.ebuild:
+  Remove redundant NEED_EMACS assignment. Remove old.
 
 *popwin-0.6.2 (27 Feb 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emacs/proofgeneral: ChangeLog proofgeneral-4.2.ebuild proofgeneral-4.1.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:40:22

  Modified: ChangeLog proofgeneral-4.2.ebuild
  Removed:  proofgeneral-4.1.ebuild
  Log:
  Remove redundant NEED_EMACS assignment. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.43 app-emacs/proofgeneral/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   15 Feb 2014 00:48:54 -  1.42
+++ ChangeLog   7 Jun 2014 11:40:21 -   1.43
@@ -1,6 +1,11 @@
 # ChangeLog for app-emacs/proofgeneral
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.42 
2014/02/15 00:48:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.43 
2014/06/07 11:40:21 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org -proofgeneral-4.1.ebuild,
+  proofgeneral-4.2.ebuild, -files/proofgeneral-4.1-emacs-24.patch,
+  -files/proofgeneral-4.1-image-load-path.patch:
+  Remove redundant NEED_EMACS assignment. Remove old.
 
   15 Feb 2014; Ulrich Müller u...@gentoo.org -proofgeneral-3.7.1.ebuild:
   Remove old.



1.5  app-emacs/proofgeneral/proofgeneral-4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild?r1=1.4r2=1.5

Index: proofgeneral-4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- proofgeneral-4.2.ebuild 24 Dec 2013 12:45:52 -  1.4
+++ proofgeneral-4.2.ebuild 7 Jun 2014 11:40:21 -   1.5
@@ -1,9 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild,v 1.4 
2013/12/24 12:45:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild,v 1.5 
2014/06/07 11:40:21 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit elisp
 
@@ -15,7 +14,6 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=amd64 ppc x86
-IUSE=
 
 DEPEND==app-emacs/mmm-mode-0.4.8-r2
 RDEPEND=${DEPEND}
@@ -37,7 +35,7 @@
 
 src_install() {
emake -j1 install EMACS=emacs PREFIX=${D}/usr
-   elisp-site-file-install ${FILESDIR}/${SITEFILE} ${MY_PN} || die
+   elisp-site-file-install ${FILESDIR}/${SITEFILE} ${MY_PN}
 
doinfo doc/*.info*
doman doc/proofgeneral.1






[gentoo-commits] gentoo-x86 commit in app-emacs/proofgeneral/files: proofgeneral-4.1-emacs-24.patch proofgeneral-4.1-image-load-path.patch

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:40:22

  Removed:  proofgeneral-4.1-emacs-24.patch
proofgeneral-4.1-image-load-path.patch
  Log:
  Remove redundant NEED_EMACS assignment. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)



[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: liblinear-194.ebuild ChangeLog

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 11:40:55

  Modified: liblinear-194.ebuild ChangeLog
  Log:
  Add github HOMEPAGE.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  dev-libs/liblinear/liblinear-194.ebuild

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

Index: liblinear-194.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liblinear-194.ebuild6 Jun 2014 00:32:10 -   1.3
+++ liblinear-194.ebuild7 Jun 2014 11:40:55 -   1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.3 2014/06/06 00:32:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.4 2014/06/07 11:40:55 jer Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs
 
 DESCRIPTION=A Library for Large Linear Classification
-HOMEPAGE=http://www.csie.ntu.edu.tw/~cjlin/liblinear/;
+HOMEPAGE=http://www.csie.ntu.edu.tw/~cjlin/liblinear/ 
https://github.com/cjlin1/liblinear;
 SRC_URI=https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
 
 LICENSE=BSD



1.4  dev-libs/liblinear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 Jun 2014 00:32:10 -   1.3
+++ ChangeLog   7 Jun 2014 11:40:55 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblinear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.3 
2014/06/06 00:32:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.4 
2014/06/07 11:40:55 jer Exp $
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org liblinear-194.ebuild:
+  Add github HOMEPAGE.
 
   06 Jun 2014; Jeroen Roovers j...@gentoo.org liblinear-194.ebuild:
   Install README.






[gentoo-commits] gentoo-x86 commit in app-emacs/rudel: rudel-0.3_pre20110721.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:41:23

  Modified: rudel-0.3_pre20110721.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  app-emacs/rudel/rudel-0.3_pre20110721.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild?r1=1.4r2=1.5

Index: rudel-0.3_pre20110721.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rudel-0.3_pre20110721.ebuild17 Mar 2014 00:14:56 -  1.4
+++ rudel-0.3_pre20110721.ebuild7 Jun 2014 11:41:23 -   1.5
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild,v 1.4 
2014/03/17 00:14:56 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/rudel/rudel-0.3_pre20110721.ebuild,v 1.5 
2014/06/07 11:41:23 ulm Exp $
 
 EAPI=5
-NEED_EMACS=23
 
 inherit readme.gentoo elisp
 



1.5  app-emacs/rudel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/rudel/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2014 00:14:57 -  1.4
+++ ChangeLog   7 Jun 2014 11:41:23 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/rudel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rudel/ChangeLog,v 1.4 2014/03/17 
00:14:57 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rudel/ChangeLog,v 1.5 2014/06/07 
11:41:23 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org rudel-0.3_pre20110721.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   17 Mar 2014; Ulrich Müller u...@gentoo.org rudel-0.3_pre20110721.ebuild:
   Drop dependency on virtual/emacs-cedet, as CEDET is included with Emacs 23.2






[gentoo-commits] gentoo-x86 commit in app-emacs/tempo-snippets: ChangeLog tempo-snippets-0.1.5.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:42:30

  Modified: ChangeLog tempo-snippets-0.1.5.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  app-emacs/tempo-snippets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   14 Feb 2014 16:50:47 -  1.4
+++ ChangeLog   7 Jun 2014 11:42:30 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/tempo-snippets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.4 
2014/02/14 16:50:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.5 
2014/06/07 11:42:30 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org tempo-snippets-0.1.5.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   14 Feb 2014; Ulrich Müller u...@gentoo.org tempo-snippets-0.1.5.ebuild:
   Update ebuild to EAPI 5. Specify LICENSE more precisely.



1.3  app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild

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

Index: tempo-snippets-0.1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tempo-snippets-0.1.5.ebuild 14 Feb 2014 16:50:47 -  1.2
+++ tempo-snippets-0.1.5.ebuild 7 Jun 2014 11:42:30 -   1.3
@@ -1,9 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 
1.2 2014/02/14 16:50:47 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 
1.3 2014/06/07 11:42:30 ulm Exp $
 
 EAPI=5
-NEED_EMACS=22
 
 inherit elisp
 






[gentoo-commits] gentoo-x86 commit in app-emacs/undo-tree: undo-tree-0.5.2.ebuild ChangeLog

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:44:56

  Modified: undo-tree-0.5.2.ebuild ChangeLog
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/undo-tree/undo-tree-0.5.2.ebuild

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

Index: undo-tree-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- undo-tree-0.5.2.ebuild  15 Jul 2012 18:02:26 -  1.1
+++ undo-tree-0.5.2.ebuild  7 Jun 2014 11:44:56 -   1.2
@@ -1,20 +1,18 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.5.2.ebuild,v 1.1 
2012/07/15 18:02:26 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.5.2.ebuild,v 1.2 
2014/06/07 11:44:56 ulm Exp $
 
 EAPI=4
-NEED_EMACS=22
 
 inherit elisp
 
 DESCRIPTION=Undo trees and visualization
 HOMEPAGE=http://www.dr-qubit.org/emacs.php#undo-tree;
-SRC_URI=mirror://gentoo/${P}.el.bz2
+SRC_URI=http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2;
 
-LICENSE=GPL-3
+LICENSE=GPL-3+
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
 
 SITEFILE=50${PN}-gentoo.el
 



1.12 app-emacs/undo-tree/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/undo-tree/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/undo-tree/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/undo-tree/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Mar 2014 11:51:34 -  1.11
+++ ChangeLog   7 Jun 2014 11:44:56 -   1.12
@@ -1,54 +1,7 @@
 # ChangeLog for app-emacs/undo-tree
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.11 
2014/03/23 11:51:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.12 
2014/06/07 11:44:56 ulm Exp $
 
-  23 Mar 2014; Ulrich Müller u...@gentoo.org -undo-tree-0.6.3.ebuild:
-  Remove old.
+  07 Jun 2014; Ulrich Müller u...@gentoo.org undo-tree-0.5.2.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
-  23 Mar 2014; Agostino Sarubbo a...@gentoo.org undo-tree-0.6.4.ebuild:
-  Stable for x86, wrt bug #503196
-
-  20 Mar 2014; Chema Alonso nim...@gentoo.org undo-tree-0.6.4.ebuild:
-  Stable for amd64 wrt bug #503196
-
-*undo-tree-0.6.4 (10 Feb 2014)
-
-  10 Feb 2014; Ulrich Müller u...@gentoo.org -undo-tree-0.1.7.ebuild,
-  +undo-tree-0.6.4.ebuild:
-  Version bump. Remove old.
-
-  19 Jul 2013; Ulrich Müller u...@gentoo.org undo-tree-0.6.3.ebuild:
-  Replace elog message by DOC_CONTENTS for readme.gentoo.eclass.
-
-*undo-tree-0.6.3 (19 Jul 2013)
-
-  19 Jul 2013; Thomas Kahle to...@gentoo.org +undo-tree-0.6.3.ebuild:
-  Bump to 0.6.3 (bug 477340)
-
-*undo-tree-0.5.2 (15 Jul 2012)
-
-  15 Jul 2012; Ulrich Müller u...@gentoo.org +undo-tree-0.5.2.ebuild,
-  metadata.xml:
-  Version bump. Amend longdescription in metadata.
-
-*undo-tree-0.1.7 (01 Dec 2010)
-
-  01 Dec 2010; Thomas Kahle to...@gentoo.org
-  -undo-tree-0.1.7_pre20101117-r1.ebuild, +undo-tree-0.1.7.ebuild:
-  bump to 0.1.7 release, remove prerelease
-
-  25 Nov 2010; Ulrich Mueller u...@gentoo.org
-  undo-tree-0.1.7_pre20101117-r1.ebuild:
-  Use elog instead of einfo.
-
-*undo-tree-0.1.7_pre20101117-r1 (17 Nov 2010)
-
-  17 Nov 2010; Thomas Kahle to...@gentoo.org files/50undo-tree-gentoo.el,
-  -undo-tree-0.1.7_pre20101117.ebuild, +undo-tree-0.1.7_pre20101117-r1.ebuild:
-  -r1 added, dropped old. Sitefile improvements thanks to ulm.
-
-*undo-tree-0.1.7_pre20101117 (17 Nov 2010)
-
-  17 Nov 2010; Thomas Kahle to...@gentoo.org +files/50undo-tree-gentoo.el,
-  +undo-tree-0.1.7_pre20101117.ebuild, +metadata.xml:
-  initial import.






[gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-9999.ebuild cppunit-1.13.2-r1.ebuild ChangeLog

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 11:53:45

  Modified: cppunit-.ebuild ChangeLog
  Added:cppunit-1.13.2-r1.ebuild
  Log:
  Enable multilib support, as a test dependency of media-libs/taglib. Convert 
to git-r3.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.7  dev-util/cppunit/cppunit-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-.ebuild?r1=1.6r2=1.7

Index: cppunit-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cppunit-.ebuild 15 Nov 2013 09:16:19 -  1.6
+++ cppunit-.ebuild 7 Jun 2014 11:53:44 -   1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-.ebuild,v 1.6 
2013/11/15 09:16:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-.ebuild,v 1.7 
2014/06/07 11:53:44 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI=git://anongit.freedesktop.org/libreoffice/cppunit
-[[ ${PV} =  ]]  inherit git-2 autotools
-inherit eutils flag-o-matic
+[[ ${PV} =  ]]  inherit git-r3 autotools
+inherit eutils flag-o-matic multilib-minimal
 
 DESCRIPTION=C++ port of the famous JUnit framework for unit testing
 HOMEPAGE=http://www.freedesktop.org/wiki/Software/cppunit;
@@ -29,6 +29,10 @@
 DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
 [[ ${PV} =  ]] || DOCS+=( ChangeLog )
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/cppunit-config
+)
+
 src_prepare() {
[[ ${PV} =  ]]  eautoreconf
 }
@@ -37,18 +41,21 @@
# Anything else than -O0 breaks on alpha
use alpha  replace-flags -O? -O0
 
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \
-   $(use_enable doc doxygen) \
-   $(use_enable doc dot) \
+   $(multilib_native_use_enable doc doxygen) \
+   $(multilib_native_use_enable doc dot) \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html \
--disable-silent-rules
 }
 
-src_install() {
-   default
-
+multilib_src_install_all() {
prune_libtool_files --all
 
if use examples ; then



1.92 dev-util/cppunit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   15 Nov 2013 09:16:19 -  1.91
+++ ChangeLog   7 Jun 2014 11:53:44 -   1.92
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/cppunit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.91 
2013/11/15 09:16:19 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.92 
2014/06/07 11:53:44 mgorny Exp $
+
+*cppunit-1.13.2-r1 (07 Jun 2014)
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org +cppunit-1.13.2-r1.ebuild,
+  cppunit-.ebuild:
+  Enable multilib support, as a test dependency of media-libs/taglib. Convert 
to
+  git-r3.
 
 *cppunit-1.13.2 (15 Nov 2013)
 



1.1  dev-util/cppunit/cppunit-1.13.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r1.ebuild?rev=1.1content-type=text/plain

Index: cppunit-1.13.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r1.ebuild,v 
1.1 2014/06/07 11:53:44 mgorny Exp $

EAPI=5

EGIT_REPO_URI=git://anongit.freedesktop.org/libreoffice/cppunit
[[ ${PV} =  ]]  inherit 

[gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r1.ebuild ChangeLog

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 11:55:09

  Modified: ChangeLog
  Added:taglib-1.9.1-r1.ebuild
  Log:
  Enable multilib support, as a dependency of media-plugins/gst-plugins-taglib.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.148media-libs/taglib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.148view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.148content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.147r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   13 Oct 2013 10:27:45 -  1.147
+++ ChangeLog   7 Jun 2014 11:55:08 -   1.148
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/taglib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.147 
2013/10/13 10:27:45 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.148 
2014/06/07 11:55:08 mgorny Exp $
+
+*taglib-1.9.1-r1 (07 Jun 2014)
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org +taglib-1.9.1-r1.ebuild:
+  Enable multilib support, as a dependency of media-plugins/gst-plugins-taglib.
 
 *taglib-1.9.1 (13 Oct 2013)
 



1.1  media-libs/taglib/taglib-1.9.1-r1.ebuild

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

Index: taglib-1.9.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r1.ebuild,v 
1.1 2014/06/07 11:55:08 mgorny Exp $

EAPI=5

inherit cmake-multilib

DESCRIPTION=A library for reading and editing audio meta data
HOMEPAGE=http://developer.kde.org/~wheeler/taglib.html;
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1 MPL-1.1
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris
SLOT=0
IUSE=+asf debug examples +mp4 test

RDEPEND=sys-libs/zlib[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )


PATCHES=(
${FILESDIR}/${PN}-1.6.1-install-examples.patch
)

DOCS=( AUTHORS NEWS )

MULTILIB_CHOST_TOOLS=(
/usr/bin/taglib-config
)

multilib_src_configure() {
mycmakeargs=(
$(multilib_is_native_abi  cmake-utils_use_build examples)
$(cmake-utils_use_build test TESTS)
$(cmake-utils_use_with asf)
$(cmake-utils_use_with mp4)
)

cmake-utils_src_configure
}

multilib_src_test() {
# ctest does not work
emake -C ${BUILD_DIR} check
}

pkg_postinst() {
if ! use asf; then
elog You've chosen to disable the asf use flag, thus taglib 
won't include
elog support for Microsoft's 'advanced systems format' media 
container
fi
if ! use mp4; then
elog You've chosen to disable the mp4 use flag, thus taglib 
won't include
elog support for the MPEG-4 part 14 / MP4 media container
fi
}






[gentoo-commits] proj/elfix:master commit in: src/, /

2014-06-07 Thread Anthony G. Basile
commit: 962b3194f525bbb2152d90168b8cd5d5a95a4276
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 11:56:18 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 11:57:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=962b3194

src{fix-gnustack.c,paxctl-ng.c}: portable error reporting

---
 configure.ac   |  2 +-
 src/fix-gnustack.c | 22 +++---
 src/paxctl-ng.c|  4 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58a6c16..865cbaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_PROG_SED
 
 # Checks for header files.
 AC_CHECK_HEADERS(
-   [errno.h error.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
+   [errno.h err.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
sys/mman.h sys/stat.h sys/types.h unistd.h],
[],
[AC_MSG_ERROR([Missing necessary header])]

diff --git a/src/fix-gnustack.c b/src/fix-gnustack.c
index 0d6ecc1..59e10be 100644
--- a/src/fix-gnustack.c
+++ b/src/fix-gnustack.c
@@ -19,7 +19,7 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
-#include error.h
+#include err.h
 #include libgen.h
 
 #include gelf.h
@@ -58,7 +58,7 @@ parse_cmd_args( int c, char *v[], int *flagv  )
int i, oc;
 
if((c != 2)(c != 3))
-   error(EXIT_FAILURE, 0, Usage: %s -f ELF | -h, v[0]);
+   errx(EXIT_FAILURE, Usage: %s -f ELF | -h, v[0]);
 
*flagv = 0 ;
while((oc = getopt(c, v,:fh)) != -1)
@@ -72,7 +72,7 @@ parse_cmd_args( int c, char *v[], int *flagv  )
break;
case '?':
default:
-   error(EXIT_FAILURE, 0, option -%c is invalid: 
ignored., optopt ) ;
+   errx(EXIT_FAILURE, option -%c is invalid: 
ignored., optopt ) ;
}
 
return v[optind] ;
@@ -93,31 +93,31 @@ main( int argc, char *argv[])
f_name = parse_cmd_args(argc, argv, flagv);
 
if(elf_version(EV_CURRENT) == EV_NONE)
-   error(EXIT_FAILURE, 0, Library out of date.);
+   errx(EXIT_FAILURE, Library out of date.);
 
if(flagv)
{
if((fd = open(f_name, O_RDWR))  0)
-   error(EXIT_FAILURE, 0, open() fail.);
+   errx(EXIT_FAILURE, open() fail.);
if((elf = elf_begin(fd, ELF_C_RDWR_MMAP, NULL)) == NULL)
-   error(EXIT_FAILURE, 0, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
}
else
{
if((fd = open(f_name, O_RDONLY))  0)
-   error(EXIT_FAILURE, 0, open() fail.);
+   errx(EXIT_FAILURE, open() fail.);
if((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
-   error(EXIT_FAILURE, 0, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
}
 
if(elf_kind(elf) != ELF_K_ELF)
-   error(EXIT_FAILURE, 0, elf_kind() fail: this is not an elf 
file.);
+   errx(EXIT_FAILURE, elf_kind() fail: this is not an elf file.);
 
elf_getphdrnum(elf, phnum);
for(i=0; iphnum; ++i)
{
if(gelf_getphdr(elf, i, phdr) != phdr)
-   error(EXIT_FAILURE, 0, gelf_getphdr(): %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, gelf_getphdr(): %s, 
elf_errmsg(elf_errno()));
 
if(phdr.p_type == PT_GNU_STACK)
{
@@ -132,7 +132,7 @@ main( int argc, char *argv[])
printf(WX FOUND: X flag removed\n);
phdr.p_flags ^= PF_X;
if(!gelf_update_phdr(elf, i, phdr))
-   error(EXIT_FAILURE, 0, 
gelf_update_phdr(): %s, elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, gelf_update_phdr(): 
%s, elf_errmsg(elf_errno()));
}
}
}

diff --git a/src/paxctl-ng.c b/src/paxctl-ng.c
index 8071d50..d340a43 100644
--- a/src/paxctl-ng.c
+++ b/src/paxctl-ng.c
@@ -20,7 +20,7 @@
 #include stdint.h
 #include stdlib.h
 #include string.h
-#include error.h
+#include err.h
 #include libgen.h
 #include sys/types.h
 #include sys/stat.h
@@ -257,7 +257,7 @@ parse_cmd_args(int argc, char *argv[], uint16_t *pax_flags, 
int *verbose, int *c
break;
case '?':
default:
-   error(EXIT_FAILURE, 0, option -%c is invalid: 
ignored., optopt ) ;
+   errx(EXIT_FAILURE, 

[gentoo-commits] gentoo-x86 commit in app-accessibility/speechd-el: ChangeLog speechd-el-2.5.ebuild

2014-06-07 Thread Ulrich Mueller (ulm)
ulm 14/06/07 11:57:06

  Modified: ChangeLog speechd-el-2.5.ebuild
  Log:
  Remove redundant NEED_EMACS assignment.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.24 app-accessibility/speechd-el/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   20 Jan 2014 03:31:36 -  1.23
+++ ChangeLog   7 Jun 2014 11:57:06 -   1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/speechd-el
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/ChangeLog,v 
1.23 2014/01/20 03:31:36 teiresias Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/ChangeLog,v 
1.24 2014/06/07 11:57:06 ulm Exp $
+
+  07 Jun 2014; Ulrich Müller u...@gentoo.org speechd-el-2.5.ebuild:
+  Remove redundant NEED_EMACS assignment.
 
   20 Jan 2014; Christopher Brannon teires...@gentoo.org
   -speechd-el-0.4.ebuild, -speechd-el-2.2.ebuild, -speechd-el-2.4.ebuild,



1.5  app-accessibility/speechd-el/speechd-el-2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild?r1=1.4r2=1.5

Index: speechd-el-2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- speechd-el-2.5.ebuild   25 Sep 2013 17:29:54 -  1.4
+++ speechd-el-2.5.ebuild   7 Jun 2014 11:57:06 -   1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild,v 
1.4 2013/09/25 17:29:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-2.5.ebuild,v 
1.5 2014/06/07 11:57:06 ulm Exp $
 
 EAPI=4
-NEED_EMACS=23
+
 inherit elisp
 
 DESCRIPTION=Emacs speech support






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

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 11:56:59

  Modified: ChangeLog package.mask
  Log:
  Mask new multilib cppunit  taglib.

Revision  ChangesPath
1.9050   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9049
retrieving revision 1.9050
diff -u -r1.9049 -r1.9050
--- ChangeLog   7 Jun 2014 10:33:19 -   1.9049
+++ ChangeLog   7 Jun 2014 11:56:58 -   1.9050
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9049 2014/06/07 
10:33:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9050 2014/06/07 
11:56:58 mgorny 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!
 
+  07 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask new multilib cppunit  taglib.
+
   07 Jun 2014; Ulrich Müller u...@gentoo.org package.mask:
   Remove mask for app-editors:21 and :22, ebuilds have been removed.
 



1.15766  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15765
retrieving revision 1.15766
diff -u -r1.15765 -r1.15766
--- package.mask7 Jun 2014 10:25:47 -   1.15765
+++ package.mask7 Jun 2014 11:56:58 -   1.15766
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15765 2014/06/07 
10:25:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15766 2014/06/07 
11:56:58 mgorny 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
@@ -93,6 +93,8 @@
 =app-emulation/emul-linux-x86-baselibs-20140508-r8
 =dev-libs/cyrus-sasl-2.1.26-r6
 =sys-libs/libsemanage-2.3-r1
+=dev-util/cppunit-1.13.2-r1
+=media-libs/taglib-1.9.1-r1
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] proj/emacs:master commit in: app-emacs/dvc/, app-emacs/codepad/, app-emacs/smex/, app-emacs/rudel/, ...

2014-06-07 Thread Ulrich Müller
commit: 1c672b297f93a178faf50119dd11267da16fb2dd
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat Jun  7 12:10:18 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat Jun  7 12:10:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=1c672b29

Remove redundant NEED_EMACS assignment.

Package-Manager: portage-2.2.10

---
 app-emacs/babel/ChangeLog |  6 -
 app-emacs/babel/babel-0.8.ebuild  |  7 ++
 app-emacs/babel/babel-1.1.ebuild  |  7 ++
 app-emacs/codepad/ChangeLog   |  5 +++-
 app-emacs/codepad/codepad-20100605.ebuild |  3 +--
 app-emacs/dvc/ChangeLog   |  5 +++-
 app-emacs/dvc/dvc-.ebuild | 11 ++---
 app-emacs/elip/ChangeLog  |  6 -
 app-emacs/elip/Manifest   | 21 
 app-emacs/elip/elip-0.803.ebuild  | 41 ---
 app-emacs/elip/elip-0.804.ebuild  | 10 +++-
 app-emacs/nummove/ChangeLog   |  3 +++
 app-emacs/nummove/nummove-20070312.ebuild |  1 -
 app-emacs/oddmuse/ChangeLog   |  3 +++
 app-emacs/oddmuse/oddmuse-20090411.ebuild |  1 -
 app-emacs/org-mode/ChangeLog  |  3 +++
 app-emacs/org-mode/org-mode-.ebuild   |  2 --
 app-emacs/rudel/ChangeLog |  3 +++
 app-emacs/rudel/rudel-.ebuild |  1 -
 app-emacs/smex/ChangeLog  |  5 +++-
 app-emacs/smex/smex-20090716.ebuild   |  7 ++
 21 files changed, 46 insertions(+), 105 deletions(-)

diff --git a/app-emacs/babel/ChangeLog b/app-emacs/babel/ChangeLog
index ab53652..68e2ea1 100644
--- a/app-emacs/babel/ChangeLog
+++ b/app-emacs/babel/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-emacs/babel
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2014; Ulrich Müller u...@gentoo.org babel-0.8.ebuild,
+  babel-1.1.ebuild:
+  Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
+
 *babel-1.1 (01 Jun 2009)
 
   01 Jun 2009; Ulrich Mueller u...@gentoo.org -babel-0.7.ebuild,

diff --git a/app-emacs/babel/babel-0.8.ebuild b/app-emacs/babel/babel-0.8.ebuild
index fa435cf..4d62b92 100644
--- a/app-emacs/babel/babel-0.8.ebuild
+++ b/app-emacs/babel/babel-0.8.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-NEED_EMACS=22
-
 inherit elisp
 
 DESCRIPTION=Interface to web translation services such as Babelfish
@@ -11,9 +9,8 @@ HOMEPAGE=http://www.hoetzel.info/Hacking/emacs/;
 # taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
 SRC_URI=http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2;
 
-LICENSE=GPL-2
+LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
 
 SITEFILE=50${PN}-gentoo.el

diff --git a/app-emacs/babel/babel-1.1.ebuild b/app-emacs/babel/babel-1.1.ebuild
index fa435cf..4d62b92 100644
--- a/app-emacs/babel/babel-1.1.ebuild
+++ b/app-emacs/babel/babel-1.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-NEED_EMACS=22
-
 inherit elisp
 
 DESCRIPTION=Interface to web translation services such as Babelfish
@@ -11,9 +9,8 @@ HOMEPAGE=http://www.hoetzel.info/Hacking/emacs/;
 # taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
 SRC_URI=http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2;
 
-LICENSE=GPL-2
+LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
 
 SITEFILE=50${PN}-gentoo.el

diff --git a/app-emacs/codepad/ChangeLog b/app-emacs/codepad/ChangeLog
index 00705b6..fefc996 100644
--- a/app-emacs/codepad/ChangeLog
+++ b/app-emacs/codepad/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/codepad
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2014; Ulrich Müller u...@gentoo.org codepad-20100605.ebuild:
+  Remove redundant NEED_EMACS assignment.
+
 *codepad-20100605 (27 Oct 2012)
 
   27 Oct 2012; Ulrich Müller u...@gentoo.org -codepad-20091130.ebuild,

diff --git a/app-emacs/codepad/codepad-20100605.ebuild 
b/app-emacs/codepad/codepad-20100605.ebuild
index a8b5aa2..8b7afb6 100644
--- a/app-emacs/codepad/codepad-20100605.ebuild
+++ b/app-emacs/codepad/codepad-20100605.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
-NEED_EMACS=23
 
 inherit elisp
 

diff --git a/app-emacs/dvc/ChangeLog b/app-emacs/dvc/ChangeLog
index 615135d..ebf069a 100644
--- a/app-emacs/dvc/ChangeLog
+++ b/app-emacs/dvc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog 

[gentoo-commits] gentoo-x86 commit in net-analyzer/ipgen: - New directory

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 12:21:40

  Log:
  Directory /var/cvsroot/gentoo-x86/net-analyzer/ipgen added to the repository



[gentoo-commits] gentoo-x86 commit in net-analyzer/ipgen: ipgen-9999.ebuild metadata.xml ChangeLog Manifest

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 12:22:24

  Added:ipgen-.ebuild metadata.xml ChangeLog Manifest
  Log:
  Initial commit.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/ipgen/ipgen-.ebuild

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

Index: ipgen-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipgen/ipgen-.ebuild,v 1.1 
2014/06/07 12:22:24 jer Exp $

EAPI=5
inherit autotools git-r3

DESCRIPTION=Generate list of IP addresses from a network specification
HOMEPAGE=http://www.nta-monitor.com/tools-resources/security-tools/ipgen 
https://github.com/royhills/ipgen;
EGIT_REPO_URI=https://github.com/royhills/ipgen;

LICENSE=GPL-3
SLOT=0
KEYWORDS=

src_prepare() {
eautoreconf
}



1.1  net-analyzer/ipgen/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdnetmon/herd
/pkgmetadata



1.1  net-analyzer/ipgen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipgen/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipgen/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for net-analyzer/ipgen
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipgen/ChangeLog,v 1.1 
2014/06/07 12:22:24 jer Exp $

*ipgen- (07 Jun 2014)

  07 Jun 2014; Jeroen Roovers j...@gentoo.org +ipgen-.ebuild,
  +metadata.xml:
  Initial commit.




1.1  net-analyzer/ipgen/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipgen/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipgen/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
EBUILD ipgen-.ebuild 456 SHA256 
8e40933d0de90a066c0360c441f0d4f355bebc26c3f3f4b27dd7068d6991020e SHA512 
3a575f1dfbfed63c471d07c3fccc3f328c1cb1fb2bee8535e26e3f0fe8908e0e97c0e303334df44c59873fd683045e0b0b59382d89456378db8d0344366e09a4
 WHIRLPOOL 
4120d86a1ab8bf042022e6718d1b659eae4f4fc27549247de8ab704b1ee526e1426ed4fc64a53ed2363d22b95687db90eba9362e935adb6b68f65719bef0c1ed
MISC ChangeLog 249 SHA256 
62b200fd83be99c8b589070072fd55b00ab37dccee1084efaaea04dbfe8f4ebb SHA512 
ea0cee1c6a025836f588c4fb1c6528ac27ebe259140ef76cb521b3b540731bccbb014505bc63f0c196c8672822237930526ca4482ed3d1ac43beb9589ab5fdfc
 WHIRLPOOL 
c72b917bb3d9ca147d09f44a155e2de7a12ffc6e667a1a02fec757aceab499c8b1fa543a3242cb5dd041a2b77e1890b2fe69aab4640d10da0afcc62e1c8303c0
MISC metadata.xml 159 SHA256 
b75c711bd971e46f0ec957e833c60879b0c5023e0bb94409a6255781b69f6dc6 SHA512 
2c104d2a804da0a38770b6f1ec26cd5b0a49e30392177d5794734a3f4129e82fd0971e5a8a1e48913bfaf1bab57e7bac1fe5ce4f5c618ce057aa5aaf9e59113b
 WHIRLPOOL 
044dec64f8899582332d7fbd7612d2a7c5c7234c44bb9fc51a56f7d6400cd3066a154c3c49dd3f4b468f11e029aa24ff0097ab1387b9f322d57f1d9876afd601






[gentoo-commits] gentoo-x86 commit in dev-python/kombu: kombu-3.0.18.ebuild ChangeLog

2014-06-07 Thread Ian Delaney (idella4)
idella4 14/06/07 12:27:11

  Modified: ChangeLog
  Added:kombu-3.0.18.ebuild
  Log:
  bump, adjust test phase according to new failaures
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.35 dev-python/kombu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   1 Jun 2014 14:40:08 -   1.34
+++ ChangeLog   7 Jun 2014 12:27:11 -   1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/kombu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.34 
2014/06/01 14:40:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.35 
2014/06/07 12:27:11 idella4 Exp $
+
+*kombu-3.0.18 (07 Jun 2014)
+
+  07 Jun 2014; Ian Delaney idel...@gentoo.org +kombu-3.0.18.ebuild:
+  bump, adjust test phase according to new failaures
 
 *kombu-3.0.16 (01 Jun 2014)
 



1.1  dev-python/kombu/kombu-3.0.18.ebuild

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

Index: kombu-3.0.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.18.ebuild,v 1.1 
2014/06/07 12:27:11 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=AMQP Messaging Framework for Python
HOMEPAGE=http://pypi.python.org/pypi/kombu https://github.com/celery/kombu;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=amqplib doc examples msgpack sqs test

PY27_GEN_USEDEP=$(python_gen_usedep python2_7)
RDEPEND==dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
=dev-python/py-amqp-1.4.5[${PYTHON_USEDEP}]
dev-python/py-amqp-2.0[${PYTHON_USEDEP}]
amqplib? ( =dev-python/amqplib-1.0.2[${PYTHON_USEDEP}] )
sqs? ( =dev-python/boto-2.13.3[${PY27_GEN_USEDEP}] )
msgpack? ( =dev-python/msgpack-0.2.0[${PYTHON_USEDEP}] )

DEPEND=${RDEPEND}
=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/nose-cover3[${PYTHON_USEDEP}]
=dev-python/mock-0.7[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/redis-py[${PYTHON_USEDEP}]
dev-python/pymongo[${PYTHON_USEDEP}]
=dev-python/unittest2-0.5.0[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/beanstalkc[${PY27_GEN_USEDEP}]
dev-python/couchdb-python[${PY27_GEN_USEDEP}]
=dev-python/sphinxcontrib-issuetracker-0.9[${PYTHON_USEDEP}] )

# pyyaml is an optional package for tests, refrain for now
# Req'd for test phase
DISTUTILS_IN_SOURCE_BUILD=1

PY27_REQUSE=$(python_gen_useflags 'python2.7')
REQUIRED_USE=sqs? ( ${PY27_REQUSE} )
doc? ( ${PY27_REQUSE} amqplib sqs )# 2 deps in doc build 
are only py2 capable

python_prepare_all() {
https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
distutils-r1_python_prepare_all
}

python_compile_all() {
# Doc build must be done by py2.7
# Doc build misses and skips only content re librabbitmq which is not 
in portage
if use doc; then
emake -C docs html || die kombu docs failed installation
fi
}

python_test() {
export DJANGO_SETTINGS_MODULE=django.conf
# https://github.com/celery/kombu/issues/364. Cleaner for now to ignore 
the whole test_ file
if python_is_python3; then
2to3 --no-diffs -w build/lib/kombu/transport/
nosetests --py3where=build/lib kombu/tests -I test_amqplib.py 
|| die Tests failed under ${EPYTHON}
else
# funtests appears to be coded only for py2, a kind of 2nd tier.
nosetests ${S}/kombu/tests -I test_amqplib.py || die Tests 
failed under ${EPYTHON}
pushd 

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

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 12:36:38

  Modified: ChangeLog
  Added:chrony-1.30_pre1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.131net-misc/chrony/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   9 Feb 2014 12:38:50 -   1.130
+++ ChangeLog   7 Jun 2014 12:36:38 -   1.131
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.130 
2014/02/09 12:38:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.131 
2014/06/07 12:36:38 jer Exp $
+
+*chrony-1.30_pre1 (07 Jun 2014)
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org +chrony-1.30_pre1.ebuild:
+  Version bump.
 
   09 Feb 2014; Jeroen Roovers j...@gentoo.org -chrony-1.29-r1.ebuild:
   Old.



1.1  net-misc/chrony/chrony-1.30_pre1.ebuild

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

Index: chrony-1.30_pre1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30_pre1.ebuild,v 
1.1 2014/06/07 12:36:38 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=
IUSE=caps ipv6 +readline +rtc selinux

RDEPEND=
caps? ( sys-libs/libcap )
readline? ( =sys-libs/readline-4.1-r4 )
selinux? ( sec-policy/selinux-chronyd )

DEPEND=
${RDEPEND}
sys-apps/texinfo


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.txt || die
}

src_configure() {
tc-export CC

# not an autotools generated script
./configure \
$(usex caps '' --disable-linuxcaps) \
$(usex ipv6 '' --disable-ipv6) \
$(usex readline '' --disable-readline) \
$(usex rtc '' --disable-rtc) \
--docdir=/usr/share/doc/${PF} \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc/chrony \
--without-nss \
--without-tomcrypt \
${EXTRA_ECONF} \
|| 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-r1 chronyd.service
systemd_enable_ntpunit 50-chrony chronyd.service
}






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

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 12:42:55

  Modified: ChangeLog chrony-1.30_pre1.ebuild
  Log:
  RESTRICT=test for compile failure/downloading.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.132net-misc/chrony/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   7 Jun 2014 12:36:38 -   1.131
+++ ChangeLog   7 Jun 2014 12:42:55 -   1.132
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.131 
2014/06/07 12:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.132 
2014/06/07 12:42:55 jer Exp $
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org chrony-1.30_pre1.ebuild:
+  RESTRICT=test for compile failure/downloading.
 
 *chrony-1.30_pre1 (07 Jun 2014)
 



1.2  net-misc/chrony/chrony-1.30_pre1.ebuild

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

Index: chrony-1.30_pre1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30_pre1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrony-1.30_pre1.ebuild 7 Jun 2014 12:36:38 -   1.1
+++ chrony-1.30_pre1.ebuild 7 Jun 2014 12:42:55 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30_pre1.ebuild,v 
1.1 2014/06/07 12:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30_pre1.ebuild,v 
1.2 2014/06/07 12:42:55 jer Exp $
 
 EAPI=5
 inherit eutils systemd toolchain-funcs
@@ -24,6 +24,8 @@
sys-apps/texinfo
 
 
+RESTRICT=test
+
 S=${WORKDIR}/${P/_/-}
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in app-arch/dpkg: dpkg-1.17.10.ebuild ChangeLog

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 13:01:04

  Modified: ChangeLog
  Added:dpkg-1.17.10.ebuild
  Log:
  Version bump (bug #512648).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.272app-arch/dpkg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   25 May 2014 23:52:36 -  1.271
+++ ChangeLog   7 Jun 2014 13:01:03 -   1.272
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/dpkg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.271 2014/05/25 
23:52:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.272 2014/06/07 
13:01:03 jer Exp $
+
+*dpkg-1.17.10 (07 Jun 2014)
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org +dpkg-1.17.10.ebuild:
+  Version bump (bug #512648).
 
   25 May 2014; Jeroen Roovers j...@gentoo.org -dpkg-1.16.12-r1.ebuild,
   -dpkg-1.17.4.ebuild, -dpkg-1.17.5.ebuild, -dpkg-1.17.6.ebuild,



1.1  app-arch/dpkg/dpkg-1.17.10.ebuild

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

Index: dpkg-1.17.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.10.ebuild,v 1.1 
2014/06/07 13:01:03 jer Exp $

EAPI=5
inherit eutils multilib autotools toolchain-funcs

DESCRIPTION=Package maintenance system for Debian
HOMEPAGE=http://packages.qa.debian.org/dpkg;
SRC_URI=mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris
IUSE=+bzip2 dselect +lzma nls test unicode +update-alternatives +zlib
REQUIRED_USE=dselect? ( nls )

RDEPEND=
=dev-lang/perl-5.6.0
dev-perl/TimeDate
=sys-libs/ncurses-5.2-r7
lzma? ( app-arch/xz-utils )
zlib? ( =sys-libs/zlib-1.1.4 )
bzip2? ( app-arch/bzip2 )

DEPEND=
${RDEPEND}
app-arch/xz-utils
sys-devel/flex
virtual/pkgconfig
nls? (
app-text/po4a
=sys-devel/gettext-0.18.2
)
test? (
dev-perl/DateTime-Format-DateParse
dev-perl/IO-String
dev-perl/Test-Pod
virtual/perl-Test-Harness
)


DOCS=( ChangeLog THANKS TODO )

src_prepare() {
# do not expect Debian's gzip --rsyncable extension
epatch ${FILESDIR}/${PN}-1.17.0-gzip-rsyncable.patch

epatch ${FILESDIR}/${PN}-1.17.1-flags.patch

# Force the use of the running bash for get-version (this file is never
# installed, so no need to worry about hardcoding a temporary bash)
sed -i -e '1c\#!'${BASH} get-version || die

# test fails (bug #414095)
sed -i utils/Makefile.am \
-e '/^test_cases/d;/100_update_alternatives/d' || die

use nls  strip-linguas -i po

eautoreconf
}

src_configure() {
tc-export CC
econf \
$(use_enable dselect) \
$(use_enable nls) \
$(use_enable unicode) \
$(use_enable update-alternatives) \
$(use_with bzip2 bz2) \
$(use_with zlib) \
$(use_with lzma liblzma) \
--disable-compiler-warnings \
--disable-silent-rules \
--disable-start-stop-daemon \
--localstatedir=${EPREFIX}/var \
--without-selinux
}

src_compile() {
emake AR=$(tc-getAR)
}

src_install() {
default

keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
}






[gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.2.7.ebuild ChangeLog c++-gtk-utils-2.0.24.ebuild c++-gtk-utils-2.2.0.ebuild c++-gtk-utils-2.0.17.ebuild

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 13:25:55

  Modified: ChangeLog
  Added:c++-gtk-utils-2.2.7.ebuild
c++-gtk-utils-2.0.24.ebuild
  Removed:  c++-gtk-utils-2.2.0.ebuild
c++-gtk-utils-2.0.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.20 x11-libs/c++-gtk-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   12 May 2014 16:56:27 -  1.19
+++ ChangeLog   7 Jun 2014 13:25:55 -   1.20
@@ -1,6 +1,14 @@
 # ChangeLog for x11-libs/c++-gtk-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.19 
2014/05/12 16:56:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.20 
2014/06/07 13:25:55 jer Exp $
+
+*c++-gtk-utils-2.2.7 (07 Jun 2014)
+*c++-gtk-utils-2.0.24 (07 Jun 2014)
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org -c++-gtk-utils-2.0.17.ebuild,
+  +c++-gtk-utils-2.0.24.ebuild, -c++-gtk-utils-2.2.0.ebuild,
+  +c++-gtk-utils-2.2.7.ebuild:
+  Version bump.
 
 *c++-gtk-utils-2.2.6 (12 May 2014)
 *c++-gtk-utils-2.0.23 (12 May 2014)



1.1  x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.1content-type=text/plain

Index: c++-gtk-utils-2.2.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild,v 1.1 
2014/06/07 13:25:55 jer Exp $

EAPI=5
inherit eutils

DESCRIPTION=A library containing a number of classes and functions for 
programming GTK+ programs using C++
HOMEPAGE=http://cxx-gtk-utils.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN/++/xx}/${P}.tar.gz

LICENSE=LGPL-2.1
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=+gtk nls static-libs
SLOT=0

RDEPEND=
=dev-libs/glib-2.26
gtk? ( x11-libs/gtk+:3 )

DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig


DOCS=( ChangeLog )

src_configure() {
econf \
$(use_enable nls) \
$(use_with gtk) \
$(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
default
prune_libtool_files
}



1.1  x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.1content-type=text/plain

Index: c++-gtk-utils-2.0.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild,v 
1.1 2014/06/07 13:25:55 jer Exp $

EAPI=5
inherit eutils

DESCRIPTION=A library containing a number of classes and functions for 
programming GTK+ programs using C++
HOMEPAGE=http://cxx-gtk-utils.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN/++/xx}/${P}.tar.gz

LICENSE=LGPL-2.1
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=+gtk nls static-libs
SLOT=3

RDEPEND=
=dev-libs/glib-2.26
gtk? ( x11-libs/gtk+:3 )

DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig


DOCS=( ChangeLog )

src_configure() {
econf \
$(use_enable nls) \
$(use_with gtk) \
$(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.0.24.ebuild c++-gtk-utils-2.2.7.ebuild ChangeLog

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 13:30:34

  Modified: c++-gtk-utils-2.0.24.ebuild
c++-gtk-utils-2.2.7.ebuild ChangeLog
  Log:
  Disable guile support (dev-scheme/guile-2.0.2) since it is unkeyworded and 
masked.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?r1=1.1r2=1.2

Index: c++-gtk-utils-2.0.24.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- c++-gtk-utils-2.0.24.ebuild 7 Jun 2014 13:25:55 -   1.1
+++ c++-gtk-utils-2.0.24.ebuild 7 Jun 2014 13:30:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild,v 
1.1 2014/06/07 13:25:55 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild,v 
1.2 2014/06/07 13:30:34 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -32,7 +32,8 @@
$(use_with gtk) \
$(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
-   --htmldir=/usr/share/doc/${PF}/html
+   --htmldir=/usr/share/doc/${PF}/html \
+   --without-guile
 }
 
 src_install() {



1.2  x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?r1=1.1r2=1.2

Index: c++-gtk-utils-2.2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- c++-gtk-utils-2.2.7.ebuild  7 Jun 2014 13:25:55 -   1.1
+++ c++-gtk-utils-2.2.7.ebuild  7 Jun 2014 13:30:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild,v 1.1 
2014/06/07 13:25:55 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild,v 1.2 
2014/06/07 13:30:34 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -32,7 +32,8 @@
$(use_with gtk) \
$(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
-   --htmldir=/usr/share/doc/${PF}/html
+   --htmldir=/usr/share/doc/${PF}/html \
+   --without-guile
 }
 
 src_install() {



1.21 x11-libs/c++-gtk-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   7 Jun 2014 13:25:55 -   1.20
+++ ChangeLog   7 Jun 2014 13:30:34 -   1.21
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/c++-gtk-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.20 
2014/06/07 13:25:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.21 
2014/06/07 13:30:34 jer Exp $
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org c++-gtk-utils-2.0.24.ebuild,
+  c++-gtk-utils-2.2.7.ebuild:
+  Disable guile support (dev-scheme/guile-2.0.2) since it is unkeyworded and
+  masked.
 
 *c++-gtk-utils-2.2.7 (07 Jun 2014)
 *c++-gtk-utils-2.0.24 (07 Jun 2014)






[gentoo-commits] gentoo-x86 commit in net-dialup/freeradius/files: radius.init-r3

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 13:49:24

  Modified: radius.init-r3
  Log:
  Version bump. Remove CVS header from script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.6  net-dialup/freeradius/files/radius.init-r3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/freeradius/files/radius.init-r3?r1=1.5r2=1.6

Index: radius.init-r3
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- radius.init-r3  19 May 2014 15:59:36 -  1.5
+++ radius.init-r3  7 Jun 2014 13:49:23 -   1.6
@@ -1,7 +1,6 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/freeradius/files/radius.init-r3,v 1.5 
2014/05/19 15:59:36 jer Exp $
 
 command=/usr/sbin/radiusd
 command_args=${RADIUSD_OPTS}






[gentoo-commits] gentoo-x86 commit in net-dialup/freeradius: freeradius-3.0.3.ebuild ChangeLog freeradius-3.0.2.ebuild freeradius-3.0.2-r1.ebuild

2014-06-07 Thread Jeroen Roovers (jer)
jer 14/06/07 13:49:23

  Modified: ChangeLog
  Added:freeradius-3.0.3.ebuild
  Removed:  freeradius-3.0.2.ebuild freeradius-3.0.2-r1.ebuild
  Log:
  Version bump. Remove CVS header from script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.128net-dialup/freeradius/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   19 May 2014 15:59:36 -  1.127
+++ ChangeLog   7 Jun 2014 13:49:23 -   1.128
@@ -1,6 +1,12 @@
 # ChangeLog for net-dialup/freeradius
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.127 
2014/05/19 15:59:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.128 
2014/06/07 13:49:23 jer Exp $
+
+*freeradius-3.0.3 (07 Jun 2014)
+
+  07 Jun 2014; Jeroen Roovers j...@gentoo.org -freeradius-3.0.2.ebuild,
+  -freeradius-3.0.2-r1.ebuild, +freeradius-3.0.3.ebuild, files/radius.init-r3:
+  Version bump. Remove CVS header from script.
 
   19 May 2014; Jeroen Roovers j...@gentoo.org files/radius.init-r3:
   Fix /run subdir to match init.d script.



1.1  net-dialup/freeradius/freeradius-3.0.3.ebuild

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

Index: freeradius-3.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-3.0.3.ebuild,v 1.1 
2014/06/07 13:49:23 jer Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit autotools eutils pam python-any-r1 user

PATCHSET=4

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

DESCRIPTION=Highly configurable free RADIUS server
SRC_URI=
ftp://ftp.freeradius.org/pub/radius/${MY_P}.tar.gz
ftp://ftp.freeradius.org/pub/radius/old/${MY_P}.tar.gz

HOMEPAGE=http://www.freeradius.org/;

KEYWORDS=
LICENSE=GPL-2
SLOT=0

IUSE=
bindist debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
postgres python readline sqlite ssl


REQUIRED_USE=bindist? ( !firebird )

RDEPEND=!net-dialup/cistronradius
!net-dialup/gnuradius
sys-devel/libtool
dev-lang/perl
sys-libs/gdbm
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline )
pcap? ( net-libs/libpcap )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
firebird? ( dev-db/firebird )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl )
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
sqlite? ( dev-db/sqlite:3 )
odbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
oracle? ( dev-db/oracle-instantclient-basic )
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

RESTRICT=test

pkg_setup() {
enewgroup radius
enewuser radius -1 -1 /var/log/radius radius

python-any-r1_pkg_setup
export PYTHONBIN=${EPYTHON}
}

src_prepare() {
# most of the configuration options do not appear as ./configure
# switches. Instead it identifies the directories that are available
# and run through them. These might check for the presence of
# various libraries, in which case they are not built.  To avoid
# automagic dependencies, we just remove all the modules that we're
# not interested in using.

use ssl || rm -r src/modules/rlm_eap/types/rlm_eap_{tls,ttls,peap}
use ldap || rm -r src/modules/rlm_ldap
use kerberos || rm -r src/modules/rlm_krb5
use pam || rm -r src/modules/rlm_pam
use python || rm -r src/modules/rlm_python
# Do not install ruby rlm module, bug #483108
rm -r src/modules/rlm_ruby

# these are all things we don't have in portage/I don't want to deal
# with myself
rm -r src/modules/rlm_eap/types/rlm_eap_tnc # requires TNCS library
rm -r src/modules/rlm_eap/types/rlm_eap_ikev2 # requires libeap-ikev2
rm -r src/modules/rlm_opendirectory # requires some membership.h
rm -r src/modules/rlm_redis{,who} # 

[gentoo-commits] gentoo-x86 commit in media-gfx/digikam: ChangeLog metadata.xml digikam-4.0.0.ebuild digikam-4.0.0_beta3.ebuild

2014-06-07 Thread Andreas HAttel (dilfridge)
dilfridge14/06/07 13:57:37

  Modified: ChangeLog metadata.xml
  Added:digikam-4.0.0.ebuild
  Removed:  digikam-4.0.0_beta3.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.265media-gfx/digikam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog   19 Mar 2014 23:22:38 -  1.264
+++ ChangeLog   7 Jun 2014 13:57:37 -   1.265
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/digikam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.264 
2014/03/19 23:22:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.265 
2014/06/07 13:57:37 dilfridge Exp $
+
+*digikam-4.0.0 (07 Jun 2014)
+
+  07 Jun 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -digikam-4.0.0_beta3.ebuild, +digikam-4.0.0.ebuild, metadata.xml:
+  Version bump; remove old
 
   19 Mar 2014; Andreas K. Huettel dilfri...@gentoo.org -digikam-3.2.0.ebuild:
   Remove old



1.15 media-gfx/digikam/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml18 Mar 2012 09:13:24 -  1.14
+++ metadata.xml7 Jun 2014 13:57:37 -   1.15
@@ -5,6 +5,7 @@
 maintaineremaildilfri...@gentoo.org/email/maintainer
 use
flag name=addressbookAdd support for kdepim/flag
+   flag name=nepomukEnable Nepomuk based semantic desktop support 
(deprecated)/flag
flag name=themedesignerBuild the digikam theme designer/flag
flag name=thumbnailsEnable thumbnails database support/flag
flag name=videoPull in mplayerthumbs to enable video 
thumbnails/flag



1.1  media-gfx/digikam/digikam-4.0.0.ebuild

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

Index: digikam-4.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.0.0.ebuild,v 1.1 
2014/06/07 13:57:37 dilfridge Exp $

EAPI=5

KDE_LINGUAS=af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu fa 
fi fo fr fy ga gl ha he hi hr hsb
hu id is it ja ka kk km ko ku lb lo lt lv mi mk mn ms mt nb nds ne nl nn nso oc 
pa pl pt pt_BR ro ru
rw se sk sl sq sr sr@Latn ss sv ta te tg th tr tt uk uz uz@cyrillic ven vi wa 
xh zh_CN zh_HK zh_TW zu

KDE_HANDBOOK=optional
CMAKE_MIN_VERSION=2.8
KDE_MINIMAL=4.10

KDE_DOC_DIRS=doc-digikam doc-showfoto

inherit kde4-base

MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Digital photo management application for KDE
HOMEPAGE=http://www.digikam.org/;
SRC_URI=mirror://kde/stable/${PN}/${MY_P}.tar.bz2

LICENSE=GPL-2
handbook? ( FDL-1.2 )
KEYWORDS=~amd64 ~x86
SLOT=4
IUSE=addressbook debug doc gphoto2 mysql nepomuk themedesigner +thumbnails 
video

CDEPEND=
$(add_kdebase_dep kdebase-kioslaves)
kde-base/libkdcraw:4=
kde-base/libkexiv2:4=
$(add_kdebase_dep libkipi)
kde-base/marble:4=[plasma]
media-libs/jasper
media-libs/lcms:2
media-libs/lensfun
=media-libs/libkface-3.3.0
media-libs/libkgeomap
media-libs/liblqr
=media-libs/libpgf-6.12.27
media-libs/libpng:0=
media-libs/tiff
virtual/jpeg
dev-qt/qtgui:4
|| ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
addressbook? ( $(add_kdebase_dep kdepimlibs) )
gphoto2? ( media-libs/libgphoto2:= )
mysql? ( virtual/mysql )
nepomuk? (
dev-libs/shared-desktop-ontologies
 

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-4.1.4.2.ebuild libreoffice-bin-4.2.3.3-r1.ebuild ChangeLog

2014-06-07 Thread Andreas HAttel (dilfridge)
dilfridge14/06/07 14:10:39

  Modified: libreoffice-bin-4.1.4.2.ebuild
libreoffice-bin-4.2.3.3-r1.ebuild ChangeLog
  Log:
  Fix libmwaw version, bug 511518
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.5  app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild?r1=1.4r2=1.5

Index: libreoffice-bin-4.1.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libreoffice-bin-4.1.4.2.ebuild  22 Feb 2014 08:11:42 -  1.4
+++ libreoffice-bin-4.1.4.2.ebuild  7 Jun 2014 14:10:39 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild,v
 1.4 2014/02/22 08:11:42 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.1.4.2.ebuild,v
 1.5 2014/06/07 14:10:39 dilfridge Exp $
 
 EAPI=5
 
@@ -59,6 +59,7 @@
 
 BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
+   =app-text/libmwaw-0.1*
app-text/poppler:0/44
dev-libs/boost:0/1.52
dev-libs/icu:0/51.2



1.3  
app-office/libreoffice-bin/libreoffice-bin-4.2.3.3-r1.ebuild

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

Index: libreoffice-bin-4.2.3.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.3.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreoffice-bin-4.2.3.3-r1.ebuild   2 Jun 2014 10:35:59 -   1.2
+++ libreoffice-bin-4.2.3.3-r1.ebuild   7 Jun 2014 14:10:39 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.3.3-r1.ebuild,v
 1.2 2014/06/02 10:35:59 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.3.3-r1.ebuild,v
 1.3 2014/06/07 14:10:39 dilfridge Exp $
 
 EAPI=5
 
@@ -59,6 +59,7 @@
 
 BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
+   =app-text/libmwaw-0.2*
app-text/poppler:0/44
dev-libs/boost:0/1.52
dev-libs/icu:0/52



1.140app-office/libreoffice-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.140view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.140content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.139r2=1.140

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   2 Jun 2014 10:35:59 -   1.139
+++ ChangeLog   7 Jun 2014 14:10:39 -   1.140
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.139 2014/06/02 10:35:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.140 2014/06/07 14:10:39 dilfridge Exp $
+
+  07 Jun 2014; Andreas K. Huettel dilfri...@gentoo.org
+  libreoffice-bin-4.1.4.2.ebuild, libreoffice-bin-4.2.3.3-r1.ebuild:
+  Fix libmwaw version, bug 511518
 
   02 Jun 2014; Mikle Kolyada zlog...@gentoo.org
   libreoffice-bin-4.2.3.3-r1.ebuild:






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

2014-06-07 Thread Anthony G. Basile
commit: 6dfc8511b21f2806ab510fa2c63c45900a8702f0
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 14:19:48 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 14:19:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6dfc8511

Update ChangeLog

---
 ChangeLog | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6511d94..8119307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-06-07
+
+   * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
+   make the code portable to musl (and BSD).
+
+2014-05-31
+
+   * Remove check from install-xattr which is messing up portage's install
+   wrapper.  See https://bugs.gentoo.org/511984
+
+2014-05-27
+
+   * Added ldd.py, a clone of ldd built on top of pyelftools
+
 2014-01-08
 
* Added install.wrapper.c for https://bugs.gentoo.org/465000



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

2014-06-07 Thread Anthony G. Basile
commit: af948a41b803123973e262ed27c2ebfc431285e9
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 14:19:48 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 14:21:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=af948a41

ChangeLog: updated

---
 ChangeLog | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6511d94..8119307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-06-07
+
+   * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
+   make the code portable to musl (and BSD).
+
+2014-05-31
+
+   * Remove check from install-xattr which is messing up portage's install
+   wrapper.  See https://bugs.gentoo.org/511984
+
+2014-05-27
+
+   * Added ldd.py, a clone of ldd built on top of pyelftools
+
 2014-01-08
 
* Added install.wrapper.c for https://bugs.gentoo.org/465000



[gentoo-commits] proj/elfix:elfix-0.8.x commit in: src/, /

2014-06-07 Thread Anthony G. Basile
commit: f34f9699a8c53dbde55af287281628cca743639a
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 11:56:18 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 14:24:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=f34f9699

src{fix-gnustack.c,paxctl-ng.c}: portable error reporting

---
 configure.ac   |  2 +-
 src/fix-gnustack.c | 22 +++---
 src/paxctl-ng.c|  4 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index 541f925..a1b0c33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_PROG_SED
 
 # Checks for header files.
 AC_CHECK_HEADERS(
-   [errno.h error.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
+   [errno.h err.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
sys/mman.h sys/stat.h sys/types.h unistd.h],
[],
[AC_MSG_ERROR([Missing necessary header])]

diff --git a/src/fix-gnustack.c b/src/fix-gnustack.c
index 0d6ecc1..59e10be 100644
--- a/src/fix-gnustack.c
+++ b/src/fix-gnustack.c
@@ -19,7 +19,7 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
-#include error.h
+#include err.h
 #include libgen.h
 
 #include gelf.h
@@ -58,7 +58,7 @@ parse_cmd_args( int c, char *v[], int *flagv  )
int i, oc;
 
if((c != 2)(c != 3))
-   error(EXIT_FAILURE, 0, Usage: %s -f ELF | -h, v[0]);
+   errx(EXIT_FAILURE, Usage: %s -f ELF | -h, v[0]);
 
*flagv = 0 ;
while((oc = getopt(c, v,:fh)) != -1)
@@ -72,7 +72,7 @@ parse_cmd_args( int c, char *v[], int *flagv  )
break;
case '?':
default:
-   error(EXIT_FAILURE, 0, option -%c is invalid: 
ignored., optopt ) ;
+   errx(EXIT_FAILURE, option -%c is invalid: 
ignored., optopt ) ;
}
 
return v[optind] ;
@@ -93,31 +93,31 @@ main( int argc, char *argv[])
f_name = parse_cmd_args(argc, argv, flagv);
 
if(elf_version(EV_CURRENT) == EV_NONE)
-   error(EXIT_FAILURE, 0, Library out of date.);
+   errx(EXIT_FAILURE, Library out of date.);
 
if(flagv)
{
if((fd = open(f_name, O_RDWR))  0)
-   error(EXIT_FAILURE, 0, open() fail.);
+   errx(EXIT_FAILURE, open() fail.);
if((elf = elf_begin(fd, ELF_C_RDWR_MMAP, NULL)) == NULL)
-   error(EXIT_FAILURE, 0, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
}
else
{
if((fd = open(f_name, O_RDONLY))  0)
-   error(EXIT_FAILURE, 0, open() fail.);
+   errx(EXIT_FAILURE, open() fail.);
if((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
-   error(EXIT_FAILURE, 0, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, elf_begin() fail: %s, 
elf_errmsg(elf_errno()));
}
 
if(elf_kind(elf) != ELF_K_ELF)
-   error(EXIT_FAILURE, 0, elf_kind() fail: this is not an elf 
file.);
+   errx(EXIT_FAILURE, elf_kind() fail: this is not an elf file.);
 
elf_getphdrnum(elf, phnum);
for(i=0; iphnum; ++i)
{
if(gelf_getphdr(elf, i, phdr) != phdr)
-   error(EXIT_FAILURE, 0, gelf_getphdr(): %s, 
elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, gelf_getphdr(): %s, 
elf_errmsg(elf_errno()));
 
if(phdr.p_type == PT_GNU_STACK)
{
@@ -132,7 +132,7 @@ main( int argc, char *argv[])
printf(WX FOUND: X flag removed\n);
phdr.p_flags ^= PF_X;
if(!gelf_update_phdr(elf, i, phdr))
-   error(EXIT_FAILURE, 0, 
gelf_update_phdr(): %s, elf_errmsg(elf_errno()));
+   errx(EXIT_FAILURE, gelf_update_phdr(): 
%s, elf_errmsg(elf_errno()));
}
}
}

diff --git a/src/paxctl-ng.c b/src/paxctl-ng.c
index 8071d50..d340a43 100644
--- a/src/paxctl-ng.c
+++ b/src/paxctl-ng.c
@@ -20,7 +20,7 @@
 #include stdint.h
 #include stdlib.h
 #include string.h
-#include error.h
+#include err.h
 #include libgen.h
 #include sys/types.h
 #include sys/stat.h
@@ -257,7 +257,7 @@ parse_cmd_args(int argc, char *argv[], uint16_t *pax_flags, 
int *verbose, int *c
break;
case '?':
default:
-   error(EXIT_FAILURE, 0, option -%c is invalid: 
ignored., optopt ) ;
+   errx(EXIT_FAILURE, 

[gentoo-commits] proj/elfix:elfix-0.8.x commit in: /

2014-06-07 Thread Anthony G. Basile
commit: deb99030ff068210b13326cc7a8d096d6d8f1cc8
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 14:27:37 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 14:27:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=deb99030

ChangeLog: updated

---
 ChangeLog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 06c7268..f12f272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-07
+
+   * Prepare release 0.8.5
+   * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
+   make the code portable to musl (and BSD).
+
 2013-09-26
 
* Return EXIT_SUCCESS if user.pax.flags is done after paxctl-ng -d.  
This



[gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.8.5.ebuild ChangeLog

2014-06-07 Thread Anthony G. Basile (blueness)
blueness14/06/07 14:33:55

  Modified: ChangeLog
  Added:pypax-0.8.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.85 dev-python/pypax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   31 Mar 2014 21:23:38 -  1.84
+++ ChangeLog   7 Jun 2014 14:33:54 -   1.85
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pypax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.84 
2014/03/31 21:23:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.85 
2014/06/07 14:33:54 blueness Exp $
+
+*pypax-0.8.5 (07 Jun 2014)
+
+  07 Jun 2014; Anthony G. Basile bluen...@gentoo.org +pypax-0.8.5.ebuild:
+  Version bump
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org pypax-0.8.1-r1.ebuild,
   pypax-0.8.3.ebuild, pypax-0.8.4.ebuild:



1.1  dev-python/pypax/pypax-0.8.5.ebuild

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

Index: pypax-0.8.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.8.5.ebuild,v 1.1 
2014/06/07 14:33:54 blueness Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Python module to get or set either PT_PAX and/or XATTR_PAX flags
HOMEPAGE=http://dev.gentoo.org/~blueness/elfix/
http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml;
SRC_URI=http://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz;

S=${WORKDIR}/elfix-${PV}/scripts

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=+ptpax +xtpax

REQUIRED_USE=|| ( ptpax xtpax )

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
ptpax? ( dev-libs/elfutils )
xtpax? ( sys-apps/attr )

RDEPEND=

src_compile() {
unset PTPAX
unset XTPAX
use ptpax  export PTPAX=yes
use xtpax  export XTPAX=yes
distutils-r1_src_compile
}






[gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.8.5.ebuild ChangeLog

2014-06-07 Thread Anthony G. Basile (blueness)
blueness14/06/07 14:36:13

  Modified: ChangeLog
  Added:elfix-0.8.5.ebuild
  Log:
  Version bump, adds compat with BSD and musl
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.83 sys-apps/elfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   26 Jan 2014 12:12:26 -  1.82
+++ ChangeLog   7 Jun 2014 14:36:12 -   1.83
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/elfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.82 2014/01/26 
12:12:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.83 2014/06/07 
14:36:12 blueness Exp $
+
+*elfix-0.8.5 (07 Jun 2014)
+
+  07 Jun 2014; Anthony G. Basile bluen...@gentoo.org +elfix-0.8.5.ebuild:
+  Version bump, adds compat with BSD and musl
 
   26 Jan 2014; Agostino Sarubbo a...@gentoo.org elfix-0.8.4.ebuild:
   Stable for sparc, wrt bug #495624



1.1  sys-apps/elfix/elfix-0.8.5.ebuild

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

Index: elfix-0.8.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.8.5.ebuild,v 1.1 
2014/06/07 14:36:12 blueness Exp $

EAPI=5

DESCRIPTION=A suite of tools to work with ELF objects on Hardened Gentoo.
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
http://dev.gentoo.org/~blueness/elfix/;
SRC_URI=http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=+ptpax +xtpax

REQUIRED_USE=|| ( ptpax xtpax )

# These only work with a properly configured PaX kernel
RESTRICT=test

DEPEND=~dev-python/pypax-${PV}[ptpax=,xtpax=]
ptpax? ( dev-libs/elfutils )
xtpax? ( sys-apps/attr )

RDEPEND=${DEPEND}

src_configure() {
rm -f ${S}/scripts/setup.py
econf --disable-tests \
$(use_enable ptpax) \
$(use_enable xtpax)
}

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
}






[gentoo-commits] proj/elfix:elfix-0.8.x commit in: /

2014-06-07 Thread Anthony G. Basile
commit: 40cd7ea147d6667a9275c61248f3943531c1f541
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Jun  7 14:38:11 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun  7 14:38:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=40cd7ea1

Prepare release 0.8.5

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a1b0c33..63e4116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 
 AC_PREREQ([2.68])
-AC_INIT([elfix], [0.8.4], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.8.5], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.12 foreign])



[gentoo-commits] proj/elfix: New tag: 0.8.5

2014-06-07 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun 07 14:41:00 2014 +

New tag: 0.8.5




[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog

2014-06-07 Thread Tom Wijsman (tomwij)
tomwij  14/06/07 14:44:08

  Modified: vlc-.ebuild ChangeLog
  Log:
  Remove EGL / Mac OS X from ebuild as their configure options were removed; it 
became automagic, can attempt to look into this when doing a version bump.
  
  (Portage version: 2.2.10_p125/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.221media-video/vlc/vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.221view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.221content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?r1=1.220r2=1.221

Index: vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- vlc-.ebuild 31 May 2014 14:45:22 -  1.220
+++ vlc-.ebuild 7 Jun 2014 14:44:08 -   1.221
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.220 
2014/05/31 14:45:22 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.221 
2014/06/07 14:44:08 tomwij Exp $
 
 EAPI=5
 
@@ -42,12 +42,12 @@
 
 IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec
+avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug
-   directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad 
fdk
+   directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk
fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls
-   growl httpd ieee1394 ios-vout jack jpeg kate kde libass libcaca 
libnotify
-   libsamplerate libtiger linsys libtar lirc live lua +macosx
-   +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext
-   +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg
+   growl httpd ieee1394 jack jpeg kate kde libass libcaca libnotify
+   libsamplerate libtiger linsys libtar lirc live lua
+   macosx-dialog-provider macosx-eyetv macosx-quartztext macosx-qtkit
+   matroska media-library mmx modplug mp3 mpeg
mtp musepack ncurses neon ogg omxil opencv opengl optimisememory opus
png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
schroedinger sdl sdl-image sftp shout sid skins speex sse svg +swscale
@@ -76,7 +76,6 @@
dts? ( =media-libs/libdca-0.0.5:0 )
dvbpsi? ( =media-libs/libdvbpsi-0.2.1:0 )
dvd? ( =media-libs/libdvdread-4.9:0 
=media-libs/libdvdnav-4.2.1:0 )
-   egl? ( virtual/opengl:0 )
elibc_glibc? ( =sys-libs/glibc-2.8:2.2 )
faad? ( =media-libs/faad2-2.6.1:0 )
fdk? ( media-libs/fdk-aac:0 )
@@ -88,7 +87,6 @@
gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 )
gnutls? ( =net-libs/gnutls-3.0.20:0 )
ieee1394? ( =sys-libs/libraw1394-2.0.1:0 
=sys-libs/libavc1394-0.5.3:0 )
-   ios-vout? ( virtual/opengl:0 )
jack? ( =media-sound/jack-audio-connection-kit-0.99.0-r1:0 )
jpeg? ( virtual/jpeg:0 )
kate? ( =media-libs/libkate-0.3:0 )
@@ -102,7 +100,6 @@
lirc? ( app-misc/lirc:0 )
live? ( =media-plugins/live-2011.12.23:0 )
lua? ( =dev-lang/lua-5.1:0 )
-   macosx-vout? ( virtual/opengl:0 )
matroska? ( =dev-libs/libebml-1:0= 
=media-libs/libmatroska-1:0= )
modplug? ( =media-libs/libmodplug-0.8.4:0 
!~media-libs/libmodplug-0.8.8 )
mp3? ( media-libs/libmad:0 )
@@ -173,7 +170,6 @@
cddb? ( cdda )
dvb? ( dvbpsi )
dxva2? ( avcodec )
-   egl? ( X )
ffmpeg? ( avcodec avformat swscale postproc )
fontconfig? ( truetype )
gnutls? ( gcrypt )
@@ -310,7 +306,6 @@
$(use_enable dvbpsi) \
$(use_enable dvd dvdread) $(use_enable dvd dvdnav) \
$(use_enable dxva2) \
-   $(use_enable egl) \
$(use_enable encode sout) \
$(use_enable faad) \
$(use_enable fdk fdkaac) \
@@ -324,7 +319,6 @@
$(use_enable growl) \
$(use_enable httpd) \
$(use_enable ieee1394 dv1394) \
-   $(use_enable ios-vout ios-vout2) \
$(use_enable jack) \
$(use_enable jpeg) \
$(use_enable kate) \
@@ -339,12 +333,10 @@
$(use_enable lirc) \
$(use_enable live live555) \
$(use_enable lua) \
-   $(use_enable macosx-audio) \
 

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

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 15:23:29

  Modified: ChangeLog package.mask
  Log:
  Mask multilib libofa  respective medialibs bump.

Revision  ChangesPath
1.9051   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9050
retrieving revision 1.9051
diff -u -r1.9050 -r1.9051
--- ChangeLog   7 Jun 2014 11:56:58 -   1.9050
+++ ChangeLog   7 Jun 2014 15:23:29 -   1.9051
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9050 2014/06/07 
11:56:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9051 2014/06/07 
15:23:29 mgorny 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!
 
   07 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask multilib libofa  respective medialibs bump.
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask new multilib cppunit  taglib.
 
   07 Jun 2014; Ulrich Müller u...@gentoo.org package.mask:



1.15767  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15766
retrieving revision 1.15767
diff -u -r1.15766 -r1.15767
--- package.mask7 Jun 2014 11:56:58 -   1.15766
+++ package.mask7 Jun 2014 15:23:29 -   1.15767
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15766 2014/06/07 
11:56:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15767 2014/06/07 
15:23:29 mgorny 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
@@ -95,6 +95,8 @@
 =sys-libs/libsemanage-2.3-r1
 =dev-util/cppunit-1.13.2-r1
 =media-libs/taglib-1.9.1-r1
+=media-libs/libofa-0.9.3-r1
+=app-emulation/emul-linux-x86-medialibs-20140508-r3
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r1.ebuild ChangeLog

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 15:25:54

  Modified: taglib-1.9.1-r1.ebuild ChangeLog
  Log:
  Add proper blocker on emul-linux-x86-medialibs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  media-libs/taglib/taglib-1.9.1-r1.ebuild

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

Index: taglib-1.9.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglib-1.9.1-r1.ebuild  7 Jun 2014 11:55:08 -   1.1
+++ taglib-1.9.1-r1.ebuild  7 Jun 2014 15:25:54 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r1.ebuild,v 
1.1 2014/06/07 11:55:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r1.ebuild,v 
1.2 2014/06/07 15:25:54 mgorny Exp $
 
 EAPI=5
 
@@ -20,6 +20,9 @@
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
 
+RDEPEND=${RDEPEND}
+   abi_x86_32? ( !=app-emulation/emul-linux-x86-medialibs-20140508-r2
+   !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
 
 PATCHES=(
${FILESDIR}/${PN}-1.6.1-install-examples.patch



1.149media-libs/taglib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   7 Jun 2014 11:55:08 -   1.148
+++ ChangeLog   7 Jun 2014 15:25:54 -   1.149
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/taglib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.148 
2014/06/07 11:55:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.149 
2014/06/07 15:25:54 mgorny Exp $
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org taglib-1.9.1-r1.ebuild:
+  Add proper blocker on emul-linux-x86-medialibs.
 
 *taglib-1.9.1-r1 (07 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3-r1.ebuild ChangeLog

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 15:27:00

  Modified: ChangeLog
  Added:libofa-0.9.3-r1.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.25 media-libs/libofa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   4 Jun 2012 12:51:28 -   1.24
+++ ChangeLog   7 Jun 2014 15:27:00 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.24 
2012/06/04 12:51:28 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.25 
2014/06/07 15:27:00 mgorny Exp $
+
+*libofa-0.9.3-r1 (07 Jun 2014)
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org +libofa-0.9.3-r1.ebuild:
+  Enable multilib support.
 
   04 Jun 2012; Justin Lecher j...@gentoo.org libofa-0.9.3.ebuild,
   +files/libofa-0.9.3-gcc-4.7.patch:
@@ -82,4 +87,3 @@
   27 Aug 2006; Carsten Lohrke ca...@gentoo.org +metadata.xml,
   +libofa-0.9.3.ebuild:
   Initial commit. Thanks to Maxwell Gender-Jones, bug #126069.
-



1.1  media-libs/libofa/libofa-0.9.3-r1.ebuild

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

Index: libofa-0.9.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3-r1.ebuild,v 
1.1 2014/06/07 15:27:00 mgorny Exp $

EAPI=5

inherit eutils flag-o-matic multilib-minimal

DESCRIPTION=Open Fingerprint Architecture
HOMEPAGE=http://code.google.com/p/musicip-libofa/;
SRC_URI=http://musicip-libofa.googlecode.com/files/${P}.tar.gz;

LICENSE=|| ( APL-1.0 GPL-2 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=dev-libs/expat
net-misc/curl
=sci-libs/fftw-3[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
RDEPEND=${RDEPEND}
abi_x86_32? ( !=app-emulation/emul-linux-x86-medialibs-20140508-r2
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )

PATCHES=(
${FILESDIR}/${P}-gcc-4.patch
${FILESDIR}/${P}-gcc-4.3.patch
${FILESDIR}/${P}-gcc-4.4.patch
${FILESDIR}/${P}-gcc-4.7.patch
)

src_prepare() {
# disable building non-installed examples
sed -i -e '/SUBDIRS/s:examples::' Makefile.{am,in} || die

epatch ${PATCHES[@]}
epatch_user

is-flag -ffast-math  append-flags -fno-fast-math
}

multilib_src_configure() {
# disable dependencies that were used for the noinst_ example only

ECONF_SOURCE=${S} \
econf \
ac_cv_lib_expat_XML_ExpatVersion=yes \
ac_cv_lib_curl_curl_global_init=yes
}

multilib_src_install_all() {
dodoc AUTHORS README
}






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs/files: remove-native-20140508-r3

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 15:28:31

  Added:remove-native-20140508-r3
  Log:
  Add multilib libofa  taglib.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r3?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r3?rev=1.1content-type=text/plain

Index: remove-native-20140508-r3
===
usr/lib32/libxvidcore.so
usr/lib32/libxvidcore.so.4
usr/lib32/libxvidcore.so.4.3
usr/lib32/libmp3lame.so
usr/lib32/libmp3lame.so.0
usr/lib32/libmp3lame.so.0.0.0
usr/lib32/libvpx.so
usr/lib32/libvpx.so.1*
usr/lib32/pkgconfig/vpx.pc
usr/lib32/libfaac.so
usr/lib32/libfaac.so.0
usr/lib32/libfaac.so.0.0.0
usr/lib32/libfaad.so
usr/lib32/libfaad.so.2
usr/lib32/libfaad.so.2.0.0
usr/lib32/libmp4ff.so
usr/lib32/libmp4ff.so.0
usr/lib32/libmp4ff.so.0.0.0
usr/lib32/libtheora.so
usr/lib32/libtheora.so.0
usr/lib32/libtheora.so.0.3.10
usr/lib32/libtheoradec.so
usr/lib32/libtheoradec.so.1
usr/lib32/libtheoradec.so.1.1.4
usr/lib32/libtheoraenc.so
usr/lib32/libtheoraenc.so.1
usr/lib32/libtheoraenc.so.1.1.2
usr/lib32/pkgconfig/theora.pc
usr/lib32/pkgconfig/theoradec.pc
usr/lib32/pkgconfig/theoraenc.pc
usr/lib32/libcuefile.so
usr/lib32/libcuefile.so.0
usr/lib32/libcuefile.so.0.0.0
usr/lib32/libreplaygain.so
usr/lib32/libreplaygain.so.1
usr/lib32/libreplaygain.so.1.0.0
usr/lib32/libmad.so
usr/lib32/libmad.so.0
usr/lib32/libmad.so.0.2.1
usr/lib32/pkgconfig/mad.pc
usr/lib32/libdca.so
usr/lib32/libdca.so.0
usr/lib32/libdca.so.0.0.0
usr/lib32/pkgconfig/libdca.pc
usr/lib32/pkgconfig/libdts.pc
usr/lib32/libspeex.so
usr/lib32/libspeex.so.1
usr/lib32/libspeex.so.1.5.0
usr/lib32/libspeexdsp.so
usr/lib32/libspeexdsp.so.1
usr/lib32/libspeexdsp.so.1.5.0
usr/lib32/pkgconfig/speex.pc
usr/lib32/pkgconfig/speexdsp.pc
usr/lib32/libdvdread.so
usr/lib32/libdvdread.so.4
usr/lib32/libdvdread.so.4.1.2
usr/lib32/pkgconfig/dvdread.pc
usr/lib32/libdvdnav.so
usr/lib32/libdvdnav.so.4
usr/lib32/libdvdnav.so.4.1.2
usr/lib32/libdvdnavmini.so
usr/lib32/libdvdnavmini.so.4
usr/lib32/libdvdnavmini.so.4.1.2
usr/lib32/pkgconfig/dvdnav.pc
usr/lib32/pkgconfig/dvdnavmini.pc
usr/lib32/libv4l/ov511-decomp
usr/lib32/libv4l/ov518-decomp
usr/lib32/libv4l/v4l1compat.so
usr/lib32/libv4l/v4l2convert.so
usr/lib32/libv4l1.so
usr/lib32/libv4l1.so.0
usr/lib32/libv4l2.so
usr/lib32/libv4l2.so.0
usr/lib32/libv4lconvert.so
usr/lib32/libv4lconvert.so.0
usr/lib32/pkgconfig/libv4l1.pc
usr/lib32/pkgconfig/libv4l2.pc
usr/lib32/pkgconfig/libv4lconvert.pc
usr/lib32/libid3tag.so
usr/lib32/libid3tag.so.0
usr/lib32/libid3tag.so.0.3.0
usr/lib32/pkgconfig/id3tag.pc
usr/lib32/libshout.so
usr/lib32/libshout.so.3
usr/lib32/libshout.so.3.2.0
usr/lib32/pkgconfig/shout.pc
usr/lib32/sidplay/builders/libhardsid-builder.so
usr/lib32/sidplay/builders/libhardsid-builder.so.0
usr/lib32/sidplay/builders/libhardsid-builder.so.0.0.1
usr/lib32/sidplay/builders/libresid-builder.so
usr/lib32/sidplay/builders/libresid-builder.so.0
usr/lib32/sidplay/builders/libresid-builder.so.0.0.1
usr/lib32/libsidplay2.so
usr/lib32/libsidplay2.so.1
usr/lib32/libsidplay2.so.1.0.1
usr/lib32/pkgconfig/libsidplay2.pc
usr/lib32/libsidutils.so
usr/lib32/libsidutils.so.0
usr/lib32/libsidutils.so.0.0.4
usr/lib32/pkgconfig/libsidutils.pc
usr/lib32/libsidplay.so
usr/lib32/libsidplay.so.1
usr/lib32/libsidplay.so.1.0.3
usr/lib32/libx264.so
usr/lib32/pkgconfig/x264.pc
usr/lib32/libiec61883.so
usr/lib32/libiec61883.so.0*
usr/lib32/pkgconfig/libiec61883.pc
usr/lib32/liba52.so
usr/lib32/liba52.so.0
usr/lib32/liba52.so.0.0.0
usr/lib32/libmimic.so
usr/lib32/libmimic.so.0
usr/lib32/libmimic.so.0.0.1
usr/lib32/pkgconfig/libmimic.pc
usr/lib32/libmms.so
usr/lib32/libmms.so.0
usr/lib32/libmms.so.0.0.2
usr/lib32/pkgconfig/libmms.pc
usr/lib32/libvisual-0.4.so
usr/lib32/libvisual-0.4.so.0
usr/lib32/libvisual-0.4.so.0.0.0
usr/lib32/pkgconfig/libvisual-0.4.pc
usr/lib32/libmpeg2.so
usr/lib32/libmpeg2.so.0
usr/lib32/libmpeg2.so.0.1.0
usr/lib32/pkgconfig/libmpeg2.pc
usr/lib32/libmpeg2convert.so
usr/lib32/libmpeg2convert.so.0
usr/lib32/libmpeg2convert.so.0.0.0
usr/lib32/pkgconfig/libmpeg2convert.pc
usr/lib32/liboil-0.3.so
usr/lib32/liboil-0.3.so.0
usr/lib32/liboil-0.3.so.0.3.0
usr/lib32/pkgconfig/liboil-0.3.pc
usr/lib32/libieee1284.so
usr/lib32/libieee1284.so.3
usr/lib32/libieee1284.so.3.2.2
usr/lib32/libfribidi.so
usr/lib32/libfribidi.so.0
usr/lib32/libfribidi.so.0.3.4
usr/lib32/pkgconfig/fribidi.pc
usr/lib32/libiso9660++.so
usr/lib32/libiso9660++.so.0
usr/lib32/libiso9660++.so.0.0.0
usr/lib32/libiso9660.so
usr/lib32/libiso9660.so.9
usr/lib32/libiso9660.so.9.0.0
usr/lib32/pkgconfig/libiso9660++.pc
usr/lib32/pkgconfig/libiso9660.pc

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs: emul-linux-x86-medialibs-20140508-r3.ebuild ChangeLog

2014-06-07 Thread Michal Gorny (mgorny)
mgorny  14/06/07 15:28:31

  Modified: ChangeLog
  Added:emul-linux-x86-medialibs-20140508-r3.ebuild
  Log:
  Add multilib libofa  taglib.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.99 app-emulation/emul-linux-x86-medialibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   29 May 2014 21:15:13 -  1.98
+++ ChangeLog   7 Jun 2014 15:28:31 -   1.99
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/emul-linux-x86-medialibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.98 
2014/05/29 21:15:13 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.99 
2014/06/07 15:28:31 mgorny Exp $
+
+*emul-linux-x86-medialibs-20140508-r3 (07 Jun 2014)
+
+  07 Jun 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-medialibs-20140508-r3.ebuild,
+  +files/remove-native-20140508-r3:
+  Add multilib libofa  taglib.
 
   29 May 2014; Michał Górny mgo...@gentoo.org
   emul-linux-x86-medialibs-20140508-r2.ebuild:



1.1  
app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r3.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-medialibs-20140508-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r3.ebuild,v
 1.1 2014/06/07 15:28:31 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=APL-1.0 GPL-2 BSD BSD-2 public-domain LGPL-2 MPL-1.1 LGPL-2.1 
!abi_x86_32? ( MPEG-4 )
KEYWORDS=-* ~amd64
IUSE=abi_x86_32 +pulseaudio

DEPEND=
# required libs
RDEPEND=
!abi_x86_32? (
~app-emulation/emul-linux-x86-baselibs-${PV}
~app-emulation/emul-linux-x86-xlibs-${PV}
~app-emulation/emul-linux-x86-db-${PV}
)
abi_x86_32? (
app-arch/bzip2[abi_x86_32(-)]
dev-libs/glib[abi_x86_32(-)]
dev-libs/libxml2[abi_x86_32(-)]
media-libs/alsa-lib[abi_x86_32(-)]
media-libs/freetype[abi_x86_32(-)]
media-libs/libpng[abi_x86_32(-)]
media-libs/libvorbis[abi_x86_32(-)]
media-sound/jack-audio-connection-kit[abi_x86_32(-)]
sci-libs/fftw[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXfixes[abi_x86_32(-)]
pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] )
)
!=app-emulation/emul-linux-x86-sdl-20081109
!=app-emulation/emul-linux-x86-soundlibs-20110101

# supplied libs
RDEPEND=${RDEPEND}
abi_x86_32? (
=media-libs/libvpx-1.2.0_pre[abi_x86_32(-)]
=media-libs/xvid-1.3.2-r1[abi_x86_32(-)]
=media-sound/lame-3.99.5-r1[abi_x86_32(-)]
=media-libs/faac-1.28-r4[abi_x86_32(-)]
=media-libs/faad2-2.7-r3[abi_x86_32(-)]
=media-libs/libtheora-1.1.1-r1[abi_x86_32(-)]
=media-libs/libcuefile-477-r1[abi_x86_32(-)]
=media-libs/libreplaygain-477-r1[abi_x86_32(-)]
=media-libs/libmad-0.15.1b-r8[abi_x86_32(-)]
=media-libs/libdca-0.0.5-r3[abi_x86_32(-)]
=media-libs/speex-1.2_rc1-r2[abi_x86_32(-)]
=media-libs/libdvdread-4.2.0-r1[abi_x86_32(-)]
=media-libs/libdvdnav-4.2.0-r1[abi_x86_32(-)]
=media-libs/libv4l-0.9.5-r1[abi_x86_32(-)]
=media-libs/libid3tag-0.15.1b-r4[abi_x86_32(-)]
=media-libs/libshout-2.3.1-r1[abi_x86_32(-)]
=media-libs/libsidplay-2.1.1-r3:2[abi_x86_32(-)]

[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog

2014-06-07 Thread Tom Wijsman (tomwij)
tomwij  14/06/07 15:36:57

  Modified: vlc-.ebuild ChangeLog
  Log:
  Fix up more dependencies, a more thorough check follows later.
  
  (Portage version: 2.2.10_p125/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.222media-video/vlc/vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.222view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.222content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?r1=1.221r2=1.222

Index: vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- vlc-.ebuild 7 Jun 2014 14:44:08 -   1.221
+++ vlc-.ebuild 7 Jun 2014 15:36:57 -   1.222
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.221 
2014/06/07 14:44:08 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.222 
2014/06/07 15:36:57 tomwij Exp $
 
 EAPI=5
 
@@ -114,7 +114,7 @@
png? ( media-libs/libpng:0= sys-libs/zlib:0 )
postproc? ( || ( =media-video/ffmpeg-1.2:0= 
media-libs/libpostproc:0 ) )
projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 )
-   pulseaudio? ( =media-sound/pulseaudio-0.9.22:0 )
+   pulseaudio? ( =media-sound/pulseaudio-1:0 )
qt4? ( =dev-qt/qtgui-4.6:4 =dev-qt/qtcore-4.6:4 )
qt5? ( =dev-qt/qtgui-5.1:5 =dev-qt/qtcore-5.1:5 
dev-qt/qtwidgets:5 )
rdp? ( =net-misc/freerdp-1.0.1:0= )
@@ -127,7 +127,7 @@
sid? ( media-libs/libsidplay:2 )
skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 
x11-libs/libXinerama:0 )
speex? ( media-libs/speex:0 )
-   svg? ( =gnome-base/librsvg-2.9:2 )
+   svg? ( =gnome-base/librsvg-2.9:2 =x11-libs/cairo-1.13.1:0 )
swscale? ( virtual/ffmpeg:0 )
taglib? ( =media-libs/taglib-1.9:0 sys-libs/zlib:0 )
theora? ( =media-libs/libtheora-1.0_beta3:0 )
@@ -144,7 +144,13 @@
 # Temporarily block non-live FFMPEG versions as they break vdpau,  works;
 # thus we'll have to wait for a new release there.
 RDEPEND=${RDEPEND}
-   vdpau? ( =x11-libs/libvdpau-0.6:0 !media-video/libav-10_beta1 
!media-video/ffmpeg- )
+   vdpau? (
+   =x11-libs/libvdpau-0.6:0
+   || (
+   =media-video/ffmpeg-1.2:0=
+   =media-video/libav-10:0=
+   )
+   )
vnc? ( =net-libs/libvncserver-0.9.9:0 )
vorbis? ( =media-libs/libvorbis-1.1:0 )
vpx? ( media-libs/libvpx:0 )
@@ -372,6 +378,7 @@
$(use_enable speex) \
$(use_enable sse) \
$(use_enable svg) \
+   $(use_enable svg svgdec) \
$(use_enable swscale) \
$(use_enable taglib) \
$(use_enable theora) \
@@ -408,6 +415,8 @@
--disable-maintainer-mode \
--disable-merge-ffmpeg \
--disable-mfx \
+   --disable-mmal-codec \
+   --disable-mmal-vout \
--disable-opensles \
--disable-oss \
--disable-quicktime \



1.905media-video/vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.905view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.905content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.904r2=1.905

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -r1.904 -r1.905
--- ChangeLog   7 Jun 2014 14:44:08 -   1.904
+++ ChangeLog   7 Jun 2014 15:36:57 -   1.905
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.904 
2014/06/07 14:44:08 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.905 
2014/06/07 15:36:57 tomwij Exp $
+
+  07 Jun 2014; Tom Wijsman tom...@gentoo.org vlc-.ebuild:
+  Fix up more dependencies, a more thorough check follows later.
 
   07 Jun 2014; Tom Wijsman tom...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.2.ebuild musl-1.0.3.ebuild ChangeLog

2014-06-07 Thread Anthony G. Basile (blueness)
blueness14/06/07 16:00:13

  Modified: ChangeLog
  Added:musl-1.1.2.ebuild musl-1.0.3.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.22 sys-libs/musl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 May 2014 01:03:26 -  1.21
+++ ChangeLog   7 Jun 2014 16:00:13 -   1.22
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/musl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.21 2014/05/21 
01:03:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.22 2014/06/07 
16:00:13 blueness Exp $
+
+*musl-1.1.2 (07 Jun 2014)
+*musl-1.0.3 (07 Jun 2014)
+
+  07 Jun 2014; Anthony G. Basile bluen...@gentoo.org +musl-1.0.3.ebuild,
+  +musl-1.1.2.ebuild:
+  Version bumps
 
 *musl-1.0.2 (21 May 2014)
 *musl-1.1.1 (21 May 2014)



1.1  sys-libs/musl/musl-1.1.2.ebuild

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

Index: musl-1.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.2.ebuild,v 1.1 
2014/06/07 16:00:13 blueness Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.musl-libc.org/musl
inherit git-2
fi

export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
export CTARGET=${CATEGORY/cross-}
fi
fi

DESCRIPTION=Lightweight, fast and simple C library focused on 
standards-conformance and safety
HOMEPAGE=http://www.musl-libc.org/;
if [[ ${PV} !=  ]] ; then
PATCH_VER=
SRC_URI=http://www.musl-libc.org/releases/${P}.tar.gz;
KEYWORDS=-* ~amd64 ~arm ~mips ~x86
fi

LICENSE=MIT
SLOT=0
IUSE=crosscompile_opts_headers-only nls

RDEPEND=nls? ( sys-devel/gettext )
if [[ ${CATEGORY} != cross-* ]] ; then
RDEPEND+= sys-apps/getent
fi

is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
}

just_headers() {
use crosscompile_opts_headers-only  is_crosscompile
}

pkg_setup() {
if [ ${CTARGET} == ${CHOST} ] ; then
case ${CHOST} in
*-musl*) ;;
*) die Use sys-devel/crossdev to build a musl toolchain ;;
esac
fi
}

src_configure() {
tc-export CC

./configure \
--target=${CTARGET} \
--prefix=/usr \
--disable-gcc-wrapper
}

src_compile() {
emake include/bits/alltypes.h || die
just_headers  return 0

emake || die
}

src_install() {
local sysroot=${D}
is_crosscompile  sysroot+=/usr/${CTARGET}

local target=install
just_headers  target=install-headers
emake DESTDIR=${sysroot} ${target} || die

# Make sure we install the sys-include symlink so that when
# we build a 2nd stage cross-compiler, gcc finds the target
# system headers correctly.  See gcc/doc/gccinstall.info
if is_crosscompile ; then
dosym usr/include /usr/${CTARGET}/sys-include
fi

# If we are going to use gnu's gettext then we have to
# move musl's libintl out of the way.
use nls  mv ${D}/usr/include/libintl{,-musl}.h
}

pkg_postinst() {
is_crosscompile  return 0

[ ${ROOT} != / ]  return 0

# TODO: musl doesn't use ldconfig, instead here we can
# create sym links to libraries outside of /lib and /usr/lib
ldconfig
# reload init ...
/sbin/telinit U 2/dev/null
}



1.1  sys-libs/musl/musl-1.0.3.ebuild

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

Index: musl-1.0.3.ebuild
===
# 

[gentoo-commits] gentoo-x86 commit in app-arch/engrampa: engrampa-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:05

  Modified: engrampa-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-arch/engrampa/engrampa-1.8.0.ebuild

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

Index: engrampa-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/engrampa/engrampa-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- engrampa-1.8.0.ebuild   27 Apr 2014 15:49:03 -  1.1
+++ engrampa-1.8.0.ebuild   7 Jun 2014 16:39:05 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/engrampa-1.8.0.ebuild,v 
1.1 2014/04/27 15:49:03 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/engrampa-1.8.0.ebuild,v 
1.2 2014/06/07 16:39:05 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=caja
 



1.2  app-arch/engrampa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/engrampa/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Apr 2014 15:49:03 -  1.1
+++ ChangeLog   7 Jun 2014 16:39:05 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/engrampa
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/ChangeLog,v 1.1 
2014/04/27 15:49:03 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/engrampa/ChangeLog,v 1.2 
2014/06/07 16:39:05 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org engrampa-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
 *engrampa-1.8.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:31

  Modified: mate-panel-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-base/mate-panel/mate-panel-1.8.0.ebuild

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

Index: mate-panel-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-panel-1.8.0.ebuild 12 Apr 2014 22:28:18 -  1.1
+++ mate-panel-1.8.0.ebuild 7 Jun 2014 16:39:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.1 
2014/04/12 22:28:18 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:31 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2 FDL-1.1 LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X +introspection networkmanager
 



1.11 mate-base/mate-panel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   4 May 2014 22:20:23 -   1.10
+++ ChangeLog   7 Jun 2014 16:39:31 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-panel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.10 
2014/05/04 22:20:23 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.11 
2014/06/07 16:39:31 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-panel-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Tom Wijsman tom...@gentoo.org mate-panel-1.6.1.ebuild:
   Restrict upper limit for mate-desktop dependency of mate-panel due to






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-screensaver: mate-screensaver-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:49

  Modified: mate-screensaver-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-screensaver-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-screensaver-1.8.0.ebuild   23 Apr 2014 12:45:37 -  1.1
+++ mate-screensaver-1.8.0.ebuild   7 Jun 2014 16:39:49 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild,v
 1.1 2014/04/23 12:45:37 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/mate-screensaver-1.8.0.ebuild,v
 1.2 2014/06/07 16:39:49 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X consolekit kernel_linux libnotify opengl pam systemd
 



1.9  mate-extra/mate-screensaver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 May 2014 14:53:34 -  1.8
+++ ChangeLog   7 Jun 2014 16:39:49 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/mate-screensaver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/ChangeLog,v 1.8 
2014/05/16 14:53:34 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-screensaver/ChangeLog,v 1.9 
2014/06/07 16:39:49 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org 
mate-screensaver-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   16 May 2014; Tom Wijsman tom...@gentoo.org 
mate-screensaver-1.6.1-r2.ebuild:
   Add eautoreconf; fixes bug #510002, reported by Pacho.






[gentoo-commits] gentoo-x86 commit in mate-base/mate: mate-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:19

  Modified: mate-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  mate-base/mate/mate-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild?r1=1.2r2=1.3

Index: mate-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-1.8.0.ebuild   6 May 2014 16:22:47 -   1.2
+++ mate-1.8.0.ebuild   7 Jun 2014 16:39:19 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild,v 1.2 
2014/05/06 16:22:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild,v 1.3 
2014/06/07 16:39:19 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE=metapackage
 
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=+base -bluetooth +themes +extras
 
 S=${WORKDIR}



1.6  mate-base/mate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 May 2014 16:22:47 -   1.5
+++ ChangeLog   7 Jun 2014 16:39:19 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/ChangeLog,v 1.5 2014/05/06 
16:22:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/ChangeLog,v 1.6 2014/06/07 
16:39:19 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   06 May 2014; Tom Wijsman tom...@gentoo.org mate-1.8.0.ebuild, metadata.xml:
   Introduce more USE flags in the meta package to allow users to micro manage






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-utils: mate-utils-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:57

  Modified: mate-utils-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  mate-extra/mate-utils/mate-utils-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild?r1=1.2r2=1.3

Index: mate-utils-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-utils-1.8.0.ebuild 31 May 2014 10:27:28 -  1.2
+++ mate-utils-1.8.0.ebuild 7 Jun 2014 16:39:57 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild,v 1.2 
2014/05/31 10:27:28 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-utils/mate-utils-1.8.0.ebuild,v 1.3 
2014/06/07 16:39:57 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X applet ipv6 test
 



1.5  mate-extra/mate-utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-utils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   31 May 2014 10:27:28 -  1.4
+++ ChangeLog   7 Jun 2014 16:39:57 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/mate-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-utils/ChangeLog,v 1.4 
2014/05/31 10:27:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-utils/ChangeLog,v 1.5 
2014/06/07 16:39:57 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-utils-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   31 May 2014; Pacho Ramos pa...@gentoo.org mate-utils-1.8.0.ebuild:
   Needs to be rebuilt with libgtop soname bumps






[gentoo-commits] gentoo-x86 commit in app-editors/pluma: pluma-1.8.1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:07

  Modified: pluma-1.8.1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-editors/pluma/pluma-1.8.1.ebuild

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

Index: pluma-1.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/pluma/pluma-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pluma-1.8.1.ebuild  9 May 2014 11:47:16 -   1.1
+++ pluma-1.8.1.ebuild  7 Jun 2014 16:39:07 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/pluma/pluma-1.8.1.ebuild,v 1.1 
2014/05/09 11:47:16 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/pluma/pluma-1.8.1.ebuild,v 1.2 
2014/06/07 16:39:07 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=python spell
 



1.3  app-editors/pluma/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/pluma/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 May 2014 11:47:16 -   1.2
+++ ChangeLog   7 Jun 2014 16:39:07 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/pluma
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/pluma/ChangeLog,v 1.2 
2014/05/09 11:47:16 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/pluma/ChangeLog,v 1.3 
2014/06/07 16:39:07 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org pluma-1.8.1.ebuild:
+  Add ~x86, wrt bug #508072
 
 *pluma-1.8.1 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in mate-base/mate-desktop: mate-desktop-1.8.1-r1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:27

  Modified: mate-desktop-1.8.1-r1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild

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

Index: mate-desktop-1.8.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-desktop-1.8.1-r1.ebuild10 May 2014 11:36:46 -  1.1
+++ mate-desktop-1.8.1-r1.ebuild7 Jun 2014 16:39:27 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild,v 
1.1 2014/05/10 11:36:46 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild,v 
1.2 2014/06/07 16:39:27 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2 FDL-1.1 LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X startup-notification
 



1.11 mate-base/mate-desktop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   10 May 2014 11:36:46 -  1.10
+++ ChangeLog   7 Jun 2014 16:39:27 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-desktop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.10 
2014/05/10 11:36:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.11 
2014/06/07 16:39:27 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-desktop-1.8.1-r1.ebuild:
+  Add ~x86, wrt bug #508072
 
 *mate-desktop-1.8.1-r1 (10 May 2014)
 






[gentoo-commits] gentoo-x86 commit in mate-base/libmatekbd: libmatekbd-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:17

  Modified: libmatekbd-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-base/libmatekbd/libmatekbd-1.8.0.ebuild

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

Index: libmatekbd-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/libmatekbd-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmatekbd-1.8.0.ebuild 11 Apr 2014 22:29:15 -  1.1
+++ libmatekbd-1.8.0.ebuild 7 Jun 2014 16:39:17 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/libmatekbd/libmatekbd-1.8.0.ebuild,v 1.1 
2014/04/11 22:29:15 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/libmatekbd/libmatekbd-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:17 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X test
 



1.7  mate-base/libmatekbd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 May 2014 14:53:23 -   1.6
+++ ChangeLog   7 Jun 2014 16:39:17 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/libmatekbd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/ChangeLog,v 1.6 
2014/05/04 14:53:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/ChangeLog,v 1.7 
2014/06/07 16:39:17 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org libmatekbd-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org libmatekbd-1.6.2.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in mate-base/mate-control-center: mate-control-center-1.8.1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:25

  Modified: mate-control-center-1.8.1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
mate-base/mate-control-center/mate-control-center-1.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild?r1=1.2r2=1.3

Index: mate-control-center-1.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-control-center-1.8.1.ebuild2 May 2014 13:07:15 -   1.2
+++ mate-control-center-1.8.1.ebuild7 Jun 2014 16:39:25 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild,v
 1.2 2014/05/02 13:07:15 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-control-center/mate-control-center-1.8.1.ebuild,v
 1.3 2014/06/07 16:39:25 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 RDEPEND=app-text/rarian:0
dev-libs/atk:0



1.7  mate-base/mate-control-center/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-control-center/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 May 2014 14:53:43 -   1.6
+++ ChangeLog   7 Jun 2014 16:39:25 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for mate-base/mate-control-center
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-control-center/ChangeLog,v 
1.6 2014/05/04 14:53:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-control-center/ChangeLog,v 
1.7 2014/06/07 16:39:25 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  mate-control-center-1.8.1.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org
   mate-control-center-1.6.2.ebuild:






[gentoo-commits] gentoo-x86 commit in mate-extra/caja-extensions: caja-extensions-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:37

  Modified: caja-extensions-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild?r1=1.1r2=1.2

Index: caja-extensions-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- caja-extensions-1.8.0.ebuild4 May 2014 21:43:26 -   1.1
+++ caja-extensions-1.8.0.ebuild7 Jun 2014 16:39:37 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild,v
 1.1 2014/05/04 21:43:26 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild,v
 1.2 2014/06/07 16:39:37 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 SENDTO=cdr gajim +mail pidgin upnp
 IUSE=image-converter +open-terminal share ${SENDTO}



1.2  mate-extra/caja-extensions/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/caja-extensions/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/caja-extensions/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 May 2014 21:43:26 -   1.1
+++ ChangeLog   7 Jun 2014 16:39:37 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/caja-extensions
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/caja-extensions/ChangeLog,v 1.1 
2014/05/04 21:43:26 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/caja-extensions/ChangeLog,v 1.2 
2014/06/07 16:39:37 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org caja-extensions-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
 *caja-extensions-1.8.0 (04 May 2014)
 






[gentoo-commits] gentoo-x86 commit in mate-base/mate-applets: mate-applets-1.8.0-r1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:21

  Modified: mate-applets-1.8.0-r1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild?r1=1.5r2=1.6

Index: mate-applets-1.8.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mate-applets-1.8.0-r1.ebuild1 Jun 2014 08:31:46 -   1.5
+++ mate-applets-1.8.0-r1.ebuild7 Jun 2014 16:39:21 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild,v 
1.5 2014/06/01 08:31:46 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild,v 
1.6 2014/06/07 16:39:21 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2 FDL-1.1 LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X ipv6 networkmanager policykit
 



1.11 mate-base/mate-applets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   1 Jun 2014 09:49:13 -   1.10
+++ ChangeLog   7 Jun 2014 16:39:21 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-applets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.10 
2014/06/01 09:49:13 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.11 
2014/06/07 16:39:21 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-applets-1.8.0-r1.ebuild:
+  Add ~x86, wrt bug #508072
 
   01 Jun 2014; Tom Wijsman tom...@gentoo.org mate-applets-1.6.2-r1.ebuild,
   mate-applets-1.8.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-power-manager: mate-power-manager-1.8.0-r1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:47

  Modified: mate-power-manager-1.8.0-r1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild?r1=1.3r2=1.4

Index: mate-power-manager-1.8.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mate-power-manager-1.8.0-r1.ebuild  1 Jun 2014 08:35:46 -   1.3
+++ mate-power-manager-1.8.0-r1.ebuild  7 Jun 2014 16:39:47 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild,v
 1.3 2014/06/01 08:35:46 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/mate-power-manager-1.8.0-r1.ebuild,v
 1.4 2014/06/07 16:39:47 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=+applet gnome-keyring man policykit test unique
 



1.10 mate-extra/mate-power-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-power-manager/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   1 Jun 2014 08:35:46 -   1.9
+++ ChangeLog   7 Jun 2014 16:39:47 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for mate-extra/mate-power-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/ChangeLog,v 
1.9 2014/06/01 08:35:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-power-manager/ChangeLog,v 
1.10 2014/06/07 16:39:47 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  mate-power-manager-1.8.0-r1.ebuild:
+  Add ~x86, wrt bug #508072
 
   01 Jun 2014; Pacho Ramos pa...@gentoo.org
   mate-power-manager-1.8.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-sensors-applet: mate-sensors-applet-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:51

  Modified: mate-sensors-applet-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-sensors-applet-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-sensors-applet-1.8.0.ebuild23 Apr 2014 12:49:32 -  1.1
+++ mate-sensors-applet-1.8.0.ebuild7 Jun 2014 16:39:51 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild,v
 1.1 2014/04/23 12:49:32 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild,v
 1.2 2014/06/07 16:39:51 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia
 



1.7  mate-extra/mate-sensors-applet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 May 2014 14:55:03 -   1.6
+++ ChangeLog   7 Jun 2014 16:39:51 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for mate-extra/mate-sensors-applet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog,v 
1.6 2014/05/04 14:55:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/ChangeLog,v 
1.7 2014/06/07 16:39:51 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  mate-sensors-applet-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org
   mate-sensors-applet-1.6.1.ebuild:






[gentoo-commits] gentoo-x86 commit in mate-base/mate-menus: mate-menus-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:29

  Modified: mate-menus-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-base/mate-menus/mate-menus-1.8.0.ebuild

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

Index: mate-menus-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-menus/mate-menus-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-menus-1.8.0.ebuild 12 Apr 2014 00:14:09 -  1.1
+++ mate-menus-1.8.0.ebuild 7 Jun 2014 16:39:29 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-menus/mate-menus-1.8.0.ebuild,v 1.1 
2014/04/12 00:14:09 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-menus/mate-menus-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:29 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-2 LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=debug +introspection python
 



1.8  mate-base/mate-menus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-menus/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   4 May 2014 14:53:59 -   1.7
+++ ChangeLog   7 Jun 2014 16:39:29 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-menus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-menus/ChangeLog,v 1.7 
2014/05/04 14:53:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-menus/ChangeLog,v 1.8 
2014/06/07 16:39:29 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-menus-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org mate-menus-1.6.0.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-calc: mate-calc-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:39

  Modified: mate-calc-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-extra/mate-calc/mate-calc-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-calc-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-calc-1.8.0.ebuild  22 Apr 2014 19:29:16 -  1.1
+++ mate-calc-1.8.0.ebuild  7 Jun 2014 16:39:39 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild,v 1.1 
2014/04/22 19:29:16 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-calc/mate-calc-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:39 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 RDEPEND=app-text/rarian:0
=dev-libs/glib-2.30:2



1.8  mate-extra/mate-calc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   4 May 2014 14:54:19 -   1.7
+++ ChangeLog   7 Jun 2014 16:39:39 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/mate-calc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.7 
2014/05/04 14:54:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.8 
2014/06/07 16:39:39 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-calc-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org mate-calc-1.6.1.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in x11-misc/mate-notification-daemon: mate-notification-daemon-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:40:03

  Modified: mate-notification-daemon-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-notification-daemon-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-notification-daemon-1.8.0.ebuild   25 Apr 2014 15:32:47 -  
1.1
+++ mate-notification-daemon-1.8.0.ebuild   7 Jun 2014 16:40:03 -   
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild,v
 1.1 2014/04/25 15:32:47 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.0.ebuild,v
 1.2 2014/06/07 16:40:03 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 RDEPEND=
dev-libs/atk:0



1.4  x11-misc/mate-notification-daemon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   4 May 2014 14:55:35 -   1.3
+++ ChangeLog   7 Jun 2014 16:40:03 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/mate-notification-daemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/ChangeLog,v 1.3 
2014/05/04 14:55:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/ChangeLog,v 1.4 
2014/06/07 16:40:03 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  mate-notification-daemon-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org
   mate-notification-daemon-1.6.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/python-caja: python-caja-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:13

  Modified: python-caja-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-python/python-caja/python-caja-1.8.0.ebuild

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

Index: python-caja-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-caja/python-caja-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-caja-1.8.0.ebuild26 Apr 2014 08:21:22 -  1.2
+++ python-caja-1.8.0.ebuild7 Jun 2014 16:39:13 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-caja/python-caja-1.8.0.ebuild,v 1.2 
2014/04/26 08:21:22 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-caja/python-caja-1.8.0.ebuild,v 1.3 
2014/06/07 16:39:13 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=doc
 



1.5  dev-python/python-caja/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-caja/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   4 May 2014 14:53:19 -   1.4
+++ ChangeLog   7 Jun 2014 16:39:13 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-caja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/ChangeLog,v 1.4 
2014/05/04 14:53:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/ChangeLog,v 1.5 
2014/06/07 16:39:13 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org python-caja-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org python-caja-1.6.1.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-polkit: mate-polkit-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:45

  Modified: mate-polkit-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-polkit-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-polkit-1.8.0.ebuild23 Apr 2014 12:19:42 -  1.1
+++ mate-polkit-1.8.0.ebuild7 Jun 2014 16:39:45 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild,v 1.1 
2014/04/23 12:19:42 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:45 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=+introspection
 



1.6  mate-extra/mate-polkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 May 2014 14:54:51 -   1.5
+++ ChangeLog   7 Jun 2014 16:39:45 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/mate-polkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/ChangeLog,v 1.5 
2014/05/04 14:54:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-polkit/ChangeLog,v 1.6 
2014/06/07 16:39:45 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-polkit-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org mate-polkit-1.6.1.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in mate-extra/mate-dialogs: mate-dialogs-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:41

  Modified: mate-dialogs-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild?r1=1.1r2=1.2

Index: mate-dialogs-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-dialogs-1.8.0.ebuild   22 Apr 2014 19:47:21 -  1.1
+++ mate-dialogs-1.8.0.ebuild   7 Jun 2014 16:39:41 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild,v 1.1 
2014/04/22 19:47:21 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:41 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=libnotify
 



1.6  mate-extra/mate-dialogs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 May 2014 14:54:27 -   1.5
+++ ChangeLog   7 Jun 2014 16:39:41 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for mate-extra/mate-dialogs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/ChangeLog,v 1.5 
2014/05/04 14:54:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-dialogs/ChangeLog,v 1.6 
2014/06/07 16:39:41 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org mate-dialogs-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org mate-dialogs-1.6.2.ebuild:
   Stable for amd64, wrt bug #509268






[gentoo-commits] gentoo-x86 commit in media-gfx/eom: eom-1.8.0.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 16:39:59

  Modified: eom-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-gfx/eom/eom-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild?r1=1.1r2=1.2

Index: eom-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eom-1.8.0.ebuild4 May 2014 22:09:08 -   1.1
+++ eom-1.8.0.ebuild7 Jun 2014 16:39:59 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild,v 1.1 
2014/05/04 22:09:08 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/eom-1.8.0.ebuild,v 1.2 
2014/06/07 16:39:59 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 IUSE=X dbus exif jpeg lcms python svg tiff xmp
 



1.2  media-gfx/eom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eom/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 May 2014 22:09:08 -   1.1
+++ ChangeLog   7 Jun 2014 16:39:59 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/eom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/ChangeLog,v 1.1 2014/05/04 
22:09:08 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eom/ChangeLog,v 1.2 2014/06/07 
16:39:59 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org eom-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
 *eom-1.8.0 (04 May 2014)
 






  1   2   >