[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
commit: bd5f86cfa5d98e4f728eb06247c5e5b176057c50 Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 28 19:34:21 2015 + Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 28 19:34:28 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bd5f86cf [kde-plasma/plasma-desktop] Fix file collisions, bug #534792 Package-Manager: portage-2.2.15 --- kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild| 1 + kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild | 1 + kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild index 67b4553..3fa356f 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild @@ -91,6 +91,7 @@ RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) $(add_kdeplasma_dep kio-extras) sys-apps/accountsservice + !kde-apps/kcontrol !kde-base/attica !kde-base/kcontrol !kde-base/kdepasswd diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild index 3db19d2..89e8a33 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild @@ -91,6 +91,7 @@ RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) $(add_kdeplasma_dep kio-extras) sys-apps/accountsservice + !kde-apps/kcontrol !kde-base/attica !kde-base/kcontrol !kde-base/kdepasswd diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild index e0b8c3d..6701a83 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild @@ -92,6 +92,7 @@ RDEPEND="${COMMON_DEPEND} $(add_frameworks_dep kded) $(add_kdeplasma_dep kio-extras) sys-apps/accountsservice + !kde-apps/kcontrol !kde-base/attica !kde-base/kcontrol !kde-base/kdepasswd
[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.0q.ebuild openssl-0.9.8z_p1-r2.ebuild openssl-1.0.1k.ebuild openssl-1.0.1l.ebuild openssl-1.0.2-r1.ebuild openssl-1.0.1j.ebuild open
mgorny 15/01/28 19:35:28 Modified: openssl-1.0.0q.ebuild openssl-0.9.8z_p1-r2.ebuild openssl-1.0.1k.ebuild openssl-1.0.1l.ebuild openssl-1.0.2-r1.ebuild openssl-1.0.1j.ebuild openssl-0.9.8z_p5.ebuild openssl-0.9.8z_p2.ebuild openssl-0.9.8z_p4.ebuild openssl-0.9.8z_p3.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-libs/openssl/openssl-1.0.0q.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild?r1=1.1&r2=1.2 Index: openssl-1.0.0q.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openssl-1.0.0q.ebuild 15 Jan 2015 20:30:22 - 1.1 +++ openssl-1.0.0q.ebuild 28 Jan 2015 19:35:28 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild,v 1.1 2015/01/15 20:30:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0q.ebuild,v 1.2 2015/01/28 19:35:28 mgorny Exp $ EAPI="4" @@ -15,7 +15,7 @@ LICENSE="openssl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test zlib" +IUSE="bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, # our libssl.a depends on libz.a/etc... at runtime. @@ -104,7 +104,7 @@ echoit \ ./${config} \ ${sslout} \ - $(use sse2 || echo "no-sse2") \ + $(use cpu_flags_x86_sse2 || echo "no-sse2") \ enable-camellia \ $(use_ssl !bindist ec) \ enable-idea \ 1.12 dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild?r1=1.11&r2=1.12 Index: openssl-0.9.8z_p1-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openssl-0.9.8z_p1-r2.ebuild 15 Sep 2014 08:18:46 - 1.11 +++ openssl-0.9.8z_p1-r2.ebuild 28 Jan 2015 19:35:28 - 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.11 2014/09/15 08:18:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.12 2015/01/28 19:35:28 mgorny Exp $ # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat @@ -19,7 +19,7 @@ LICENSE="openssl" SLOT="0.9.8" KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="bindist gmp kerberos sse2 test zlib" +IUSE="bindist gmp kerberos cpu_flags_x86_sse2 test zlib" RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) @@ -103,7 +103,7 @@ echoit \ ./${config} \ ${sslout} \ - $(use sse2 || echo "no-sse2") \ + $(use cpu_flags_x86_sse2 || echo "no-sse2") \ enable-camellia \ $(use_ssl !bindist ec) \ enable-idea \ 1.11 dev-libs/openssl/openssl-1.0.1k.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1k.ebuild?r1=1.10&r2=1.11 Index: openssl-1.0.1k.ebuild =
[gentoo-commits] proj/kde:master commit in: kde-plasma/kio-extras/
commit: bbb4095541f0edc669b8dbaa8ae3ea7d8ca9e94a Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 28 18:57:50 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 28 18:57:50 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bbb40955 [kde-plasma/kio-extras] Add missing dependency. Upstream commit: 72d25f79050f8cf249b0a640a2be8764c59eca91 Package-Manager: portage-2.2.14 --- kde-plasma/kio-extras/kio-extras-5.2.0.ebuild| 1 + kde-plasma/kio-extras/kio-extras-5.2..ebuild | 1 + kde-plasma/kio-extras/kio-extras-.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild index f055f9f..8c20669 100644 --- a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild +++ b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) $(add_frameworks_dep kservice) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) diff --git a/kde-plasma/kio-extras/kio-extras-5.2..ebuild b/kde-plasma/kio-extras/kio-extras-5.2..ebuild index 0f287d8..e82f456 100644 --- a/kde-plasma/kio-extras/kio-extras-5.2..ebuild +++ b/kde-plasma/kio-extras/kio-extras-5.2..ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) $(add_frameworks_dep kservice) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) diff --git a/kde-plasma/kio-extras/kio-extras-.ebuild b/kde-plasma/kio-extras/kio-extras-.ebuild index 0f287d8..e82f456 100644 --- a/kde-plasma/kio-extras/kio-extras-.ebuild +++ b/kde-plasma/kio-extras/kio-extras-.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) $(add_frameworks_dep kservice) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid)
[gentoo-commits] gentoo-x86 commit in app-accessibility/brltty/files: brltty-5.1-fix-ldflags.patch brltty-4.5-udev.patch brltty-4.5-respect-AR.patch brltty-5.1-udev.patch brltty-4.5-fix-mk4build-cross
teiresias15/01/27 23:41:40 Removed: brltty-5.1-fix-ldflags.patch brltty-4.5-udev.patch brltty-4.5-respect-AR.patch brltty-5.1-udev.patch brltty-4.5-fix-mk4build-cross.patch brltty-4.5-fix-ldflags.patch brltty-5.1-respect-AR.patch brltty-4.5-range-checking-and-array-bounds.patch Log: Remove old versions. Burn 'em with fire! (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
[gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
commit: 906b2e1f8c0c85e76e437fda7418180c881c44f7 Author: Hans de Graaff degraaff org> AuthorDate: Wed Jan 28 15:58:00 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 28 15:58:00 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=906b2e1f Initial import. New dependency for default_value_for. Package-Manager: portage-2.2.14 --- dev-ruby/minitest-around/ChangeLog | 10 +++ dev-ruby/minitest-around/Manifest | 1 + dev-ruby/minitest-around/metadata.xml | 6 .../minitest-around/minitest-around-0.3.0.ebuild | 35 ++ 4 files changed, 52 insertions(+) diff --git a/dev-ruby/minitest-around/ChangeLog b/dev-ruby/minitest-around/ChangeLog new file mode 100644 index 000..55794b6 --- /dev/null +++ b/dev-ruby/minitest-around/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/minitest-around +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*minitest-around-0.3.0 (28 Jan 2015) + + 28 Jan 2015; Hans de Graaff + +minitest-around-0.3.0.ebuild, +metadata.xml: + Initial import. New dependency for default_value_for. + diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest new file mode 100644 index 000..0de23de --- /dev/null +++ b/dev-ruby/minitest-around/Manifest @@ -0,0 +1 @@ +DIST minitest-around-0.3.0.gem 8704 SHA256 1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1cab777d9ae767dfa09539e7a118e39f7f32c4 WHIRLPOOL 33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c diff --git a/dev-ruby/minitest-around/metadata.xml b/dev-ruby/minitest-around/metadata.xml new file mode 100644 index 000..9bf681c --- /dev/null +++ b/dev-ruby/minitest-around/metadata.xml @@ -0,0 +1,6 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +gra...@gentoo.org + diff --git a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild new file mode 100644 index 000..4ae1ffb --- /dev/null +++ b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="init.rb" + +inherit ruby-fakegem + +DESCRIPTION="Alternative for setup/teardown dance" +HOMEPAGE="https://github.com/splattael/minitest-around"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/minitest:5" + +ruby_add_bdepend "test? ( dev-ruby/bundler )" + +all_ruby_prepare() { + sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die +} + +each_ruby_test() { + for f in test/*_{test,spec}.rb ; do + ${RUBY} -S rake test:isolated TEST="${f}" || die + done +}
[gentoo-commits] gentoo-x86 commit in app-backup/tarsnap: tarsnap-1.0.35.ebuild ChangeLog
mgorny 15/01/28 19:01:23 Modified: tarsnap-1.0.35.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 app-backup/tarsnap/tarsnap-1.0.35.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild?r1=1.1&r2=1.2 Index: tarsnap-1.0.35.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tarsnap-1.0.35.ebuild 19 Oct 2013 20:53:24 - 1.1 +++ tarsnap-1.0.35.ebuild 28 Jan 2015 19:01:23 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild,v 1.1 2013/10/19 20:53:24 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.35.ebuild,v 1.2 2015/01/28 19:01:23 mgorny Exp $ EAPI=4 @@ -11,7 +11,7 @@ LICENSE="tarsnap" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="acl bzip2 lzma sse2 xattr" +IUSE="acl bzip2 lzma cpu_flags_x86_sse2 xattr" RDEPEND="dev-libs/openssl:0 sys-libs/e2fsprogs-libs @@ -27,7 +27,7 @@ src_configure() { econf \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable xattr) \ $(use_enable acl) \ $(use_with bzip2 bz2lib) \ 1.13 app-backup/tarsnap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/tarsnap/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-backup/tarsnap/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Oct 2013 20:53:24 - 1.12 +++ ChangeLog 28 Jan 2015 19:01:23 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for app-backup/tarsnap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tarsnap/ChangeLog,v 1.12 2013/10/19 20:53:24 rafaelmartins Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/tarsnap/ChangeLog,v 1.13 2015/01/28 19:01:23 mgorny Exp $ + + 28 Jan 2015; Michał Górny tarsnap-1.0.35.ebuild: + Switch to CPU_FLAGS_X86. *tarsnap-1.0.35 (19 Oct 2013)
[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog make.defaults
mgorny 15/01/28 18:59:44 Modified: ChangeLog make.defaults Log: Add CPU_FLAGS_X86 to USE_EXPAND. Revision ChangesPath 1.760profiles/base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.760&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.760&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.759&r2=1.760 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v retrieving revision 1.759 retrieving revision 1.760 diff -u -r1.759 -r1.760 --- ChangeLog 22 Jan 2015 18:01:45 - 1.759 +++ ChangeLog 28 Jan 2015 18:59:43 - 1.760 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.759 2015/01/22 18:01:45 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.760 2015/01/28 18:59:43 mgorny Exp $ + + 28 Jan 2015; Michał Górny make.defaults: + Add CPU_FLAGS_X86 to USE_EXPAND. 22 Jan 2015; Brian Evans package.use.mask: Change media-libs/ming USE=php mask to allow for new dev-php/ming-php package 1.120profiles/base/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?r1=1.119&r2=1.120 Index: make.defaults === RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- make.defaults 16 Dec 2014 00:17:42 - 1.119 +++ make.defaults 28 Jan 2015 18:59:43 - 1.120 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.119 2014/12/16 00:17:42 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.120 2015/01/28 18:59:43 mgorny Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -16,7 +16,7 @@ # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-...@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev.
[gentoo-commits] gentoo-x86 commit in media-libs/libdvdcss: libdvdcss-1.3.99.ebuild ChangeLog
lu_zero 15/01/28 18:20:13 Modified: libdvdcss-1.3.99.ebuild ChangeLog Log: Fix download path (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.2 media-libs/libdvdcss/libdvdcss-1.3.99.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild?r1=1.1&r2=1.2 Index: libdvdcss-1.3.99.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libdvdcss-1.3.99.ebuild 28 Jan 2015 16:30:20 - 1.1 +++ libdvdcss-1.3.99.ebuild 28 Jan 2015 18:20:13 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild,v 1.1 2015/01/28 16:30:20 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.99.ebuild,v 1.2 2015/01/28 18:20:13 lu_zero Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="A portable abstraction library for DVD decryption" HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"; -SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"; +SRC_URI="http://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="1.2" 1.132media-libs/libdvdcss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/ChangeLog?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/ChangeLog?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdcss/ChangeLog?r1=1.131&r2=1.132 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ChangeLog 28 Jan 2015 16:30:20 - 1.131 +++ ChangeLog 28 Jan 2015 18:20:13 - 1.132 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libdvdcss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.131 2015/01/28 16:30:20 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.132 2015/01/28 18:20:13 lu_zero Exp $ + + 28 Jan 2015; Luca Barbato libdvdcss-1.3.99.ebuild: + Fix download path *libdvdcss-1.3.99 (28 Jan 2015)
[gentoo-commits] gentoo-x86 commit in profiles/arch/x86: ChangeLog use.mask
mgorny 15/01/28 19:21:45 Modified: ChangeLog use.mask Log: Mask CPU_FLAGS_X86 for non-x86 arches. Revision ChangesPath 1.186profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.186&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.186&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.185&r2=1.186 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.185 retrieving revision 1.186 diff -u -r1.185 -r1.186 --- ChangeLog 23 Dec 2014 23:47:12 - 1.185 +++ ChangeLog 28 Jan 2015 19:21:45 - 1.186 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86 profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.185 2014/12/23 23:47:12 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.186 2015/01/28 19:21:45 mgorny Exp $ + + 28 Jan 2015; Michał Górny use.mask: + Mask CPU_FLAGS_X86 for non-x86 arches. 23 Dec 2014; Gilles Dartiguelongue package.use.mask: Add mask for USE=kms for x11-wm/mutter-3.14, bug #533420. 1.69 profiles/arch/x86/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?r1=1.68&r2=1.69 Index: use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- use.mask9 Nov 2014 08:29:40 - 1.68 +++ use.mask28 Jan 2015 19:21:45 - 1.69 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.68 2014/11/09 08:29:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.69 2015/01/28 19:21:45 mgorny Exp $ # Unmask the flag which corresponds to ARCH. -x86 @@ -124,6 +124,25 @@ -svga -kqemu -nvram +-cpu_flags_x86_3dnow +-cpu_flags_x86_3dnowext +-cpu_flags_x86_aes +-cpu_flags_x86_avx +-cpu_flags_x86_avx2 +-cpu_flags_x86_fma3 +-cpu_flags_x86_fma4 +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_padlock +-cpu_flags_x86_popcnt +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_sse3 +-cpu_flags_x86_sse4_1 +-cpu_flags_x86_sse4_2 +-cpu_flags_x86_sse4a +-cpu_flags_x86_ssse3 +-cpu_flags_x86_xop # Unmask nvidia XvMC support -nvidia
[gentoo-commits] dev/graaff:master commit in: dev-ruby/powerpack/
commit: 8778befed6e9f01161f0d19c6c2042f433631abf Author: Hans de Graaff degraaff org> AuthorDate: Sat Jan 24 10:21:32 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 24 10:21:32 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8778befe Initial import. Dependency for rubocop. Package-Manager: portage-2.2.14 --- dev-ruby/powerpack/ChangeLog | 10 ++ dev-ruby/powerpack/Manifest | 1 + dev-ruby/powerpack/metadata.xml | 5 + dev-ruby/powerpack/powerpack-0.0.9.ebuild | 21 + 4 files changed, 37 insertions(+) diff --git a/dev-ruby/powerpack/ChangeLog b/dev-ruby/powerpack/ChangeLog new file mode 100644 index 000..423a40e --- /dev/null +++ b/dev-ruby/powerpack/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/powerpack +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*powerpack-0.0.9 (24 Jan 2015) + + 24 Jan 2015; Hans de Graaff +powerpack-0.0.9.ebuild, + +metadata.xml: + Initial import. Dependency for rubocop. + diff --git a/dev-ruby/powerpack/Manifest b/dev-ruby/powerpack/Manifest new file mode 100644 index 000..1162887 --- /dev/null +++ b/dev-ruby/powerpack/Manifest @@ -0,0 +1 @@ +DIST powerpack-0.0.9.gem 13824 SHA256 6694e29fa8fd2613f56a03e5e7db5a22e3517fbb64a3f7e6f892b0269ab9d43d SHA512 9a8a0cce9bf7bd22280977af4b6bacf0e7b95b4dcf5862097b590ce4682470852721a14c8e8d250c672a538334d270ffddb3cdab98aa8ae9e5870ca1ddf11344 WHIRLPOOL 9c7cc47cb77a175e645d24ebd6b190b3cb84a6b889a377a5f95a2e8504913064c93bbade07051f966d69a95880f0d67ef9ce34f2b3c1767d0667048a3c40f3dd diff --git a/dev-ruby/powerpack/metadata.xml b/dev-ruby/powerpack/metadata.xml new file mode 100644 index 000..0040b11 --- /dev/null +++ b/dev-ruby/powerpack/metadata.xml @@ -0,0 +1,5 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + ruby + diff --git a/dev-ruby/powerpack/powerpack-0.0.9.ebuild b/dev-ruby/powerpack/powerpack-0.0.9.ebuild new file mode 100644 index 000..ee574f9 --- /dev/null +++ b/dev-ruby/powerpack/powerpack-0.0.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec2" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A few useful extensions to core Ruby classes" +HOMEPAGE="https://github.com/bbatsov/powerpack"; +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE=""
[gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: metadata.xml ChangeLog brltty-5.0-r2.ebuild brltty-5.1.ebuild brltty-4.5-r3.ebuild
teiresias15/01/27 23:41:40 Modified: metadata.xml ChangeLog Removed: brltty-5.0-r2.ebuild brltty-5.1.ebuild brltty-4.5-r3.ebuild Log: Remove old versions. Burn 'em with fire! (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d) Revision ChangesPath 1.15 app-accessibility/brltty/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/metadata.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/metadata.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/metadata.xml?r1=1.14&r2=1.15 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/metadata.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- metadata.xml21 Aug 2013 15:23:11 - 1.14 +++ metadata.xml27 Jan 2015 23:41:40 - 1.15 @@ -11,7 +11,6 @@ support the console tone generator support in-line contracted braille support for the sound card synthesizer - support for interactive command learn mode support the musical instrument digital interface support for sound card digital audio speech support 1.167app-accessibility/brltty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.167&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.167&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.166&r2=1.167 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- ChangeLog 26 Jan 2015 10:37:18 - 1.166 +++ ChangeLog 27 Jan 2015 23:41:40 - 1.167 @@ -1,6 +1,16 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.166 2015/01/26 10:37:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.167 2015/01/27 23:41:40 teiresias Exp $ + + 27 Jan 2015; Christopher Brannon + -brltty-4.5-r3.ebuild, -brltty-5.0-r2.ebuild, -brltty-5.1.ebuild, + -files/brltty-4.5-fix-ldflags.patch, + -files/brltty-4.5-fix-mk4build-cross.patch, + -files/brltty-4.5-range-checking-and-array-bounds.patch, + -files/brltty-4.5-respect-AR.patch, -files/brltty-4.5-udev.patch, + -files/brltty-5.1-fix-ldflags.patch, -files/brltty-5.1-respect-AR.patch, + -files/brltty-5.1-udev.patch, metadata.xml: + Remove old versions. 26 Jan 2015; Agostino Sarubbo brltty-5.2.ebuild: Stable for x86, wrt bug #534800
[gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/
commit: e4d169d0662d75cc015bc4c02e358612bbf26d45 Author: Hans de Graaff degraaff org> AuthorDate: Wed Jan 28 15:48:01 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 28 15:48:01 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e4d169d0 Version bump. Package-Manager: portage-2.2.14 --- dev-ruby/compass-rails/ChangeLog | 5 dev-ruby/compass-rails/Manifest | 1 + dev-ruby/compass-rails/compass-rails-2.0.4.ebuild | 31 +++ 3 files changed, 37 insertions(+) diff --git a/dev-ruby/compass-rails/ChangeLog b/dev-ruby/compass-rails/ChangeLog index 699919d..facca0b 100644 --- a/dev-ruby/compass-rails/ChangeLog +++ b/dev-ruby/compass-rails/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*compass-rails-2.0.4 (28 Jan 2015) + + 28 Jan 2015; Hans de Graaff +compass-rails-2.0.4.ebuild: + Version bump. + *compass-rails-2.0.2 (05 Jan 2015) 05 Jan 2015; Hans de Graaff +compass-rails-2.0.2.ebuild: diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest index dd1a424..a4a7c7c 100644 --- a/dev-ruby/compass-rails/Manifest +++ b/dev-ruby/compass-rails/Manifest @@ -2,3 +2,4 @@ DIST compass-rails-1.1.7.gem 17408 SHA256 4ac64056ed7239d29ff77ac9c6cddb0990a4f2 DIST compass-rails-2.0.0.gem 16384 SHA256 2ae64b44cab0a7e73143d12cbbcf9b03705182ed3cbfef1bced1392bccca9ace SHA512 926afc4433c225b2e42192d940a307b1e36e09ffdd15866abeddeec40e06ea5b7f79d9835422a02a4e41bbce55dc379491e1c255643d3e1891867ac6ff3ec2f0 WHIRLPOOL 724ca21348b0e1c004acb6c9d33b1982641c9311e85ef5421d94ca847e6598c961279702a3d43a5e431aa8a998f720f25704f6d149719596b50e34d4b62b2ccd DIST compass-rails-2.0.1.gem 16384 SHA256 2f78db306654290cd4bfb19aec4d013e7e0b8be329ad74d1dee78176a92a0999 SHA512 f1cd0710e93a653f3468335320c5655f725a19eac3a0c12744c795f7b23d431c7a28ccb2ef1091098ce761849f1d61987330767a843783208d74ca62fa9e405a WHIRLPOOL 254e53e62e84dd0794c5245591e35422258b049e0f7252d1681ea76da66bd4356ccd9f134dc9fcc1dd29ff2005e08aad7a68bbf6d6ab810a155543b7e779b562 DIST compass-rails-2.0.2.gem 16896 SHA256 144fff68ae83bce47193abd9bc1afe683d1ff1dbb952d6cd25ca25fd357ccddb SHA512 1a13912c301dccc244133043abe15f6de38e184b30a2a71e8312ef63c3198ee87106eb3b5a38acfd82f76e22dcb700e32e1c53d5a87403739e7c5d8580dd8a46 WHIRLPOOL bc77f6b53b92c49f961c1b7946acf60f076c03e9758e326d3f8c49ccc3c2408ff8c7a651a0b83c2308a7df1769255a9d44b99030d61dd04268c5bd3c7a120ef8 +DIST compass-rails-2.0.4.gem 17920 SHA256 843339299ff5812db46611f968ef60193674af555e8fb4dd9b29252c2605618e SHA512 802e2dbac9843875a693f7ad07b6cd7582e38e783762a46ba3211f6ecfd138136465ec510b45c736af1a058b441b24dea997e17be0a1dd2916ab3bc295d1abb4 WHIRLPOOL 63c1c306c1e4c16f9906e5b34d58b2458610bcf13473af8740ded03e995593aa1d9d7e15a96b11fedb46b0d60cb91c19dec12e72b0b174f8933b656f41a8cc38 diff --git a/dev-ruby/compass-rails/compass-rails-2.0.4.ebuild b/dev-ruby/compass-rails/compass-rails-2.0.4.ebuild new file mode 100644 index 000..95daedb --- /dev/null +++ b/dev-ruby/compass-rails/compass-rails-2.0.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_TASK_TEST="-Ilib test features" + +inherit ruby-fakegem + +DESCRIPTION="A Rails adapter for the Compass Stylesheet Authoring Framework" +HOMEPAGE="http://compass-style.org/"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# Uses appraisal and rainbow and runs integration on a variety of Rails +# versions. +RESTRICT="test" + +ruby_add_rdepend "dev-ruby/compass:1
[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog use.mask
mgorny 15/01/28 19:21:45 Modified: ChangeLog use.mask Log: Mask CPU_FLAGS_X86 for non-x86 arches. Revision ChangesPath 1.300profiles/arch/amd64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.300&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.300&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.299&r2=1.300 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- ChangeLog 24 Jan 2015 17:04:18 - 1.299 +++ ChangeLog 28 Jan 2015 19:21:45 - 1.300 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.299 2015/01/24 17:04:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.300 2015/01/28 19:21:45 mgorny Exp $ + + 28 Jan 2015; Michał Górny use.mask: + Mask CPU_FLAGS_X86 for non-x86 arches. 24 Jan 2015; Michał Górny no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: 1.67 profiles/arch/amd64/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?r1=1.66&r2=1.67 Index: use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- use.mask9 Nov 2014 08:29:34 - 1.66 +++ use.mask28 Jan 2015 19:21:45 - 1.67 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.66 2014/11/09 08:29:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.67 2015/01/28 19:21:45 mgorny Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -161,6 +161,25 @@ -fma3 -fma4 -xop +-cpu_flags_x86_3dnow +-cpu_flags_x86_3dnowext +-cpu_flags_x86_aes +-cpu_flags_x86_avx +-cpu_flags_x86_avx2 +-cpu_flags_x86_fma3 +-cpu_flags_x86_fma4 +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_padlock +-cpu_flags_x86_popcnt +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_sse3 +-cpu_flags_x86_sse4_1 +-cpu_flags_x86_sse4_2 +-cpu_flags_x86_sse4a +-cpu_flags_x86_ssse3 +-cpu_flags_x86_xop # George Shapovalov (8 Apr 2007) # supported on amd64
[gentoo-commits] gentoo-x86 commit in dev-libs/eina: eina-1.7.9.ebuild eina-9999.ebuild ChangeLog
mgorny 15/01/28 19:31:45 Modified: eina-1.7.9.ebuild eina-.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-libs/eina/eina-1.7.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?r1=1.1&r2=1.2 Index: eina-1.7.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eina-1.7.9.ebuild 11 Nov 2013 18:28:34 - 1.1 +++ eina-1.7.9.ebuild 28 Jan 2015 19:31:45 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild,v 1.1 2013/11/11 18:28:34 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild,v 1.2 2015/01/28 19:31:45 mgorny Exp $ EAPI="4" @@ -18,7 +18,7 @@ DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool mmx sse sse2 static-libs test valgrind" +IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" MEMPOOLS=( @buddy @@ -54,9 +54,9 @@ $(use debug || echo " --with-internal-maximum-log-level=2") $(use_enable default-mempool) $(use_enable doc) - $(use_enable mmx cpu-mmx) - $(use_enable sse cpu-sse) - $(use_enable sse2 cpu-sse2) + $(use_enable cpu_flags_x86_mmx cpu-mmx) + $(use_enable cpu_flags_x86_sse cpu-sse) + $(use_enable cpu_flags_x86_sse2 cpu-sse2) $(use test && echo " --disable-amalgamation") $(use_enable test e17) $(use_enable test tests) 1.3 dev-libs/eina/eina-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-.ebuild?r1=1.2&r2=1.3 Index: eina-.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eina-.ebuild11 Nov 2013 18:28:34 - 1.2 +++ eina-.ebuild28 Jan 2015 19:31:45 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-.ebuild,v 1.2 2013/11/11 18:28:34 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-.ebuild,v 1.3 2015/01/28 19:31:45 mgorny Exp $ EAPI="4" @@ -18,7 +18,7 @@ DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool mmx sse sse2 static-libs test valgrind" +IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" MEMPOOLS=( @buddy @@ -54,9 +54,9 @@ $(use debug || echo " --with-internal-maximum-log-level=2") $(use_enable default-mempool) $(use_enable doc) - $(use_enable mmx cpu-mmx) - $(use_enable sse cpu-sse) - $(use_enable sse2 cpu-sse2) + $(use_enable cpu_flags_x86_mmx cpu-mmx) + $(use_enable cpu_flags_x86_sse cpu-sse) + $(use_enable cpu_flags_x86_sse2 cpu-sse2) $(use test && echo " --disable-amalgamation") $(use_enable test e17) $(use_enable test tests) 1.22 dev-libs/eina/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Change
[gentoo-commits] dev/bircoph:master commit in: app-admin/clsync/
commit: 7166518c51b01d68ff37421082dbe077f7dab25a Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 27 22:31:22 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Tue Jan 27 22:31:22 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=7166518c Update gio USE flag description. --- app-admin/clsync/ChangeLog| 3 +++ app-admin/clsync/Manifest | 4 ++-- app-admin/clsync/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-admin/clsync/ChangeLog b/app-admin/clsync/ChangeLog index 2b6ebdc..cea145f 100644 --- a/app-admin/clsync/ChangeLog +++ b/app-admin/clsync/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Jan 2015; Andrew Savchenko metadata.xml: + Update gio USE flag description. + 27 Jan 2015; Andrew Savchenko clsync-0.4.ebuild, clsync-.ebuild: Remove empty variables diff --git a/app-admin/clsync/Manifest b/app-admin/clsync/Manifest index 2b61449..0ad230c 100644 --- a/app-admin/clsync/Manifest +++ b/app-admin/clsync/Manifest @@ -12,5 +12,5 @@ EBUILD clsync-0.2.1.ebuild 2148 SHA256 9069d6bbba621a368ce6f1fd1602d984aa0c37a52 EBUILD clsync-0.3.ebuild 2219 SHA256 71f1c52b62d0379c1bf03ce4a49fe2cc612697008aabbf58d3b7b882952c35ec SHA512 2cb4ce6f305a1ebb020157915324f824cf554ccd95761ebe13b4099f8418676173b9953994095c29c16b11942d7fb6a3029cdb5b94c572803ca0af183d16c659 WHIRLPOOL 37766e003335286b13a4dad913d838f3cb4b75d3b216b5b3265d93a36353f15e365c93d0768341d6bbaaf4fbb785ff2774f554fd57d009fc396ae2fb6aaacac3 EBUILD clsync-0.4.ebuild 2997 SHA256 be4d52800d4e7a2c2a8e2dda96cd4a98b297110817ba2a71eedc617d13f68f35 SHA512 b54a02abd42e73b65c4b2d0c36aa21ef1b8122e007d1d3c1bb67459105167d751f14f04db4a3089fe635ff291e374c7dd03ec312cfcb0bb58d2465f00a93d225 WHIRLPOOL e761cef2645b22ec9e815ac27bfe627e48b9bf4f3c0c0e86a6435765d399a5d8ca46617e4ba41a8b3a25d8ee8c1658059e831d1c4125aa328828f8c734cca3d6 EBUILD clsync-.ebuild 2892 SHA256 64feadf042aa5361e801b575f83a05928e496fc4f8fe9b81901624a83086a767 SHA512 a6d6f9d01a1dc52c0019ad9ba8409a0b71d7d91e8528009f1c2870a7b0a3289d30e62008678ca58e6d991b0f6bb98e0ccddb1ec25500324d3e3fabea198c1f1c WHIRLPOOL 746c3a13ce38e0af9053ead28b118f54536bc53d0c4311b6bbadb0a92a98d279f4063d263542c0f614623b4714c8b3af196863c26ad8c146f721ad7228f4dc09 -MISC ChangeLog 3537 SHA256 423b95af731cd07d465ac62993979cdd32dfa5485d4087cee932270c27acfa4d SHA512 0207972df6676b588b6e6b95a5a5e4e6f77539b436d8a02d456ad96713f0e847e1c44f0d0d8449190a7d0b696ce5624eed9284513bbcc67c0ddc3925ea98ff02 WHIRLPOOL 19bbb8de37898058b7ed5647850d5502dc202a3da6e2009a87250cc9266e83ece6c48a4229c479a41ada57aa2c66cb29b2e8a7c3817091423fe2632bf5268e23 -MISC metadata.xml 1597 SHA256 f52db37e96b97ff21e5ab5b4aa17bffe3663cb1227cd29b930c6ccef7af07045 SHA512 4935fa33dbacd7a29092234f48654b023aa9b87f8d91639c82c101738c19b293112e156beb6d9e93d55304f9abd7fe5c92692361306bb14e166d854230913e53 WHIRLPOOL 1a0aeb1e8c92087a16e445e74a867511bbdc9bc23dcc3881ce2398fe2ee6299728420ceb824e9f582b8dcec8082ec46eaad10dcdff7091d8d6af5a04ac747363 +MISC ChangeLog 3640 SHA256 c1c17015a2a18ef2206b0636ae610918a753e799764fd14649a6ab9cb4848d7e SHA512 cd01237b5a76e6a134fb6aa9a422faeef079317dd82fba3e6586f71e9ccdae6ffe37a70c1438b09d91df8233f9602892fdf3b08a6b266ed299423480556cd662 WHIRLPOOL cdb603ccc7cc8a7541fc7d0e180f37033670837bc305b38a91bb7278cf17c9b5c617c1fd2ad9191309c110af9f99ea9ef925266688a214d5c8d5ab8dd1f8e4df +MISC metadata.xml 1668 SHA256 b11ec92e63438d8968523e38977cfca79c2598fd5b78a663fe647393f322c5b8 SHA512 9d24c1fbb0eb18971aea4bead3ee6d28b48891699c17bfe238866317f90fbe3974d65af2d3673397f6370c96de7d34d9f3b08e62b99dc0dc285bbf35bdf96bf5 WHIRLPOOL 42087cfebd77371e899b50a370334c589f917f4368d877041d874abc836d52ed70b1d24ea475b08f906df81d65b87c105a170b27e747558fb789795196dd4f77 diff --git a/app-admin/clsync/metadata.xml b/app-admin/clsync/metadata.xml index 170733c..55fb0df 100644 --- a/app-admin/clsync/metadata.xml +++ b/app-admin/clsync/metadata.xml @@ -20,7 +20,7 @@ Enable AF_UNIX control socket support. Use cgroups to limit /dev access. Enable extra security checks. This may hurt performance. - Enable GIO for FS monitoring (glib based alternative to inotify interface). + Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended, but if both are compiled, may be selected at runtime). Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems. Enable namespaces isolation. Enable seccomp for system call filtering.
[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/
commit: 6646fd48ce0c0ea2d628e136464112025b4497b4 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 28 18:59:56 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 28 18:59:56 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6646fd48 [kde-plasma/libkscreen] Add missing dependency. Upstream commit: a127049ba5ec840c18c5be19f039fc52bcecf5e4 Package-Manager: portage-2.2.14 --- kde-plasma/libkscreen/libkscreen-5.2.0.ebuild| 1 + kde-plasma/libkscreen/libkscreen-5.2..ebuild | 1 + kde-plasma/libkscreen/libkscreen-.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/libkscreen/libkscreen-5.2.0.ebuild b/kde-plasma/libkscreen/libkscreen-5.2.0.ebuild index aa34614..64a59e0 100644 --- a/kde-plasma/libkscreen/libkscreen-5.2.0.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.2.0.ebuild @@ -17,6 +17,7 @@ IUSE="" RESTRICT="test" DEPEND=" + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 diff --git a/kde-plasma/libkscreen/libkscreen-5.2..ebuild b/kde-plasma/libkscreen/libkscreen-5.2..ebuild index 47a2bb1..569b291 100644 --- a/kde-plasma/libkscreen/libkscreen-5.2..ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.2..ebuild @@ -17,6 +17,7 @@ IUSE="" RESTRICT="test" DEPEND=" + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 diff --git a/kde-plasma/libkscreen/libkscreen-.ebuild b/kde-plasma/libkscreen/libkscreen-.ebuild index 47a2bb1..569b291 100644 --- a/kde-plasma/libkscreen/libkscreen-.ebuild +++ b/kde-plasma/libkscreen/libkscreen-.ebuild @@ -17,6 +17,7 @@ IUSE="" RESTRICT="test" DEPEND=" + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11
[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog use.mask
mgorny 15/01/28 19:21:45 Modified: ChangeLog use.mask Log: Mask CPU_FLAGS_X86 for non-x86 arches. Revision ChangesPath 1.761profiles/base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.761&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.761&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.760&r2=1.761 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v retrieving revision 1.760 retrieving revision 1.761 diff -u -r1.760 -r1.761 --- ChangeLog 28 Jan 2015 18:59:43 - 1.760 +++ ChangeLog 28 Jan 2015 19:21:45 - 1.761 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.760 2015/01/28 18:59:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.761 2015/01/28 19:21:45 mgorny Exp $ + + 28 Jan 2015; Michał Górny use.mask: + Mask CPU_FLAGS_X86 for non-x86 arches. 28 Jan 2015; Michał Górny make.defaults: Add CPU_FLAGS_X86 to USE_EXPAND. 1.216profiles/base/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.216&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.216&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.215&r2=1.216 Index: use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- use.mask27 Dec 2014 19:35:53 - 1.215 +++ use.mask28 Jan 2015 19:21:45 - 1.216 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.215 2014/12/27 19:35:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.216 2015/01/28 19:21:45 mgorny Exp $ # CURL_SSL=winssl is for prefix/windows/winnt only curl_ssl_winssl @@ -79,6 +79,25 @@ xop svga nvram +cpu_flags_x86_3dnow +cpu_flags_x86_3dnowext +cpu_flags_x86_aes +cpu_flags_x86_avx +cpu_flags_x86_avx2 +cpu_flags_x86_fma3 +cpu_flags_x86_fma4 +cpu_flags_x86_mmx +cpu_flags_x86_mmxext +cpu_flags_x86_padlock +cpu_flags_x86_popcnt +cpu_flags_x86_sse +cpu_flags_x86_sse2 +cpu_flags_x86_sse3 +cpu_flags_x86_sse4_1 +cpu_flags_x86_sse4_2 +cpu_flags_x86_sse4a +cpu_flags_x86_ssse3 +cpu_flags_x86_xop # ppc arch specific USE flags altivec
[gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB: DirectFB-1.7.1.ebuild DirectFB-1.4.9-r1.ebuild DirectFB-1.7.5.ebuild DirectFB-1.7.6.ebuild DirectFB-1.6.3-r1.ebuild ChangeLog
mgorny 15/01/28 19:30:18 Modified: DirectFB-1.7.1.ebuild DirectFB-1.4.9-r1.ebuild DirectFB-1.7.5.ebuild DirectFB-1.7.6.ebuild DirectFB-1.6.3-r1.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 dev-libs/DirectFB/DirectFB-1.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild?r1=1.4&r2=1.5 Index: DirectFB-1.7.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- DirectFB-1.7.1.ebuild 18 Oct 2014 21:59:36 - 1.4 +++ DirectFB-1.7.1.ebuild 28 Jan 2015 19:30:18 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild,v 1.4 2014/10/18 21:59:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.1.ebuild,v 1.5 2015/01/28 19:30:18 mgorny Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -32,7 +32,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 -mips ~ppc ~ppc64 ~sh -sparc ~x86" -IUSE="alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl sse static-libs svg swfdec tiff timidity tremor truetype v4l vdpau vorbis webp X xine zlib ${IUV} ${IUD}" +IUSE="alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad cpu_flags_x86_mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl cpu_flags_x86_sse static-libs svg swfdec tiff timidity tremor truetype v4l vdpau vorbis webp X xine zlib ${IUV} ${IUD}" REQUIRED_USE="gles2? ( opengl )" # ffmpeg useflag broken @@ -136,8 +136,8 @@ $(use_enable fusiondale) \ $(use_enable fusionsound) \ $(use_enable fbcon fbdev) \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_enable egl) \ $(use_enable egl idirectfbgl-egl) \ $(use_enable jpeg) \ 1.8 dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild?r1=1.7&r2=1.8 Index: DirectFB-1.4.9-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- DirectFB-1.4.9-r1.ebuild27 Jan 2012 20:11:51 - 1.7 +++ DirectFB-1.4.9-r1.ebuild28 Jan 2015 19:30:18 - 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild,v 1.7 2012/01/27 20:11:51 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.9-r1.ebuild,v 1.8 2015/01/28 19:30:18 mgorny Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -32,7 +32,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86" -IUSE="debug doc fbcon gif jpeg mmx png sdl sse static-libs truetype v4l X zlib ${IUV} ${IUD}" +IUSE="debug doc fbcon gif jpeg cpu_flags_x86_mmx png sdl cpu_flags_x86_sse static-libs truetype v4l X zlib ${IUV} ${IUD}" RDEPEND="sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) @@ -90,8 +90,8 @@ $(use_enable static-libs static) \ $(use_enable X x11) \ $(use_enable fbcon fbdev) \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_enable jpeg) \ $(use_enable png) \
[gentoo-commits] gentoo-x86 commit in app-emacs/tempo-snippets: ChangeLog tempo-snippets-0.1.5.ebuild
ulm 15/01/27 19:32:26 Modified: ChangeLog tempo-snippets-0.1.5.ebuild Log: Update HOMEPAGE, bug 537928. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.6 app-emacs/tempo-snippets/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tempo-snippets/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tempo-snippets/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tempo-snippets/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 7 Jun 2014 11:42:30 - 1.5 +++ ChangeLog 27 Jan 2015 19:32:26 - 1.6 @@ -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.5 2014/06/07 11:42:30 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.6 2015/01/27 19:32:26 ulm Exp $ + + 27 Jan 2015; Ulrich Müller tempo-snippets-0.1.5.ebuild: + Update HOMEPAGE, bug 537928. 07 Jun 2014; Ulrich Müller tempo-snippets-0.1.5.ebuild: Remove redundant NEED_EMACS assignment. 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild?r1=1.3&r2=1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tempo-snippets-0.1.5.ebuild 7 Jun 2014 11:42:30 - 1.3 +++ tempo-snippets-0.1.5.ebuild 27 Jan 2015 19:32:26 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 1.3 2014/06/07 11:42:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 1.4 2015/01/27 19:32:26 ulm Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Visual insertion of tempo templates" HOMEPAGE="http://nschum.de/src/emacs/tempo-snippets/ - http://www.emacswiki.org/cgi-bin/wiki/TempoSnippets"; + http://www.emacswiki.org/emacs/TempoSnippets"; SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"; LICENSE="GPL-2+"
[gentoo-commits] dev/graaff:master commit in: dev-ruby/active_model_serializers/
commit: bf12c488fd7d4b19e819a43b5d80d25bf3b2002b Author: Hans de Graaff degraaff org> AuthorDate: Wed Jan 28 15:45:26 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 28 15:45:26 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=bf12c488 Version bump. Package-Manager: portage-2.2.14 --- dev-ruby/active_model_serializers/ChangeLog| 6 + dev-ruby/active_model_serializers/Manifest | 1 + .../active_model_serializers-0.9.3.ebuild | 27 ++ 3 files changed, 34 insertions(+) diff --git a/dev-ruby/active_model_serializers/ChangeLog b/dev-ruby/active_model_serializers/ChangeLog index 27a19e1..99c4dfc 100644 --- a/dev-ruby/active_model_serializers/ChangeLog +++ b/dev-ruby/active_model_serializers/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*active_model_serializers-0.9.3 (28 Jan 2015) + + 28 Jan 2015; Hans de Graaff + +active_model_serializers-0.9.3.ebuild: + Version bump. + *active_model_serializers-0.9.2 (14 Jan 2015) 14 Jan 2015; Hans de Graaff diff --git a/dev-ruby/active_model_serializers/Manifest b/dev-ruby/active_model_serializers/Manifest index dd66fea..7438479 100644 --- a/dev-ruby/active_model_serializers/Manifest +++ b/dev-ruby/active_model_serializers/Manifest @@ -1,2 +1,3 @@ DIST active_model_serializers-0.8.3.gem 37376 SHA256 a30eb1752d1a76fd83aca374f9549014848c4ac24d66ca30748f0ddf2f2e43b6 SHA512 a76da20ce55d41205caef83254e434aa86412772d4a94898c37fbcc4d3b0daf81674a3496cd4e3ba4a8a51323bc9a0b6e7d22f9ff9b222add59587d66287a068 WHIRLPOOL 4dac7029d1d5d9767865529500051c0bdeaaf1bc7ceb9d6a5bf95ddd6917b83c8f2911e5657b4e8b89acc1649ec1300b77253853000ff7d32bec166305d563b7 DIST active_model_serializers-0.9.2.gem 33792 SHA256 88a65864cbcd7d21a96c629398fc6a8fdb37d3755aab61126844f2af9868ed2a SHA512 fe49ad37c6b6d19b4be58b5fb492d5cc47a07bd9cbc948908e8bcf73376d40fc408aa63552401a7aa918f43a71e70f4c41fd9fa27246e7a9c0f8e474e766f3b7 WHIRLPOOL 57a5ed919a20a0293d7e796d17335dc3de9c02225a3f464f43744187ee4999cb9dbba16ecdabba40fbcbf95e686a5e258599ce52f847724deaf4e0ab21b8346b +DIST active_model_serializers-0.9.3.gem 38400 SHA256 2a9b979e64df5ad11f4eabc48ec59495263aac1db54f01052d3b145c0479d235 SHA512 19b76625eacdf771c77eb80f940cbe358c5a6b6398a769b0b792115d35deaa57e14d0d2db52c50af44dfe81878d117af2cafab23e3eb6a7cf706211bbd4f1e68 WHIRLPOOL dcc9d368d217b56dceffa9212157f6373257132c1291e746762e809e3d61c60050067e3ef041eecc5106601485f16e8ca4f590e3de6453664f8962d194296566 diff --git a/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild b/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild new file mode 100644 index 000..e095d66 --- /dev/null +++ b/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md DESIGN.textile README.md" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Making it easy to serialize models for client-side use" +HOMEPAGE="https://github.com/rails-api/active_model_serializers"; +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0.9" +IUSE="test" + +# A bit more complicated setup than I have time for now... +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/activemodel-3.2" + +#ruby_add_bdepend "test? ( >=dev-ruby/rails-3.0 )"
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang15/01/28 19:38:49 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.472xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.472&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.472&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.471&r2=1.472 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.471 retrieving revision 1.472 diff -u -r1.471 -r1.472 --- maintainer-needed.xml 25 Jan 2015 20:12:38 - 1.471 +++ maintainer-needed.xml 28 Jan 2015 19:38:49 - 1.472 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2015-01-25 + 2015-01-28 Maintainer-Needed packages @@ -38,7 +38,7 @@ Package List -The following 1197 packages are marked as maintainer-needed +The following 1198 packages are marked as maintainer-needed Package NameDescriptionBugs @@ -3540,6 +3540,9 @@ http://packages.gentoo.org/package/x11-terms/xvt";>x11-terms/xvt A tiny vt100 terminal emulator for X https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-terms/xvt";>Open Bugs +http://packages.gentoo.org/package/x11-themes/clearlooks-phenix";>x11-themes/clearlooks-phenix +Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2 +https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-themes/clearlooks-phenix";>Open Bugs http://packages.gentoo.org/package/x11-themes/fvwm-themes";>x11-themes/fvwm-themes A configuration framework for the fvwm window manager https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-themes/fvwm-themes";>Open Bugs
[gentoo-commits] gentoo-x86 commit in dev-lisp/ecls: ecls-13.5.1-r1.ebuild ecls-13.5.1.ebuild ecls-12.12.1-r5.ebuild ChangeLog
mgorny 15/01/28 19:40:42 Modified: ecls-13.5.1-r1.ebuild ecls-13.5.1.ebuild ecls-12.12.1-r5.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 dev-lisp/ecls/ecls-13.5.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?r1=1.3&r2=1.4 Index: ecls-13.5.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ecls-13.5.1-r1.ebuild 10 Aug 2014 20:41:36 - 1.3 +++ ecls-13.5.1-r1.ebuild 28 Jan 2015 19:40:42 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.3 2014/08/10 20:41:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.4 2015/01/28 19:40:42 mgorny Exp $ EAPI=5 inherit eutils multilib @@ -17,7 +17,7 @@ LICENSE="BSD LGPL-2" SLOT="0/${PV}" KEYWORDS="amd64 ~ppc ~sparc ~x86" -IUSE="debug emacs gengc precisegc sse +threads +unicode X" +IUSE="debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X" CDEPEND="dev-libs/gmp virtual/libffi @@ -55,7 +55,7 @@ $(use_enable gengc) \ $(use_enable precisegc) \ $(use_with debug debug-cflags) \ - $(use_with sse) \ + $(use_with cpu_flags_x86_sse sse) \ $(use_enable threads) \ $(use_with threads __thread) \ $(use_enable unicode) \ 1.4 dev-lisp/ecls/ecls-13.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?r1=1.3&r2=1.4 Index: ecls-13.5.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ecls-13.5.1.ebuild 10 Aug 2014 20:41:36 - 1.3 +++ ecls-13.5.1.ebuild 28 Jan 2015 19:40:42 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v 1.3 2014/08/10 20:41:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v 1.4 2015/01/28 19:40:42 mgorny Exp $ EAPI=5 inherit eutils multilib @@ -14,7 +14,7 @@ LICENSE="BSD LGPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug emacs gengc precisegc sse +threads +unicode X" +IUSE="debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X" CDEPEND="dev-libs/gmp virtual/libffi @@ -50,7 +50,7 @@ $(use_enable gengc) \ $(use_enable precisegc) \ $(use_with debug debug-cflags) \ - $(use_with sse) \ + $(use_with cpu_flags_x86_sse sse) \ $(use_enable threads) \ $(use_with threads __thread) \ $(use_enable unicode) \ 1.3 dev-lisp/ecls/ecls-12.12.1-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild?r1=1.2&r2=1.3 Index: ecls-12.12.1-r5.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ecls-12.12.1-r5.ebuild 10 Aug 2014 20:41:36 - 1.2 +++ ecls-12.12.1-r5.ebuild 28 Jan 2015 19:40:42 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v 1.2 2014/08/10 20:41:36
[gentoo-commits] gentoo-x86 commit in dev-lisp/cmucl: cmucl-20d-r3.ebuild cmucl-20b_p001.ebuild cmucl-20a.ebuild cmucl-20e.ebuild ChangeLog
mgorny 15/01/28 19:40:59 Modified: cmucl-20d-r3.ebuild cmucl-20b_p001.ebuild cmucl-20a.ebuild cmucl-20e.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 dev-lisp/cmucl/cmucl-20d-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?r1=1.2&r2=1.3 Index: cmucl-20d-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cmucl-20d-r3.ebuild 12 May 2013 11:06:44 - 1.2 +++ cmucl-20d-r3.ebuild 28 Jan 2015 19:40:59 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v 1.2 2013/05/12 11:06:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v 1.3 2015/01/28 19:40:59 mgorny Exp $ EAPI=5 inherit eutils toolchain-funcs multilib @@ -16,7 +16,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~x86" -IUSE="X source sse2" +IUSE="X source cpu_flags_x86_sse2" CDEPEND=">=dev-lisp/asdf-2.33-r3:= x11-libs/motif:0" @@ -38,7 +38,7 @@ src_compile() { local cmufpu cmuopts - if use sse2; then + if use cpu_flags_x86_sse2; then cmufpu=sse2 else cmufpu=x87 1.5 dev-lisp/cmucl/cmucl-20b_p001.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?r1=1.4&r2=1.5 Index: cmucl-20b_p001.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cmucl-20b_p001.ebuild 24 Oct 2012 19:07:00 - 1.4 +++ cmucl-20b_p001.ebuild 28 Jan 2015 19:40:59 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.4 2012/10/24 19:07:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.5 2015/01/28 19:40:59 mgorny Exp $ EAPI=3 inherit eutils multilib toolchain-funcs @@ -15,7 +15,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~x86" -IUSE="X source sse2" +IUSE="X source cpu_flags_x86_sse2" RDEPEND="x11-libs/motif" DEPEND="${RDEPEND} @@ -51,7 +51,7 @@ } src_compile() { - local cmufpu=$(glo_usev sse2 sse2 x87) + local cmufpu=$(glo_usev cpu_flags_x86_sse2 sse2 x87) local cmuopts="$(glo_usev !X -u) -f ${cmufpu}" local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core -noinit -nositeinit -batch" env CC="$(tc-getCC)" src/tools/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" 1.7 dev-lisp/cmucl/cmucl-20a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?r1=1.6&r2=1.7 Index: cmucl-20a.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cmucl-20a.ebuild24 Oct 2012 19:07:00 - 1.6 +++ cmucl-20a.ebuild28 Jan 2015 19:40:59 - 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.6 2012/10/24 19:07:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.7 2015/01/28 19:40:59 mgorny Exp $ EAPI="3" @@ -17,7 +17,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~x86" -IUSE="X source sse2" +IUSE="X source cpu_flag
[gentoo-commits] gentoo-x86 commit in sys-process/psmisc/files: psmisc-22.21-fuser_typo_fix.patch
polynomial-c15/01/28 19:22:59 Added:psmisc-22.21-fuser_typo_fix.patch Log: Revbump to fix a typo in fuser which leads to -M option being enabled all the time. Committed straight to stable (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.1 sys-process/psmisc/files/psmisc-22.21-fuser_typo_fix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/files/psmisc-22.21-fuser_typo_fix.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/files/psmisc-22.21-fuser_typo_fix.patch?rev=1.1&content-type=text/plain Index: psmisc-22.21-fuser_typo_fix.patch === >From 3638cc55b4d08851faba46635d737b24d016665b Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 28 Feb 2014 21:55:02 +1100 Subject: [PATCH] Typo in fuser makes -M on all the time Brad found that fuser had the -M option on all the time. A simple but significant typo caused this, thanks the the patch. Bug-Debian: http://bugs.debian.org/740275 Signed-off-by: Craig Small --- ChangeLog | 4 src/fuser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd1cccf..e5f784c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Changes in 22.22 + + * Fixed typo in fuser which has -M on Debian #740275 + Changes in 22.21 * Missing comma in fuser(1) added Debian #702391 diff --git a/src/fuser.c b/src/fuser.c index b485f65..389b302 100644 --- a/src/fuser.c +++ b/src/fuser.c @@ -1174,7 +1174,7 @@ int main(int argc, char *argv[]) usage(_("No process specification given")); /* Check if -M flag was used and if so check mounts */ - if (opts * OPT_ISMOUNTPOINT) { + if (opts & OPT_ISMOUNTPOINT) { check_mountpoints(&mounts, &names_head, &names_tail); } -- 2.2.2
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
johu15/01/28 00:56:24 Modified: ChangeLog package.mask Log: Mask >=app-crypt/qca-2.1. Revision ChangesPath 1.9708 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9708&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9708&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9707&r2=1.9708 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9707 retrieving revision 1.9708 diff -u -r1.9707 -r1.9708 --- ChangeLog 26 Jan 2015 19:38:23 - 1.9707 +++ ChangeLog 28 Jan 2015 00:56:23 - 1.9708 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9707 2015/01/26 19:38:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9708 2015/01/28 00:56:23 johu 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! + 28 Jan 2015; Johannes Huber package.mask: + Mask >=app-crypt/qca-2.1. + 26 Jan 2015; Johannes Huber package.mask: Mask kde-misc/kio-ftps for removal. 1.16302 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16302&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16302&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16301&r2=1.16302 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16301 retrieving revision 1.16302 diff -u -r1.16301 -r1.16302 --- package.mask26 Jan 2015 19:38:23 - 1.16301 +++ package.mask28 Jan 2015 00:56:23 - 1.16302 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16301 2015/01/26 19:38:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16302 2015/01/28 00:56:23 johu 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 @@ -30,6 +30,10 @@ #--- END OF EXAMPLES --- +# Johannes Huber (28 Jan 2015) +# Masked until reverse dependencies fixed. +>=app-crypt/qca-2.1 + # Johannes Huber (26 Jan 2015) # Masked for removal in 30 days, bug #537746. # Superseded by kde-base/kdebase-kioslaves ages ago.
[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-42.0.2288.6_p1.ebuild ChangeLog google-chrome-unstable-41.0.2272.12_p1.ebuild
floppym 15/01/28 19:05:52 Modified: ChangeLog Added:google-chrome-unstable-42.0.2288.6_p1.ebuild Removed: google-chrome-unstable-41.0.2272.12_p1.ebuild Log: Automated update. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.77 www-client/google-chrome-unstable/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 20 Jan 2015 23:40:50 - 1.76 +++ ChangeLog 28 Jan 2015 19:05:52 - 1.77 @@ -1,6 +1,13 @@ # ChangeLog for www-client/google-chrome-unstable # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.76 2015/01/20 23:40:50 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.77 2015/01/28 19:05:52 floppym Exp $ + +*google-chrome-unstable-42.0.2288.6_p1 (28 Jan 2015) + + 28 Jan 2015; Mike Gilbert + +google-chrome-unstable-42.0.2288.6_p1.ebuild, + -google-chrome-unstable-41.0.2272.12_p1.ebuild: + Automated update. *google-chrome-unstable-41.0.2272.12_p1 (20 Jan 2015) 1.1 www-client/google-chrome-unstable/google-chrome-unstable-42.0.2288.6_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2288.6_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2288.6_p1.ebuild?rev=1.1&content-type=text/plain Index: google-chrome-unstable-42.0.2288.6_p1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2288.6_p1.ebuild,v 1.1 2015/01/28 19:05:52 floppym Exp $ EAPI="5" CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh_CN zh_TW" inherit readme.gentoo chromium eutils multilib pax-utils unpacker DESCRIPTION="The web browser from Google" HOMEPAGE="http://www.google.com/chrome"; if [[ ${PN} == google-chrome ]]; then MY_PN=${PN}-stable else MY_PN=${PN} fi MY_P="${MY_PN}_${PV/_p/-}" SRC_URI=" amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb ) " LICENSE="google-chrome" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="+plugins" RESTRICT="bindist mirror strip" RDEPEND=" app-arch/bzip2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango x11-misc/xdg-utils " QA_PREBUILT="*" S=${WORKDIR} CHROME_HOME="opt/google/chrome${PN#google-chrome}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" Some web pages may require additional fonts to display properly. Try installing some of the following packages if some characters are not displayed properly: - media-fonts/arphicfonts - media-fonts/bitstream-cyberbit - media-fonts/droid - media-fonts/ipamonafont - media-fonts/ja-ipafonts - media-fonts/takao-fonts - media-fonts/wqy-microhei - media-fonts/wqy-zenhei Depending on your desktop environment, you may need to install additional packages to get icons on the Downloads page. For KDE, the required package is kde-base/oxygen-icons. For other desktop environments, try one of the following: - x11-themes/gnome-icon-theme - x11-them
[gentoo-commits] gentoo-x86 commit in app-cdr/dvdisaster: dvdisaster-0.72.2.ebuild ChangeLog
mgorny 15/01/28 19:05:58 Modified: dvdisaster-0.72.2.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.8 app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild?r1=1.7&r2=1.8 Index: dvdisaster-0.72.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dvdisaster-0.72.2.ebuild3 May 2012 07:51:48 - 1.7 +++ dvdisaster-0.72.2.ebuild28 Jan 2015 19:05:58 - 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild,v 1.7 2012/05/03 07:51:48 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/dvdisaster-0.72.2.ebuild,v 1.8 2015/01/28 19:05:58 mgorny Exp $ EAPI=4 inherit eutils gnome2-utils versionator @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" SLOT="0" -IUSE="debug linguas_cs linguas_de linguas_it linguas_ru sse2" +IUSE="debug linguas_cs linguas_de linguas_it linguas_ru cpu_flags_x86_sse2" RDEPEND=">=x11-libs/gtk+-2.6:2 media-libs/libpng @@ -34,7 +34,7 @@ src_configure() { local myconf - if use sse2; then + if use cpu_flags_x86_sse2; then myconf+=" --with-sse2=yes" else myconf+=" --with-sse2=no" 1.30 app-cdr/dvdisaster/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvdisaster/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 26 Sep 2012 11:11:08 - 1.29 +++ ChangeLog 28 Jan 2015 19:05:58 - 1.30 @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/dvdisaster -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/ChangeLog,v 1.29 2012/09/26 11:11:08 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvdisaster/ChangeLog,v 1.30 2015/01/28 19:05:58 mgorny Exp $ + + 28 Jan 2015; Michał Górny dvdisaster-0.72.2.ebuild: + Switch to CPU_FLAGS_X86. 26 Sep 2012; Samuli Suominen dvdisaster-0.72.4.ebuild: ppc stable wrt #428050 @@ -118,4 +121,3 @@ 17 Jun 2006; Lars Weiler +files/dvd-rom-0.66.patch, +metadata.xml, +dvdisaster-0.66.ebuild: Initial import; thanks to all contributors in bug #81290. -
[gentoo-commits] gentoo-x86 commit in dev-python/python-daemon: python-daemon-2.0.4.ebuild ChangeLog
djc 15/01/28 18:27:12 Modified: ChangeLog Added:python-daemon-2.0.4.ebuild Log: Version bump python-daemon to 2.0.4 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381) Revision ChangesPath 1.18 dev-python/python-daemon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-daemon/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-daemon/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-daemon/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 17 Jan 2015 14:15:43 - 1.17 +++ ChangeLog 28 Jan 2015 18:27:12 - 1.18 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-daemon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.17 2015/01/17 14:15:43 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.18 2015/01/28 18:27:12 djc Exp $ + +*python-daemon-2.0.4 (28 Jan 2015) + + 28 Jan 2015; Dirkjan Ochtman +python-daemon-2.0.4.ebuild: + Version bump python-daemon to 2.0.4 *python-daemon-2.0.3 (17 Jan 2015) 1.1 dev-python/python-daemon/python-daemon-2.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.4.ebuild?rev=1.1&content-type=text/plain Index: python-daemon-2.0.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.4.ebuild,v 1.1 2015/01/28 18:27:12 djc Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Library to implement a well-behaved Unix daemon process" HOMEPAGE="http://pypi.python.org/pypi/python-daemon"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )" DOCS=( ChangeLog ) python_test() { esetup.py test }
[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.0.0_p598.ebuild ruby-2.1.5.ebuild ChangeLog
mgorny 15/01/28 19:26:41 Modified: ruby-2.0.0_p598.ebuild ruby-2.1.5.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.12 dev-lang/ruby/ruby-2.0.0_p598.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild?r1=1.11&r2=1.12 Index: ruby-2.0.0_p598.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ruby-2.0.0_p598.ebuild 19 Jan 2015 20:07:18 - 1.11 +++ ruby-2.0.0_p598.ebuild 28 Jan 2015 19:26:41 - 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.11 2015/01/19 20:07:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.12 2015/01/28 19:26:41 mgorny Exp $ EAPI=5 @@ -34,7 +34,7 @@ LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline sse2" +IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline cpu_flags_x86_sse2" RDEPEND=" berkdb? ( sys-libs/db ) @@ -59,7 +59,7 @@ xemacs? ( app-xemacs/ruby-modes )" src_prepare() { - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then excluded_patches="012_no_forced_sse2.patch" fi 1.3 dev-lang/ruby/ruby-2.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild?r1=1.2&r2=1.3 Index: ruby-2.1.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ruby-2.1.5.ebuild 19 Jan 2015 20:07:18 - 1.2 +++ ruby-2.1.5.ebuild 28 Jan 2015 19:26:41 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild,v 1.2 2015/01/19 20:07:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.5.ebuild,v 1.3 2015/01/28 19:26:41 mgorny Exp $ EAPI=5 @@ -35,7 +35,7 @@ LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline sse2" +IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline cpu_flags_x86_sse2" RDEPEND=" berkdb? ( sys-libs/db ) @@ -60,7 +60,7 @@ xemacs? ( app-xemacs/ruby-modes )" src_prepare() { - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then excluded_patches="012_no_forced_sse2.patch" fi 1.699dev-lang/ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.699&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.699&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.698&r2=1.699 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v retrieving revision 1.698 retrieving revision 1.699 diff -u -r1.698 -r1.699 --- ChangeLog 19 Jan 2015 20:07:18 - 1.698 +++ ChangeLog 28 Jan 2015 19:26:41 - 1.699 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.698 2015/01/19 20:07:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.699 2015/01/28 19:26:41 mgorny Exp $ + + 28 Jan 2015; Michał Górny ruby-2.0.0_p598.ebuild, + ruby-2.1.5.ebuild: + Switch to CPU_FLAGS_X86. 19 Jan 2015; Hans de Graaff ruby-1.9.3_p551.ebuild, ruby-2.0.0_p598.ebuild, ruby-2.1.5.
[gentoo-commits] gentoo-x86 commit in app-emacs/inform-mode: ChangeLog inform-mode-1.6.2.ebuild inform-mode-1.5.8.ebuild
ulm 15/01/27 18:28:15 Modified: ChangeLog inform-mode-1.5.8.ebuild Added:inform-mode-1.6.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.15 app-emacs/inform-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 27 Jan 2015 18:20:41 - 1.14 +++ ChangeLog 27 Jan 2015 18:28:15 - 1.15 @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/inform-mode # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/ChangeLog,v 1.14 2015/01/27 18:20:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/ChangeLog,v 1.15 2015/01/27 18:28:15 ulm Exp $ + +*inform-mode-1.6.2 (27 Jan 2015) + + 27 Jan 2015; Ulrich Müller +inform-mode-1.6.2.ebuild: + Version bump. 27 Jan 2015; Ulrich Müller inform-mode-1.5.8.ebuild: Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. Specify LICENSE more 1.17 app-emacs/inform-mode/inform-mode-1.5.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild?r1=1.16&r2=1.17 Index: inform-mode-1.5.8.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- inform-mode-1.5.8.ebuild27 Jan 2015 18:20:41 - 1.16 +++ inform-mode-1.5.8.ebuild27 Jan 2015 18:28:15 - 1.17 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild,v 1.16 2015/01/27 18:20:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/inform-mode-1.5.8.ebuild,v 1.17 2015/01/27 18:28:15 ulm Exp $ EAPI=5 @@ -16,5 +16,4 @@ KEYWORDS="amd64 ppc sparc x86" S="${WORKDIR}/${PN}" - SITEFILE="50${PN}-gentoo.el" 1.1 app-emacs/inform-mode/inform-mode-1.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/inform-mode-1.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/inform-mode-1.6.2.ebuild?rev=1.1&content-type=text/plain Index: inform-mode-1.6.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/inform-mode-1.6.2.ebuild,v 1.1 2015/01/27 18:28:15 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="A major mode for editing Inform programs" HOMEPAGE="http://rupert-lane.org/inform-mode/ http://www.emacswiki.org/emacs/InformMode"; SRC_URI="http://rupert-lane.org/${PN}/releases/${P}.tar.gz"; LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" SITEFILE="50${PN}-gentoo.el" DOCS="AUTHORS NEWS README"
[gentoo-commits] gentoo-x86 commit in x11-misc/lsw: lsw-0.3.ebuild ChangeLog
jer 15/01/28 09:03:49 Modified: lsw-0.3.ebuild ChangeLog Log: Make compiler calls visible. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.2 x11-misc/lsw/lsw-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild?r1=1.1&r2=1.2 Index: lsw-0.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lsw-0.3.ebuild 1 Dec 2014 13:00:39 - 1.1 +++ lsw-0.3.ebuild 28 Jan 2015 09:03:49 - 1.2 @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild,v 1.1 2014/12/01 13:00:39 jer Exp $ - -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.3.ebuild,v 1.2 2015/01/28 09:03:49 jer Exp $ +EAPI=5 inherit toolchain-funcs DESCRIPTION="list window names" @@ -13,7 +12,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} @@ -24,6 +22,10 @@ -e '/^CC/d' \ -e '/^CFLAGS/{s| -Os||;s|=|+=|}' \ -e '/^LDFLAGS/{s|=|+=|;s| -s||}' || die + sed -i \ + -e 's|^\t@|\t|g' \ + -e '/^\techo/d' \ + Makefile || die } src_compile() { 1.13 x11-misc/lsw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lsw/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 1 Dec 2014 13:00:39 - 1.12 +++ ChangeLog 28 Jan 2015 09:03:49 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lsw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.12 2014/12/01 13:00:39 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.13 2015/01/28 09:03:49 jer Exp $ + + 28 Jan 2015; Jeroen Roovers lsw-0.3.ebuild: + Make compiler calls visible. *lsw-0.3 (01 Dec 2014)
[gentoo-commits] gentoo-x86 commit in www-client/lynx: ChangeLog lynx-2.8.8_p1.ebuild lynx-2.8.8_rc1.ebuild
radhermit15/01/28 01:37:52 Modified: ChangeLog Removed: lynx-2.8.8_p1.ebuild lynx-2.8.8_rc1.ebuild Log: Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision ChangesPath 1.163www-client/lynx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/ChangeLog?rev=1.163&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/ChangeLog?rev=1.163&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/ChangeLog?r1=1.162&r2=1.163 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- ChangeLog 28 Jan 2015 01:36:17 - 1.162 +++ ChangeLog 28 Jan 2015 01:37:52 - 1.163 @@ -1,6 +1,11 @@ # ChangeLog for www-client/lynx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.162 2015/01/28 01:36:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.163 2015/01/28 01:37:52 radhermit Exp $ + + 28 Jan 2015; Tim Harder -lynx-2.8.8_rc1.ebuild, + -lynx-2.8.8_p1.ebuild, -files/lynx-2.8.7-configure-openssl.patch, + -files/lynx-2.8.8_pre14-parallel.patch: + Remove old. *lynx-2.8.9_pre4 (28 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-live/files: rc-addon-0.3.sh confd-0.3
hd_brummy15/01/28 14:56:35 Added:rc-addon-0.3.sh confd-0.3 Log: parameter --epgimages available in rc-script (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A) Revision ChangesPath 1.1 media-plugins/vdr-live/files/rc-addon-0.3.sh file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/files/rc-addon-0.3.sh?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/files/rc-addon-0.3.sh?rev=1.1&content-type=text/plain Index: rc-addon-0.3.sh === # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/files/rc-addon-0.3.sh,v 1.1 2015/01/28 14:56:35 hd_brummy Exp $ # # zzam@g.o # hd_brummy@g.o EPGIMAGES_DIR="/var/cache/vdr/epgimages" plugin_pre_vdr_start() { if [ "${LIVE_USE_SSL:=no}" = "yes" ]; then if [ -n "${LIVE_SSL_PORT}" ]; then add_plugin_param "-s ${LIVE_SSL_PORT}" fi add_plugin_param "--cert=/etc/vdr/plugins/live/live.pem" add_plugin_param "--key=/etc/vdr/plugins/live/live-key.pem" else if [ -n "${LIVE_PORT}" ]; then add_plugin_param "-p ${LIVE_PORT}" fi fi if [ -d ${EPGIMAGES_DIR} ]; then add_plugin_param "--epgimages=${EPGIMAGES_DIR}" fi local ip for ip in ${LIVE_BIND_IPS:=`hostname -i`}; do add_plugin_param "-i ${ip}" done } 1.1 media-plugins/vdr-live/files/confd-0.3 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/files/confd-0.3?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/files/confd-0.3?rev=1.1&content-type=text/plain Index: confd-0.3 === # configuration of media-plugins/vdr-live # for people who want more secure # with ssl access. # on usage, you have to install vdr-live # with USE="ssl" # # SSL ADDRESS --> https://:8443/ # # allowed values: yes no # default: no #LIVE_USE_SSL="yes" # default given portnumber # only changes needed on problems # #LIVE_PORT="8008" #LIVE_SSL_PORT="8443" # bind to these IP addresses # default, your IP will automaticly detected # LIVE_BIND_IPS="127.0.0.1" # for people who have epgimges # default: /var/cache/vdr/epgimges # # set this to your own path, if needed #EPGIMAGES_DIR=" "
[gentoo-commits] gentoo-x86 commit in dev-ruby/facter: ChangeLog facter-2.4.0.ebuild
graaff 15/01/28 06:45:53 Modified: ChangeLog Added:facter-2.4.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.118dev-ruby/facter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.117&r2=1.118 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ChangeLog 28 Jan 2015 06:20:09 - 1.117 +++ ChangeLog 28 Jan 2015 06:45:53 - 1.118 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/facter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.117 2015/01/28 06:20:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.118 2015/01/28 06:45:53 graaff Exp $ + +*facter-2.4.0 (28 Jan 2015) + + 28 Jan 2015; Hans de Graaff +facter-2.4.0.ebuild: + Version bump. 28 Jan 2015; Hans de Graaff -facter-2.0.2.ebuild, -facter-2.1.0.ebuild: 1.1 dev-ruby/facter/facter-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.0.ebuild?rev=1.1&content-type=text/plain Index: facter-2.4.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.0.ebuild,v 1.1 2015/01/28 06:45:53 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_BINWRAP="facter" inherit ruby-fakegem DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems" HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"; LICENSE="Apache-2.0" SLOT="0" IUSE="+dmi +pciutils +virt" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" CDEPEND=" app-emulation/virt-what sys-apps/net-tools sys-apps/lsb-release dmi? ( sys-apps/dmidecode ) pciutils? ( sys-apps/pciutils )" RDEPEND+=" ${CDEPEND}" DEPEND+=" test? ( ${CDEPEND} )" ruby_add_bdepend "test? ( dev-ruby/mocha:1.0 )" all_ruby_prepare() { # Provide explicit path since /sbin is not in the default PATH on # Gentoo. sed -i -e 's:arp -an:/sbin/arp -an:' lib/facter/util/ec2.rb spec/unit/util/ec2_spec.rb || die # Ensure the correct version of mocha is used without using bundler. sed -i -e '1igem "mocha", "~>1.0"' spec/spec_helper.rb || die # Avoid because tests try to access outside stuff, e.g. /sys/block sed -i -e '/should load facts on the facter search path only once/,/^ end/ s:^:#:' spec/unit/util/loader_spec.rb || die # Allow specs to work with newer rspec 2.x versions. sed -i -e '1irequire "rspec-expectations"' spec/puppetlabs_spec/matchers.rb || die # Avoid specs specific to macosx requiring cfpropertylist which is # not available anymore. rm spec/unit/util/macosx_spec.rb || die sed -i -e '/macosx/ s:^:#:' \ -e '/on Darwin/,/^ end/ s:^:#:' spec/unit/virtual_spec.rb || die sed -i -e '/Facter::Processors::Darwin/,/^end/ s:^:#:' spec/unit/processors/os_spec.rb || die } all_ruby_install() { all_fakegem_install # Create the directory for custom facts. keepdir /etc/facter/facts.d }
[gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
commit: f57811e8db40485798904aecef2d6041897af8eb Author: Hans de Graaff degraaff org> AuthorDate: Wed Jan 28 16:03:35 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 28 16:03:35 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=f57811e8 Remove copy-paste remnant. Package-Manager: portage-2.2.14 --- dev-ruby/minitest-around/ChangeLog| 3 +++ dev-ruby/minitest-around/minitest-around-0.3.0.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-around/ChangeLog b/dev-ruby/minitest-around/ChangeLog index 55794b6..5d6ebfd 100644 --- a/dev-ruby/minitest-around/ChangeLog +++ b/dev-ruby/minitest-around/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Jan 2015; Hans de Graaff minitest-around-0.3.0.ebuild: + Remove copy-paste remnant. + *minitest-around-0.3.0 (28 Jan 2015) 28 Jan 2015; Hans de Graaff diff --git a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild index 4ae1ffb..bdab2cb 100644 --- a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild @@ -8,8 +8,6 @@ USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - inherit ruby-fakegem DESCRIPTION="Alternative for setup/teardown dance"
[gentoo-commits] gentoo-x86 commit in www-client/lynx/files: lynx-2.8.8_pre14-parallel.patch lynx-2.8.7-configure-openssl.patch
radhermit15/01/28 01:37:52 Removed: lynx-2.8.8_pre14-parallel.patch lynx-2.8.7-configure-openssl.patch Log: Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
[gentoo-commits] gentoo-x86 commit in games-sports/ski: ChangeLog ski-6.7.ebuild
mr_bones_15/01/28 17:12:48 Modified: ChangeLog Removed: ski-6.7.ebuild Log: old (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.21 games-sports/ski/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ski/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ski/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ski/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-sports/ski/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 28 Jan 2015 10:21:59 - 1.20 +++ ChangeLog 28 Jan 2015 17:12:48 - 1.21 @@ -1,6 +1,9 @@ # ChangeLog for games-sports/ski # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/ski/ChangeLog,v 1.20 2015/01/28 10:21:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/ski/ChangeLog,v 1.21 2015/01/28 17:12:48 mr_bones_ Exp $ + + 28 Jan 2015; Michael Sterrett -ski-6.7.ebuild: + old 28 Jan 2015; Agostino Sarubbo ski-6.8.ebuild: Stable for ppc, wrt bug #534164
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
blueness15/01/28 18:27:31 Modified: ChangeLog package.mask Log: p.mask =net-misc/tor-0.2.6.2_alpha-r1, bug #536196. Revision ChangesPath 1.9710 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9710&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9710&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9709&r2=1.9710 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9709 retrieving revision 1.9710 diff -u -r1.9709 -r1.9710 --- ChangeLog 28 Jan 2015 17:55:33 - 1.9709 +++ ChangeLog 28 Jan 2015 18:27:30 - 1.9710 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9709 2015/01/28 17:55:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9710 2015/01/28 18:27:30 blueness 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! + 28 Jan 2015; Anthony G. Basile package.mask: + p.mask =net-misc/tor-0.2.6.2_alpha-r1, bug #536196. + 28 Jan 2015; Michał Górny desc/cpu_flags_x86.desc: Remove the warning since the news item has been committed. 1.16303 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16303&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16303&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16302&r2=1.16303 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16302 retrieving revision 1.16303 diff -u -r1.16302 -r1.16303 --- package.mask28 Jan 2015 00:56:23 - 1.16302 +++ package.mask28 Jan 2015 18:27:30 - 1.16303 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16302 2015/01/28 00:56:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16303 2015/01/28 18:27:30 blueness 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 @@ -30,6 +30,10 @@ #--- END OF EXAMPLES --- +# Anthony G. Basile (28 Jan 2015) +# Its broken and we're waiting for fixes from upstream, bug #536196 +=net-misc/tor-0.2.6.2_alpha-r1 + # Johannes Huber (28 Jan 2015) # Masked until reverse dependencies fixed. >=app-crypt/qca-2.1
[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-42.0.2288.6_alpha1.ebuild ChangeLog chrome-binary-plugins-41.0.2272.12_alpha1.ebuild
floppym 15/01/28 19:06:04 Modified: ChangeLog Added:chrome-binary-plugins-42.0.2288.6_alpha1.ebuild Removed: chrome-binary-plugins-41.0.2272.12_alpha1.ebuild Log: Automated update. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.215www-plugins/chrome-binary-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.215&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.215&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.214&r2=1.215 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- ChangeLog 27 Jan 2015 21:10:02 - 1.214 +++ ChangeLog 28 Jan 2015 19:06:04 - 1.215 @@ -1,6 +1,13 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.214 2015/01/27 21:10:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.215 2015/01/28 19:06:04 floppym Exp $ + +*chrome-binary-plugins-42.0.2288.6_alpha1 (28 Jan 2015) + + 28 Jan 2015; Mike Gilbert + +chrome-binary-plugins-42.0.2288.6_alpha1.ebuild, + -chrome-binary-plugins-41.0.2272.12_alpha1.ebuild: + Automated update. *chrome-binary-plugins-40.0.2214.93_p1 (27 Jan 2015) *chrome-binary-plugins-41.0.2272.17_beta1 (27 Jan 2015) 1.1 www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2288.6_alpha1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2288.6_alpha1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2288.6_alpha1.ebuild?rev=1.1&content-type=text/plain Index: chrome-binary-plugins-42.0.2288.6_alpha1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2288.6_alpha1.ebuild,v 1.1 2015/01/28 19:06:04 floppym Exp $ EAPI=5 inherit multilib unpacker DESCRIPTION="Binary plugins from Google Chrome for use in Chromium" HOMEPAGE="http://www.google.com/chrome"; case ${PV} in *_alpha*|*) SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_alpha/-} ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_beta/-} ;; *_p*) SLOT="stable" CHROMEDIR="opt/google/chrome" MY_PV=${PV/_p/-} ;; *) die "Invalid value for \${PV}: ${PV}" ;; esac MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" if [[ ${PV} != * ]]; then SRC_URI=" amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb ) x86? ( https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb ) " KEYWORDS="~amd64 ~x86" fi LICENSE="google-chrome" IUSE="+flash" RESTRICT="bindist mirror strip" for x in 0 beta stable unstable; do if [[ ${SLOT} != ${x} ]]; then RDEPEND+=" !${CATEGORY}/${PN}:${x}" fi done S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() { eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." } if [[ ${PV} == * ]]; then src_unpack() { local base="https://dl.google.com/linux/direct"; local debarch=${ARCH/x86/i386} wget -O google-chrome.deb "${base}/google-chrome-${SLOT}_current_${debarch}.deb" || die unpack_deb ./google-chrome.deb } fi src_install() { local version flapper insinto /usr/$(get_libdir)/chromium-browser/ if use flash; then doins -r PepperFlash # Since this is a live ebuild, we're forced to, unfortuantely, # dynamically construct the command line args for Chromium. version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" echo -n "CHROMIUM_FLAGS=\"\$
[gentoo-commits] gentoo-x86 commit in dev-games/clanlib: clanlib-2.3.7.ebuild clanlib-2.3.6.ebuild ChangeLog
mgorny 15/01/28 19:17:39 Modified: clanlib-2.3.7.ebuild clanlib-2.3.6.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 dev-games/clanlib/clanlib-2.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild?r1=1.2&r2=1.3 Index: clanlib-2.3.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- clanlib-2.3.7.ebuild12 Sep 2014 19:12:38 - 1.2 +++ clanlib-2.3.7.ebuild28 Jan 2015 19:17:39 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 1.2 2014/09/12 19:12:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 1.3 2015/01/28 19:17:39 mgorny Exp $ EAPI=4 inherit flag-o-matic eutils autotools-utils @@ -14,7 +14,7 @@ LICENSE="ZLIB" SLOT="2.3" KEYWORDS="~amd64 ~x86" #not big endian safe #82779 -IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X" +IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )" RDEPEND="sys-libs/zlib @@ -65,7 +65,7 @@ src_configure() { myeconfargs=( $(use_enable doc docs) - $(use_enable sse2) + $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable opengl clanGL) $(use_enable opengl clanGL1) $(use_enable opengl clanGUI) 1.6 dev-games/clanlib/clanlib-2.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild?r1=1.5&r2=1.6 Index: clanlib-2.3.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clanlib-2.3.6.ebuild28 Oct 2013 23:31:47 - 1.5 +++ clanlib-2.3.6.ebuild28 Jan 2015 19:17:39 - 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v 1.5 2013/10/28 23:31:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v 1.6 2015/01/28 19:17:39 mgorny Exp $ EAPI=4 inherit flag-o-matic eutils autotools-utils @@ -14,7 +14,7 @@ LICENSE="ZLIB" SLOT="2.3" KEYWORDS="amd64 x86" #not big endian safe #82779 -IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X" +IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )" RDEPEND="sys-libs/zlib @@ -57,7 +57,7 @@ src_configure() { myeconfargs=( $(use_enable doc docs) - $(use_enable sse2) + $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable opengl clanGL) $(use_enable opengl clanGL1) $(use_enable opengl clanGUI) 1.66 dev-games/clanlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 12 Sep 2014 19:12:38 - 1.65 +++ ChangeLog 28 Jan 2015 19:17:39 - 1.66 @@ -1,6 +1,10 @@ # ChangeLog for dev-games/clanlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.65 2014/09/12 19:12:38 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GP
[gentoo-commits] proj/kde:master commit in: app-crypt/qca/
commit: 4d3665a9e3d9627e86d5e18c375c8a9feb45c7a8 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 27 23:40:28 2015 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 27 23:40:28 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4d3665a9 [app-crypt/qca] Fix use doc Package-Manager: portage-2.2.15 --- app-crypt/qca/qca-2.1.0.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild index d3d1819..d42d434 100644 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ b/app-crypt/qca/qca-2.1.0.3.ebuild @@ -113,7 +113,7 @@ src_install() { if use doc; then pushd "${BUILD_DIR}" >/dev/null - doxygen Doxyfile || die + doxygen Doxyfile.in || die dohtml apidocs/html/* popd >/dev/null fi @@ -122,6 +122,8 @@ src_install() { insinto /usr/share/doc/${PF} doins -r "${S}"/examples fi + + cmake-utils_src_install } src_test() {
[gentoo-commits] gentoo-x86 commit in kde-misc/kdeconnect: kdeconnect-0.7.3.ebuild ChangeLog
kensington15/01/28 13:46:33 Modified: kdeconnect-0.7.3.ebuild ChangeLog Log: Adjust app-crypt/qca dependencies to handle merged plugins wrt bug #537640. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision ChangesPath 1.3 kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild?r1=1.2&r2=1.3 Index: kdeconnect-0.7.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdeconnect-0.7.3.ebuild 15 Oct 2014 19:37:50 - 1.2 +++ kdeconnect-0.7.3.ebuild 28 Jan 2015 13:46:33 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild,v 1.2 2014/10/15 19:37:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild,v 1.3 2015/01/28 13:46:33 kensington Exp $ EAPI=5 @@ -27,13 +27,13 @@ IUSE="debug" DEPEND=" - app-crypt/qca:2 + app-crypt/qca:2[qt4(+)] dev-libs/qjson x11-libs/libfakekey " RDEPEND="${DEPEND} $(add_kdebase_dep plasma-workspace) - app-crypt/qca-ossl:2 + || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) net-dns/avahi " 1.12 kde-misc/kdeconnect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 Nov 2014 15:54:50 - 1.11 +++ ChangeLog 28 Jan 2015 13:46:33 - 1.12 @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kdeconnect -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.11 2014/11/22 15:54:50 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.12 2015/01/28 13:46:33 kensington Exp $ + + 28 Jan 2015; Michael Palimaka kdeconnect-0.7.3.ebuild: + Adjust app-crypt/qca dependencies to handle merged plugins wrt bug #537640. 22 Nov 2014; Manuel Rüger -kdeconnect-0.7.2.ebuild: Cleanup old.
[gentoo-commits] gentoo-x86 commit in dev-libs/xerces-c: xerces-c-3.1.1-r1.ebuild ChangeLog
mgorny 15/01/28 19:42:36 Modified: xerces-c-3.1.1-r1.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.11 dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild?r1=1.10&r2=1.11 Index: xerces-c-3.1.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xerces-c-3.1.1-r1.ebuild10 Aug 2014 20:40:30 - 1.10 +++ xerces-c-3.1.1-r1.ebuild28 Jan 2015 19:42:36 - 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.10 2014/08/10 20:40:30 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.11 2015/01/28 19:42:36 mgorny Exp $ EAPI="2" @@ -12,7 +12,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~x86-linux" -IUSE="curl doc iconv icu sse2 static-libs threads elibc_Darwin elibc_FreeBSD" +IUSE="curl doc iconv icu cpu_flags_x86_sse2 static-libs threads elibc_Darwin elibc_FreeBSD" RDEPEND="icu? ( >=dev-libs/icu-4.2 ) curl? ( net-misc/curl ) @@ -61,7 +61,7 @@ --enable-msgloader-${mloader} \ --enable-netaccessor-${netaccessor} \ --enable-transcoder-${transcoder} \ - $(use_enable sse2) + $(use_enable cpu_flags_x86_sse2 sse2) } src_compile() { 1.107dev-libs/xerces-c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 10 Aug 2014 20:40:30 - 1.106 +++ ChangeLog 28 Jan 2015 19:42:36 - 1.107 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xerces-c -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.106 2014/08/10 20:40:30 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.107 2015/01/28 19:42:36 mgorny Exp $ + + 28 Jan 2015; Michał Górny xerces-c-3.1.1-r1.ebuild: + Switch to CPU_FLAGS_X86. 10 Aug 2014; Sergei Trofimovich xerces-c-3.1.1-r1.ebuild: QA: drop trailing '.' from DESCRIPTION
[gentoo-commits] gentoo-x86 commit in app-cdr/dvd95: dvd95-1.6_p0.ebuild dvd95-1.5_p3.ebuild ChangeLog
mgorny 15/01/28 19:04:48 Modified: dvd95-1.6_p0.ebuild dvd95-1.5_p3.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 app-cdr/dvd95/dvd95-1.6_p0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild?r1=1.4&r2=1.5 Index: dvd95-1.6_p0.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dvd95-1.6_p0.ebuild 10 Aug 2014 02:14:17 - 1.4 +++ dvd95-1.6_p0.ebuild 28 Jan 2015 19:04:48 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild,v 1.4 2014/08/10 02:14:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.6_p0.ebuild,v 1.5 2015/01/28 19:04:48 mgorny Exp $ EAPI=2 inherit eutils autotools @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="3dnow nls mmx mpeg sse sse2" +IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_mmx mpeg cpu_flags_x86_sse cpu_flags_x86_sse2" RDEPEND=">=gnome-base/libgnomeui-2 dev-libs/libxml2 @@ -39,10 +39,10 @@ econf \ --disable-dependency-tracking \ $(use_enable nls) \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_3dnow 3dnow) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable mpeg libmpeg2) } 1.4 app-cdr/dvd95/dvd95-1.5_p3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild?r1=1.3&r2=1.4 Index: dvd95-1.5_p3.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dvd95-1.5_p3.ebuild 10 Aug 2014 02:14:17 - 1.3 +++ dvd95-1.5_p3.ebuild 28 Jan 2015 19:04:48 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild,v 1.3 2014/08/10 02:14:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd95/dvd95-1.5_p3.ebuild,v 1.4 2015/01/28 19:04:48 mgorny Exp $ EAPI=2 inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="3dnow nls mmx mpeg sse sse2" +IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_mmx mpeg cpu_flags_x86_sse cpu_flags_x86_sse2" RDEPEND=">=gnome-base/libgnomeui-2 dev-libs/libxml2 @@ -37,10 +37,10 @@ econf \ --disable-dependency-tracking \ $(use_enable nls) \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_3dnow 3dnow) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable mpeg libmpeg2) } 1.13 app-cdr/dvd95/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/dvd95/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-cdr/dvd95/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Aug 2014 02:14:18 - 1.12 +++ ChangeLog 28 Jan 2015 19:04:48 - 1.13 @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/dvd95 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header
[gentoo-commits] gentoo-x86 commit in app-office/texmaker: texmaker-4.4.1.ebuild ChangeLog
jlec15/01/28 12:36:02 Modified: texmaker-4.4.1.ebuild ChangeLog Log: app-office/texmaker: Import changes by Ben de Groot (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision ChangesPath 1.2 app-office/texmaker/texmaker-4.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild?r1=1.1&r2=1.2 Index: texmaker-4.4.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- texmaker-4.4.1.ebuild 28 Jan 2015 12:23:14 - 1.1 +++ texmaker-4.4.1.ebuild 28 Jan 2015 12:36:02 - 1.2 @@ -1,27 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild,v 1.1 2015/01/28 12:23:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild,v 1.2 2015/01/28 12:36:02 jlec Exp $ EAPI=5 -inherit qmake-utils versionator - -# The upstream version numbering is bad, so we have to remove a dot in the -# minor version number -MAJOR="$(get_major_version)" -MINOR_1="$(($(get_version_component_range 2)/10))" -MINOR_2="$(($(get_version_component_range 2)%10))" -if [ ${MINOR_2} -eq "0" ] ; then - MY_P="${PN}-${MAJOR}.${MINOR_1}" -else - MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}" -fi - -MY_P="${P}" +inherit eutils qmake-utils readme.gentoo DESCRIPTION="A nice LaTeX-IDE" HOMEPAGE="http://www.xm1math.net/texmaker/"; -SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"; +SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" @@ -30,8 +17,6 @@ REQUIRED_USE="^^ ( qt4 qt5 )" -S="${WORKDIR}/${MY_P}" - COMMON_DEPEND=" app-text/hunspell app-text/poppler:=[qt4?,qt5?] @@ -51,16 +36,17 @@ dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 - dev-qt/qtwebkit:5 + dev-qt/qtwebkit:5[printsupport] + dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) " RDEPEND="${COMMON_DEPEND} virtual/latex-base - app-i18n/ibus-qt app-text/psutils app-text/ghostscript-gpl - media-libs/netpbm" + media-libs/netpbm + qt4? ( app-i18n/ibus-qt )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" @@ -84,6 +70,9 @@ -e '/^#include/s:hunspell/::g' \ -e '/^#include/s:singleapp/::g' \ -i *.cpp *.h || die + + DOC_CONTENTS="A user manual with many screenshots is available at: + ${EPREFIX}/usr/share/${PN}/usermanual_en.html" } src_configure() { @@ -100,14 +89,8 @@ fi } -src_install(){ +src_install() { emake INSTALL_ROOT="${D}" install - dodoc -r ${DOCS[@]} - docinto html - dodoc -r ${HTML_DOCS[@]} -} - -pkg_postinst() { - elog "A user manual with many screenshots is available at:" - elog "${EPREFIX}/usr/share/${PN}/usermanual_en.html" + einstalldocs + readme.gentoo_src_install } 1.143app-office/texmaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 28 Jan 2015 12:23:14 - 1.142 +++ ChangeLog 28 Jan 2015 12:36:02 - 1.143 @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.142 2015/01/28 12:23:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.143 2015/01/28 12:36:02 jlec Exp $ + + 28 Jan 2015; Justin Lecher texmaker-4.4.1.ebuild: + Import changes by Ben de Groot *texmaker-4.4.1 (28 Jan 2015)
[gentoo-commits] gentoo-x86 commit in dev-libs/xapian: xapian-1.2.19.ebuild xapian-1.2.18.ebuild xapian-1.2.14.ebuild xapian-1.3.1-r1.ebuild xapian-1.2.17.ebuild ChangeLog
mgorny 15/01/28 19:43:27 Modified: xapian-1.2.19.ebuild xapian-1.2.18.ebuild xapian-1.2.14.ebuild xapian-1.3.1-r1.ebuild xapian-1.2.17.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 dev-libs/xapian/xapian-1.2.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild?r1=1.2&r2=1.3 Index: xapian-1.2.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xapian-1.2.19.ebuild26 Dec 2014 10:18:21 - 1.2 +++ xapian-1.2.19.ebuild28 Jan 2015 19:43:27 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v 1.2 2014/12/26 10:18:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.19.ebuild,v 1.3 2015/01/28 19:43:27 mgorny Exp $ EAPI="5" @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -24,11 +24,11 @@ local myconf="" ewarn - if use sse2; then + if use cpu_flags_x86_sse2; then ewarn "Using sse2" myconf="${myconf} --enable-sse=sse2" else - if use sse; then + if use cpu_flags_x86_sse; then ewarn "Using sse" myconf="${myconf} --enable-sse=sse" else 1.10 dev-libs/xapian/xapian-1.2.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild?r1=1.9&r2=1.10 Index: xapian-1.2.18.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xapian-1.2.18.ebuild5 Dec 2014 10:17:54 - 1.9 +++ xapian-1.2.18.ebuild28 Jan 2015 19:43:27 - 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.9 2014/12/05 10:17:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.10 2015/01/28 19:43:27 mgorny Exp $ EAPI="5" @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -24,11 +24,11 @@ local myconf="" ewarn - if use sse2; then + if use cpu_flags_x86_sse2; then ewarn "Using sse2" myconf="${myconf} --enable-sse=sse2" else - if use sse; then + if use cpu_flags_x86_sse; then ewarn "Using sse" myconf="${myconf} --enable-sse=sse" else 1.10 dev-libs/xapian/xapian-1.2.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild?r1=1.9&r2=1.10 Index: xapian-1.2.14.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xapian-1.2.14.ebuild24 Nov 2013 18:39:08 - 1.9 +++ xapian-1.2.14.ebuild28 Jan 2015 19:43:27 - 1.
[gentoo-commits] gentoo-x86 commit in sys-process/psmisc: ChangeLog psmisc-22.21-r2.ebuild psmisc-22.21-r1.ebuild
polynomial-c15/01/28 19:22:59 Modified: ChangeLog Added:psmisc-22.21-r2.ebuild Removed: psmisc-22.21-r1.ebuild Log: Revbump to fix a typo in fuser which leads to -M option being enabled all the time. Committed straight to stable (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.166sys-process/psmisc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/ChangeLog?rev=1.166&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/ChangeLog?rev=1.166&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/ChangeLog?r1=1.165&r2=1.166 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- ChangeLog 22 Jan 2015 11:05:02 - 1.165 +++ ChangeLog 28 Jan 2015 19:22:59 - 1.166 @@ -1,6 +1,13 @@ # ChangeLog for sys-process/psmisc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.165 2015/01/22 11:05:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.166 2015/01/28 19:22:59 polynomial-c Exp $ + +*psmisc-22.21-r2 (28 Jan 2015) + + 28 Jan 2015; Lars Wendler -psmisc-22.21-r1.ebuild, + +psmisc-22.21-r2.ebuild, +files/psmisc-22.21-fuser_typo_fix.patch: + Revbump to fix a typo in fuser which leads to -M option being enabled all the + time. Committed straight to stable. *psmisc-22.21-r1 (22 Jan 2015) 1.1 sys-process/psmisc/psmisc-22.21-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/psmisc-22.21-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/psmisc/psmisc-22.21-r2.ebuild?rev=1.1&content-type=text/plain Index: psmisc-22.21-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.21-r2.ebuild,v 1.1 2015/01/28 19:22:59 polynomial-c Exp $ EAPI="4" inherit eutils DESCRIPTION="A set of tools that use the proc filesystem" HOMEPAGE="http://psmisc.sourceforge.net/"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" IUSE="ipv6 nls selinux X" RDEPEND=">=sys-libs/ncurses-5.7-r7 nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2.6b nls? ( sys-devel/gettext )" DOCS="AUTHORS ChangeLog NEWS README" src_prepare() { epatch "${FILESDIR}/${P}-fuser_typo_fix.patch" } src_configure() { econf \ $(use_enable selinux) \ --disable-harden-flags \ $(use_enable ipv6) \ $(use_enable nls) } src_compile() { # peekfd is a fragile crap hack #330631 nonfatal emake -C src peekfd || touch src/peekfd{.o,} emake } src_install() { default use X || rm -f "${ED}"/usr/bin/pstree.x11 [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1 # fuser is needed by init.d scripts; use * wildcard for #458250 dodir /bin mv "${ED}"/usr/bin/*fuser "${ED}"/bin || die }
[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-live: vdr-live-0.3.0_p20130504-r2.ebuild ChangeLog vdr-live-0.3.0_p20130504-r1.ebuild
hd_brummy15/01/28 14:56:35 Modified: ChangeLog vdr-live-0.3.0_p20130504-r1.ebuild Added:vdr-live-0.3.0_p20130504-r2.ebuild Log: parameter --epgimages available in rc-script (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A) Revision ChangesPath 1.46 media-plugins/vdr-live/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 21 Jan 2015 13:01:35 - 1.45 +++ ChangeLog 28 Jan 2015 14:56:35 - 1.46 @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/vdr-live # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.45 2015/01/21 13:01:35 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.46 2015/01/28 14:56:35 hd_brummy Exp $ + +*vdr-live-0.3.0_p20130504-r2 (28 Jan 2015) + + 28 Jan 2015; Joerg Bornkessel + vdr-live-0.3.0_p20130504-r1.ebuild, +vdr-live-0.3.0_p20130504-r2.ebuild, + +files/confd-0.3, +files/rc-addon-0.3.sh: + parameter --epgimages available in rc-script 21 Jan 2015; Joerg Bornkessel vdr-live-0.3.0_p20130504-r1.ebuild: 1.3 media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?r1=1.2&r2=1.3 Index: vdr-live-0.3.0_p20130504-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vdr-live-0.3.0_p20130504-r1.ebuild 21 Jan 2015 13:01:35 - 1.2 +++ vdr-live-0.3.0_p20130504-r1.ebuild 28 Jan 2015 14:56:35 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.2 2015/01/21 13:01:35 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.3 2015/01/28 14:56:35 hd_brummy Exp $ EAPI=5 @@ -53,9 +53,7 @@ } src_configure() { - vdr-plugin-2_src_configure - - # tmp. disabeled gcc -std=c++11, due massiv compile errors + # tmp. disabled gcc -std=c++11, due massiv compile errors filter-flags -std=c++11 } 1.1 media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild?rev=1.1&content-type=text/plain Index: vdr-live-0.3.0_p20130504-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild,v 1.1 2015/01/28 14:56:35 hd_brummy Exp $ EAPI=5 inherit vdr-plugin-2 ssl-cert DESCRIPTION="VDR Plugin: Web Access To Settings" HOMEPAGE="http://live.vdr-developer.org"; SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pcre ssl" DEPEND="media-video/vdr >=dev-libs/tntnet-2.2.1[ssl=] >=dev-libs/cxxtools-2.2.1 pcre? ( >=dev-libs/libpcre-8.12[cxx] )" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}" VDR_CONFD_FILE="${FILESDIR}/confd-0.3" VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.3.sh" KEEP_I18NOBJECT="yes" make_live_cert() { # TODO: still true? # ssl-cert eclass creates a "invalid" cert, create our own one local base=$(get_base 1) local keydir="/etc/vdr/plugins/live" SSL_ORGANIZATION="${SSL_ORGANIZATION:-VDR Plugin Live}" SSL_COMMONNAME="${SSL_COMMONNAME:-`hostname -f`}" echo gen_cnf || return 1
[gentoo-commits] dev/bircoph:master commit in: app-admin/clsync/files/, app-admin/clsync/
commit: 2ca1f0722f5d7959b2613080049988875e8642ad Author: Andrew Savchenko gmail com> AuthorDate: Wed Jan 28 17:17:00 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Wed Jan 28 17:17:00 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=2ca1f072 Apply upsteam patches --- app-admin/clsync/ChangeLog | 10 app-admin/clsync/Manifest | 7 ++- .../{clsync-0.4.ebuild => clsync-0.4-r1.ebuild}| 6 ++- .../clsync/files/clsync-0.4-direct_mode.patch | 61 ++ .../clsync/files/clsync-0.4-handler_path.patch | 30 +++ app-admin/clsync/files/clsync-0.4-hl_locks.patch | 37 + 6 files changed, 148 insertions(+), 3 deletions(-) diff --git a/app-admin/clsync/ChangeLog b/app-admin/clsync/ChangeLog index 684200d..59b8cd7 100644 --- a/app-admin/clsync/ChangeLog +++ b/app-admin/clsync/ChangeLog @@ -2,6 +2,16 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*clsync-0.4-r1 (28 Jan 2015) + + 28 Jan 2015; Andrew Savchenko -clsync-0.4.ebuild, + +clsync-0.4-r1.ebuild, +files/clsync-0.4-direct_mode.patch, + +files/clsync-0.4-handler_path.patch, +files/clsync-0.4-hl_locks.patch: + Add upstream patches: + - fix highload locks segfault on unicore systems; + - support handlers without absolute path; + - fix direct mode root directory change passing. + 28 Jan 2015; Andrew Savchenko clsync-0.4.ebuild, clsync-.ebuild: Fix build with USE=gio diff --git a/app-admin/clsync/Manifest b/app-admin/clsync/Manifest index 87e4664..76cb1d4 100644 --- a/app-admin/clsync/Manifest +++ b/app-admin/clsync/Manifest @@ -1,4 +1,7 @@ +AUX clsync-0.4-direct_mode.patch 1782 SHA256 fc429bc6b830c76233d083b5ed882f4c9dbdee14de3bfbdf944c606a07e1cfc3 SHA512 99e4074343ff2d69811af0fcbc8481e016c3c8d685d4775bce3075939527a04d14573c745e5ee000f991ff74391a4355b63c15f7ac4f692d411d50a29f119cc9 WHIRLPOOL 9606eff1cfb55126345a2502c6222074111dfaa7557cf946926d130da1bbfc27e6265bfe0bf367264ec81f840f55a27ecb2cb8ca73ccaf313a065e5052026707 AUX clsync-0.4-gio.patch 1254 SHA256 2bc5cc03cd456ed09879e77e963e17bedb05d3deaff77f4d18bdc67c521773f1 SHA512 888f0941dcfd8843007afee889c005c613d731750882b0acbadceb08b514f177b9b75f992827050a40247002c8d29d7fcf4e75eabafe6eb54fc1d05e30893ffd WHIRLPOOL 5df5185fd97bb4d77297e40e1722b4ddfbb27c444c6a506939ee9a3075be0200aeca3c0f08f62e9650a04583cd55f1d05c106a77b7f2eb2e9af3621f9597d4f2 +AUX clsync-0.4-handler_path.patch 822 SHA256 fcd4f9ff6308e18984dd4a97bda2d3bd9c9de8bd37a9ef758d6e0ba2485c70c6 SHA512 de4a7fa17e158f5527a4b28e90414ee8513a140fed2f62815578e9e97550662c0cc7d36d3debd366c7543cb879763443dc839356640647d82f6709c954c4f0ad WHIRLPOOL 9f18153267d70f4964e8d7a14b87e3a21056874254874452a9895bc3613515f5f9d059b5c10bb8d7ffd0077e5eb00c8fcbd52059807dc65553875d59e05d3777 +AUX clsync-0.4-hl_locks.patch 899 SHA256 ee85116d992dd9e089e2e0a3f0bfbc5502705e4de08953b13a2bd00ed259d3bf SHA512 279bb3560a37a163763d9de09c894d8d98e79ed32e3f1c2f2231d567b0492f93c078a560296c706536ddabddf05e4218f106a0f271f8bcd3c9b18cee153083d0 WHIRLPOOL de98b88abb9089456157366b9145433ae371176cd81b34e3bc5a72852b238f6b7ed98610e3259831389eacd7990ff248d7c890b87a93a4afcdeb4f287d1f631b AUX clsync-0.4-unshare-configure.patch 1198 SHA256 c60e2f8e33e1ca04d27e8887982d83eb5efb8a3f3f6871f97feba931aaa0db74 SHA512 c0be6a085a33e3c09bfe52fc5aff3a1136fbbdde7cf928bd1ff21c7e435ae8562a626ed7d561c83e74580f17e2ad1c61be778d0a7f01b2ad0890a9d5cc1e54cd WHIRLPOOL 826d597da90d8f71b3ff902c5c55bbd3ae82bae33157f99469bfe8dec4ad93f16a1f2d10c0b78f561c58f6d01832ed2bbc2267ab619e21bd19c939034ae8b401 AUX clsync-0.4-unshare-ifdef.patch 989 SHA256 2fc98fa742ed24068af39c950eb7fa33a048a2cbb3aab44b074928cd86c5cefb SHA512 2a6e98a2ea8d1dd663fdaf6eed0d6706c61b646c4178ca8be5598d1d6a3dd8023b92f02858f7324c5ceab601ed5c8ec1ee6bcc7210664cd57dc281a116bbde3c WHIRLPOOL 9535ac8e746e4ce980d4f17c05f554e55f5ab717d79e20ba09751f176383e46c2b52777e10f28422b4d459f0ef8c8a5f900c4857994a8bab5c6108bd5e27 AUX clsync-0.4-version.patch 694 SHA256 8b899b74f59dc6acb134ab4b2254e222c8d148ed827054c1e263625a73405c9d SHA512 9a08ecf5c062827d8e02b4822a879115d394d36d6c81bc138dee4b65519c6a2e333445e953965057d8b32ad3bca6ced8a699f59d798d31bb022c4b9129d8b681 WHIRLPOOL fd214257b4a2fd24120a4620df55edd78010f5db507493b3e0c1bd06f91e97e2b3caffdbabad4c4b0d1cc7c3f02d9d290805c4d6e10edf5e44d081ae1b837e1b @@ -12,7 +15,7 @@ DIST clsync-0.3.tar.gz 122664 SHA256 054f7032993f51a35cf3fdc91aeb3ad358f63432f8d DIST clsync-0.4.tar.gz 253396 SHA256 6f0ce7a5f61fbb50db53b787b62cf5347870f3be315acb02c4aee6b76206d19e SHA512 9b17f5f8f0bfc48531f3d8cb4f1c1edd3116e0b7d140e8ab2465dd1c590521c9857202ed3f36466f13fb3309abb9232fb4acbe25b5652914a816fac498f74a48 WHIRLPOOL 18ae12df2d7e0403b21c5d4ab7352cd81446729d94fb300a799b98dad9f88aeaa98deb2ba5f52858d3b6ba7406d777e53e97dae5c3a4802a229511db9c8a3482 EBUILD clsync-0.2.1.ebuild 2148 SHA256 9069d6bbba621
[gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/
commit: 44e600ffd2cc98ade35afd1dde021135947cae3b Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 28 18:52:58 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 28 18:52:58 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=44e600ff [kde-plasma/bluedevil] Remove unused dependency. Upstream commit: 04025988e5bce226e0932e844fd02963fa3161a0 Package-Manager: portage-2.2.14 --- kde-plasma/bluedevil/bluedevil-5.2.0.ebuild| 1 - kde-plasma/bluedevil/bluedevil-5.2..ebuild | 1 - kde-plasma/bluedevil/bluedevil-.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/kde-plasma/bluedevil/bluedevil-5.2.0.ebuild b/kde-plasma/bluedevil/bluedevil-5.2.0.ebuild index c9d52c7..d496e2a 100644 --- a/kde-plasma/bluedevil/bluedevil-5.2.0.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.2.0.ebuild @@ -18,7 +18,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) diff --git a/kde-plasma/bluedevil/bluedevil-5.2..ebuild b/kde-plasma/bluedevil/bluedevil-5.2..ebuild index d3c8c81..6df263d 100644 --- a/kde-plasma/bluedevil/bluedevil-5.2..ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.2..ebuild @@ -18,7 +18,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) diff --git a/kde-plasma/bluedevil/bluedevil-.ebuild b/kde-plasma/bluedevil/bluedevil-.ebuild index d3c8c81..6df263d 100644 --- a/kde-plasma/bluedevil/bluedevil-.ebuild +++ b/kde-plasma/bluedevil/bluedevil-.ebuild @@ -18,7 +18,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)
[gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.7.5.ebuild ChangeLog
ago 15/01/28 10:34:01 Modified: re2c-0.13.7.5.ebuild ChangeLog Log: Stable for ppc, wrt bug #535406 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 dev-util/re2c/re2c-0.13.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild?r1=1.6&r2=1.7 Index: re2c-0.13.7.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- re2c-0.13.7.5.ebuild26 Jan 2015 10:30:22 - 1.6 +++ re2c-0.13.7.5.ebuild28 Jan 2015 10:34:01 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v 1.6 2015/01/26 10:30:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v 1.7 2015/01/28 10:34:01 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" src_prepare() { epatch_user 1.82 dev-util/re2c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 26 Jan 2015 10:30:22 - 1.81 +++ ChangeLog 28 Jan 2015 10:34:01 - 1.82 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.81 2015/01/26 10:30:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.82 2015/01/28 10:34:01 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo re2c-0.13.7.5.ebuild: + Stable for ppc, wrt bug #535406 26 Jan 2015; Agostino Sarubbo re2c-0.13.7.5.ebuild: Stable for x86, wrt bug #535406
[gentoo-commits] gentoo-x86 commit in sci-electronics/geda: geda-1.8.2.ebuild ChangeLog
ago 15/01/28 10:35:22 Modified: geda-1.8.2.ebuild ChangeLog Log: Stable for ppc, wrt bug #535872 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 sci-electronics/geda/geda-1.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild?r1=1.4&r2=1.5 Index: geda-1.8.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- geda-1.8.2.ebuild 26 Jan 2015 10:34:39 - 1.4 +++ geda-1.8.2.ebuild 28 Jan 2015 10:35:22 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild,v 1.4 2015/01/26 10:34:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild,v 1.5 2015/01/28 10:35:22 ago Exp $ EAPI=4 inherit eutils fdo-mime flag-o-matic gnome2-utils versionator @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="debug doc examples nls stroke threads" CDEPEND=" 1.85 sci-electronics/geda/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/ChangeLog?rev=1.85&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/ChangeLog?rev=1.85&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/ChangeLog?r1=1.84&r2=1.85 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- ChangeLog 26 Jan 2015 10:34:39 - 1.84 +++ ChangeLog 28 Jan 2015 10:35:22 - 1.85 @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/geda # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.84 2015/01/26 10:34:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.85 2015/01/28 10:35:22 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo geda-1.8.2.ebuild: + Stable for ppc, wrt bug #535872 26 Jan 2015; Agostino Sarubbo geda-1.8.2.ebuild: Stable for x86, wrt bug #535872
[gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.5.3.ebuild ChangeLog
ago 15/01/28 10:33:41 Modified: tempita-0.5.3.ebuild ChangeLog Log: Stable for ppc, wrt bug #537200 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 dev-python/tempita/tempita-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild?r1=1.6&r2=1.7 Index: tempita-0.5.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tempita-0.5.3.ebuild26 Jan 2015 10:29:08 - 1.6 +++ tempita-0.5.3.ebuild28 Jan 2015 10:33:41 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild,v 1.6 2015/01/26 10:29:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild,v 1.7 2015/01/28 10:33:41 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 1.45 dev-python/tempita/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempita/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 26 Jan 2015 10:29:08 - 1.44 +++ ChangeLog 28 Jan 2015 10:33:41 - 1.45 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/tempita # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.44 2015/01/26 10:29:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.45 2015/01/28 10:33:41 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo tempita-0.5.3.ebuild: + Stable for ppc, wrt bug #537200 26 Jan 2015; Agostino Sarubbo tempita-0.5.3.ebuild: Stable for x86, wrt bug #537200
[gentoo-commits] gentoo-x86 commit in games-puzzle/icebreaker: icebreaker-1.9.6.ebuild ChangeLog
ago 15/01/28 10:24:38 Modified: icebreaker-1.9.6.ebuild ChangeLog Log: Stable for ppc, wrt bug #535810 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 games-puzzle/icebreaker/icebreaker-1.9.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild?r1=1.5&r2=1.6 Index: icebreaker-1.9.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- icebreaker-1.9.6.ebuild 26 Jan 2015 09:51:40 - 1.5 +++ icebreaker-1.9.6.ebuild 28 Jan 2015 10:24:38 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild,v 1.5 2015/01/26 09:51:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.6.ebuild,v 1.6 2015/01/28 10:24:38 ago Exp $ EAPI=5 inherit eutils games @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="media-libs/libsdl[video] 1.22 games-puzzle/icebreaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/icebreaker/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 26 Jan 2015 09:51:40 - 1.21 +++ ChangeLog 28 Jan 2015 10:24:38 - 1.22 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/icebreaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v 1.21 2015/01/26 09:51:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v 1.22 2015/01/28 10:24:38 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo icebreaker-1.9.6.ebuild: + Stable for ppc, wrt bug #535810 26 Jan 2015; Agostino Sarubbo icebreaker-1.9.6.ebuild: Stable for x86, wrt bug #535810
[gentoo-commits] gentoo-x86 commit in dev-haskell/cipher-aes: cipher-aes-0.2.9.ebuild ChangeLog
qnikst 15/01/28 20:03:10 Modified: cipher-aes-0.2.9.ebuild ChangeLog Log: drop ineffective use flag (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53) Revision ChangesPath 1.2 dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild?r1=1.1&r2=1.2 Index: cipher-aes-0.2.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cipher-aes-0.2.9.ebuild 14 Dec 2014 04:41:48 - 1.1 +++ cipher-aes-0.2.9.ebuild 28 Jan 2015 20:03:10 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild,v 1.1 2014/12/14 04:41:48 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild,v 1.2 2015/01/28 20:03:10 qnikst Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+support_aesni" +IUSE="" RDEPEND="dev-haskell/byteable:=[profile?] >=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] =dev-haskell/test-framework-0.3.3 >=dev-haskell/test-framework-quickcheck2-0.2.9 ) " - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag support_aesni support_aesni) -} 1.9 dev-haskell/cipher-aes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Dec 2014 04:41:48 - 1.8 +++ ChangeLog 28 Jan 2015 20:03:10 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cipher-aes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.8 2014/12/14 04:41:48 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.9 2015/01/28 20:03:10 qnikst Exp $ + + 28 Jan 2015; Alexander Vershilov cipher-aes-0.2.9.ebuild: + drop ineffective use flag *cipher-aes-0.2.9 (14 Dec 2014)
[gentoo-commits] gentoo-x86 commit in net-nds/shelldap: shelldap-1.3.0.ebuild ChangeLog shelldap-0.7_p20130220.ebuild
pinkbyte15/01/28 13:53:40 Modified: ChangeLog Added:shelldap-1.3.0.ebuild Removed: shelldap-0.7_p20130220.ebuild Log: Version bump, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision ChangesPath 1.7 net-nds/shelldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 20:53:36 - 1.6 +++ ChangeLog 28 Jan 2015 13:53:40 - 1.7 @@ -1,6 +1,12 @@ # ChangeLog for net-nds/shelldap -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.6 2014/08/10 20:53:36 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/ChangeLog,v 1.7 2015/01/28 13:53:40 pinkbyte Exp $ + +*shelldap-1.3.0 (28 Jan 2015) + + 28 Jan 2015; Sergey Popov + -shelldap-0.7_p20130220.ebuild, +shelldap-1.3.0.ebuild: + Version bump, drop old 10 Aug 2014; Sergei Trofimovich shelldap-0.7_p20130220.ebuild, shelldap-1.0.2.ebuild: 1.1 net-nds/shelldap/shelldap-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/shelldap-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/shelldap/shelldap-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: shelldap-1.3.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-nds/shelldap/shelldap-1.3.0.ebuild,v 1.1 2015/01/28 13:53:40 pinkbyte Exp $ EAPI=5 inherit eutils perl-app DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content" HOMEPAGE="http://projects.martini.nu/shelldap/"; SRC_URI="http://code.martini.nu/shelldap/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="dev-perl/Algorithm-Diff dev-perl/perl-ldap dev-perl/TermReadKey dev-perl/Term-ReadLine-Gnu dev-perl/Term-Shell dev-perl/YAML-Syck virtual/perl-Digest-MD5" S="${WORKDIR}/${PN}-v${PV}" src_prepare() { epatch_user } src_configure() { :; } src_compile() { pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage failed' } src_install() { doman "${PN}.1" dobin "${PN}" }
[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-3.0.9-r1.ebuild ChangeLog
graaff 15/01/27 19:24:46 Modified: ChangeLog Added:test-unit-3.0.9-r1.ebuild Log: Fix the testrb-2 wrapper to work with test-unit 3.x as well. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.108dev-ruby/test-unit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 26 Jan 2015 08:35:14 - 1.107 +++ ChangeLog 27 Jan 2015 19:24:46 - 1.108 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.107 2015/01/26 08:35:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.108 2015/01/27 19:24:46 graaff Exp $ + +*test-unit-3.0.9-r1 (27 Jan 2015) + + 27 Jan 2015; Hans de Graaff +test-unit-3.0.9-r1.ebuild, + +files/testrb-3: + Fix the testrb-2 wrapper to work with test-unit 3.x as well. 26 Jan 2015; Jeroen Roovers test-unit-3.0.9.ebuild: Marked ~hppa (bug #537838). 1.1 dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild?rev=1.1&content-type=text/plain Index: test-unit-3.0.9-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild,v 1.1 2015/01/27 19:24:46 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="TODO README.md doc/text/news.md" inherit ruby-fakegem # Assume for now that ruby22 is not eselected yet and only depend on # yard for the other ruby implementations. Without this assumption # bootstrapping ruby22 won't be possible due to the yard dependency # tree. USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "doc? ( dev-ruby/yard )" DESCRIPTION="An xUnit family unit testing framework for Ruby" HOMEPAGE="https://rubygems.org/gems/test-unit"; LICENSE="|| ( Ruby GPL-2 ) PSF-2" SLOT="2" KEYWORDS="~amd64 ~hppa" IUSE="doc test" # power_assert does not work with ruby19 but is not needed for backward # compatibility: # https://github.com/k-tsj/power_assert/issues/8#issuecomment-71363455 USE_RUBY="${USE_RUBY/ruby19/}" ruby_add_rdepend "dev-ruby/power_assert" each_ruby_prepare() { case ${RUBY} in *ruby19) # Remove metadata to avoid registering the unsupported # power_assert dependency. rm ../metadata || die ;; esac } all_ruby_compile() { all_fakegem_compile if use doc; then yard doc --title ${PN} || die fi } each_ruby_test() { ${RUBY} test/run-test.rb || die "testsuite failed" } all_ruby_install() { all_fakegem_install newbin "${FILESDIR}"/testrb-3 testrb-2 }
[gentoo-commits] dev/bircoph:master commit in: sys-infiniband/opensm/
commit: 735a843508c0f18a24d4c8baefa4fca63bc242d3 Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 27 18:02:03 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Tue Jan 27 18:02:03 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=735a8435 opensm: fix QA repoman warning --- sys-infiniband/opensm/ChangeLog| 2 +- sys-infiniband/opensm/Manifest | 7 ++- sys-infiniband/opensm/opensm-3.3.17.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/sys-infiniband/opensm/ChangeLog b/sys-infiniband/opensm/ChangeLog index 902d66f..0d1712f 100644 --- a/sys-infiniband/opensm/ChangeLog +++ b/sys-infiniband/opensm/ChangeLog @@ -1,5 +1,5 @@ # ChangeLog for sys-infiniband/opensm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v 1.6 2014/04/16 08:22:28 alexxy Exp $ *opensm-3.3.17 (16 Apr 2014) diff --git a/sys-infiniband/opensm/Manifest b/sys-infiniband/opensm/Manifest index 3d37061..d4f280d 100644 --- a/sys-infiniband/opensm/Manifest +++ b/sys-infiniband/opensm/Manifest @@ -5,9 +5,6 @@ AUX opensm.init.d 636 SHA256 84a1bfda6dd13a69a5e30ec4ef0219f9e9ea1801d67eb80a020 AUX sldd.conf.d 459 SHA256 c032c53111700a70c52145073bacef96be08ac3fb170ceeecdfdb1209cc9b9ab SHA512 d68dd5839db3f193a05f47aaa77d281134a370385c7235b59ac079d9dbc65fbe3292beb82f60a49239d1a308ac384bc7fd71ce5d2ecf5c9b29a182280cf18a35 WHIRLPOOL e776552768070b21d38005714d0605c0fbe2cd014a81db82497e15abd7e93f9311dd59e9df2ecb92ea4d8152144737932db41073aab0303df8aad25c2c4077ca AUX sldd.init.d 625 SHA256 e454c50026484c01bb7d829c479a93c4a0fe343b9e03ae1b0904aa114411ba90 SHA512 a8b3dafc3d2fbc04115f8c4a3d63d4bd633c5d3045c2cb82aa920985b4d7c9b6aae3e5002f5bc8f2febb7c547c6306ffbc08c3131c2a69e15e60043c28477416 WHIRLPOOL 508bd9c8e2afb323481dc2d73d788681fbafa8154da4abb76563f26c93e2706215e9c016d8c45ccf242d3d30870a42946ba80997d9e3806cc99866c9e5c0d098 DIST OFED-3.12-rc1.tgz 22055476 SHA256 14ca8a2b0d68e3ee9a37f475fa9eecd9a5ffd6055135f9d4d9db8319843a94dc SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944 WHIRLPOOL 5a64b1d952890ea0e72e0ca93654a0fabc8f871475b05fcbe3b214ddfe4836f6b92d4fbc9e0f0d79acfe69d8c8d219b2c467c23654021e23eaf85ae6825ea4a9 -EBUILD opensm-3.3.17.ebuild 1494 SHA256 2108d90fd1344e6b3562f8b3282f12e81de1ffef1f901ba4c4fa78ddefd7f87a SHA512 500c607f846cd108d2cfa939bffd91d7a3709ef1f5cf618cd227600f5617d54d2a666e33dc51157f8c6c0f31856bc49562a0c3d27c65348d971ccfae6508576a WHIRLPOOL a1198056f1bf83dfa17d51aa85ab288003ca6fcd84da0929160df35ad459ddbbc465c80f6cb49789eb2a8be277051cf640b854f42f7e53691b92a4d374748615 -MISC ChangeLog 1097 SHA256 62d8b88b45d8cb342df55b1d3eeb2aba3778d04212187b0900986c447aeb8e5e SHA512 ef77004542345c050eff1184e1079c6d331c0631bd431e773a45aa623e6aa689984d9d128092ce693db6f4078f0a43846ae0261f354e978d0be17b4ca6580bab WHIRLPOOL a38e37afaefbdb57a0be2a8b9eaa355a6deed70d932955a9aeeca22f927988a06e41329ceef5b7c425eec1620a0377ed349c907d1d12ed5afb744b850f918233 +EBUILD opensm-3.3.17.ebuild 1493 SHA256 4cc14fd8ea3f53105b14c1e1a2b28c0a0a91a1ecd661c0ad1e20e613cebcd49c SHA512 ddda2c3d27b6263117a089b6646ea1745a2482c4e91005ca1c98e2043054e45f0c9ebcfd92453d45085e9707454e80d6f776f7b37076fccd646a4d87ccef21f2 WHIRLPOOL efa296629eacbdcdc59a4742ec73b881c8223267a07ae39677764ac563fa945fde012a9b5acbafeeed62ea2ed897c4d868ed937a8b80666f7a18aa5fbf75e77b +MISC ChangeLog 1097 SHA256 7b7d9ac9e1001226de014fd919fd4b70dbd9544426ac27d3e0f76df0a53b5a6c SHA512 e0ed941c1e45c805e7c07a322702225eb7db4189b91eefc9044e84115e66bba44d8d6493db2ca5b8adc160bc331ace052775ef228bfa8530cd2007cdfe4407f2 WHIRLPOOL 23e61a40583edcbb045bd9fa83f1235ed327385d399b282dd6ff57a9cd69cfc7756be7d3ddd69f2d8b264e3acbc14ca4f9b7e4d2fe463b34aabd867879fb71d2 MISC metadata.xml 485 SHA256 d9389b6c1a67fe3b161de43bf88a0bdd99cf24b675aca8821e8d9b2b73fb2469 SHA512 589530e67e4856cf19f75d69c6f79e8977f8111e2fb997e080819a659a26eaf50c3e22e015cafa77fa147a1cb5728ad764cd83cc0aad8eeb1197441b8ada3d7e WHIRLPOOL 6af50fd520084ad3ec457035cd490ee7238c72e2a812850d9a89f2f64297bba0459184a98c974ef68a7097506facb15af96837afe6fe7879fe44e91946a16a88 -MISC metadata.xml.orig 421 SHA256 78b506cf13aff9269660e6e54f6c27e82e8359c52746036c43841feb140907f8 SHA512 fbcf1c5eb846f4a8c6e1b9e0335c0b2e8f497792045690302e8424c254be8537c30e857aeba02c4a5eefba6c03890dae43f16d39b743c0628999f5c0b888766e WHIRLPOOL 4b6ab3e687f5aa20c7b9f3b3608835dbad6d0771df2a1c51b70805e1cec38eb868e89bc8795fe63883a2f2393ed1e023931533dfdc99333a8dab1ca1d3da5d97 -MISC metadata.xml.patch 383 SHA256 91ff98b09e845f52509027a276da68a6461caf966b676de3de634ef7eb958eb3 SHA512 2e8342f01eb4a90010127f82811d3665492fca8ccf042929bc95387fb939872e4716bc776834044d7790096d2fea79e50550aae23878da22c02f9ed1df285e1b WHIRLP
[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit/files: testrb-3
graaff 15/01/27 19:24:46 Added:testrb-3 Log: Fix the testrb-2 wrapper to work with test-unit 3.x as well. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.1 dev-ruby/test-unit/files/testrb-3 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/files/testrb-3?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/files/testrb-3?rev=1.1&content-type=text/plain Index: testrb-3 === #!/usr/bin/env ruby gem 'test-unit', '>= 2.5', '<4' require 'test/unit' (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or abort r.options.banner + " tests..." exit r.run
[gentoo-commits] gentoo-x86 commit in media-libs/libpagemaker: metadata.xml ChangeLog libpagemaker-0.0.2.ebuild libpagemaker-9999.ebuild Manifest
jlec15/01/27 20:34:04 Added:metadata.xml ChangeLog libpagemaker-0.0.2.ebuild libpagemaker-.ebuild Manifest Log: media-libs/libpagemaker: New package #533134, thanks Andreas Sturmlechner for the ebuild (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision ChangesPath 1.1 media-libs/libpagemaker/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> j...@gentoo.org Justin Lecher Build build tools 1.1 media-libs/libpagemaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for media-libs/libpagemaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libpagemaker/ChangeLog,v 1.1 2015/01/27 20:34:04 jlec Exp $ *libpagemaker- (27 Jan 2015) *libpagemaker-0.0.2 (27 Jan 2015) 27 Jan 2015; Justin Lecher +libpagemaker-0.0.2.ebuild, +libpagemaker-.ebuild, +metadata.xml: New package #533134, thanks Andreas Sturmlechner for the ebuild 1.1 media-libs/libpagemaker/libpagemaker-0.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/libpagemaker-0.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/libpagemaker-0.0.2.ebuild?rev=1.1&content-type=text/plain Index: libpagemaker-0.0.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libpagemaker/libpagemaker-0.0.2.ebuild,v 1.1 2015/01/27 20:34:04 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents." HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"; SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"; LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc tools static-libs" RDEPEND=" dev-libs/librevenge >=dev-libs/boost-1.47 " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " src_prepare() { # fix Oops (commit 585b795c1431fd42d29391d1932bb6745edc2eb1) # remove in >=0.0.3 sed \ -e "s:no-undefines:no-undefined:g" \ -i src/lib/Makefile.am || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --docdir="${EPREFIX}/usr/share/doc/${PF}" --disable-werror $(use_enable tools) $(use_with doc docs) ) autotools-utils_src_configure } 1.1 media-libs/libpagemaker/libpagemaker-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/libpagemaker-.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpagemaker/libpagemaker-.ebuild?rev=1.1&content-type=text/plain Index: libpagemaker-.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libpagemaker/libpagemaker-.ebuild,v 1.1 2015/01/27 20:34:04 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils git-r3 DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents." HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"; SRC_URI="" EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="" IUSE="debug doc tools static-libs" RDEPEND=" dev-libs/librevenge >=dev-libs/boost-1.47 " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " src_configure() { local myeconfargs=( --docdir="${EPREFIX}/usr/share/doc/${PF}" --disable-werror $(use_enable tools) $(use_with doc docs) ) autotools-utils_src_configure } 1.1 media-libs/libpagemaker/Manif
[gentoo-commits] dev/bircoph:master commit in: app-doc/clsync-docs/
commit: f5327dbf0ba08abffc8fc82ddd249803d3e7c0d2 Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 27 18:04:03 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Tue Jan 27 18:04:03 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=f5327dbf clsync-docs: version bump --- app-doc/clsync-docs/ChangeLog | 9 +++- app-doc/clsync-docs/Manifest | 6 ++- ...ync-docs-.ebuild => clsync-docs-0.4.ebuild} | 30 +++ app-doc/clsync-docs/clsync-docs-.ebuild| 60 +- 4 files changed, 18 insertions(+), 87 deletions(-) diff --git a/app-doc/clsync-docs/ChangeLog b/app-doc/clsync-docs/ChangeLog index a36101e..58357b9 100644 --- a/app-doc/clsync-docs/ChangeLog +++ b/app-doc/clsync-docs/ChangeLog @@ -1,7 +1,12 @@ -# ChangeLog for app-admin/clsync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# ChangeLog for app-doc/clsync-docs +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*clsync-docs-0.4 (27 Jan 2015) + + 27 Jan 2015; Andrew Savchenko +clsync-docs-0.4.ebuild: + Version bump + *clsync-0.2.1 (16 May 2014) 16 May 2014; Andrew Savchenko +ChangeLog, diff --git a/app-doc/clsync-docs/Manifest b/app-doc/clsync-docs/Manifest index 55707e8..d02e8f8 100644 --- a/app-doc/clsync-docs/Manifest +++ b/app-doc/clsync-docs/Manifest @@ -1,3 +1,5 @@ -EBUILD clsync-docs-.ebuild 1069 SHA256 0dc85b66752be10f9f445be4b777dbb5f94257d13eeb09e2e7a00e1e8bba4201 SHA512 77384122f14ca7f4ec9164fe5ac0823f447d82dc04095f7b3f442f1278b9e73f3655caa2b9b1e3405852e4607c64c6c7278ed5e18c6bcb4f0fac920e53294f3d WHIRLPOOL 210dc1874f23804e9d8b83861a27410dd876f1893a22c0df7913f724dff1f54d5d72158967cc6600853997cb20d6b93ba6276ce6d88a861ade2481f552dda0ba -MISC ChangeLog 279 SHA256 ba544f32ce16b99bde32c0154827ee3ad47e5c8cb638900db72ee6745420ce93 SHA512 6566e4a97bf1f51e6fa8ce20d3861b79fe841e8f0fc1ebb3aa211bf8df0d1685ae0ba3722b7f72f55672a04c42b9c5e0394c66cbcf443188936d606faae50db7 WHIRLPOOL 71c21e8c2abbf9b1539fbb337164b0ae73287cfcb94cf8a0326a429c7294fec0dd518f8fd4726fda22a0127ab04989d84c459fbdb18da8f5b9608aff6906cdb0 +DIST clsync-0.4.tar.gz 253396 SHA256 6f0ce7a5f61fbb50db53b787b62cf5347870f3be315acb02c4aee6b76206d19e SHA512 9b17f5f8f0bfc48531f3d8cb4f1c1edd3116e0b7d140e8ab2465dd1c590521c9857202ed3f36466f13fb3309abb9232fb4acbe25b5652914a816fac498f74a48 WHIRLPOOL 18ae12df2d7e0403b21c5d4ab7352cd81446729d94fb300a799b98dad9f88aeaa98deb2ba5f52858d3b6ba7406d777e53e97dae5c3a4802a229511db9c8a3482 +EBUILD clsync-docs-0.4.ebuild 805 SHA256 e888452a824011c09299eb266cd06874bbf6b73b3a23e3c015b9080d8acb3623 SHA512 93a4f1cbe9834ffcc339d62bdf53db0ad6f948dafde07fa448de0e0be91e2d98348f82cdd913685c9bf4c30cfeed7a60771d883a0be6ad08fd5d4dedd63708c8 WHIRLPOOL 1146008862e1d165fdee39daa712b78265d9288c86f8e6fa4b2bd00be849527cd8831449dffd8754db04b2d17bc9ef8e7972f19f1ae510201bfbe6aec94f2084 +EBUILD clsync-docs-.ebuild 805 SHA256 e888452a824011c09299eb266cd06874bbf6b73b3a23e3c015b9080d8acb3623 SHA512 93a4f1cbe9834ffcc339d62bdf53db0ad6f948dafde07fa448de0e0be91e2d98348f82cdd913685c9bf4c30cfeed7a60771d883a0be6ad08fd5d4dedd63708c8 WHIRLPOOL 1146008862e1d165fdee39daa712b78265d9288c86f8e6fa4b2bd00be849527cd8831449dffd8754db04b2d17bc9ef8e7972f19f1ae510201bfbe6aec94f2084 +MISC ChangeLog 408 SHA256 97d4422a240f171c106c87f1c2bcb8653325cded0f390380373a83e90db8c65c SHA512 6250cb751ba90a2ab621401e92b792711b01c16534db17ace830523db00132ab569ff07e1f6bc94e507341b3e5660fbfe8041d2db405bf7960db1ae806921df6 WHIRLPOOL 0b708718d061f5d1acefb63f9da5c4a25c0aada9bd45c7fe0b05a1d865c84cc9c7ebf5d377c51b21a4df9a303cebcee3b6b1b00db4225db7d0a08b84913a0808 MISC metadata.xml 386 SHA256 816702596a3f8c540f181bb9505e1abb7db6f49f0483e7d1a6aa1fe43f2545c9 SHA512 0e348d8666e0a0fae54e2f354890224a855184e8bdb2297b6de12e9a1a6760b0d7b1940baa72905dc4e103ea8c2da0a363c0ce3e794b1528cc3028d85a54e086 WHIRLPOOL 924b14358e269488f2fe28bb9dc73ef331ce8b6aca5a0f550d2de4b4facaf25af473ee55f205cb17309a4103367875ba7e2d5860250a5866e73ce2cfa842f535 diff --git a/app-doc/clsync-docs/clsync-docs-.ebuild b/app-doc/clsync-docs/clsync-docs-0.4.ebuild similarity index 55% copy from app-doc/clsync-docs/clsync-docs-.ebuild copy to app-doc/clsync-docs/clsync-docs-0.4.ebuild index 01a66c4..289f8b5 100644 --- a/app-doc/clsync-docs/clsync-docs-.ebuild +++ b/app-doc/clsync-docs/clsync-docs-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,12 +12,10 @@ if [[ ${PV} == "" ]] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" + K
[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/
commit: acf607db1577dd97c89bd97af490bf166064f887 Author: Brian Evans gentoo org> AuthorDate: Wed Jan 28 18:00:53 2015 + Commit: Brian Evans gentoo org> CommitDate: Wed Jan 28 18:00:53 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=acf607db Version bump; clean up metadata --- dev-db/mariadb-galera/Manifest | 6 +-- ...0.0.12.ebuild => mariadb-galera-10.0.15.ebuild} | 47 +- dev-db/mariadb-galera/metadata.xml | 1 - 3 files changed, 30 insertions(+), 24 deletions(-) diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest index 386361a..5f816d2 100644 --- a/dev-db/mariadb-galera/Manifest +++ b/dev-db/mariadb-galera/Manifest @@ -1,4 +1,4 @@ -DIST mariadb-galera-10.0.12.tar.gz 51307785 SHA256 e68d6ec7c99e0c361a1d2e986e4adb2436776de8192e39dc9ea08ef24e13b1ef SHA512 8c6a39d3a81a7ea795a1c55e527c85996b4dc227607722e94d3c13051e19109bb9873b9993279407064f1d9dc0d1585234af5d22d9d1940fc05b856076249504 WHIRLPOOL 2d2a2720a5b5289902254549b06dd4cbb1476ad76b6bb2bef2fbd7ae57cb8490a47a0b260507ff93ef5aa647a270d2de48f0fb7a3a9ef8dcfea059734362db7d DIST mariadb-galera-10.0.14.tar.gz 51396249 SHA256 ce5a20df0cea64cd1efb2cbe29f91842e56d47266a550e79d87dc96f50bff769 SHA512 6e617b0050eb52f14631c9751b4d4fea699b4eca6ef33a8397fe5076f029ca7c516c6915264a175cecd735651b540ae37bc5d3214a2da6e24d8430a969b5ea45 WHIRLPOOL 6807e32ac5e6423eb216f45d9dbf5829837880ace0f96e09a6dc760c7dcd9e169744197019f879c08a661ec11ae8269d57f5063bec33b648aabdba87e4fbf2de -DIST mysql-extras-20140729-2200Z.tar.bz2 1494219 SHA256 28363c7ba1893677911451e7f05402a31afc0ed0a48ea1b7cf1915ae1be81e20 SHA512 d90e104b3e73af5589eb32ddbcf9098ad9d69898b55d4d662ebc9578f0281e87fef6b5adb6cdc33fa19a04bf066e01121ead2e6a2bffa0d44ffc10b895392a1c WHIRLPOOL 531a9e08f9231bfcd758bbe8d5b6d5968bd2cfce9c70bc8c15517f497606322da7cffbecd77a0cabd837c3c0ba4f2381a569d583f2fa5ecb14e95a367a93ee11 -DIST mysql-extras-20140924-1913Z.tar.bz2 1494659 SHA256 958114bbe5fe21220f27b478c67a9ad3edd8d88fc58b528c6e7b5cf20e46dabb SHA512 b5fc435804b5843ecb9e522dbc8c6b5d2bb9bc8a7c39633032aaf566f2a2488fc6c0017a92dd6db95db6c14d06d25c43a67fb2387818a0060611c3c811491037 WHIRLPOOL a6a3b1953180923882de75d2e15cdbbf29f42c90947c88e1b29ceee3a2d8094eb5ee015ce2f38b13dbb84d52120be9e867618c90b655ffeec10d32947ce625d0 +DIST mariadb-galera-10.0.15.tar.gz 55753400 SHA256 aea257ce0834d2c0e34e76966afecda0349995c2f6df0dbeec01f3e81ce5e0bb SHA512 e8a3addb7b6dcda8d3984d3cad17b478df70c67ce356e007385953bbd17d717cbc874713ac0066570e5b3154459666991d6f69bc80deeedff219d3efa9bac1ea WHIRLPOOL c7453899591da3a68e51a24d17283bfe2334f87db6a0e1e25313f5bade1bf5986227e21aeff086be291d55d4533d1e69556c3630048fca346cf3fa6ee864d71a +DIST mysql-extras-20141019-1948Z.tar.bz2 1494569 SHA256 9a2ced701ef613e2a41c9a1fc550d9004d04f52cbfc06bb634ba9284d7a1c0ea SHA512 c9e3f3a447f010be0563b9d9ee2937d32c5334b04a883218eb6c14af41f9de635c3c0c44128959793e8a12ca3b26b2415777a13aced7c3812ab2c6d21ade6799 WHIRLPOOL bc0c73ca86d59d18a76a047a920fc2f64d2b3246e6b64838127d26c5c55cb3fc1ce8833656f5eadba72ef651e1f6c3e75700f776a1205ab33ab6ee0064851b86 +DIST mysql-extras-20141215-0144Z.tar.bz2 1494767 SHA256 4757043858110654d52b0e6dccab064987ab5db8ae4ae99863cf86df0b90f947 SHA512 7a9b733d09f44b1faff19a496a3e820e444b339838665e6f37c4fddc8f2ad67e805082d598c4edc06fda9364f9906e4cf95520552f72d6b6df34413f38e7a2ed WHIRLPOOL 99ea6890a5faf097b941707538b68f62390e1a49ee662a87c27435a317a9a3f37f00802e72f86b52993b3d1674b57645db0f7e73379ab88fbc1d0ef791cf4326 diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild b/dev-db/mariadb-galera/mariadb-galera-10.0.15.ebuild similarity index 74% rename from dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild rename to dev-db/mariadb-galera/mariadb-galera-10.0.15.ebuild index 69e1e8f..c2db7bb 100644 --- a/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild +++ b/dev-db/mariadb-galera/mariadb-galera-10.0.15.ebuild @@ -1,15 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild,v 1.2 2014/10/02 02:33:56 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.15.ebuild,v 1.1 2014/12/16 02:02:07 grknight Exp $ EAPI="5" -MY_EXTRAS_VER="20140729-2200Z" +MY_EXTRAS_VER="20141215-0144Z" WSREP_REVISION="25" -# Build system -BUILD="cmake" - -inherit toolchain-funcs mysql-v2 +inherit toolchain-funcs mysql-multilib # only to make repoman happy. it is really set in the eclass IUSE="$IUSE" @@ -31,7 +28,12 @@ RDEPEND="${RDEPEND}" # FEATURES='test userpriv -usersandbox' \ # ebuild mariadb-galera-X.X.XX.ebuild \ # digest clean package -src_test() { +multilib_src_test() { + + if ! multilib_is_native_abi ; then + einfo "Server tests not available on non-nativ
[gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ffi-1.9.6-r1.ebuild ChangeLog
ago 15/01/28 10:34:22 Modified: ffi-1.9.6-r1.ebuild ChangeLog Log: Stable for ppc, wrt bug #537072 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 dev-ruby/ffi/ffi-1.9.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild?r1=1.4&r2=1.5 Index: ffi-1.9.6-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ffi-1.9.6-r1.ebuild 26 Jan 2015 10:31:38 - 1.4 +++ ffi-1.9.6-r1.ebuild 28 Jan 2015 10:34:22 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.4 2015/01/26 10:31:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.5 2015/01/28 10:34:22 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" 1.93 dev-ruby/ffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 26 Jan 2015 10:31:38 - 1.92 +++ ChangeLog 28 Jan 2015 10:34:22 - 1.93 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.92 2015/01/26 10:31:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.93 2015/01/28 10:34:22 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo ffi-1.9.6-r1.ebuild: + Stable for ppc, wrt bug #537072 26 Jan 2015; Agostino Sarubbo ffi-1.9.6-r1.ebuild: Stable for x86, wrt bug #537072
[gentoo-commits] gentoo-x86 commit in app-emacs/regress: ChangeLog regress-1.5.1.ebuild
ulm 15/01/27 19:27:28 Modified: ChangeLog regress-1.5.1.ebuild Log: Update HOMEPAGE, bug 537928. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.15 app-emacs/regress/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/regress/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 22 Feb 2014 11:12:00 - 1.14 +++ ChangeLog 27 Jan 2015 19:27:28 - 1.15 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/regress -# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/ChangeLog,v 1.14 2014/02/22 11:12:00 ulm Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/ChangeLog,v 1.15 2015/01/27 19:27:28 ulm Exp $ + + 27 Jan 2015; Ulrich Müller regress-1.5.1.ebuild: + Update HOMEPAGE, bug 537928. 22 Feb 2014; Ulrich Müller regress-1.5.1.ebuild: Update ebuild to EAPI 5. Specify LICENSE more precisely. 1.8 app-emacs/regress/regress-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild?r1=1.7&r2=1.8 Index: regress-1.5.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- regress-1.5.1.ebuild22 Feb 2014 11:12:00 - 1.7 +++ regress-1.5.1.ebuild27 Jan 2015 19:27:28 - 1.8 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild,v 1.7 2014/02/22 11:12:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild,v 1.8 2015/01/27 19:27:28 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Regression test harness for Emacs Lisp code" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/WikifiedEmacsLispList"; +HOMEPAGE="http://www.emacswiki.org/emacs/WikifiedEmacsLispList"; SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-1+"
[gentoo-commits] gentoo-x86 commit in dev-python/jenkinsapi: - New directory
idella4 15/01/28 08:04:21 Log: Directory /var/cvsroot/gentoo-x86/dev-python/jenkinsapi added to the repository
[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-jabber: ChangeLog emacs-jabber-0.8.92.ebuild
ulm 15/01/27 18:04:31 Modified: ChangeLog emacs-jabber-0.8.92.ebuild Log: Update HOMEPAGE, bug 537928. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.33 app-emacs/emacs-jabber/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-jabber/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-jabber/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-jabber/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 7 Jun 2014 11:09:56 - 1.32 +++ ChangeLog 27 Jan 2015 18:04:31 - 1.33 @@ -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.32 2014/06/07 11:09:56 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.33 2015/01/27 18:04:31 ulm Exp $ + + 27 Jan 2015; Ulrich Müller emacs-jabber-0.8.92.ebuild: + Update HOMEPAGE, bug 537928. 07 Jun 2014; Ulrich Müller emacs-jabber-0.8.92.ebuild: Remove redundant NEED_EMACS assignment. 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild?r1=1.6&r2=1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- emacs-jabber-0.8.92.ebuild 7 Jun 2014 11:09:56 - 1.6 +++ emacs-jabber-0.8.92.ebuild 27 Jan 2015 18:04:31 - 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v 1.6 2014/06/07 11:09:56 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v 1.7 2015/01/27 18:04:31 ulm Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="A Jabber client for Emacs" HOMEPAGE="http://emacs-jabber.sourceforge.net/ - http://emacswiki.org/cgi-bin/wiki/JabberEl"; + http://emacswiki.org/emacs/JabberEl"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2+"
[gentoo-commits] dev/bircoph:master commit in: app-admin/clsync/
commit: 72d690c475caff0c504b14f7a50df9eba998cb87 Author: Andrew Savchenko gmail com> AuthorDate: Wed Jan 28 17:33:24 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Wed Jan 28 17:33:24 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=72d690c4 Fix segfault when /home/andrew is unset --- app-admin/clsync/ChangeLog| 3 ++- app-admin/clsync/Manifest | 5 +++-- app-admin/clsync/clsync-0.4-r1.ebuild | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-admin/clsync/ChangeLog b/app-admin/clsync/ChangeLog index 59b8cd7..e74681b 100644 --- a/app-admin/clsync/ChangeLog +++ b/app-admin/clsync/ChangeLog @@ -10,7 +10,8 @@ Add upstream patches: - fix highload locks segfault on unicore systems; - support handlers without absolute path; - - fix direct mode root directory change passing. + - fix direct mode root directory change passing; + - fix segfault on unset $HOME. 28 Jan 2015; Andrew Savchenko clsync-0.4.ebuild, clsync-.ebuild: diff --git a/app-admin/clsync/Manifest b/app-admin/clsync/Manifest index 76cb1d4..a840240 100644 --- a/app-admin/clsync/Manifest +++ b/app-admin/clsync/Manifest @@ -2,6 +2,7 @@ AUX clsync-0.4-direct_mode.patch 1782 SHA256 fc429bc6b830c76233d083b5ed882f4c9db AUX clsync-0.4-gio.patch 1254 SHA256 2bc5cc03cd456ed09879e77e963e17bedb05d3deaff77f4d18bdc67c521773f1 SHA512 888f0941dcfd8843007afee889c005c613d731750882b0acbadceb08b514f177b9b75f992827050a40247002c8d29d7fcf4e75eabafe6eb54fc1d05e30893ffd WHIRLPOOL 5df5185fd97bb4d77297e40e1722b4ddfbb27c444c6a506939ee9a3075be0200aeca3c0f08f62e9650a04583cd55f1d05c106a77b7f2eb2e9af3621f9597d4f2 AUX clsync-0.4-handler_path.patch 822 SHA256 fcd4f9ff6308e18984dd4a97bda2d3bd9c9de8bd37a9ef758d6e0ba2485c70c6 SHA512 de4a7fa17e158f5527a4b28e90414ee8513a140fed2f62815578e9e97550662c0cc7d36d3debd366c7543cb879763443dc839356640647d82f6709c954c4f0ad WHIRLPOOL 9f18153267d70f4964e8d7a14b87e3a21056874254874452a9895bc3613515f5f9d059b5c10bb8d7ffd0077e5eb00c8fcbd52059807dc65553875d59e05d3777 AUX clsync-0.4-hl_locks.patch 899 SHA256 ee85116d992dd9e089e2e0a3f0bfbc5502705e4de08953b13a2bd00ed259d3bf SHA512 279bb3560a37a163763d9de09c894d8d98e79ed32e3f1c2f2231d567b0492f93c078a560296c706536ddabddf05e4218f106a0f271f8bcd3c9b18cee153083d0 WHIRLPOOL de98b88abb9089456157366b9145433ae371176cd81b34e3bc5a72852b238f6b7ed98610e3259831389eacd7990ff248d7c890b87a93a4afcdeb4f287d1f631b +AUX clsync-0.4-unset_env.patch 1820 SHA256 830f7d495be48faa1b13ae9794371561808dd904cb45192e40f790b33dc32475 SHA512 e89bd1834180487bb0feecfbac90a6512531547fbaa3053fe9907e776a2212e5dc0f912c7a59bccf9f15058d991dbe03f9ae7c89a741d6807c9df4fa930af915 WHIRLPOOL b058e0a41535770c81232e4587856f69e152dbae1683929c7fa3bf171db7d76cd67456bf4e2fe3e2902da6d72ba2720990247eac8a3fef6c8ae250004eee2fd3 AUX clsync-0.4-unshare-configure.patch 1198 SHA256 c60e2f8e33e1ca04d27e8887982d83eb5efb8a3f3f6871f97feba931aaa0db74 SHA512 c0be6a085a33e3c09bfe52fc5aff3a1136fbbdde7cf928bd1ff21c7e435ae8562a626ed7d561c83e74580f17e2ad1c61be778d0a7f01b2ad0890a9d5cc1e54cd WHIRLPOOL 826d597da90d8f71b3ff902c5c55bbd3ae82bae33157f99469bfe8dec4ad93f16a1f2d10c0b78f561c58f6d01832ed2bbc2267ab619e21bd19c939034ae8b401 AUX clsync-0.4-unshare-ifdef.patch 989 SHA256 2fc98fa742ed24068af39c950eb7fa33a048a2cbb3aab44b074928cd86c5cefb SHA512 2a6e98a2ea8d1dd663fdaf6eed0d6706c61b646c4178ca8be5598d1d6a3dd8023b92f02858f7324c5ceab601ed5c8ec1ee6bcc7210664cd57dc281a116bbde3c WHIRLPOOL 9535ac8e746e4ce980d4f17c05f554e55f5ab717d79e20ba09751f176383e46c2b52777e10f28422b4d459f0ef8c8a5f900c4857994a8bab5c6108bd5e27 AUX clsync-0.4-version.patch 694 SHA256 8b899b74f59dc6acb134ab4b2254e222c8d148ed827054c1e263625a73405c9d SHA512 9a08ecf5c062827d8e02b4822a879115d394d36d6c81bc138dee4b65519c6a2e333445e953965057d8b32ad3bca6ced8a699f59d798d31bb022c4b9129d8b681 WHIRLPOOL fd214257b4a2fd24120a4620df55edd78010f5db507493b3e0c1bd06f91e97e2b3caffdbabad4c4b0d1cc7c3f02d9d290805c4d6e10edf5e44d081ae1b837e1b @@ -15,7 +16,7 @@ DIST clsync-0.3.tar.gz 122664 SHA256 054f7032993f51a35cf3fdc91aeb3ad358f63432f8d DIST clsync-0.4.tar.gz 253396 SHA256 6f0ce7a5f61fbb50db53b787b62cf5347870f3be315acb02c4aee6b76206d19e SHA512 9b17f5f8f0bfc48531f3d8cb4f1c1edd3116e0b7d140e8ab2465dd1c590521c9857202ed3f36466f13fb3309abb9232fb4acbe25b5652914a816fac498f74a48 WHIRLPOOL 18ae12df2d7e0403b21c5d4ab7352cd81446729d94fb300a799b98dad9f88aeaa98deb2ba5f52858d3b6ba7406d777e53e97dae5c3a4802a229511db9c8a3482 EBUILD clsync-0.2.1.ebuild 2148 SHA256 9069d6bbba621a368ce6f1fd1602d984aa0c37a5297df7ff43598b53603ca726 SHA512 9ab6e36e094c43f7e506c743a0159ab00e09a216676b0693a8f2f3a0df8160c5c706122bb9e36e754c0e50a6dc63856dae86743e6e3a22be80b2bbf7ef21523f WHIRLPOOL 27b60f03a084a821dda72799540605266557fae9b5379bfaa5c0601c42894d84d1ddd68d9dd6f2f8cf72f3cf7dc38cfc7e75821416290b2c8bf8c74af50b8543 EBUILD clsync-0.3.ebuild 2219 SHA256 71f1c52b62d0379c1bf03ce4a49fe2cc612697008aabbf
[gentoo-commits] proj/kde:master commit in: app-crypt/qca/, app-crypt/qca/files/
commit: b08ea59982a5edca11ba9095bd81bbd7aa8dfb19 Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 28 01:02:50 2015 + Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 28 01:02:50 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b08ea599 [app-crypt/qca] Moved to tree --- app-crypt/qca/files/qca-disable-pgp-test.patch | 13 --- app-crypt/qca/metadata.xml | 18 app-crypt/qca/qca-2.1.0.3.ebuild | 133 - 3 files changed, 164 deletions(-) diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch b/app-crypt/qca/files/qca-disable-pgp-test.patch deleted file mode 100644 index 7944e3c..000 --- a/app-crypt/qca/files/qca-disable-pgp-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt -index f4d9eb9..67ef281 100644 a/unittest/CMakeLists.txt -+++ b/unittest/CMakeLists.txt -@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest) - add_subdirectory(keystore) - add_subdirectory(macunittest) - add_subdirectory(metatype) --add_subdirectory(pgpunittest) -+# add_subdirectory(pgpunittest) - add_subdirectory(pipeunittest) - add_subdirectory(pkits) - add_subdirectory(rsaunittest) diff --git a/app-crypt/qca/metadata.xml b/app-crypt/qca/metadata.xml deleted file mode 100644 index 71e6485..000 --- a/app-crypt/qca/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -crypto -qt -kde - - Enable botan plugin - Enable gcrypt plugin - Enable GnuPG plugin - Enable logger plugin - Enable NSS plugin - Enable OpenSSL plugin - Enable PKCS#11 plugin - Enable SASL plugin - Enable softstore plugin - - diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild deleted file mode 100644 index 5c646cf..000 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PN="${PN}-qt5" -inherit multilib cmake-utils multibuild - -DESCRIPTION="Qt Cryptographic Architecture (QCA)" -HOMEPAGE="http://delta.affinix.com/qca/"; -SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~amd64" - -IUSE="botan debug doc examples gcrypt gpg logger nss openssl pkcs11 +qt4 qt5 sasl softstore test" -REQUIRED_USE="|| ( qt4 qt5 )" - -RDEPEND=" - !app-crypt/qca-cyrus-sasl - !app-crypt/qca-gnupg - !app-crypt/qca-logger - !app-crypt/qca-ossl - !app-crypt/qca-pkcs11 - botan? ( dev-libs/botan ) - gcrypt? ( dev-libs/libgcrypt:= ) - gpg? ( app-crypt/gnupg ) - nss? ( dev-libs/nss ) - openssl? ( dev-libs/openssl:0 ) - pkcs11? ( - dev-libs/openssl:0 - dev-libs/pkcs11-helper - ) - qt4? ( dev-qt/qtcore:4 ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtnetwork:5 - ) - sasl? ( dev-libs/cyrus-sasl:2 ) -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( - qt4? ( dev-qt/qttest:4 ) - qt5? ( dev-qt/qttest:5 ) - ) -" - -DOCS=( README TODO ) - -S=${WORKDIR}/${MY_PN}-${PV} - -PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" ) - -qca_plugin_use() { - echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)" -} - -pkg_setup() { - MULTIBUILD_VARIANTS=() - if use qt4; then - MULTIBUILD_VARIANTS+=(qt4) - fi - - if use qt5; then - MULTIBUILD_VARIANTS+=(qt5) - fi -} - -src_configure() { - myconfigure() { - local mycmakeargs=( - $(qca_plugin_use botan) - $(qca_plugin_use gcrypt) - $(qca_plugin_use gpg gnupg) - $(qca_plugin_use logger) - $(qca_plugin_use nss) - $(qca_plugin_use openssl ossl) - $(qca_plugin_use pkcs11) - $(qca_plugin_use sasl cyrus-sasl) - $(qca_plugin_use softstore) - $(cmake-utils_use_build test TESTS) - ) - - if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then - mycmakeargs+=( - -DQT4_BUILD=ON - -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt4/plugins" - -DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/share/qt4/mkspecs/features" - ) - fi - - if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then - mycmakeargs+=( - -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/plugins" -
[gentoo-commits] gentoo-x86 commit in dev-python/cov-core: cov-core-1.15.0.ebuild ChangeLog
idella4 15/01/28 12:46:42 Modified: ChangeLog Added:cov-core-1.15.0.ebuild Log: bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.14 dev-python/cov-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 30 Dec 2014 10:23:30 - 1.13 +++ ChangeLog 28 Jan 2015 12:46:42 - 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/cov-core -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.13 2014/12/30 10:23:30 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.14 2015/01/28 12:46:42 idella4 Exp $ + +*cov-core-1.15.0 (28 Jan 2015) + + 28 Jan 2015; Ian Delaney +cov-core-1.15.0.ebuild: + bump 30 Dec 2014; Jeroen Roovers cov-core-1.7.ebuild: Stable for HPPA (bug #530600). 1.1 dev-python/cov-core/cov-core-1.15.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.15.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.15.0.ebuild?rev=1.1&content-type=text/plain Index: cov-core-1.15.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.15.0.ebuild,v 1.1 2015/01/28 12:46:42 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov" HOMEPAGE="https://bitbucket.org/memedough/cov-core/overview"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-python/coverage-3.6[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] gentoo-x86 commit in dev-haskell/libxml-sax: libxml-sax-0.7.5.ebuild ChangeLog
ago 15/01/28 10:25:18 Modified: libxml-sax-0.7.5.ebuild ChangeLog Log: Stable for ppc, wrt bug #534988 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild?r1=1.4&r2=1.5 Index: libxml-sax-0.7.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libxml-sax-0.7.5.ebuild 26 Jan 2015 09:53:42 - 1.4 +++ libxml-sax-0.7.5.ebuild 28 Jan 2015 10:25:18 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild,v 1.4 2015/01/26 09:53:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.5.ebuild,v 1.5 2015/01/28 10:25:18 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-haskell/text-0.7:=[profile?] 1.21 dev-haskell/libxml-sax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libxml-sax/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 26 Jan 2015 09:53:42 - 1.20 +++ ChangeLog 28 Jan 2015 10:25:18 - 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/libxml-sax # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v 1.20 2015/01/26 09:53:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/ChangeLog,v 1.21 2015/01/28 10:25:18 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo libxml-sax-0.7.5.ebuild: + Stable for ppc, wrt bug #534988 26 Jan 2015; Agostino Sarubbo libxml-sax-0.7.5.ebuild: Stable for x86, wrt bug #534988
[gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.8.ebuild ChangeLog
ago 15/01/28 10:33:20 Modified: quixote-2.8.ebuild ChangeLog Log: Stable for ppc, wrt bug #535370 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.4 dev-python/quixote/quixote-2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild?r1=1.3&r2=1.4 Index: quixote-2.8.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- quixote-2.8.ebuild 26 Jan 2015 10:27:18 - 1.3 +++ quixote-2.8.ebuild 28 Jan 2015 10:33:20 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.3 2015/01/26 10:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.4 2015/01/28 10:33:20 ago Exp $ EAPI=5 # Appears to be written only for py2 @@ -16,7 +16,7 @@ LICENSE="CNRI-QUIXOTE-2.4" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc test" DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] ) 1.43 dev-python/quixote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 26 Jan 2015 10:27:18 - 1.42 +++ ChangeLog 28 Jan 2015 10:33:20 - 1.43 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.42 2015/01/26 10:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.43 2015/01/28 10:33:20 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo quixote-2.8.ebuild: + Stable for ppc, wrt bug #535370 26 Jan 2015; Agostino Sarubbo quixote-2.8.ebuild: Stable for x86, wrt bug #535370
[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-wiki: ChangeLog emacs-wiki-2.72-r2.ebuild emacs-wiki-2.72-r1.ebuild
ulm 15/01/27 18:13:43 Modified: ChangeLog Added:emacs-wiki-2.72-r2.ebuild Removed: emacs-wiki-2.72-r1.ebuild Log: Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.23 app-emacs/emacs-wiki/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 7 Jun 2014 11:14:30 - 1.22 +++ ChangeLog 27 Jan 2015 18:13:43 - 1.23 @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/emacs-wiki -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/ChangeLog,v 1.22 2014/06/07 11:14:30 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/ChangeLog,v 1.23 2015/01/27 18:13:43 ulm Exp $ + +*emacs-wiki-2.72-r2 (27 Jan 2015) + + 27 Jan 2015; Ulrich Müller -emacs-wiki-2.72-r1.ebuild, + +emacs-wiki-2.72-r2.ebuild: + Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. 07 Jun 2014; Ulrich Müller emacs-wiki-2.72-r1.ebuild: Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely. 1.1 app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild?rev=1.1&content-type=text/plain Index: emacs-wiki-2.72-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild,v 1.1 2015/01/27 18:13:43 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup" HOMEPAGE="http://www.mwolson.org/projects/EmacsWiki.html http://www.emacswiki.org/emacs/EmacsWikiMode"; SRC_URI="http://www.mwolson.org/static/dist/emacs-wiki/${P}.tar.gz"; LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="app-emacs/htmlize app-emacs/httpd" RDEPEND="${DEPEND}" SITEFILE="50${PN}-gentoo.el" src_prepare() { # These will be made part of the emacs-wiki installation until # they are packaged separately mv "${S}"/contrib/{update-remote,cgi}.el "${S}"/ || die } src_compile() { elisp-compile *.el makeinfo emacs-wiki.texi || die "makeinfo failed" } src_install() { elisp-install ${PN} *.{el,elc} elisp-site-file-install "${FILESDIR}/${SITEFILE}" doinfo *.info* dodoc README ChangeLog* docinto examples dodoc examples/default.css }
[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.16.ebuild ChangeLog
ago 15/01/28 10:26:22 Modified: unidecode-0.04.16.ebuild ChangeLog Log: Stable for ppc, wrt bug #530110 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.9 dev-python/unidecode/unidecode-0.04.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild?r1=1.8&r2=1.9 Index: unidecode-0.04.16.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- unidecode-0.04.16.ebuild2 Jan 2015 14:51:34 - 1.8 +++ unidecode-0.04.16.ebuild28 Jan 2015 10:26:22 - 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.8 2015/01/02 14:51:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.9 2015/01/28 10:26:22 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ppc ~sparc x86" S=${WORKDIR}/${MY_P} 1.26 dev-python/unidecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 2 Jan 2015 14:51:34 - 1.25 +++ ChangeLog 28 Jan 2015 10:26:22 - 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.25 2015/01/02 14:51:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.26 2015/01/28 10:26:22 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo unidecode-0.04.16.ebuild: + Stable for ppc, wrt bug #530110 02 Jan 2015; Mikle Kolyada unidecode-0.04.16.ebuild: x86 stable wrt bug #530110
[gentoo-commits] gentoo-x86 commit in app-emacs/icicles: ChangeLog icicles-2013.04.23.23400.ebuild
ulm 15/01/27 18:14:43 Modified: ChangeLog icicles-2013.04.23.23400.ebuild Log: Update HOMEPAGE, bug 537928. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.7 app-emacs/icicles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 14 Feb 2014 16:19:58 - 1.6 +++ ChangeLog 27 Jan 2015 18:14:43 - 1.7 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/icicles -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.6 2014/02/14 16:19:58 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.7 2015/01/27 18:14:43 ulm Exp $ + + 27 Jan 2015; Ulrich Müller icicles-2013.04.23.23400.ebuild: + Update HOMEPAGE, bug 537928. *icicles-2013.04.23.23400 (14 Feb 2014) 1.2 app-emacs/icicles/icicles-2013.04.23.23400.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild?r1=1.1&r2=1.2 Index: icicles-2013.04.23.23400.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icicles-2013.04.23.23400.ebuild 14 Feb 2014 16:19:58 - 1.1 +++ icicles-2013.04.23.23400.ebuild 27 Jan 2015 18:14:43 - 1.2 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild,v 1.1 2014/02/14 16:19:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild,v 1.2 2015/01/27 18:14:43 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Minibuffer input completion and cycling" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles"; +HOMEPAGE="http://www.emacswiki.org/emacs/Icicles"; SRC_URI="https://github.com/emacsmirror/icicles/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+"
[gentoo-commits] gentoo-x86 commit in games-puzzle/jools: jools-0.20-r2.ebuild ChangeLog
ago 15/01/28 10:23:37 Modified: jools-0.20-r2.ebuild ChangeLog Log: Stable for ppc, wrt bug #534286 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.4 games-puzzle/jools/jools-0.20-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild?r1=1.3&r2=1.4 Index: jools-0.20-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jools-0.20-r2.ebuild26 Jan 2015 09:49:38 - 1.3 +++ jools-0.20-r2.ebuild28 Jan 2015 10:23:37 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild,v 1.3 2015/01/26 09:49:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/jools-0.20-r2.ebuild,v 1.4 2015/01/28 10:23:37 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="dev-python/pygame[${PYTHON_USEDEP}] 1.16 games-puzzle/jools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/jools/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/jools/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 26 Jan 2015 22:35:36 - 1.15 +++ ChangeLog 28 Jan 2015 10:23:37 - 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/jools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/ChangeLog,v 1.15 2015/01/26 22:35:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/ChangeLog,v 1.16 2015/01/28 10:23:37 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo jools-0.20-r2.ebuild: + Stable for ppc, wrt bug #534286 26 Jan 2015; Michael Sterrett -jools-0.20-r1.ebuild: old
[gentoo-commits] gentoo-x86 commit in games-emulation/visualboyadvance: visualboyadvance-1.7.2-r3.ebuild ChangeLog
mgorny 15/01/28 19:53:22 Modified: visualboyadvance-1.7.2-r3.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.12 games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?r1=1.11&r2=1.12 Index: visualboyadvance-1.7.2-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- visualboyadvance-1.7.2-r3.ebuild17 Jan 2015 16:54:40 - 1.11 +++ visualboyadvance-1.7.2-r3.ebuild28 Jan 2015 19:53:22 - 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.11 2015/01/17 16:54:40 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.12 2015/01/28 19:53:22 mgorny Exp $ EAPI=5 inherit eutils flag-o-matic autotools games @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="gtk mmx nls" +IUSE="gtk cpu_flags_x86_mmx nls" RDEPEND="media-libs/libpng media-libs/libsdl @@ -26,7 +26,7 @@ nls? ( virtual/libintl )" DEPEND="${RDEPEND} virtual/pkgconfig - mmx? ( dev-lang/nasm ) + cpu_flags_x86_mmx? ( dev-lang/nasm ) nls? ( sys-devel/gettext )" S=${WORKDIR}/VisualBoyAdvance-${PV} @@ -67,7 +67,7 @@ # Removed --enable-c-core as it *should* determine this based on arch egamesconf \ - $(use_with mmx) \ + $(use_with cpu_flags_x86_mmx mmx) \ $(use_enable gtk gtk 2.4) \ $(use_enable nls) } 1.50 games-emulation/visualboyadvance/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 17 Jan 2015 16:54:40 - 1.49 +++ ChangeLog 28 Jan 2015 19:53:22 - 1.50 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/visualboyadvance # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.49 2015/01/17 16:54:40 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.50 2015/01/28 19:53:22 mgorny Exp $ + + 28 Jan 2015; Michał Górny + visualboyadvance-1.7.2-r3.ebuild: + Switch to CPU_FLAGS_X86. 17 Jan 2015; Tupone Alfredo visualboyadvance-1.7.2-r3.ebuild:
[gentoo-commits] gentoo-x86 commit in app-crypt/johntheripper: johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9.ebuild johntheripper-1.7.9-
mgorny 15/01/28 19:13:24 Modified: johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9.ebuild johntheripper-1.7.9-r4.ebuild johntheripper-1.7.9-r9.ebuild johntheripper-1.7.9-r6.ebuild johntheripper-1.7.9-r5.ebuild johntheripper-1.7.8.ebuild johntheripper-1.7.6-r1.ebuild johntheripper-1.7.9-r8.ebuild johntheripper-1.7.9-r1.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?r1=1.3&r2=1.4 Index: johntheripper-1.7.9-r7.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- johntheripper-1.7.9-r7.ebuild 2 Jul 2013 02:11:48 - 1.3 +++ johntheripper-1.7.9-r7.ebuild 28 Jan 2015 19:13:24 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.4 2015/01/28 19:13:24 mgorny Exp $ EAPI="5" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" #Remove AltiVec USE flag. Appears to be an upstream issue. -IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2" +IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp cpu_flags_x86_sse2" REQUIRED_USE="openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) @@ -76,9 +76,9 @@ echo "linux-x86-xop" elif has_avx; then echo "linux-x86-avx" - elif use sse2; then + elif use cpu_flags_x86_sse2; then echo "linux-x86-sse2" - elif use mmx; then + elif use cpu_flags_x86_mmx; then echo "linux-x86-mmx" else echo "linux-x86-any" @@ -92,7 +92,7 @@ # fi # for Tiger this can be macosx-ppc64 elif use x86-macos; then - if use sse2; then + if use cpu_flags_x86_sse2; then echo "macosx-x86-sse2" else echo "macosx-x86" @@ -100,9 +100,9 @@ elif use x86-solaris; then echo "solaris-x86-any" elif use x86-fbsd; then - if use sse2; then + if use cpu_flags_x86_sse2; then echo "freebsd-x86-sse2" - elif use mmx; then + elif use cpu_flags_x86_mmx; then echo "freebsd-x86-mmx" else echo "freebsd-x86-any" 1.4 app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?r1=1.3&r2=1.4 Index: johntheripper-1.7.9-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- johntheripper-1.7.9-r2.ebuild 2 Jul 2013 02:11:48 - 1.3 +++ johntheripper-1.7.9-r2.ebuild 28 Jan 2015 19:13:24 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntherippe
[gentoo-commits] gentoo-x86 commit in dev-util/rbtools: rbtools-0.7.ebuild ChangeLog
kensington15/01/28 15:15:58 Modified: ChangeLog Added:rbtools-0.7.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision ChangesPath 1.44 dev-util/rbtools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rbtools/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rbtools/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rbtools/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 26 Jan 2015 11:06:35 - 1.43 +++ ChangeLog 28 Jan 2015 15:15:58 - 1.44 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/rbtools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.43 2015/01/26 11:06:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.44 2015/01/28 15:15:58 kensington Exp $ + +*rbtools-0.7 (28 Jan 2015) + + 28 Jan 2015; Michael Palimaka +rbtools-0.7.ebuild: + Version bump. 26 Jan 2015; Manuel Rüger -rbtools-0.6.2.ebuild: Remove old. 1.1 dev-util/rbtools/rbtools-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rbtools/rbtools-0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rbtools/rbtools-0.7.ebuild?rev=1.1&content-type=text/plain Index: rbtools-0.7.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/rbtools-0.7.ebuild,v 1.1 2015/01/28 15:15:58 kensington Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 versionator MY_PN="RBTools" MY_P="${MY_PN}-${PV}" DESCRIPTION="Command line tools for use with Review Board" HOMEPAGE="http://www.reviewboard.org/"; SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/six-1.8.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " DOCS=( AUTHORS NEWS README ) S=${WORKDIR}/${MY_P}
[gentoo-commits] proj/kde:master commit in: eclass/
commit: b266b18ccc070099fd0a282de95c09cb5d2eab71 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 27 19:13:06 2015 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 27 19:13:06 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b266b18c [eclass] Ignore hotfix version number --- eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 027dfb5..b50d9a4 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -95,7 +95,7 @@ _add_kdecategory_dep() { if [[ -n ${version} ]] ; then local operator=">=" - local version="-${version}" + local version="-$(get_version_component_range 1-3 ${version})" fi if [[ ${SLOT} = 4 || ${SLOT} = 5 ]] && ! has kde5-meta-pkg ${INHERITED} ; then
[gentoo-commits] dev/bircoph:master commit in: app-admin/clsync/files/, app-admin/clsync/, profiles/
commit: c2472a6c064a9d2f8539cb518a926b964a81d174 Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 27 18:04:58 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Tue Jan 27 18:04:58 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=c2472a6c clnyc: version bump New flags are added, new bugfixes and security features. --- app-admin/clsync/ChangeLog | 9 - app-admin/clsync/Manifest | 10 +++-- .../{clsync-.ebuild => clsync-0.4.ebuild} | 46 +++--- app-admin/clsync/clsync-.ebuild| 43 +--- .../files/clsync-0.4-unshare-configure.patch | 38 ++ .../clsync/files/clsync-0.4-unshare-ifdef.patch| 34 app-admin/clsync/metadata.xml | 8 +++- profiles/package.use.mask | 4 +- 8 files changed, 157 insertions(+), 35 deletions(-) diff --git a/app-admin/clsync/ChangeLog b/app-admin/clsync/ChangeLog index f830377..f3e300e 100644 --- a/app-admin/clsync/ChangeLog +++ b/app-admin/clsync/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for app-admin/clsync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*clsync-0.4 (27 Jan 2015) + + 27 Jan 2015; Andrew Savchenko +clsync-0.4.ebuild, + clsync-.ebuild, +files/clsync-0.4-unshare-configure.patch, + +files/clsync-0.4-unshare-ifdef.patch, metadata.xml: + Version bump. + *clsync-0.3 (15 May 2014) 15 May 2014; Andrew Savchenko clsync-0.2.1.ebuild, diff --git a/app-admin/clsync/Manifest b/app-admin/clsync/Manifest index e7a8556..0d284f2 100644 --- a/app-admin/clsync/Manifest +++ b/app-admin/clsync/Manifest @@ -1,3 +1,5 @@ +AUX clsync-0.4-unshare-configure.patch 1198 SHA256 c60e2f8e33e1ca04d27e8887982d83eb5efb8a3f3f6871f97feba931aaa0db74 SHA512 c0be6a085a33e3c09bfe52fc5aff3a1136fbbdde7cf928bd1ff21c7e435ae8562a626ed7d561c83e74580f17e2ad1c61be778d0a7f01b2ad0890a9d5cc1e54cd WHIRLPOOL 826d597da90d8f71b3ff902c5c55bbd3ae82bae33157f99469bfe8dec4ad93f16a1f2d10c0b78f561c58f6d01832ed2bbc2267ab619e21bd19c939034ae8b401 +AUX clsync-0.4-unshare-ifdef.patch 989 SHA256 2fc98fa742ed24068af39c950eb7fa33a048a2cbb3aab44b074928cd86c5cefb SHA512 2a6e98a2ea8d1dd663fdaf6eed0d6706c61b646c4178ca8be5598d1d6a3dd8023b92f02858f7324c5ceab601ed5c8ec1ee6bcc7210664cd57dc281a116bbde3c WHIRLPOOL 9535ac8e746e4ce980d4f17c05f554e55f5ab717d79e20ba09751f176383e46c2b52777e10f28422b4d459f0ef8c8a5f900c4857994a8bab5c6108bd5e27 AUX clsync.conf 586 SHA256 da5b5611d9253094828ef4ff66d72cd36e807f36c218807d8da6386f45a56dab SHA512 ecaacdd5869a3c9552dd4a1441ed313e0e2f977c82b0a19ea1300f069e45ba6b49bcc9f6b35ab3031727fe7a09af0c647b9b34248d14f3e30701746170874e6d WHIRLPOOL e6b2ea8d0267051049152fa8e2dedcec89bc7be6cab48a9a91a39810de12094b1499a622cb0b8b6c3c0880a2e82713fed834bdf4337241f46c9673d1b2fc71eb AUX clsync.conf-2 589 SHA256 1a8689b86cf9475ef72ef42a623a1bb1ae55abff31578dcfdf3537331c681815 SHA512 46d8d786378eed0bfa46195e45f764015258ba55b35a5acf2685967e9fbd1fc7656c6aeba26b06889fa2f7c62cb11ecb84b10b856356ea3c0d463eaa4980c33d WHIRLPOOL cd9a0800b75eab476d7feec079f23538295dca5067f979ce4280c3188b9a24adf7c78e0c2ec5e2e8cadd71d11be181d873bc462d9fe321ada85e4e11690272db AUX clsync.confd 645 SHA256 ae7e9cacf618f9a32a4a1580580a9018310abb9de9e0379fbcc6a7359b0d SHA512 75dcc49d51f6da94d42eb501f1ad2868f163405dd7aa933f4c8078ec18f5b54eb6c66ff796ee744f7751699162627af843edbe5de5adf99c23712cedaebaddc5 WHIRLPOOL 06289c7645430d10b242983daa9cd2d4c2f327b34ede308012354947c64c654a7864586743ae6de7c02770a8b1c22de04b63404a6431b317b328ac6ac1e121ce @@ -5,8 +7,10 @@ AUX clsync.initd 566 SHA256 4c33a75d993246a5a9cd2cc0da83a5ba23e9e9f34ad0da4b033a AUX clsync.initd-2 573 SHA256 9200ac5bff76111853317f87f728029f6f20cafa52a0b2f90fe28e85b4780cd5 SHA512 5588dbe8d414f553692a79dcde2f147f8693235b39e166fa7f5e4e8b1dfaf7c134861d84792bbfc19fea9689ca0d428caf98b6830661bd46fdc98b410bbcc3b3 WHIRLPOOL c89f913b1bc166ab4631476d0be1da5af136da95b1319319a93e74488a8c4fc9763c215d538f9e2889c9a87a7c5cf459fcfd0e38421c34a1bcc8dc79c9343aef DIST clsync-0.2.1.tar.gz 105886 SHA256 7fc9257a24855a0b350937bc0667a326182e84a1ba922f41b41266aeb5b2c738 SHA512 8f8b926df6b4fc1424427aa6a504527a1f10a01a9108c512968148bf5552a429f7f9bc58f46730219a9be303b3314c8c3b55747c7c4ef5832bd175f70bdf2763 WHIRLPOOL 4f8f5c7e88983bbadb3263e245f424fb9e8fb140cb6bac78702a7d572f69856ccdac68fb6cd9249193af09d0b2bf224827bd05530a0cbec99bfc3fa7138e23fa DIST clsync-0.3.tar.gz 122664 SHA256 054f7032993f51a35cf3fdc91aeb3ad358f63432f8d1d1cbe4b75e664450b5bf SHA512 b05b41815fcaa623a794d2f9a9f2d2a02867d4ee5685488a0693b017773c2fe7da81d1d322a166bf34aa4570039f542a61362e70db4df2d2c08b721d4ddad254 WHIRLPOOL a3b401772b05dc47e0f6f9253471204ed655a3dbd06213c107ce3d760a1f4bc3bd577438748a177ccf10eec046a35688a91b0d7bbf5413c20b4d2a75
[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-340.76.ebuild ChangeLog
jer 15/01/27 21:33:45 Modified: ChangeLog Added:nvidia-drivers-340.76.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.605x11-drivers/nvidia-drivers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.605&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.605&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.604&r2=1.605 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v retrieving revision 1.604 retrieving revision 1.605 diff -u -r1.604 -r1.605 --- ChangeLog 18 Jan 2015 16:21:38 - 1.604 +++ ChangeLog 27 Jan 2015 21:33:45 - 1.605 @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/nvidia-drivers # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.604 2015/01/18 16:21:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.605 2015/01/27 21:33:45 jer Exp $ + +*nvidia-drivers-340.76 (27 Jan 2015) + + 27 Jan 2015; Jeroen Roovers +nvidia-drivers-340.76.ebuild: + Version bump. 18 Jan 2015; Jeroen Roovers nvidia-drivers-346.35.ebuild: Lower kernel requirements again (bug #532082). 1.1 x11-drivers/nvidia-drivers/nvidia-drivers-340.76.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-340.76.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-340.76.ebuild?rev=1.1&content-type=text/plain Index: nvidia-drivers-340.76.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-340.76.ebuild,v 1.1 2015/01/27 21:33:45 jer Exp $ EAPI=5 inherit eutils flag-o-matic linux-info linux-mod multilib nvidia-driver \ portability toolchain-funcs unpacker user udev NV_URI="http://us.download.nvidia.com/XFree86/"; X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}" AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}" X86_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86-${PV}" AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}" DESCRIPTION="NVIDIA Accelerated Graphics Driver" HOMEPAGE="http://www.nvidia.com/"; SRC_URI=" amd64-fbsd? ( ${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz ) amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run ) x86-fbsd? ( ${NV_URI}FreeBSD-x86/${PV}/${X86_FBSD_NV_PACKAGE}.tar.gz ) x86? ( ${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run ) " LICENSE="GPL-2 NVIDIA-r2" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X uvm" RESTRICT="bindist mirror strip" EMULTILIB_PKG="true" COMMON=" app-admin/eselect-opencl kernel_linux? ( >=sys-libs/glibc-2.6.1 ) X? ( >=app-admin/eselect-opengl-1.0.9 ) " DEPEND=" ${COMMON} app-arch/xz-utils kernel_linux? ( virtual/linux-sources ) " RDEPEND=" ${COMMON} acpi? ( sys-power/acpid ) tools? ( dev-libs/atk dev-libs/glib x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.4:2 x11-libs/libX11 x11-libs/libXext x11-libs/pango[X] ) X? ( =x11-libs/libvdpau-0.3-r1 multilib? ( || ( ( >=x11-libs/libX11-1.6.2[abi_x86_32] >=x11-libs/libXext-1.3.2[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) ) " REQUIRED_USE="tools? ( X )" QA_PREBUILT="opt/* usr/lib*" S=${WORKDIR}/ pkg_pretend() { if use amd64 && has_multilib_profile && \ [ "${DEFAULT_ABI}" != "amd64" ]; then eerror "This ebuild doesn't currently support changing your default ABI" die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}" fi if use kernel_linux && kernel_is ge 3 18 ; then ewarn "Gentoo supports kernels which are supported by NVIDIA" ewarn "which are limited to the following kernels:" ewarn " userspace driver config lib donvidia ${NV_OBJ}/libnvidia-cfg.so ${NV
[gentoo-commits] gentoo-x86 commit in dev-scheme/ikarus: ikarus-0.0.3_p1870.ebuild ChangeLog
mgorny 15/01/28 20:01:18 Modified: ikarus-0.0.3_p1870.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild?r1=1.1&r2=1.2 Index: ikarus-0.0.3_p1870.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ikarus-0.0.3_p1870.ebuild 27 Apr 2010 17:00:00 - 1.1 +++ ikarus-0.0.3_p1870.ebuild 28 Jan 2015 20:01:18 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild,v 1.1 2010/04/27 17:00:00 chiiph Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild,v 1.2 2015/01/28 20:01:18 mgorny Exp $ EAPI="3" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="-* ~x86" -IUSE="sse2 doc" +IUSE="cpu_flags_x86_sse2 doc" RDEPEND=">=dev-libs/gmp-4.2.2" DEPEND="${RDEPEND}" @@ -35,7 +35,7 @@ } src_compile() { - if use !sse2; then \ + if use !cpu_flags_x86_sse2; then \ eerror "You must have a processor who supports \ SSE2 instructions" && die fi 1.5 dev-scheme/ikarus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ikarus/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 27 Apr 2010 17:00:00 - 1.4 +++ ChangeLog 28 Jan 2015 20:01:18 - 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/ikarus -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ChangeLog,v 1.4 2010/04/27 17:00:00 chiiph Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ikarus/ChangeLog,v 1.5 2015/01/28 20:01:18 mgorny Exp $ + + 28 Jan 2015; Michał Górny ikarus-0.0.3_p1870.ebuild: + Switch to CPU_FLAGS_X86. *ikarus-0.0.3_p1870 (27 Apr 2010) @@ -30,4 +33,3 @@ Initial Commit of dev-scheme/ikarus. Ebuild first written by Marijn Schouten and updated by me. Moved from the overlay to the main tree. -
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: aa01c90a22f98c42b0b87fa1bde0068dc77e0bc8 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 27 19:16:22 2015 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 27 19:16:22 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aa01c90a [rofiles/package.mask] Update Plasma 5.2.0 --- profiles/package.mask/plasma-5.2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/package.mask/plasma-5.2.0 b/profiles/package.mask/plasma-5.2.0 index 6aa1947..b0d0b6b 100644 --- a/profiles/package.mask/plasma-5.2.0 +++ b/profiles/package.mask/plasma-5.2.0 @@ -17,7 +17,7 @@ ~kde-plasma/ksshaskpass-5.2.0 ~kde-plasma/ksysguard-5.2.0 ~kde-plasma/kwayland-5.2.0 -~kde-plasma/kwin-5.2.0 +~kde-plasma/kwin-5.2.0.1 ~kde-plasma/kwrited-5.2.0 ~kde-plasma/libbluedevil-5.2.0 ~kde-plasma/libkscreen-5.2.0
[gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-2.2.2-r2.ebuild mirrorselect-2.2.2-r1.ebuild
dolsen 15/01/27 20:32:50 Modified: ChangeLog Added:mirrorselect-2.2.2-r2.ebuild Removed: mirrorselect-2.2.2-r1.ebuild Log: Bump for an additional patch (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8) Revision ChangesPath 1.151app-portage/mirrorselect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.150&r2=1.151 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- ChangeLog 27 Jan 2015 04:24:32 - 1.150 +++ ChangeLog 27 Jan 2015 20:32:50 - 1.151 @@ -1,6 +1,13 @@ # ChangeLog for app-portage/mirrorselect # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.150 2015/01/27 04:24:32 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.151 2015/01/27 20:32:50 dolsen Exp $ + +*mirrorselect-2.2.2-r2 (27 Jan 2015) + + 27 Jan 2015; Brian Dolbec -mirrorselect-2.2.2-r1.ebuild, + +mirrorselect-2.2.2-r2.ebuild, + +files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch: + Bump adding missed output assignment patch. 27 Jan 2015; Brian Dolbec mirrorselect-2.2.2.ebuild, +mirrorselect-2.2.2-r1.ebuild, 1.1 app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild?rev=1.1&content-type=text/plain Index: mirrorselect-2.2.2-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild,v 1.1 2015/01/27 20:32:50 dolsen Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils distutils-r1 prefix DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect"; SRC_URI="http://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz http://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test " LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND=" dev-util/dialog net-analyzer/netselect >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}] " PATCHES=( "${FILESDIR}/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch" "${FILESDIR}/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch" ) python_prepare_all() { python_setup eprefixify setup.py mirrorselect/main.py echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py set_version VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py set_version failed" distutils-r1_python_prepare_all }
[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.9.3-r1.ebuild bitcoin-qt-9999.ebuild bitcoin-qt-0.8.6-r1.ebuild ChangeLog
blueness15/01/28 18:46:36 Modified: bitcoin-qt-0.9.3-r1.ebuild bitcoin-qt-.ebuild bitcoin-qt-0.8.6-r1.ebuild ChangeLog Log: Move to EAPI 5 for kde4 eclass changes (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild?r1=1.1&r2=1.2 Index: bitcoin-qt-0.9.3-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoin-qt-0.9.3-r1.ebuild 10 Jan 2015 17:19:55 - 1.1 +++ bitcoin-qt-0.9.3-r1.ebuild 28 Jan 2015 18:46:36 - 1.2 @@ -1,8 +1,8 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild,v 1.1 2015/01/10 17:19:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild,v 1.2 2015/01/28 18:46:36 blueness Exp $ -EAPI=4 +EAPI=5 DB_VER="4.8" 1.3 net-p2p/bitcoin-qt/bitcoin-qt-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild?r1=1.2&r2=1.3 Index: bitcoin-qt-.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoin-qt-.ebuild 21 Nov 2014 23:44:07 - 1.2 +++ bitcoin-qt-.ebuild 28 Jan 2015 18:46:36 - 1.3 @@ -1,8 +1,8 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild,v 1.2 2014/11/21 23:44:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild,v 1.3 2015/01/28 18:46:36 blueness Exp $ -EAPI=4 +EAPI=5 DB_VER="4.8" 1.3 net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild?r1=1.2&r2=1.3 Index: bitcoin-qt-0.8.6-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoin-qt-0.8.6-r1.ebuild 13 Jan 2015 20:04:38 - 1.2 +++ bitcoin-qt-0.8.6-r1.ebuild 28 Jan 2015 18:46:36 - 1.3 @@ -1,8 +1,8 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild,v 1.2 2015/01/13 20:04:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild,v 1.3 2015/01/28 18:46:36 blueness Exp $ -EAPI=4 +EAPI=5 DB_VER="4.8" 1.93 net-p2p/bitcoin-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 17 Jan 2015 18:31:24 - 1.92 +++ ChangeLog 28 Jan 2015 18:46:36 - 1.93 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/bitcoin-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.92 2015/01/17 18:31:24 bluen
[gentoo-commits] dev/bircoph:master commit in: dev-libs/libclsync/
commit: b667cd5bb32b7b04f23d4f68d040e16b45bb59e1 Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 27 18:05:41 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Tue Jan 27 18:05:41 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=b667cd5b libclsync: version bump --- dev-libs/libclsync/ChangeLog | 9 ++- dev-libs/libclsync/Manifest| 6 +- ...{libclsync-.ebuild => libclsync-0.4.ebuild} | 22 +++--- dev-libs/libclsync/libclsync-.ebuild | 79 +- 4 files changed, 23 insertions(+), 93 deletions(-) diff --git a/dev-libs/libclsync/ChangeLog b/dev-libs/libclsync/ChangeLog index a36101e..da28623 100644 --- a/dev-libs/libclsync/ChangeLog +++ b/dev-libs/libclsync/ChangeLog @@ -1,7 +1,12 @@ -# ChangeLog for app-admin/clsync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# ChangeLog for dev-libs/libclsync +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*libclsync-0.4 (27 Jan 2015) + + 27 Jan 2015; Andrew Savchenko +libclsync-0.4.ebuild: + Version bump + *clsync-0.2.1 (16 May 2014) 16 May 2014; Andrew Savchenko +ChangeLog, diff --git a/dev-libs/libclsync/Manifest b/dev-libs/libclsync/Manifest index 688..bff943b 100644 --- a/dev-libs/libclsync/Manifest +++ b/dev-libs/libclsync/Manifest @@ -1,3 +1,5 @@ -EBUILD libclsync-.ebuild 1721 SHA256 657aea594683e6b2cb927e95da5681f6c8be6001744e49deddea42bca75efd08 SHA512 c163d646f5c4a17483fa8d712cbe85feeb59ee4f2f367a3dab29ec1f61de3c56198cc6cf8514c68710eab1a297ffa3b05cdfc9863a30e187d877fb0ce60691c4 WHIRLPOOL 345ceae57d0cbbf77f62493b1645e660a12f28af18aa4e0d80ed1013d7adf42a8676eacf595b1862adf6e074e5ca8b9657f6e22721d63a8eb9dc57174e4f89e9 -MISC ChangeLog 279 SHA256 ba544f32ce16b99bde32c0154827ee3ad47e5c8cb638900db72ee6745420ce93 SHA512 6566e4a97bf1f51e6fa8ce20d3861b79fe841e8f0fc1ebb3aa211bf8df0d1685ae0ba3722b7f72f55672a04c42b9c5e0394c66cbcf443188936d606faae50db7 WHIRLPOOL 71c21e8c2abbf9b1539fbb337164b0ae73287cfcb94cf8a0326a429c7294fec0dd518f8fd4726fda22a0127ab04989d84c459fbdb18da8f5b9608aff6906cdb0 +DIST clsync-0.4.tar.gz 253396 SHA256 6f0ce7a5f61fbb50db53b787b62cf5347870f3be315acb02c4aee6b76206d19e SHA512 9b17f5f8f0bfc48531f3d8cb4f1c1edd3116e0b7d140e8ab2465dd1c590521c9857202ed3f36466f13fb3309abb9232fb4acbe25b5652914a816fac498f74a48 WHIRLPOOL 18ae12df2d7e0403b21c5d4ab7352cd81446729d94fb300a799b98dad9f88aeaa98deb2ba5f52858d3b6ba7406d777e53e97dae5c3a4802a229511db9c8a3482 +EBUILD libclsync-0.4.ebuild 1817 SHA256 549df465cae8da6825f5f1ce30db96779487e48cc3c6a0a982c94483969931a3 SHA512 f8daa3dda3454eaa20acbc5f19fa96da42c6cc626918778bd60b8e49e191990898fe29a5d53fe811fd6c4f89a01fb56ddbe81f8658528ebd2f2d3c41391e4c37 WHIRLPOOL 170ea78183382ae20c7607eb0277b8b9c6e7d99675587f94b4d8a8ed036e0f24a9c1ce3f3455295ab5d545cdf18d6f948fb009034ca25a3427564805f4e903eb +EBUILD libclsync-.ebuild 1817 SHA256 549df465cae8da6825f5f1ce30db96779487e48cc3c6a0a982c94483969931a3 SHA512 f8daa3dda3454eaa20acbc5f19fa96da42c6cc626918778bd60b8e49e191990898fe29a5d53fe811fd6c4f89a01fb56ddbe81f8658528ebd2f2d3c41391e4c37 WHIRLPOOL 170ea78183382ae20c7607eb0277b8b9c6e7d99675587f94b4d8a8ed036e0f24a9c1ce3f3455295ab5d545cdf18d6f948fb009034ca25a3427564805f4e903eb +MISC ChangeLog 403 SHA256 3cd5c8860de97f6c6661076bf7b35a1199ee78772f4b82218df6aa2ff0fdf74e SHA512 75581d780c023465be116c0fe4cbb4c61d8f88b415f878d41c5d81a280bc5fcf122c2caf9377175635b8fcd0be349e91da18c8795a0e7d2232047ff5247949fb WHIRLPOOL 59aa6e7e2609c270655ff608516f04c09e536f4717e309ea87f6c77f7de0f8026aad0cefc82b62cc919ad8334b8165b8f94084eb0681768102ecac2dd66c5c65 MISC metadata.xml 479 SHA256 911b310c39ea4da25020e36febf20629ebcb3078f6fd64b1dfe1b3399064cf58 SHA512 809cd8dcc6eac4cc08a71696e60f433298dfdf619c0302dca4aa59f7342821f7c5b0fb541d6ffc70a7ea05ecdf6e0deec4885029cc1cfed231756ae4c2c3752b WHIRLPOOL e343a7922b210d932b252ebcfce6f9fa1ef2b67cb98ee94514690dbd4289c1d552ec53a096062872a66a300e2e49c6cecb566d0c5eaaf7b67f233055d9592c69 diff --git a/dev-libs/libclsync/libclsync-.ebuild b/dev-libs/libclsync/libclsync-0.4.ebuild similarity index 81% copy from dev-libs/libclsync/libclsync-.ebuild copy to dev-libs/libclsync/libclsync-0.4.ebuild index 4c66d1d..fdb4662 100644 --- a/dev-libs/libclsync/libclsync-.ebuild +++ b/dev-libs/libclsync/libclsync-0.4.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MY_PN=${PN#lib} -MY_PV=0.4 if [[ ${PV} == "" ]] ; then inherit git-r3 @@ -13,8 +12,8 @@ if [[ ${PV} == "" ]] ; then SRC_URI="" KEYWORDS="" else - SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + SRC_URI="https://github.com/xaionaro/${MY_PN}/arc
[gentoo-commits] gentoo-x86 commit in dev-python/pyvorbis: pyvorbis-1.4-r4.ebuild ChangeLog
ago 15/01/28 10:32:59 Modified: pyvorbis-1.4-r4.ebuild ChangeLog Log: Stable for ppc, wrt bug #535368 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild?r1=1.6&r2=1.7 Index: pyvorbis-1.4-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pyvorbis-1.4-r4.ebuild 26 Jan 2015 10:27:00 - 1.6 +++ pyvorbis-1.4-r4.ebuild 28 Jan 2015 10:32:59 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild,v 1.6 2015/01/26 10:27:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild,v 1.7 2015/01/28 10:32:59 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-python/pyogg-1.1[${PYTHON_USEDEP}] 1.53 dev-python/pyvorbis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyvorbis/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 26 Jan 2015 10:27:00 - 1.52 +++ ChangeLog 28 Jan 2015 10:32:59 - 1.53 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyvorbis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.52 2015/01/26 10:27:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.53 2015/01/28 10:32:59 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo pyvorbis-1.4-r4.ebuild: + Stable for ppc, wrt bug #535368 26 Jan 2015; Agostino Sarubbo pyvorbis-1.4-r4.ebuild: Stable for x86, wrt bug #535368
[gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus-video-glide64mk2: mupen64plus-video-glide64mk2-2.0.ebuild mupen64plus-video-glide64mk2-2.0-r1.ebuild ChangeLog
mgorny 15/01/28 19:54:45 Modified: mupen64plus-video-glide64mk2-2.0.ebuild mupen64plus-video-glide64mk2-2.0-r1.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild?r1=1.3&r2=1.4 Index: mupen64plus-video-glide64mk2-2.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mupen64plus-video-glide64mk2-2.0.ebuild 19 Dec 2013 16:55:11 - 1.3 +++ mupen64plus-video-glide64mk2-2.0.ebuild 28 Jan 2015 19:54:45 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.3 2013/12/19 16:55:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.4 2015/01/28 19:54:45 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="hires sse" +IUSE="hires cpu_flags_x86_sse" RDEPEND="games-emulation/mupen64plus-core:0= media-libs/libpng:0= @@ -70,7 +70,7 @@ SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl)" SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) HIRES=$(usex hires 1 0) ) 1.2 games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild?r1=1.1&r2=1.2 Index: mupen64plus-video-glide64mk2-2.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mupen64plus-video-glide64mk2-2.0-r1.ebuild 15 Aug 2014 10:20:24 - 1.1 +++ mupen64plus-video-glide64mk2-2.0-r1.ebuild 28 Jan 2015 19:54:45 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild,v 1.1 2014/08/15 10:20:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0-r1.ebuild,v 1.2 2015/01/28 19:54:45 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="hires sse" +IUSE="hires cpu_flags_x86_sse" RDEPEND=">=games-emulation/mupen64plus-core-2.0-r1:0= media-libs/libpng:0= @@ -68,7 +68,7 @@ SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl)" SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)" - NO_ASM=$(usex sse 0 1) + NO_ASM=$(usex cpu_flags_x86_sse 0 1) HIRES=$(usex hires 1 0) ) 1.5 games-emulation/mupen64plus-video-glide64mk2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog?r1=1.
[gentoo-commits] gentoo-x86 commit in app-emacs/moccur-edit: ChangeLog moccur-edit-2.16.ebuild
ulm 15/01/27 19:25:20 Modified: ChangeLog moccur-edit-2.16.ebuild Log: Update HOMEPAGE, bug 537928. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.7 app-emacs/moccur-edit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 15 Feb 2014 01:04:18 - 1.6 +++ ChangeLog 27 Jan 2015 19:25:20 - 1.7 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/moccur-edit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/ChangeLog,v 1.6 2014/02/15 01:04:18 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/ChangeLog,v 1.7 2015/01/27 19:25:20 ulm Exp $ + + 27 Jan 2015; Ulrich Müller moccur-edit-2.16.ebuild: + Update HOMEPAGE, bug 537928. 15 Feb 2014; Ulrich Müller -moccur-edit-2.11-r1.ebuild, moccur-edit-2.16.ebuild: 1.3 app-emacs/moccur-edit/moccur-edit-2.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild?r1=1.2&r2=1.3 Index: moccur-edit-2.16.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- moccur-edit-2.16.ebuild 15 Feb 2014 01:04:18 - 1.2 +++ moccur-edit-2.16.ebuild 27 Jan 2015 19:25:20 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild,v 1.2 2014/02/15 01:04:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/moccur-edit/moccur-edit-2.16.ebuild,v 1.3 2015/01/27 19:25:20 ulm Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="An improved interface to color-moccur for editing" HOMEPAGE="http://www.bookshelf.jp/ - http://www.emacswiki.org/cgi-bin/wiki/SearchBuffers"; + http://www.emacswiki.org/emacs/SearchBuffers"; # taken from http://www.bookshelf.jp/elc/moccur-edit.el SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2";
[gentoo-commits] proj/kde:master commit in: kde-plasma/breeze/
commit: 455ae626020f50fb912a77a9afe66feb74f82ee3 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 28 19:07:33 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 28 19:07:33 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=455ae626 [kde-plasma/breeze] Remove unused dependencies. Upstream commit: 31679b77b0460ac3bf65b8f77f504047148eb74c Upstream commit: 319e9eed650865b7114b039e91bdf47783490957 Package-Manager: portage-2.2.14 --- kde-plasma/breeze/breeze-5.2.0.ebuild| 5 + kde-plasma/breeze/breeze-5.2..ebuild | 5 + kde-plasma/breeze/breeze-.ebuild | 5 + 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/kde-plasma/breeze/breeze-5.2.0.ebuild b/kde-plasma/breeze/breeze-5.2.0.ebuild index 58119ba..930f0cb 100644 --- a/kde-plasma/breeze/breeze-5.2.0.ebuild +++ b/kde-plasma/breeze/breeze-5.2.0.ebuild @@ -13,7 +13,6 @@ IUSE="kde4" DEPEND=" $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -31,9 +30,7 @@ DEPEND=" x11-libs/libX11 ) " -RDEPEND=" - ${DEPEND} - dev-qt/qtgraphicaleffects:5 +RDEPEND="${DEPEND} !kde-base/breeze " diff --git a/kde-plasma/breeze/breeze-5.2..ebuild b/kde-plasma/breeze/breeze-5.2..ebuild index c2982d8..5bbdc7d 100644 --- a/kde-plasma/breeze/breeze-5.2..ebuild +++ b/kde-plasma/breeze/breeze-5.2..ebuild @@ -13,7 +13,6 @@ IUSE="kde4" DEPEND=" $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -31,9 +30,7 @@ DEPEND=" x11-libs/libX11 ) " -RDEPEND=" - ${DEPEND} - dev-qt/qtgraphicaleffects:5 +RDEPEND="${DEPEND} !kde-base/breeze " diff --git a/kde-plasma/breeze/breeze-.ebuild b/kde-plasma/breeze/breeze-.ebuild index c2982d8..5bbdc7d 100644 --- a/kde-plasma/breeze/breeze-.ebuild +++ b/kde-plasma/breeze/breeze-.ebuild @@ -13,7 +13,6 @@ IUSE="kde4" DEPEND=" $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -31,9 +30,7 @@ DEPEND=" x11-libs/libX11 ) " -RDEPEND=" - ${DEPEND} - dev-qt/qtgraphicaleffects:5 +RDEPEND="${DEPEND} !kde-base/breeze "
[gentoo-commits] gentoo-x86 commit in dev-haskell/cipher-aes: metadata.xml ChangeLog
qnikst 15/01/28 20:03:39 Modified: metadata.xml ChangeLog Log: drop ineffective use flag (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53) Revision ChangesPath 1.4 dev-haskell/cipher-aes/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml14 Dec 2014 04:41:48 - 1.3 +++ metadata.xml28 Jan 2015 20:03:39 - 1.4 @@ -5,7 +5,4 @@ Fast AES cipher implementation with advanced mode of operations - - allow compilation with AESNI on system and architecture that supports it. - 1.10 dev-haskell/cipher-aes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 28 Jan 2015 20:03:10 - 1.9 +++ ChangeLog 28 Jan 2015 20:03:39 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cipher-aes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.9 2015/01/28 20:03:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.10 2015/01/28 20:03:39 qnikst Exp $ + + 28 Jan 2015; Alexander Vershilov metadata.xml: + drop ineffective use flag 28 Jan 2015; Alexander Vershilov cipher-aes-0.2.9.ebuild: drop ineffective use flag
[gentoo-commits] gentoo-x86 commit in www-client/surfraw: surfraw-2.2.9-r1.ebuild ChangeLog
ago 15/01/28 10:27:17 Modified: surfraw-2.2.9-r1.ebuild ChangeLog Log: Stable for ppc, wrt bug #535692 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 www-client/surfraw/surfraw-2.2.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild?r1=1.4&r2=1.5 Index: surfraw-2.2.9-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- surfraw-2.2.9-r1.ebuild 26 Jan 2015 10:00:28 - 1.4 +++ surfraw-2.2.9-r1.ebuild 28 Jan 2015 10:27:17 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild,v 1.4 2015/01/26 10:00:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.2.9-r1.ebuild,v 1.5 2015/01/28 10:27:17 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SLOT="0" LICENSE="public-domain" -KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" RESTRICT="test" RDEPEND="dev-lang/perl" 1.83 www-client/surfraw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surfraw/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/surfraw/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 26 Jan 2015 10:00:28 - 1.82 +++ ChangeLog 28 Jan 2015 10:27:17 - 1.83 @@ -1,6 +1,9 @@ # ChangeLog for www-client/surfraw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/ChangeLog,v 1.82 2015/01/26 10:00:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/ChangeLog,v 1.83 2015/01/28 10:27:17 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo surfraw-2.2.9-r1.ebuild: + Stable for ppc, wrt bug #535692 26 Jan 2015; Agostino Sarubbo surfraw-2.2.9-r1.ebuild: Stable for x86, wrt bug #535692
[gentoo-commits] gentoo-x86 commit in app-portage/epm: epm-1.40.ebuild ChangeLog
ago 15/01/28 10:24:57 Modified: epm-1.40.ebuild ChangeLog Log: Stable for ppc, wrt bug #537220 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 app-portage/epm/epm-1.40.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/epm-1.40.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/epm-1.40.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/epm-1.40.ebuild?r1=1.5&r2=1.6 Index: epm-1.40.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-portage/epm/epm-1.40.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- epm-1.40.ebuild 26 Jan 2015 09:52:32 - 1.5 +++ epm-1.40.ebuild 28 Jan 2015 10:24:57 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/epm-1.40.ebuild,v 1.5 2015/01/26 09:52:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/epm-1.40.ebuild,v 1.6 2015/01/28 10:24:57 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=dev-lang/perl-5" 1.42 app-portage/epm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epm/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 26 Jan 2015 09:52:32 - 1.41 +++ ChangeLog 28 Jan 2015 10:24:57 - 1.42 @@ -1,6 +1,9 @@ # ChangeLog for app-portage/epm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.41 2015/01/26 09:52:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.42 2015/01/28 10:24:57 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo epm-1.40.ebuild: + Stable for ppc, wrt bug #537220 26 Jan 2015; Agostino Sarubbo epm-1.40.ebuild: Stable for x86, wrt bug #537220
[gentoo-commits] gentoo-x86 commit in net-wireless/iw: iw-3.17.ebuild ChangeLog
ago 15/01/28 10:36:22 Modified: iw-3.17.ebuild ChangeLog Log: Stable for ppc, wrt bug #535636 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 net-wireless/iw/iw-3.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/iw-3.17.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/iw-3.17.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/iw-3.17.ebuild?r1=1.4&r2=1.5 Index: iw-3.17.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.17.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- iw-3.17.ebuild 26 Jan 2015 10:40:20 - 1.4 +++ iw-3.17.ebuild 28 Jan 2015 10:36:21 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.17.ebuild,v 1.4 2015/01/26 10:40:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.17.ebuild,v 1.5 2015/01/28 10:36:21 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 arm ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/libnl" 1.79 net-wireless/iw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iw/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-wireless/iw/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 26 Jan 2015 10:40:20 - 1.78 +++ ChangeLog 28 Jan 2015 10:36:21 - 1.79 @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/iw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/ChangeLog,v 1.78 2015/01/26 10:40:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/ChangeLog,v 1.79 2015/01/28 10:36:21 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo iw-3.17.ebuild: + Stable for ppc, wrt bug #535636 26 Jan 2015; Agostino Sarubbo iw-3.17.ebuild: Stable for x86, wrt bug #535636
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: b57e700d3218e58e962e47a92f74f2635a8a483b Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 27 19:15:26 2015 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 27 19:15:26 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b57e700d [profiles/package.mask] Remove obsolete files --- profiles/package.mask/plasma-5.1.2 | 36 --- profiles/package.mask/plasma-5.1.95 | 38 - 2 files changed, 74 deletions(-) diff --git a/profiles/package.mask/plasma-5.1.2 b/profiles/package.mask/plasma-5.1.2 deleted file mode 100644 index 1459f17..000 --- a/profiles/package.mask/plasma-5.1.2 +++ /dev/null @@ -1,36 +0,0 @@ -# Manuel Rüger (11 Dec 2014) -# Unreleased and depends on Qt5 which is masked -~kde-plasma/baloo-5.1.2 -~kde-plasma/breeze-5.1.2 -~kde-plasma/kde-cli-tools-5.1.2 -~kde-plasma/kdeplasma-addons-5.1.2 -~kde-plasma/kde-gtk-config-5.1.2 -~kde-plasma/kfilemetadata-5.1.2 -~kde-plasma/khelpcenter-5.1.2 -~kde-plasma/khotkeys-5.1.2 -~kde-plasma/kinfocenter-5.1.2 -~kde-plasma/kio-extras-5.1.2 -~kde-plasma/kmenuedit-5.1.2 -~kde-plasma/ksysguard-5.1.2 -~kde-plasma/kwayland-5.1.2 -~kde-plasma/kwin-5.1.2 -~kde-plasma/kwrited-5.1.2 -~kde-plasma/libkscreen-5.1.2 -~kde-plasma/libksysguard-5.1.2 -~kde-plasma/libmm-qt-5.1.2 -~kde-plasma/libnm-qt-5.1.2 -~kde-plasma/milou-5.1.2 -~kde-plasma/oxygen-5.1.2 -# This should be moved to the main tree when released -~kde-plasma/oxygen-fonts-5.1.2 -# -~kde-plasma/plasma-desktop-5.1.2 -~kde-plasma/plasma-nm-5.1.2 -~kde-plasma/plasma-workspace-5.1.2 -~kde-plasma/powerdevil-5.1.2 -~kde-plasma/systemsettings-5.1.2 -# This is a new release that supports frameworks 5.6.0 -~kde-plasma/plasma-nm-5.1.2.1 -# This is a snapshot from git, because there's no release -# and live doesn't build with libkscreen-5.1.2 -=kde-plasma/kscreen-1.0.71_p1 diff --git a/profiles/package.mask/plasma-5.1.95 b/profiles/package.mask/plasma-5.1.95 deleted file mode 100644 index 2ec94cc..000 --- a/profiles/package.mask/plasma-5.1.95 +++ /dev/null @@ -1,38 +0,0 @@ -# Johannes Huber (14 Jan 2015) -# Unstable release and depends on Qt5 which is masked. -~kde-plasma/baloo-5.5.95 -~kde-plasma/bluedevil-5.1.95 -~kde-plasma/breeze-5.1.95 -~kde-plasma/kcm-touchpad-5.1.95 -~kde-plasma/kde-cli-tools-5.1.95 -~kde-plasma/kde-gtk-config-5.1.95 -~kde-plasma/kdecoration-5.1.95 -~kde-plasma/kdeplasma-addons-5.1.95 -~kde-plasma/kfilemetadata-5.5.95 -~kde-plasma/khelpcenter-5.1.95 -~kde-plasma/khotkeys-5.1.95 -~kde-plasma/kinfocenter-5.1.95 -~kde-plasma/kio-extras-5.1.95 -~kde-plasma/kmenuedit-5.1.95 -~kde-plasma/kscreen-5.1.95 -~kde-plasma/ksshaskpass-5.1.95 -~kde-plasma/ksysguard-5.1.95 -~kde-plasma/kwayland-5.1.95 -~kde-plasma/kwin-5.1.95 -~kde-plasma/kwrited-5.1.95 -~kde-plasma/libbluedevil-5.1.95 -~kde-plasma/libkscreen-5.1.95 -~kde-plasma/libksysguard-5.1.95 -~kde-plasma/libmm-qt-5.1.95 -~kde-plasma/milou-5.1.95 -~kde-plasma/oxygen-5.1.95 -~kde-plasma/oxygen-fonts-5.1.95 -~kde-plasma/plasma-desktop-5.1.95 -~kde-plasma/plasma-nm-5.1.95 -~kde-plasma/plasma-workspace-5.1.95 -~kde-plasma/plasma-workspace-wallpapers-5.1.95 -~kde-plasma/polkit-kde-agent-5.1.95 -~kde-plasma/powerdevil-5.1.95 -~kde-plasma/sddm-kcm-5.1.95 -~kde-plasma/systemsettings-5.1.95 -~kde-plasma/user-manager-5.1.95
[gentoo-commits] gentoo-x86 commit in games-puzzle/angrydd: angrydd-1.0.1-r1.ebuild ChangeLog
ago 15/01/28 10:23:18 Modified: angrydd-1.0.1-r1.ebuild ChangeLog Log: Stable for ppc, wrt bug #534284 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.4 games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild?r1=1.3&r2=1.4 Index: angrydd-1.0.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- angrydd-1.0.1-r1.ebuild 26 Jan 2015 09:49:21 - 1.3 +++ angrydd-1.0.1-r1.ebuild 28 Jan 2015 10:23:17 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild,v 1.3 2015/01/26 09:49:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild,v 1.4 2015/01/28 10:23:17 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="dev-python/pygame[${PYTHON_USEDEP}] 1.14 games-puzzle/angrydd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/angrydd/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 26 Jan 2015 22:35:05 - 1.13 +++ ChangeLog 28 Jan 2015 10:23:17 - 1.14 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/angrydd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/ChangeLog,v 1.13 2015/01/26 22:35:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/angrydd/ChangeLog,v 1.14 2015/01/28 10:23:17 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo angrydd-1.0.1-r1.ebuild: + Stable for ppc, wrt bug #534284 26 Jan 2015; Michael Sterrett -angrydd-1.0.1.ebuild: old
[gentoo-commits] proj/kde:master commit in: app-crypt/qca/files/, app-crypt/qca/
commit: 8da72d88045e0143368f97cfb40212ad4e8353a0 Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 28 00:04:16 2015 + Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 28 00:04:16 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8da72d88 [app-crypt/qca] Disable pgp test Package-Manager: portage-2.2.15 --- app-crypt/qca/files/qca-disable-pgp-test.patch | 13 + app-crypt/qca/qca-2.1.0.3.ebuild | 2 ++ 2 files changed, 15 insertions(+) diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch b/app-crypt/qca/files/qca-disable-pgp-test.patch new file mode 100644 index 000..7944e3c --- /dev/null +++ b/app-crypt/qca/files/qca-disable-pgp-test.patch @@ -0,0 +1,13 @@ +diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt +index f4d9eb9..67ef281 100644 +--- a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt +@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest) + add_subdirectory(keystore) + add_subdirectory(macunittest) + add_subdirectory(metatype) +-add_subdirectory(pgpunittest) ++# add_subdirectory(pgpunittest) + add_subdirectory(pipeunittest) + add_subdirectory(pkits) + add_subdirectory(rsaunittest) diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild index d42d434..5c646cf 100644 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ b/app-crypt/qca/qca-2.1.0.3.ebuild @@ -53,6 +53,8 @@ DOCS=( README TODO ) S=${WORKDIR}/${MY_PN}-${PV} +PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" ) + qca_plugin_use() { echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)" }
[gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/
commit: 60ebccf6cafcf9ab737484659c4d1b5f0c5da126 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 27 19:18:43 2015 + Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 27 19:18:43 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=60ebccf6 [kde-plasma/kwin] Version bump Package-Manager: portage-2.2.15 --- kde-plasma/kwin/{kwin-5.2.0.ebuild => kwin-5.2.0.1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.2.0.ebuild b/kde-plasma/kwin/kwin-5.2.0.1.ebuild similarity index 97% rename from kde-plasma/kwin/kwin-5.2.0.ebuild rename to kde-plasma/kwin/kwin-5.2.0.1.ebuild index 78565dd..324ac29 100644 --- a/kde-plasma/kwin/kwin-5.2.0.ebuild +++ b/kde-plasma/kwin/kwin-5.2.0.1.ebuild @@ -10,6 +10,8 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE window manager" +SRC_URI="mirror://kde/stable/plasma/5.2.0/${P}.tar.xz" + LICENSE="GPL-2+" KEYWORDS=" ~amd64" IUSE="gles2 wayland"
[gentoo-commits] proj/qt:master commit in: app-crypt/qca/files/, app-crypt/qca/
commit: e4d722445edfea16ba9c99844304ce72e40b3794 Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 28 01:12:39 2015 + Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 28 01:12:39 2015 + URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e4d72244 [app-crypt/qca] Sync with tree Package-Manager: portage-2.2.15 --- app-crypt/qca/files/qca-disable-pgp-test.patch | 13 app-crypt/qca/qca-.ebuild | 86 +++--- 2 files changed, 77 insertions(+), 22 deletions(-) diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch b/app-crypt/qca/files/qca-disable-pgp-test.patch new file mode 100644 index 000..7944e3c --- /dev/null +++ b/app-crypt/qca/files/qca-disable-pgp-test.patch @@ -0,0 +1,13 @@ +diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt +index f4d9eb9..67ef281 100644 +--- a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt +@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest) + add_subdirectory(keystore) + add_subdirectory(macunittest) + add_subdirectory(metatype) +-add_subdirectory(pgpunittest) ++# add_subdirectory(pgpunittest) + add_subdirectory(pipeunittest) + add_subdirectory(pkits) + add_subdirectory(rsaunittest) diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild index 8e313ba..2d7f1d4 100644 --- a/app-crypt/qca/qca-.ebuild +++ b/app-crypt/qca/qca-.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -inherit multilib cmake-utils git-r3 +# for mulibuild support, until merged to master +EGIT_BRANCH="qt5" +inherit multilib cmake-utils multibuild git-r3 DESCRIPTION="Qt Cryptographic Architecture (QCA)" HOMEPAGE="http://delta.affinix.com/qca/"; -EGIT_REPO_URI="git://anongit.kde.org/${PN}.git" +EGIT_REPO_URI="git://anongit.kde.org/${PN}" LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="" IUSE="botan debug doc examples gcrypt gpg logger nss openssl pkcs11 +qt4 qt5 sasl softstore test" -REQUIRED_USE="^^ ( qt4 qt5 )" +REQUIRED_USE="|| ( qt4 qt5 )" RDEPEND=" !app-crypt/qca-cyrus-sasl @@ -50,35 +52,69 @@ DEPEND="${RDEPEND} DOCS=( README TODO ) +PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" ) + qca_plugin_use() { echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)" } +pkg_setup() { + MULTIBUILD_VARIANTS=() + if use qt4; then + MULTIBUILD_VARIANTS+=(qt4) + fi + + if use qt5; then + MULTIBUILD_VARIANTS+=(qt5) + fi +} + src_configure() { - local mycmakeargs=( - -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/$(usex qt4 qt4 qt5)/plugins" - -DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/$(usex qt4 share $(get_libdir))/$(usex qt4 qt4 qt5)/mkspecs/features" - $(cmake-utils_use qt4 QT4_BUILD) - $(qca_plugin_use botan) - $(qca_plugin_use gcrypt) - $(qca_plugin_use gpg gnupg) - $(qca_plugin_use logger) - $(qca_plugin_use nss) - $(qca_plugin_use openssl ossl) - $(qca_plugin_use pkcs11) - $(qca_plugin_use sasl cyrus-sasl) - $(qca_plugin_use softstore) - $(cmake-utils_use_build test TESTS) - ) - cmake-utils_src_configure + myconfigure() { + local mycmakeargs=( + $(qca_plugin_use botan) + $(qca_plugin_use gcrypt) + $(qca_plugin_use gpg gnupg) + $(qca_plugin_use logger) + $(qca_plugin_use nss) + $(qca_plugin_use openssl ossl) + $(qca_plugin_use pkcs11) + $(qca_plugin_use sasl cyrus-sasl) + $(qca_plugin_use softstore) + $(cmake-utils_use_build test TESTS) + ) + + if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then + mycmakeargs+=( + -DQT4_BUILD=ON + -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt4/plugins" + -DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/share/qt4/mkspecs/features" + ) + fi + + if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then + mycmakeargs+=( + -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/plugins" + -DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/mkspecs/features" + ) + fi + + cmake-utils_src_configure + } + + multibuild_foreach_variant myconfigure +} + +src_compile() { + multibuild_foreach_variant cmake-utils_src_com
[gentoo-commits] gentoo-x86 commit in sci-libs/metis: metis-4.0.3.ebuild ChangeLog
ago 15/01/28 10:35:01 Modified: metis-4.0.3.ebuild ChangeLog Log: Stable for ppc, wrt bug #534644 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.13 sci-libs/metis/metis-4.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild?r1=1.12&r2=1.13 Index: metis-4.0.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- metis-4.0.3.ebuild 26 Jan 2015 10:33:29 - 1.12 +++ metis-4.0.3.ebuild 28 Jan 2015 10:35:01 - 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v 1.12 2015/01/26 10:33:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.3.ebuild,v 1.13 2015/01/28 10:35:01 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz"; SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" LICENSE="free-noncomm" IUSE="doc static-libs" 1.41 sci-libs/metis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/metis/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 26 Jan 2015 10:33:29 - 1.40 +++ ChangeLog 28 Jan 2015 10:35:01 - 1.41 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/metis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.40 2015/01/26 10:33:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.41 2015/01/28 10:35:01 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo metis-4.0.3.ebuild: + Stable for ppc, wrt bug #534644 26 Jan 2015; Agostino Sarubbo metis-4.0.3.ebuild: Stable for x86, wrt bug #534644