[gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/
commit: 1afc4da94c40f9fe5c1f5d09edc4048ede4e4f3e Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 07:50:22 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 07:50:36 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afc4da9 sys-libs/gpm: disable EMACS/ELISP at all build steps #586880 sys-libs/gpm/gpm-1.20.7-r2.ebuild | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild index ebfc8a7..5fe58f8 100644 --- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild @@ -61,16 +61,23 @@ multilib_src_configure() { emacs=/bin/false } +_emake() { + emake \ + EMACS=: ELISP="" \ + $(multilib_is_native_abi || echo "PROG= ") \ + "$@" +} + multilib_src_compile() { - emake EMACS=: $(multilib_is_native_abi || echo "PROG= ") + _emake +} + +multilib_src_test() { + _emake check } multilib_src_install() { - emake \ - DESTDIR="${D}" \ - EMACS=: ELISP="" \ - $(multilib_is_native_abi || echo "PROG= ") \ - install + _emake DESTDIR="${D}" install dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so gen_usr_ldscript -a gpm
[gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/
commit: 01c583bf0d5c54ae1b71c52a552cb22ad304d74f Author: Yixun Lan gentoo org> AuthorDate: Wed Dec 7 07:39:29 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 07:39:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c583bf media-libs/libde265: drop myself from maintainer list Package-Manager: portage-2.3.3 media-libs/libde265/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/media-libs/libde265/metadata.xml b/media-libs/libde265/metadata.xml index 0fa863d..d32fd38 100644 --- a/media-libs/libde265/metadata.xml +++ b/media-libs/libde265/metadata.xml @@ -1,10 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - d...@gentoo.org - Yixun Lan - media-vi...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/
commit: 4ae0fa6f3b2829ece39c24cac4cd384fb36d3843 Author: Yixun Lan gentoo org> AuthorDate: Wed Dec 7 07:35:21 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 07:37:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae0fa6f arch/x86/package.use.mask: disable USE=zfs for app-emulation/libvirt profiles/arch/x86/package.use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 27b5535..1e2be8e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Yixun lan (07 Dec 2016) +# Disable zfs storage backend since sys-fs/zfs doesn't support 32bit arch +app-emulation/libvirt zfs + # Jonathan Scruggs (27 Oct 2016) # Blender needs newer versions of CUDA which no longer support x86 media-gfx/blender cuda
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: e317d895873ce352e9cc4e0dae9fe069ea7dc46d Author: Yixun Lan gentoo org> AuthorDate: Wed Dec 7 07:33:15 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 07:37:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e317d895 app-emulation/libvirt: add USE=zfs to support zfs storage backend Gentoo-Bug: 601864 Package-Manager: portage-2.3.3 .../libvirt/{libvirt-.ebuild => libvirt-2.4.0-r1.ebuild}| 6 -- app-emulation/libvirt/libvirt-.ebuild | 6 -- app-emulation/libvirt/metadata.xml | 3 +++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app-emulation/libvirt/libvirt-.ebuild b/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild similarity index 98% copy from app-emulation/libvirt/libvirt-.ebuild copy to app-emulation/libvirt/libvirt-2.4.0-r1.ebuild index 12eed00..2eef6de 100644 --- a/app-emulation/libvirt/libvirt-.ebuild +++ b/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild @@ -35,7 +35,7 @@ IUSE=" apparmor audit +caps firewalld fuse glusterfs iscsi +libvirtd lvm lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network wireshark-plugins - xen zeroconf elibc_glibc + xen zeroconf zfs elibc_glibc " REQUIRED_USE=" @@ -114,7 +114,8 @@ RDEPEND=" virtual/udev >=x11-libs/libpciaccess-0.10.9 ) - zeroconf? ( >=net-dns/avahi-0.6[dbus] )" + zeroconf? ( >=net-dns/avahi-0.6[dbus] ) + zfs? ( sys-fs/zfs )" DEPEND="${RDEPEND} app-text/xhtml1 @@ -285,6 +286,7 @@ src_configure() { $(use_with xen xen-inotify) $(usex xen --with-libxl '') $(use_with zeroconf avahi) + $(use_with zfs storage-zfs) --without-hal --without-netcf diff --git a/app-emulation/libvirt/libvirt-.ebuild b/app-emulation/libvirt/libvirt-.ebuild index 12eed00..2eef6de 100644 --- a/app-emulation/libvirt/libvirt-.ebuild +++ b/app-emulation/libvirt/libvirt-.ebuild @@ -35,7 +35,7 @@ IUSE=" apparmor audit +caps firewalld fuse glusterfs iscsi +libvirtd lvm lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network wireshark-plugins - xen zeroconf elibc_glibc + xen zeroconf zfs elibc_glibc " REQUIRED_USE=" @@ -114,7 +114,8 @@ RDEPEND=" virtual/udev >=x11-libs/libpciaccess-0.10.9 ) - zeroconf? ( >=net-dns/avahi-0.6[dbus] )" + zeroconf? ( >=net-dns/avahi-0.6[dbus] ) + zfs? ( sys-fs/zfs )" DEPEND="${RDEPEND} app-text/xhtml1 @@ -285,6 +286,7 @@ src_configure() { $(use_with xen xen-inotify) $(usex xen --with-libxl '') $(use_with zeroconf avahi) + $(use_with zfs storage-zfs) --without-hal --without-netcf diff --git a/app-emulation/libvirt/metadata.xml b/app-emulation/libvirt/metadata.xml index d36271c..3af64f5 100644 --- a/app-emulation/libvirt/metadata.xml +++ b/app-emulation/libvirt/metadata.xml @@ -91,5 +91,8 @@ Enable GlusterFS support via sys-cluster/glusterfs + + Enable ZFS backend storagesys-fs/zfs +
[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
commit: f924a8ce0e87b265fe639756e6c310201f7e857d Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 3 07:41:55 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:27:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f924a8ce Mask ruby 2.0 for removal, bug 576034 profiles/base/make.defaults | 2 +- profiles/base/use.mask | 1 + profiles/package.mask | 4 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ab2eef4..005d81e 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -103,7 +103,7 @@ USE="${USE} modules" # Manuel RĂ¼ger (09 Sep 2015) # Default Ruby build targets -RUBY_TARGETS="ruby20 ruby21" +RUBY_TARGETS="ruby21" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 3de9356..21554ea 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -16,6 +16,7 @@ ruby_targets_ruby18 ruby_targets_jruby ruby_targets_ree18 ruby_targets_ruby19 +ruby_targets_ruby20 # masking here and unmasking in default/linux/ kmod diff --git a/profiles/package.mask b/profiles/package.mask index 5cc3db6..e15a2bd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,10 @@ #--- END OF EXAMPLES --- +# Hans de Graaff (07 Dec 2016) +# Mask ruby 2.0 for removal, bug 576034 +dev-lang/ruby:2.0 + # Johannes Huber (05 Dec 2016) # Masked for removal in 30 days. Dead upstream. # Relies on deprecated dev-qt/qt3support.
[gentoo-commits] data/gentoo-news:master commit in: 2016-12-06-ruby-20-removal/, 2016-12-06-ruby-2.0-removal/
commit: 12801c84b49c299983dd77d75e4aef8684cc7be3 Author: Hans de Graaff degraaff org> AuthorDate: Wed Dec 7 07:23:54 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:23:54 2016 + URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=12801c84 use path name without dot .../2016-12-06-ruby-20-removal.en.txt | 0 .../2016-12-06-ruby-20-removal.en.txt.asc | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt b/2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt similarity index 100% rename from 2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt rename to 2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt diff --git a/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt.asc b/2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt.asc similarity index 100% rename from 2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt.asc rename to 2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt.asc
[gentoo-commits] data/gentoo-news:master commit in: 2016-12-06-ruby-2.0-removal/
commit: fa64912ce58656a2651453a990f75931d210eaf8 Author: Hans de Graaff degraaff org> AuthorDate: Wed Dec 7 07:20:46 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:20:46 2016 + URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=fa64912c add ruby 2.0 removal news item .../2016-12-06-ruby-2.0-removal.en.txt | 27 ++ .../2016-12-06-ruby-2.0-removal.en.txt.asc | 6 + 2 files changed, 33 insertions(+) diff --git a/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt b/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt new file mode 100644 index 000..c6bc2cf --- /dev/null +++ b/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt @@ -0,0 +1,27 @@ +Title: Ruby 2.0 removal; Ruby 2.1 default +Author: Hans de Graaff +Content-Type: text/plain +Posted: 2016-12-04 +Revision: 1 +News-Item-Format: 1.0 +Display-If-Installed: https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ diff --git a/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt.asc b/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt.asc new file mode 100644 index 000..826de29 --- /dev/null +++ b/2016-12-06-ruby-2.0-removal/2016-12-06-ruby-2.0-removal.en.txt.asc @@ -0,0 +1,6 @@ +-BEGIN PGP SIGNATURE- + +iF4EABEIAAYFAlhFyJMACgkQiIP6VqMIqNdWlQD/aE34wK8R2290jUu62hybyi8d +FLKRNvG2wixbg/5t+sUBAIuEFXUZXiBA4L6qyXnN1L5oTBzGJk+/psNGAcCO+K8x +=aRMD +-END PGP SIGNATURE-
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: 8d90fa100941d73a026a7270f64d16fbe65dc8a5 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 07:09:52 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 07:09:52 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=8d90fa10 models: Add preliminary model and fields for keyword and p.mask storage backend/lib/models.py | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/backend/lib/models.py b/backend/lib/models.py index 2eb9e8c..010d58f 100644 --- a/backend/lib/models.py +++ b/backend/lib/models.py @@ -2,6 +2,18 @@ from datetime import datetime from .. import db +class Keyword(db.Model): +id = db.Column(db.Integer, primary_key=True) +# current longest entries would be of length 16 with "~sparc64-freebsd" and "~sparc64-solaris" +name = db.Column(db.Unicode(20), unique=True, nullable=False) # TODO: Force lower case? + +@property +def stable(self): +return not self.name.startswith('~') + +def __repr__(self): +return "" % self.name + class Category(db.Model): id = db.Column(db.Integer, primary_key=True) name = db.Column(db.Unicode(30), unique=True, nullable=False) @@ -19,12 +31,13 @@ class Package(db.Model): id = db.Column(db.Integer, primary_key=True) name = db.Column(db.Unicode(128), nullable=False) category_id = db.Column(db.Integer, db.ForeignKey('category.id'), nullable=False) -category = db.relationship('Category', backref=db.backref('packages', lazy='dynamic')) +category = db.relationship('Category', backref=db.backref('packages', lazy='select')) description = db.Column(db.Unicode(500)) last_sync_ts = db.Column(db.TIMESTAMP, nullable=False, default=datetime.utcfromtimestamp(0)) maintainers = db.relationship("Maintainer", secondary=package_maintainer_rel_table, backref='directly_maintained_packages') +# versions backref @property def full_name(self): @@ -33,11 +46,18 @@ class Package(db.Model): def __repr__(self): return "" % (self.category.name, self.name) +package_version_keywords_rel_table = db.Table('package_version_keywords_rel', +db.Column('package_version_id', db.Integer, db.ForeignKey('package_version.id')), +db.Column('keyword_id', db.Integer, db.ForeignKey('keyword.id')), +) + class PackageVersion(db.Model): id = db.Column(db.Integer, primary_key=True) version = db.Column(db.Unicode(128), nullable=False) package_id = db.Column(db.Integer, db.ForeignKey('package.id'), nullable=False) -package = db.relationship('Package', backref=db.backref('versions', lazy='dynamic')) +package = db.relationship('Package', backref=db.backref('versions', lazy='select')) +keywords = db.relationship("Keyword", secondary=package_version_keywords_rel_table) +masks = db.Column(db.UnicodeText, nullable=True) # Concatenated mask reasons if p.masked, NULL if not a masked version. TODO: arch specific masks def __repr__(self): return "" % (self.package.category.name, self.package.name, self.version)
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/logue/
commit: b5e6c58b478af21c726b95da4e74d16df2185514 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 7 06:33:23 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:03:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e6c58b dev-ruby/logue: add 1.0.4 Package-Manager: portage-2.3.0 dev-ruby/logue/Manifest | 1 + dev-ruby/logue/logue-1.0.4.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-ruby/logue/Manifest b/dev-ruby/logue/Manifest index 07b5913..a59a6cf 100644 --- a/dev-ruby/logue/Manifest +++ b/dev-ruby/logue/Manifest @@ -1 +1,2 @@ DIST logue-git-1.0.2.tgz 17744 SHA256 ff8d454ce1801db9714864b76411ee3e44397ade0d078aaefcf5774827fb7ed0 SHA512 57ddc8dc2a31038aa231b8c0ac52218cc636f4767942c8c8aeec345f58de8b064522aabb4c958f39b9d67eab96d2f840ce16d00f71a6288589b28fbaa695ce0b WHIRLPOOL 2d8fce2ae38b0b42e007d125b090b21f1d46c43c3ac7e3537acacb5ef54e5c2ff3698141274793ceb2caa395aed8f53002cb0d8b3cec1763473be4056a261385 +DIST logue-git-1.0.4.tgz 17797 SHA256 8630b4595387a90b9d332e81f579a50a9d99464f3b31ba2ab076a8e85547682b SHA512 e3d6ec6a8b302fbdf7a2b7842b31f88af4f0576166b632dd356a40902dc816bbfdaf18a170d5c8066fbfa97643d38d6c8137d4f435f478f04badae4a0120184b WHIRLPOOL ee07423d6604ee09e1c33023f16f7e33ad17b09ad66080a6dd93769b537478b5479eccbd1d9abf46e3404afcdfa3b030c2e79dcde9518b264abcd3b8d52d59c1 diff --git a/dev-ruby/logue/logue-1.0.4.ebuild b/dev-ruby/logue/logue-1.0.4.ebuild new file mode 100644 index ..8e879bd --- /dev/null +++ b/dev-ruby/logue/logue-1.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="A module that adds logging/trace functionality" +HOMEPAGE="https://github.com/jpace/logue"; + +SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rainbow-2.0.0"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/
commit: 4bdd4b9b54dfb614018c6b759a5082688cce13d6 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 7 06:43:06 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:03:55 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdd4b9b app-emacs/with-editor: add 2.5.8 Package-Manager: portage-2.3.0 app-emacs/with-editor/Manifest | 1 + app-emacs/with-editor/with-editor-2.5.8.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest index 4d26f74..92a8925 100644 --- a/app-emacs/with-editor/Manifest +++ b/app-emacs/with-editor/Manifest @@ -1,2 +1,3 @@ DIST with-editor-2.5.0.tar.gz 14940 SHA256 8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d23d054341916b5439acd97fa3ca1a62847533 WHIRLPOOL 85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2 DIST with-editor-2.5.2.tar.gz 27207 SHA256 6a06af51d1a43a6b02a2f0e63fe8102ad27bd57af27dff2d08e53c8bb970a74c SHA512 11599853eb184254fe5f55d6613d47d22d582bc5b571fcbcf877dee4bbe6b97cf2c4c1fa790b5233e6e3402f8f6961906e0a5146953522d6df31cfbf0b7b1eb0 WHIRLPOOL e5c722a65a755c703a018e108b16e68cc62d482a40e85e9c754e1454ae65aa18d99c6507cfafb9374e07512007a30fd1f60f1ca4b70ceff649cf43149b8f281a +DIST with-editor-2.5.8.tar.gz 27978 SHA256 56b2216fb316af5c7673589405a0a7e545a2414a9991374ad95ef15f2a68f0b5 SHA512 abd42a096e3318cc25576b240df1ed670de327afabe675d3df12780c392779f33b88e7a76d125f31cf37e3b22eda88391329c73d21ccc834e611893e759ea3e0 WHIRLPOOL 3b6c47ab250a892d31a7108d668ab14729ab8b37662f20c89450193613d3f5824df54720d3a23cd4b3c1afdf9b02ab462feb29528335d602b999daec161554d5 diff --git a/app-emacs/with-editor/with-editor-2.5.8.ebuild b/app-emacs/with-editor/with-editor-2.5.8.ebuild new file mode 100644 index ..baafa23 --- /dev/null +++ b/app-emacs/with-editor/with-editor-2.5.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +HOMEPAGE="http://magit.vc/manual/with-editor"; +SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="*.texi" +DOCS="README.md with-editor.org" + +DEPEND=">=app-emacs/dash-2.13.0" +# Versions of magit before 2.5.0 bundled with-editor +RDEPEND="!!
[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
commit: 89816cdc2d2534c1a5043ac4e47a9c82bf8b0858 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 7 07:03:04 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 07:03:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89816cdc app-emacs/magit: add 2.9.0; also fix version status, bug 601260 Package-Manager: portage-2.3.0 app-emacs/magit/Manifest | 1 + app-emacs/magit/magit-2.9.0.ebuild | 29 + 2 files changed, 30 insertions(+) diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest index 93fde18..25469cd 100644 --- a/app-emacs/magit/Manifest +++ b/app-emacs/magit/Manifest @@ -3,3 +3,4 @@ DIST magit-2.6.1.tar.gz 273643 SHA256 b42a11168d95f7538bc72bcfa1c438c861139c29d6 DIST magit-2.6.2.tar.gz 274584 SHA256 c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef WHIRLPOOL 6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9 DIST magit-2.7.0.tar.gz 282654 SHA256 f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb WHIRLPOOL 145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20 DIST magit-2.8.0.tar.gz 395575 SHA256 98cc000ffe06d96c59e5e7c150af5f3d62e5876b7e2e78337aebccb4bc05b066 SHA512 877c4301065c1bd481eaf06ecf45b5714b03e2e35aeff0b2ff2ecfcec55dcc8c752c5de3d7f3014074188865685fbc2eea5530febb73004c640060ad93e27d91 WHIRLPOOL faea70fb135269a76c305ea3ef83754177f5759e3e5f74acbe88d92e5d4abeae36df43aab4175f553845260df9b990c8d879e75662497e240b7f64a0f31ae466 +DIST magit-2.9.0.tar.gz 421074 SHA256 0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed WHIRLPOOL e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5 diff --git a/app-emacs/magit/magit-2.9.0.ebuild b/app-emacs/magit/magit-2.9.0.ebuild new file mode 100644 index ..1b125df --- /dev/null +++ b/app-emacs/magit/magit-2.9.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="A Git porcelain inside Emacs" +HOMEPAGE="http://magit.vc/"; +SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +S="${WORKDIR}/${P}/lisp" +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="../Documentation/*.texi" +DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/${PV}.txt" + +DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.8" +RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4" + +src_prepare() { + default + echo "(setq magit-version \"${PV}\")" > magit-version.el || die +}
[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/files/eblits/
commit: 43e0e8838d4f259a2c9252da59649de4677f36f1 Author: Mike Frysinger chromium org> AuthorDate: Wed Dec 7 07:01:57 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 07:02:27 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e0e883 sys-libs/glibc: hack initial mips cross headers for 2.21+ The mips preconfigure script has changed (again), so update the hacks for the early cross-compile glibc headers phase. URL: https://crbug.com/647033 sys-libs/glibc/files/eblits/src_configure.eblit | 8 1 file changed, 8 insertions(+) diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit index 396bce5..c1e6a2d 100644 --- a/sys-libs/glibc/files/eblits/src_configure.eblit +++ b/sys-libs/glibc/files/eblits/src_configure.eblit @@ -226,6 +226,14 @@ toolchain-glibc_headers_configure() { pushd "${S}"/sysdeps/mips >/dev/null sed -i -e '/^CC +=/s:=.*:= -D_MIPS_SZPTR=32:' mips32/Makefile mips64/n32/Makefile || die sed -i -e '/^CC +=/s:=.*:= -D_MIPS_SZPTR=64:' mips64/n64/Makefile || die + if version_is_at_least 2.21 ; then + # Force the mips ABI to the default. This is OK because the set of + # installed headers in this phase is the same between the 3 ABIs. + # If this ever changes, this hack will break, but that's unlikely + # as glibc discourages that behavior. + # https://crbug.com/647033 + sed -i -e 's:abiflag=.*:abiflag=_ABIO32:' preconfigure || die + fi popd >/dev/null fi
[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
commit: c09d017a7b0ca63cb9649b83ed6c336262e356bc Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 06:22:31 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 06:39:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09d017a dev-util/android-studio: stable 2.2.2 Package-Manager: portage-2.3.0 dev-util/android-studio/android-studio-2.2.2.0.145.3360264-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/android-studio/android-studio-2.2.2.0.145.3360264-r1.ebuild b/dev-util/android-studio/android-studio-2.2.2.0.145.3360264-r1.ebuild index b8adb95..ce00d89 100644 --- a/dev-util/android-studio/android-studio-2.2.2.0.145.3360264-r1.ebuild +++ b/dev-util/android-studio/android-studio-2.2.2.0.145.3360264-r1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide- LICENSE="Apache-2.0" SLOT="0" IUSE="selinux" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="app-arch/zip dev-java/commons-logging:0
[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
commit: 15604b0f1a81c4a97fd948995bfa62bca7da6930 Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 06:21:35 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 06:39:48 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15604b0f dev-util/android-studio: bump to 2.2.3 Package-Manager: portage-2.3.0 dev-util/android-studio/Manifest | 1 + .../android-studio-2.2.3.0.145.3537739.ebuild | 100 + 2 files changed, 101 insertions(+) diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest index b922418..51dd2e6 100644 --- a/dev-util/android-studio/Manifest +++ b/dev-util/android-studio/Manifest @@ -1,2 +1,3 @@ DIST android-studio-ide-145.3276617-linux.zip 449256851 SHA256 b4b6c82c4d60be9887ac219ebc4efd3cba2508d1a2049242cbf1be3ca55dfe0c SHA512 71310d6b9fb071fc6b9810765389a2311a62cc706cbe71b2fe466167fb2ded7ebcc2441fe49d34a2942bb79d516f6acfcba5e214e1af42c9e2bc988a28c6fb79 WHIRLPOOL 19250788e2355fe85a30731da70d89ff7bf62b95afc17dbd18a82eb1e1b80b1d7325b2f57efbd19e107e30aa46b8a164056273aebe2c82f812df4661ed0c2fbd DIST android-studio-ide-145.3360264-linux.zip 466765476 SHA256 95014a19786c076b31f0ea980eb42a163e9738356ec08a0878b7d67b6b7ec76e SHA512 446db0013b8d815ee89fa800fb5d610507fdc8b41fc3f09f2b94984ec2918e61cd9296920311f2f394c18521be53e4d7d5b44e6b6f60a617d44a451a61df4a7d WHIRLPOOL 814b227a3b22d6b69a70b7d11fd49c399dc8c45973221d07089ccf94ec07b7aa4c453ce54814d420205eeba203687083d152e81bf2f9a753af4ffb607f47b556 +DIST android-studio-ide-145.3537739-linux.zip 459957542 SHA256 982377b5694a40782cd9b1190e6fb9d2046bb9cc0767b2ba7cd5aebda773d581 SHA512 2e005b2232b43e84875008e1e0bec70afff68839733bfa6e0195be23c6c76be29540321937235620c3481beb31c030086df430e73a8e16e3a10bce5e0c98753f WHIRLPOOL f30b44abaf5f7b5b69eaa5c58864a11f2fc53b1bcf1c34ba524f7bf13de5d230476d4ab564fdeb40e1e2060a9526e3268c0189db8ed1bfbff47be4f6192f606e diff --git a/dev-util/android-studio/android-studio-2.2.3.0.145.3537739.ebuild b/dev-util/android-studio/android-studio-2.2.3.0.145.3537739.ebuild new file mode 100644 index ..320d795 --- /dev/null +++ b/dev-util/android-studio/android-studio-2.2.3.0.145.3537739.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils java-pkg-2 versionator + +RESTRICT="strip" +QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so + opt/${PN}/bin/fsnotifier* + opt/${PN}/lib/libpty/linux/x86*/libpty.so + opt/${PN}/plugins/android/lib/libwebp_jni*.so" + +if [[ $(get_version_component_count) -eq 6 ]]; then + STUDIO_V=$(get_version_component_range 1-4) + BUILD_V=$(get_version_component_range 5-6) +else + STUDIO_V=$(get_version_component_range 1-3) + BUILD_V=$(get_version_component_range 4-5) +fi + +DESCRIPTION="A new Android development environment based on IntelliJ IDEA" +HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"; +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"; + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="selinux" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/zip + dev-java/commons-logging:0 + dev-java/log4j:0" + +# dev-java/guava:18 +RDEPEND=">=virtual/jdk-1.7 + selinux? ( sec-policy/selinux-android ) + >=app-arch/bzip2-1.0.6-r4 + dev-java/commons-logging:0 + dev-java/log4j:0 + >=dev-libs/expat-2.1.0-r3 + >=dev-libs/libffi-3.0.13-r1 + >=media-libs/fontconfig-2.10.92 + >=media-libs/freetype-2.5.5 + >=media-libs/libpng-1.2.51 + >=media-libs/mesa-10.2.8 + || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage x11-libs/libnotify ) + || ( >=sys-libs/ncurses-5.9-r3:5/5[tinfo] >=sys-libs/ncurses-5.9-r3:0/5[tinfo] ) + >=sys-libs/zlib-1.2.8-r1 + >=x11-libs/libX11-1.6.2 + >=x11-libs/libXau-1.0.7-r1 + >=x11-libs/libXdamage-1.1.4-r1 + >=x11-libs/libXdmcp-1.1.1-r1 + >=x11-libs/libXext-1.3.2 + >=x11-libs/libXfixes-5.0.1 + >=x11-libs/libXrender-0.9.8 + >=x11-libs/libXxf86vm-1.1.3 + >=x11-libs/libdrm-2.4.46 + >=x11-libs/libxcb-1.9.1 + >=x11-libs/libxshmfence-1.1" +S=${WORKDIR}/${PN} + +src_prepare() { + eapply_user + # This is really a bundled jdk not a jre + rm -R "${S}/jre" || die "Could not remove bundled jdk" + + # Replace bundled jars with system + # has problems with newer jdom:0 not updated to jdom:2 + cd "${S}/lib" + local JARS="commons-logging log4j" + local j + for j in ${JARS}; do + rm -v ${j/:*/}*.jar + java-pkg_jar-from ${j} + done +} + +src_compile() { + : +} + +src_install() { + local dir="/opt/${PN}" + + insinto "${dir}" + # Replaced bundled jre with system vm/jdk + # This is really a bundled
[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
commit: a3b0779438801377326f57786ad87afb10c066ec Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 06:23:43 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 06:39:51 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b07794 dev-util/android-studio: drop old Package-Manager: portage-2.3.0 dev-util/android-studio/Manifest | 1 - .../android-studio-2.2.0.12.145.3276617-r1.ebuild | 95 -- 2 files changed, 96 deletions(-) diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest index 51dd2e6..1c6d101 100644 --- a/dev-util/android-studio/Manifest +++ b/dev-util/android-studio/Manifest @@ -1,3 +1,2 @@ -DIST android-studio-ide-145.3276617-linux.zip 449256851 SHA256 b4b6c82c4d60be9887ac219ebc4efd3cba2508d1a2049242cbf1be3ca55dfe0c SHA512 71310d6b9fb071fc6b9810765389a2311a62cc706cbe71b2fe466167fb2ded7ebcc2441fe49d34a2942bb79d516f6acfcba5e214e1af42c9e2bc988a28c6fb79 WHIRLPOOL 19250788e2355fe85a30731da70d89ff7bf62b95afc17dbd18a82eb1e1b80b1d7325b2f57efbd19e107e30aa46b8a164056273aebe2c82f812df4661ed0c2fbd DIST android-studio-ide-145.3360264-linux.zip 466765476 SHA256 95014a19786c076b31f0ea980eb42a163e9738356ec08a0878b7d67b6b7ec76e SHA512 446db0013b8d815ee89fa800fb5d610507fdc8b41fc3f09f2b94984ec2918e61cd9296920311f2f394c18521be53e4d7d5b44e6b6f60a617d44a451a61df4a7d WHIRLPOOL 814b227a3b22d6b69a70b7d11fd49c399dc8c45973221d07089ccf94ec07b7aa4c453ce54814d420205eeba203687083d152e81bf2f9a753af4ffb607f47b556 DIST android-studio-ide-145.3537739-linux.zip 459957542 SHA256 982377b5694a40782cd9b1190e6fb9d2046bb9cc0767b2ba7cd5aebda773d581 SHA512 2e005b2232b43e84875008e1e0bec70afff68839733bfa6e0195be23c6c76be29540321937235620c3481beb31c030086df430e73a8e16e3a10bce5e0c98753f WHIRLPOOL f30b44abaf5f7b5b69eaa5c58864a11f2fc53b1bcf1c34ba524f7bf13de5d230476d4ab564fdeb40e1e2060a9526e3268c0189db8ed1bfbff47be4f6192f606e diff --git a/dev-util/android-studio/android-studio-2.2.0.12.145.3276617-r1.ebuild b/dev-util/android-studio/android-studio-2.2.0.12.145.3276617-r1.ebuild deleted file mode 100644 index 5a4f0a9.. --- a/dev-util/android-studio/android-studio-2.2.0.12.145.3276617-r1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit eutils java-pkg-2 versionator - -RESTRICT="strip" -QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so opt/${PN}/bin/fsnotifier*" -if [[ $(get_version_component_count) -eq 6 ]]; then - STUDIO_V=$(get_version_component_range 1-4) - BUILD_V=$(get_version_component_range 5-6) -else - STUDIO_V=$(get_version_component_range 1-3) - BUILD_V=$(get_version_component_range 4-5) -fi - -DESCRIPTION="A new Android development environment based on IntelliJ IDEA" -HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"; -SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="selinux" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/zip - dev-java/commons-logging:0 - dev-java/log4j:0" - -# dev-java/guava:18 -RDEPEND=">=virtual/jdk-1.7 - selinux? ( sec-policy/selinux-android ) - >=app-arch/bzip2-1.0.6-r4 - dev-java/commons-logging:0 - dev-java/log4j:0 - >=dev-libs/expat-2.1.0-r3 - >=dev-libs/libffi-3.0.13-r1 - >=media-libs/fontconfig-2.10.92 - >=media-libs/freetype-2.5.5 - >=media-libs/libpng-1.2.51 - >=media-libs/mesa-10.2.8 - || ( >=sys-libs/ncurses-5.9-r3:5/5 >=sys-libs/ncurses-5.9-r3:0/5 ) - >=sys-libs/zlib-1.2.8-r1 - >=x11-libs/libX11-1.6.2 - >=x11-libs/libXau-1.0.7-r1 - >=x11-libs/libXdamage-1.1.4-r1 - >=x11-libs/libXdmcp-1.1.1-r1 - >=x11-libs/libXext-1.3.2 - >=x11-libs/libXfixes-5.0.1 - >=x11-libs/libXrender-0.9.8 - >=x11-libs/libXxf86vm-1.1.3 - >=x11-libs/libdrm-2.4.46 - >=x11-libs/libxcb-1.9.1 - >=x11-libs/libxshmfence-1.1" -S=${WORKDIR}/${PN} - -java_prepare() { - eapply_user - # This is really a bundled jdk not a jre - rm -R "${S}/jre" || die "Could not remove bundled jdk" - - # Replace bundled jars with system - # has problems with newer jdom:0 not updated to jdom:2 - cd "${S}/lib" - local JARS="commons-logging log4j" - local j - for j in ${JARS}; do - rm -v ${j/:*/}*.jar - java-pkg_jar-from ${j} - done -} - -src_compile() { - : -} - -src_install() { - local dir="/opt/${PN}" - - insinto "${dir}" - # Replaced bundled jre with system vm/jdk - # This is really a bundled jdk not a jre - doins -r * - - rm -rf "${D}${dir}/jre" || die - dosym "/etc/java-config-2/current-system-vm" "${dir}/jre" - - fperms 755 "${dir}/bin/studio.sh" "${dir}"/bin/fsnotifier{,64
[gentoo-commits] repo/gentoo:master commit in: sys-apps/conspy/
commit: b0e48ac33905916d6f285648393f3d546494d531 Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:44:08 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:44:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e48ac3 sys-apps/conspy: add ncurses subslot dep Package-Manager: portage-2.3.0 sys-apps/conspy/conspy-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/conspy/conspy-1.10.ebuild b/sys-apps/conspy/conspy-1.10.ebuild index 1b8de99..f7a2258 100644 --- a/sys-apps/conspy/conspy-1.10.ebuild +++ b/sys-apps/conspy/conspy-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}" src_configure() {
[gentoo-commits] repo/gentoo:master commit in: media-sound/moc/
commit: 1ff469d235d29bb99dc9fb137c8879390df5e56b Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:58:58 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:58:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff469d2 media-sound/moc: Add subslot deps for ncurses and db Package-Manager: portage-2.3.0 media-sound/moc/moc-2.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/moc/moc-2.5.0.ebuild b/media-sound/moc/moc-2.5.0.ebuild index 9f6273d..032b1ee 100644 --- a/media-sound/moc/moc-2.5.0.ebuild +++ b/media-sound/moc/moc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,10 +16,10 @@ IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modpl oss sid sndfile speex timidity tremor +unicode vorbis wavpack" RDEPEND=">=dev-libs/libltdl-2:0 - sys-libs/ncurses[unicode?] + sys-libs/ncurses:0=[unicode?] aac? ( media-libs/faad2 ) alsa? ( media-libs/alsa-lib ) - cache? ( >=sys-libs/db-4 ) + cache? ( >=sys-libs/db-4:= ) curl? ( net-misc/curl ) ffmpeg? ( virtual/ffmpeg ) flac? ( media-libs/flac )
[gentoo-commits] repo/gentoo:master commit in: dev-util/cscope/
commit: c8c3e330411334c2e65d6a99dbcab1d014c54b4c Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:47:04 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:47:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c3e330 dev-util/cscope: Add ncurses subslot dep Package-Manager: portage-2.3.0 dev-util/cscope/cscope-15.8a-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cscope/cscope-15.8a-r1.ebuild b/dev-util/cscope/cscope-15.8a-r1.ebuild index 407eada..601e3d4 100644 --- a/dev-util/cscope/cscope-15.8a-r1.ebuild +++ b/dev-util/cscope/cscope-15.8a-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="emacs" -RDEPEND=">=sys-libs/ncurses-5.2:0 +RDEPEND=">=sys-libs/ncurses-5.2:0= emacs? ( virtual/emacs )" DEPEND="${RDEPEND} sys-devel/flex
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: c8f649f8d0bee44e467897313a2b00a263ad0042 Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:39:26 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:39:52 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f649f8 mail-client/mutt: add subslot deps for ncurses and ssl Package-Manager: portage-2.3.0 mail-client/mutt/mutt-1.5.23-r7.ebuild | 18 +- mail-client/mutt/mutt-1.5.24-r2.ebuild | 26 +- mail-client/mutt/mutt-1.7.2.ebuild | 28 ++-- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/mail-client/mutt/mutt-1.5.23-r7.ebuild b/mail-client/mutt/mutt-1.5.23-r7.ebuild index b0b3737..7bc5fa4 100644 --- a/mail-client/mutt/mutt-1.5.23-r7.ebuild +++ b/mail-client/mutt/mutt-1.5.23-r7.ebuild @@ -27,30 +27,30 @@ CDEPEND=" qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) + !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) ) ) ) imap?( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) + !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6:= ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) pop? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) + !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6:= ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) + !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6:= ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 =dev-libs/openssl-0.9.6 ) + smime? ( >=dev-libs/openssl-0.9.6:0= ) slang? ( sys-libs/slang ) - !slang? ( >=sys-libs/ncurses-5.2 ) + !slang? ( >=sys-libs/ncurses-5.2:0= ) " DEPEND="${CDEPEND} net-mail/mailbase diff --git a/mail-client/mutt/mutt-1.5.24-r2.ebuild b/mail-client/mutt/mutt-1.5.24-r2.ebuild index 7114412..ac1116b 100644 --- a/mail-client/mutt/mutt-1.5.24-r2.ebuild +++ b/mail-client/mutt/mutt-1.5.24-r2.ebuild @@ -27,36 +27,36 @@ CDEPEND=" qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) + !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) ) ) ) imap?( - gnutls? ( >=net-libs/gnutls-1.0.17 ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) !gnutls? ( ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6:0= ) + libressl? ( dev-libs/libressl:= ) ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) pop? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) !gnutls? ( ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6:0= ) + libressl? ( dev-libs/libressl:= ) ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) + gnutls? ( >=net-libs/gnutls-1.0.17:= ) !gnutls? ( ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6:0= ) + libressl? ( dev-libs/libressl:= ) ) ) sasl?( >=dev-libs/cyrus-sasl-2 ) @@ -64,11 +64,11 @@ CDEPEND=" idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 =dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6:0= ) + libr
[gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/
commit: 5ab6db1760889cb1bf5da7893595dcb02f05c9f9 Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 06:09:31 2016 + Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 06:09:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab6db17 media-libs/libcaca: add ncurses subslot dep Package-Manager: portage-2.3.0 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild | 4 ++-- media-libs/libcaca/libcaca-0.99_beta19.ebuild| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild b/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild index 8afe49a..29b5722 100644 --- a/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPEND="imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] ) mono? ( dev-lang/mono ) - ncurses? ( >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] ) + ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) opengl? ( >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild index 27aec2c..526ddd4 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" COMMON_DEPEND="imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] ) mono? ( dev-lang/mono ) - ncurses? ( >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] ) + ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) opengl? ( >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/, sys-process/criu/
commit: 94e0974c2fa5702886fdf83a3a24dd18f77c3a6a Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 05:27:51 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:27:51 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e0974c sys-process/criu: fix build w/newer glibc #580454 sys-process/criu/criu-2.8.ebuild| 1 + sys-process/criu/files/criu-2.8-sysmacros.patch | 98 + 2 files changed, 99 insertions(+) diff --git a/sys-process/criu/criu-2.8.ebuild b/sys-process/criu/criu-2.8.ebuild index 343f811..b16c810 100644 --- a/sys-process/criu/criu-2.8.ebuild +++ b/sys-process/criu/criu-2.8.ebuild @@ -43,6 +43,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.8-automagic-libbsd.patch "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch "${FILESDIR}"/2.3/${PN}-2.3-aarch64.patch + "${FILESDIR}"/${P}-sysmacros.patch #580454 ) criu_arch() { diff --git a/sys-process/criu/files/criu-2.8-sysmacros.patch b/sys-process/criu/files/criu-2.8-sysmacros.patch new file mode 100644 index ..68bba80 --- /dev/null +++ b/sys-process/criu/files/criu-2.8-sysmacros.patch @@ -0,0 +1,98 @@ +https://bugs.gentoo.org/580454 +https://github.com/xemul/criu/pull/257 + +From 6913c0004eaa4fd11bf3efc8c37fb05108cf18ee Mon Sep 17 00:00:00 2001 +From: Yixun Lan +Date: Wed, 7 Dec 2016 00:24:42 -0500 +Subject: [PATCH] include sys/sysmacros.h for minor/major/makedev funcs + +Since glibc is moving away from implicitly including sys/sysmacros.h +all the time via sys/types.h, include the header directly in more +places. This seems to cover most makedev/major/minor usage. + +Signed-off-by: Yixun Lan +Signed-off-by: Mike Frysinger +--- + criu/file-lock.c | 1 + + criu/include/util.h| 1 + + criu/kerndat.c | 1 + + criu/proc_parse.c | 1 + + test/zdtm/lib/fs.h | 1 + + test/zdtm/static/console.c | 1 + + 6 files changed, 6 insertions(+) + +diff --git a/criu/file-lock.c b/criu/file-lock.c +index 1ab1e5886965..11d8a194937a 100644 +--- a/criu/file-lock.c b/criu/file-lock.c +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + + #include "cr_options.h" + #include "imgset.h" +diff --git a/criu/include/util.h b/criu/include/util.h +index 8eaee33391c5..1aa40e863acb 100644 +--- a/criu/include/util.h b/criu/include/util.h +@@ -10,6 +10,7 @@ + #include + #include + #include ++#include + #include + + #include "int.h" +diff --git a/criu/kerndat.c b/criu/kerndat.c +index f9675bd7ec1d..aeef1b7f6640 100644 +--- a/criu/kerndat.c b/criu/kerndat.c +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + + #include "int.h" + #include "log.h" +diff --git a/criu/proc_parse.c b/criu/proc_parse.c +index 3f84cdaad99a..a86d31769ded 100644 +--- a/criu/proc_parse.c b/criu/proc_parse.c +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + + #include "types.h" + #include "common/list.h" +diff --git a/test/zdtm/lib/fs.h b/test/zdtm/lib/fs.h +index 972c49b4a068..972b15abad0c 100644 +--- a/test/zdtm/lib/fs.h b/test/zdtm/lib/fs.h +@@ -6,6 +6,7 @@ + #endif + + #include ++#include + + #include + +diff --git a/test/zdtm/static/console.c b/test/zdtm/static/console.c +index a86b14639729..41246aea0298 100644 +--- a/test/zdtm/static/console.c b/test/zdtm/static/console.c +@@ -8,6 +8,7 @@ + + #include + #include ++#include + + #include "zdtmtst.h" + +-- +2.11.0.rc2 +
[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/files/, x11-drivers/xf86-video-intel/
commit: 7bfe70d0e1ac379f44661c7b783d482052dfe183 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 05:19:22 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:19:22 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfe70d0 x11-drivers/xf86-video-intel: add missing config.h header to fix build w/newer glibc #575970 .../xf86-video-intel-2.99.917-config-header.patch | 27 ++ .../xf86-video-intel-2.99.917_p20160621-r1.ebuild | 4 .../xf86-video-intel-2.99.917_p20161110.ebuild | 4 .../xf86-video-intel-2.99.917_p20161118.ebuild | 4 4 files changed, 39 insertions(+) diff --git a/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.99.917-config-header.patch b/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.99.917-config-header.patch new file mode 100644 index ..cf4e730 --- /dev/null +++ b/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.99.917-config-header.patch @@ -0,0 +1,27 @@ +https://bugs.gentoo.org/575970 +https://lists.freedesktop.org/archives/intel-gfx/2016-December/113685.html + +From 7cb250a3ce966dc0c96d167669922b0667160d1e Mon Sep 17 00:00:00 2001 +From: Mike Gilbert +Date: Wed, 13 Apr 2016 21:35:37 -0400 +Subject: [PATCH] tools/backlight_helper: #include "config.h" + +--- + tools/backlight_helper.c | 4 + 1 file changed, 4 insertions(+) + +diff --git a/tools/backlight_helper.c b/tools/backlight_helper.c +index a00f0d6bd8a2..aadb8fac92ba 100644 +--- a/tools/backlight_helper.c b/tools/backlight_helper.c +@@ -1,3 +1,7 @@ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +-- +2.11.0.rc2 + diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild index 5cbb4d7..77deca3 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild @@ -45,6 +45,10 @@ DEPEND="${RDEPEND} x11-proto/presentproto x11-proto/resourceproto" +PATCHES=( + "${FILESDIR}"/${PN}-2.99.917-config-header.patch #575970 +) + src_configure() { replace-flags -Os -O2 XORG_CONFIGURE_OPTIONS=( diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild index 45158dc..1c05779 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild @@ -45,6 +45,10 @@ DEPEND="${RDEPEND} x11-proto/presentproto x11-proto/resourceproto" +PATCHES=( + "${FILESDIR}"/${PN}-2.99.917-config-header.patch #575970 +) + src_configure() { replace-flags -Os -O2 XORG_CONFIGURE_OPTIONS=( diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161118.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161118.ebuild index d9d2e25..51b065a 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161118.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161118.ebuild @@ -45,6 +45,10 @@ DEPEND="${RDEPEND} x11-proto/presentproto x11-proto/resourceproto" +PATCHES=( + "${FILESDIR}"/${PN}-2.99.917-config-header.patch #575970 +) + src_configure() { replace-flags -Os -O2 XORG_CONFIGURE_OPTIONS=(
[gentoo-commits] repo/gentoo:master commit in: app-admin/fam/
commit: 6fbeb51a40b2d97500c997ea2fb794ee8f42b9c9 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 04:59:35 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:08:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbeb51a app-admin/fam: mark 2.7.0-r7 s390/sh stable app-admin/fam/fam-2.7.0-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild index 0855b9e..f85d60d 100644 --- a/app-admin/fam/fam-2.7.0-r7.ebuild +++ b/app-admin/fam/fam-2.7.0-r7.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="static-libs" DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
[gentoo-commits] repo/gentoo:master commit in: app-admin/fam/
commit: 4b52ff3037995cbfdc67d4054798eb0a95ac03fe Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 05:03:23 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:08:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b52ff30 app-admin/fam: drop old 2.7.0-r6 version app-admin/fam/fam-2.7.0-r6.ebuild | 47 --- 1 file changed, 47 deletions(-) diff --git a/app-admin/fam/fam-2.7.0-r6.ebuild b/app-admin/fam/fam-2.7.0-r6.ebuild deleted file mode 100644 index 1ffd072.. --- a/app-admin/fam/fam-2.7.0-r6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils autotools - -DEBIAN_PATCH="17" -DESCRIPTION="FAM, the File Alteration Monitor" -HOMEPAGE="http://oss.sgi.com/projects/fam/"; -SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz - mirror://debian/pool/main/f/${PN}/${P/-/_}-${DEBIAN_PATCH}.diff.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="static-libs" - -DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) - !app-admin/gamin" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog INSTALL NEWS TODO README ) - -src_prepare() { - epatch "${WORKDIR}/${P/-/_}-${DEBIAN_PATCH}.diff" - edos2unix "${S}"/${P}/debian/patches/10_debianbug375967.patch - EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches - sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files - - sed -i "${D}"/etc/fam.conf \ - -e "s:local_only = false:local_only = true:g" \ - || die "sed fam.conf" - - doinitd "${FILESDIR}/famd" -}
[gentoo-commits] repo/gentoo:master commit in: app-admin/fam/files/, app-admin/fam/
commit: 93aa4938c198262facb58c264846571b3894c32e Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 05:06:27 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:08:32 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aa4938 app-admin/fam: make out of tree builds work to avoid pointless source tree copies app-admin/fam/fam-2.7.0-r7.ebuild | 4 ++-- app-admin/fam/files/fam-2.7.0-out-of-tree.patch | 13 + 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild index 166061b..179ada6 100644 --- a/app-admin/fam/fam-2.7.0-r7.ebuild +++ b/app-admin/fam/fam-2.7.0-r7.ebuild @@ -28,14 +28,14 @@ src_prepare() { EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die + epatch "${FILESDIR}"/${P}-out-of-tree.patch epatch "${FILESDIR}"/${P}-sysmacros.patch #580702 eautoreconf - multilib_copy_sources } multilib_src_configure() { - econf $(use_enable static-libs static) + ECONF_SOURCE=${S} econf $(use_enable static-libs static) # These are thrown away later if ! multilib_is_native_abi ; then diff --git a/app-admin/fam/files/fam-2.7.0-out-of-tree.patch b/app-admin/fam/files/fam-2.7.0-out-of-tree.patch new file mode 100644 index ..51fdadf --- /dev/null +++ b/app-admin/fam/files/fam-2.7.0-out-of-tree.patch @@ -0,0 +1,13 @@ +fix out of tree builds + +--- a/lib/Makefile.am b/lib/Makefile.am +@@ -7,7 +7,7 @@ + Client.h \ + fam.c++ + +-libfam_la_LDFLAGS = -export-symbols fam.sym ++libfam_la_LDFLAGS = -export-symbols $(srcdir)/fam.sym + libfam_la_LIBADD = -lstdc++ + + EXTRA_DIST = fam.sym
[gentoo-commits] repo/gentoo:master commit in: app-admin/fam/files/, app-admin/fam/
commit: d44615da815563b029843855df7ed220a85e17c4 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 05:03:34 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 05:08:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44615da app-admin/fam: fix build w/newer glibc #580702 app-admin/fam/fam-2.7.0-r7.ebuild | 2 ++ app-admin/fam/files/fam-2.7.0-sysmacros.patch | 15 +++ 2 files changed, 17 insertions(+) diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild index f85d60d..166061b 100644 --- a/app-admin/fam/fam-2.7.0-r7.ebuild +++ b/app-admin/fam/fam-2.7.0-r7.ebuild @@ -28,6 +28,8 @@ src_prepare() { EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die + epatch "${FILESDIR}"/${P}-sysmacros.patch #580702 + eautoreconf multilib_copy_sources } diff --git a/app-admin/fam/files/fam-2.7.0-sysmacros.patch b/app-admin/fam/files/fam-2.7.0-sysmacros.patch new file mode 100644 index ..ac42dca --- /dev/null +++ b/app-admin/fam/files/fam-2.7.0-sysmacros.patch @@ -0,0 +1,15 @@ +https://bugs.gentoo.org/580702 + +fix build with newer glibc where sys/sysmacros.h isn't implicitly included +by sys/types.h + +--- a/src/DNotify.c++ b/src/DNotify.c++ +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: 5f3073d21e0748a9414fbd516c3e032d0456ab35 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 04:41:46 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 04:41:46 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=5f3073d2 sync: Always handle e-mails in lower case to not end up with duplicates Suggested-by: Doug Freed mtu.edu> backend/lib/models.py | 1 + backend/lib/sync.py | 24 ++-- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/backend/lib/models.py b/backend/lib/models.py index ba20622..2eb9e8c 100644 --- a/backend/lib/models.py +++ b/backend/lib/models.py @@ -50,6 +50,7 @@ maintainer_project_membership_rel_table = db.Table('maintainer_project_membershi class Maintainer(db.Model): id = db.Column(db.Integer, primary_key=True) +# TODO: This has to be unique case insensitive. Currently we have to always force lower() to guarantee this and find the proper maintainer entry; later we might want to use some sort of NOCASE collate rules here to keep the capitalization as preferred per master data email = db.Column(db.Unicode(50), nullable=False, unique=True) is_project = db.Column(db.Boolean, nullable=False, server_default='f', default=False) name = db.Column(db.Unicode(128)) diff --git a/backend/lib/sync.py b/backend/lib/sync.py index 7ba583d..744811b 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -28,7 +28,9 @@ def get_project_data(): proj = {} for elem in proj_elem: tag = elem.tag.lower() -if tag in ['email', 'name', 'url', 'description']: +if tag in ['email']: +proj[tag] = elem.text.lower() +if tag in ['name', 'url', 'description']: proj[tag] = elem.text elif tag == 'member': member = {} @@ -36,19 +38,20 @@ def get_project_data(): member['is_lead'] = True for member_elem in elem: member_tag = member_elem.tag.lower() -if member_tag in ['email', 'name', 'role']: +if member_tag in ['email']: +member[member_tag] = member_elem.text.lower() +if member_tag in ['name', 'role']: member[member_tag] = member_elem.text if 'email' in member: if 'members' not in proj: proj['members'] = [] proj['members'].append(member) -pass elif tag == 'subproject': if 'ref' in elem.attrib: if 'subprojects' not in proj: proj['subprojects'] = [] # subprojects will be a list of (subproject_email, inherit-members) tuples where inherit-members is True or False. TODO: Might change if sync code will want it differently -proj['subprojects'].append((elem.attrib['ref'], True if ('inherit-members' in elem.attrib and elem.attrib['inherit-members'] == '1') else False)) +proj['subprojects'].append((elem.attrib['ref'].lower(), True if ('inherit-members' in elem.attrib and elem.attrib['inherit-members'] == '1') else False)) else: print("Invalid tag inside project %s - required 'ref' attribute missing" % proj['email'] if 'email' in proj else "") else: @@ -77,7 +80,7 @@ def sync_projects(): existing_maintainers[email].url = data['url'] else: print ("Adding project %s" % email) -new_maintainer = Maintainer(email=data['email'], is_project=True, description=data['description'], name=data['name'], url=data['url']) +new_maintainer = Maintainer(email=email, is_project=True, description=data['description'], name=data['name'], url=data['url']) db.session.add(new_maintainer) existing_maintainers[email] = new_maintainer members = [] @@ -176,16 +179,17 @@ def sync_versions(): if 'email' not in maint: print("WARNING: Package %s was told to have a maintainer without an e-mail identifier" % package.full_name) continue -if maint['email'] in existing_maintainers: # FIXME: Some proxy-maintainers are using mixed case e-mail address, right now we'd be creating duplicates right now if the case is different across different packages -maintainers.append(existing_maintainers[maint['email']]) +email = maint['email'].lower() +if email in existing_maintainers: +maintainers.append(existing_maintainers[email]) else: is_project = False if 'type' in maint and maint['type'] == 'project': is_project = True
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: 0522c4ccf0f4ca737572b8164cde6bb9c498ba7f Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 02:52:48 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 02:52:48 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=0522c4cc sync: Increase the sync delta to 1 hour and print the sync count and oldest TS at start backend/lib/sync.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/lib/sync.py b/backend/lib/sync.py index 8c687c6..7ba583d 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -5,7 +5,7 @@ from datetime import datetime from .. import app, db from .models import Category, Maintainer, Package, PackageVersion -SYNC_BUFFER_SECS = 30*60 +SYNC_BUFFER_SECS = 60*60 #1 hour proj_url = "https://api.gentoo.org/metastructure/projects.xml"; pkg_url_base = "https://packages.gentoo.org/"; http_session = requests.session() @@ -154,7 +154,10 @@ def sync_versions(): for maintainer in Maintainer.query.all(): existing_maintainers[maintainer.email] = maintainer -for package in Package.query.filter(Package.last_sync_ts < ts).order_by(Package.last_sync_ts).all(): +packages_to_sync = Package.query.filter(Package.last_sync_ts < ts).order_by(Package.last_sync_ts).all() +print("Going to sync %d packages%s" % (len(packages_to_sync), (" (oldest sync UTC timestamp: %s)" % packages_to_sync[0].last_sync_ts if len(packages_to_sync) else ""))) + +for package in packages_to_sync: cnt += 1 data = http_session.get(pkg_url_base + "packages/" + package.full_name + ".json") if not data:
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: c6f4ea5ccc10c9441345f83d9ea6b0d2a121ede4 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 02:39:40 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 02:39:40 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=c6f4ea5c sync: Don't forget to commit db transaction after all packages are synced Sometimes don't need to cancel out, so save the updates after the last modulo 100 to DB too :) backend/lib/sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/lib/sync.py b/backend/lib/sync.py index 0250fba..8c687c6 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -193,3 +193,5 @@ def sync_versions(): print("%d packages updated, committing DB transaction" % cnt) db.session.commit() now = datetime.utcnow() + +db.session.commit()
[gentoo-commits] repo/gentoo:master commit in: media-sound/xwax/
commit: 2304505b3461b7cc4e535dd0041122fad2f4f1c1 Author: Joe Sapp gentoo org> AuthorDate: Wed Dec 7 02:21:32 2016 + Commit: Joe Sapp gentoo org> CommitDate: Wed Dec 7 02:21:32 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2304505b media-sound/xwax: Version bump Package-Manager: portage-2.3.2 media-sound/xwax/Manifest| 1 + media-sound/xwax/xwax-1.6.ebuild | 81 2 files changed, 82 insertions(+) diff --git a/media-sound/xwax/Manifest b/media-sound/xwax/Manifest index 704b265..514f54f 100644 --- a/media-sound/xwax/Manifest +++ b/media-sound/xwax/Manifest @@ -1 +1,2 @@ DIST xwax-1.5.tar.gz 77582 SHA256 b67ee78c988e4af2ebce899da98bbb8cadf91792bca1d08ee65a9b5da7b0d4a8 SHA512 b5fb66c35dd5174277417b8973bab63232bdf471fe190ab3df1c37e386a9cdc9e2b5cbdc4f5715bf69d146846c13ce2acd5db6a0881412dabdcd234d6d199b61 WHIRLPOOL 60abdcdfd3cf70b17525e16deeecabe6aaa6838a172e4292655ca5401a15d05952649faaf85f3b616c884222abcb2cbdf105522446f1e1ddc81dcb4bcfe60ec7 +DIST xwax-1.6.tar.gz 79452 SHA256 fc3392979d243e3950819834f2303e78de5acf8fad4e5d2f77826c3ac35683df SHA512 710a53a1b056bf6850a668a1f267b91664d5629998e6ee2d4853aa57d1ab351dd782716272ed4a4858168c0ac9f5c7d2e1fe0a8b330e26775677e1eb54249015 WHIRLPOOL 621f30d72883ea23d5c86d6668d4c943e8625da4bf0b6541083133ab390b225d4737e3f9aee64d5f6c536061172b5cd580350cb5218d8e0074bfb746cd2d7164 diff --git a/media-sound/xwax/xwax-1.6.ebuild b/media-sound/xwax/xwax-1.6.ebuild new file mode 100644 index ..191e113 --- /dev/null +++ b/media-sound/xwax/xwax-1.6.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs user + +DESCRIPTION="Digital vinyl emulation software" +HOMEPAGE="http://xwax.org/"; +SRC_URI="http://xwax.org/releases/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="alsa jack oss cdda mp3 +fallback" +REQUIRED_USE="|| ( cdda mp3 fallback ) + || ( alsa jack oss )" + +RDEPEND="sys-libs/glibc + sys-libs/pam + media-libs/libsdl + media-libs/sdl-ttf + media-fonts/dejavu + alsa? ( media-libs/alsa-lib ) + jack? ( media-sound/jack-audio-connection-kit ) + cdda? ( media-sound/cdparanoia ) + mp3? ( media-sound/mpg123 ) + fallback? ( virtual/ffmpeg )" +DEPEND="${RDEPEND}" + +DOCS="README CHANGES" + +src_prepare() { + # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in + # the Makefile + # Also remove the dependency on the .version target so we don't need + # git just to build + sed -i -e 's/\(^\(LD\|C\)FLAGS.*\)-O[0-9]\(.*\)/\1\3/g' \ + -e 's/^xwax\.o:.*\.version//' \ + Makefile || die "sed failed" +} + +src_configure() { + tc-export CC + econf \ + --prefix "${EROOT}usr" \ + $(use_enable alsa) \ + $(use_enable jack) \ + $(use_enable oss) +} + +src_compile() { + # EXECDIR is the default directory in which xwax will look for + # the 'xwax-import' and 'xwax-scan' scripts + emake EXECDIR="\$(BINDIR)" VERSION="${PV}" xwax +} + +pkg_preinst() { + enewgroup ${PN} +} + +src_install() { + # This is easier than setting all the environment variables + # needed, running the sed script required to get the man directory + # correct, and removing the GPL-2 after a 'make install' run + dobin xwax || die "failed to install xwax" + newbin scan xwax-scan || die "failed to install xwax-scan" + newbin import xwax-import || die "failed to install xwax-import" + doman xwax.1 || die "failed to install man page" + + dodoc ${DOCS} || die "failed to install docs" + + insinto "/etc/security/limits.d" + newins "${FILESDIR}/xwax-etc-security-limits.conf" xwax.conf +} + +pkg_postinst() { + elog "Be sure to add any users that will be using ${PN} to the" + elog "\"${PN}\" group. Doing so will allow processes that user" + elog "runs to request realtime priority." +}
[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
commit: 22ccf03eab00043ccd6ade493746a4173d9fdef4 Author: Andrew Savchenko gentoo org> AuthorDate: Wed Dec 7 02:02:34 2016 + Commit: Andrew Savchenko gentoo org> CommitDate: Wed Dec 7 02:11:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ccf03e sci-physics/root: remove old Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko gentoo.org> sci-physics/root/Manifest| 1 - sci-physics/root/root-5.34.32.ebuild | 445 --- 2 files changed, 446 deletions(-) diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest index f8d3d49..96a9507 100644 --- a/sci-physics/root/Manifest +++ b/sci-physics/root/Manifest @@ -1,4 +1,3 @@ DIST root_v5.34.26.source.tar.gz 75171961 SHA256 c1fd2a249bb7210914b42e35dba4f1262cfa46b79ef7a41f73d7f08f8c54a643 SHA512 f5da5e20d1763608a32d78c48581e574a3f51aef47ecf6987a4064d1fb3234dfc9f626e041a17213f881f52f807ed6a6da60bf1d24951fa7dc2cadd94f8dd8b4 WHIRLPOOL 77b48b815c971642da68b71732a0ea3372648634281be634037b13cb58488f7075ec8bfc9a684e55d85cd9b038f229be29b19a15dfc829f0ce63a5f17241c23c -DIST root_v5.34.32.source.tar.gz 75170203 SHA256 939c7592802a54b6cbc593efb6e51699bf52e92baf6d6b20f486aaa08480fc5f SHA512 6485f2bb544947173e1feb2cfb41d6a176020027f1193d9388700a797ba4badbf497022e6129fdc4879e709460bf1efabf3e51c51840f0c781fa12e631419afc WHIRLPOOL 695147a519415b99e73fdad1cd61bb1944e292628236b5a7cbf1835174c950fa9cb068431a8164f24663323163012ea652db84d082f9f1eb1fcae79489575d9e DIST root_v5.34.36.source.tar.gz 75427331 SHA256 fc868e5f4905544c3f392cc9e895ef5571a08e48682e7fe173bd44c0ba0c7dcd SHA512 2cc0c8f8b63b2a3ce01c49c41704483548a7324d92c21a63e3e36a00f4d6f5656a7844fdf48cb71a6f2a2c974112527300ffd3bb5502d8365ffaf138e6ae4c7a WHIRLPOOL 137c054874645913372edca3e02087c0c4f2a3c4d662b488eedaec517f75a8ab956ade418e2942aee925e58da804b325bbd6756be653bd767cc1c82cb7a650c9 DIST root_v6.04.06.source.tar.gz 99180724 SHA256 6deac9cd71fe2d7a48ea2bcbd793639222c4743275dbc946c158295b1e1fe330 SHA512 ac96ac998ed4894587b7d286d79bcbea7b33f15764cc2513ae089e86c584e2dcb064cd135d44a4bfd2bede368eb772ccbffcd6bf426857a1236f5d7e9f5ce6fd WHIRLPOOL 7ffca036917d798ade31e1a22e9518d567e4267af5d1db555ea0e82c1bc2c7a1f665c8cd76d3ce6511507ab7befea4881580259c6142f1e668edafbcbc5e496e diff --git a/sci-physics/root/root-5.34.32.ebuild b/sci-physics/root/root-5.34.32.ebuild deleted file mode 100644 index fe92a83.. --- a/sci-physics/root/root-5.34.32.ebuild +++ /dev/null @@ -1,445 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} == "" ]] ; then - inherit git-r3 - EGIT_REPO_URI="http://root.cern.ch/git/root.git"; -else - SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz"; - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -fi - -PYTHON_COMPAT=( python2_7 ) - -inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ - toolchain-funcs user versionator - -DESCRIPTION="C++ data analysis framework and interpreter from CERN" -HOMEPAGE="https://root.cern.ch"; - -SLOT="0/$(get_version_component_range 1-3 ${PV})" -LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" -IUSE="+X afs c++11 c++14 doc emacs examples fits fftw gdml - graphviz http kerberos ldap +math +memstat mpi mysql odbc - +opengl openmp oracle postgres prefix pythia6 pythia8 - python qt4 +reflex ruby shadow sqlite ssl table +tiff xinetd - xml xrootd zeroconf" - -# TODO: add support for: davix -# TODO: unbundle: vdt - -REQUIRED_USE=" - !X? ( !opengl !qt4 !tiff ) - mpi? ( math !openmp ) - openmp? ( math !mpi ) - python? ( ${PYTHON_REQUIRED_USE} ) -" - -CDEPEND=" - app-arch/xz-utils:0= - >=dev-lang/cfortran-4.4-r2 - dev-libs/libpcre:3= - media-fonts/dejavu - media-libs/freetype:2= - media-libs/libpng:0= - sys-libs/zlib:0= - X? ( - media-libs/ftgl:0= - media-libs/glew:0= - x11-libs/libX11:0= - x11-libs/libXext:0= - x11-libs/libXpm:0= - || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) - opengl? ( virtual/opengl virtual/glu x11-libs/gl2ps:0= ) - qt4? ( - dev-qt/qtgui:4= - dev-qt/qtopengl:4= - dev-qt/qt3support:4= - dev-qt/qtsvg:4= - dev-qt/qtwebkit:4= - dev-qt/qtxmlpatterns:4= - ) - x11-libs/libXft:0= - ) - afs? ( net-fs/openafs ) - emacs? ( virtual/emacs ) - fits? ( sci-libs/cfitsio:0= ) - fftw? ( sci-libs/fftw:3.0= ) - graphviz? ( media-gfx/graphviz:0= ) - http? ( dev-
[gentoo-commits] repo/gentoo:master commit in: app-doc/root-docs/
commit: 830863d77164093289d293317ef9f4d971c0c51e Author: Andrew Savchenko gentoo org> AuthorDate: Wed Dec 7 02:10:01 2016 + Commit: Andrew Savchenko gentoo org> CommitDate: Wed Dec 7 02:11:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830863d7 app-doc/root-docs: remove old Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko gentoo.org> app-doc/root-docs/Manifest | 1 - app-doc/root-docs/root-docs-5.34.32.ebuild | 137 - 2 files changed, 138 deletions(-) diff --git a/app-doc/root-docs/Manifest b/app-doc/root-docs/Manifest index 77c54a1..d8fda4e 100644 --- a/app-doc/root-docs/Manifest +++ b/app-doc/root-docs/Manifest @@ -5,6 +5,5 @@ DIST roofit_quickstart_3.00.pdf 501576 SHA256 65aaf9e0c88352e265fd55b97a2503a9ee DIST root-banner.png 132555 SHA256 d165e1cc175f654ff79af39193a6144678f600e14a53dd20e2b216b3e8951e94 SHA512 139347f396e88c8062d847d612949204cb80e551a826d926950ca8ab967f0d496487fed17a227fc796ae4db23fca758d91a0af7943142adbed358e98d7667b1f WHIRLPOOL dd23e26acf9303b404cda8135d6946af3b1abba3dfdff8d80e56096f810d50a01ebfb52dc1e6ee1d1b99fbb5859dc850e0e368155339b5007294d95ce8909857 DIST root6-banner.jpg 32319 SHA256 9d6d226bbe61db257a1796a3ad04dfe97b3bb500a29349ff76bf6a929ed1e104 SHA512 f01dd253f24d59c374042efd239ce023e5ca82d3d617ca6763daf9720b169c4fb27a0f4573ea95d807f0e12095924606372df4940f65ce7d859164314d22b9af WHIRLPOOL 69976abe240235a4f4eb25d61a0ceb183dc5ad5f9e57e9130ae10615329dd23125848f45608e1ad2d65a286d1f191f95336316f7c8f1cc052d396c31433cbe4c DIST root_v5.34.26.source.tar.gz 75171961 SHA256 c1fd2a249bb7210914b42e35dba4f1262cfa46b79ef7a41f73d7f08f8c54a643 SHA512 f5da5e20d1763608a32d78c48581e574a3f51aef47ecf6987a4064d1fb3234dfc9f626e041a17213f881f52f807ed6a6da60bf1d24951fa7dc2cadd94f8dd8b4 WHIRLPOOL 77b48b815c971642da68b71732a0ea3372648634281be634037b13cb58488f7075ec8bfc9a684e55d85cd9b038f229be29b19a15dfc829f0ce63a5f17241c23c -DIST root_v5.34.32.source.tar.gz 75170203 SHA256 939c7592802a54b6cbc593efb6e51699bf52e92baf6d6b20f486aaa08480fc5f SHA512 6485f2bb544947173e1feb2cfb41d6a176020027f1193d9388700a797ba4badbf497022e6129fdc4879e709460bf1efabf3e51c51840f0c781fa12e631419afc WHIRLPOOL 695147a519415b99e73fdad1cd61bb1944e292628236b5a7cbf1835174c950fa9cb068431a8164f24663323163012ea652db84d082f9f1eb1fcae79489575d9e DIST root_v5.34.36.source.tar.gz 75427331 SHA256 fc868e5f4905544c3f392cc9e895ef5571a08e48682e7fe173bd44c0ba0c7dcd SHA512 2cc0c8f8b63b2a3ce01c49c41704483548a7324d92c21a63e3e36a00f4d6f5656a7844fdf48cb71a6f2a2c974112527300ffd3bb5502d8365ffaf138e6ae4c7a WHIRLPOOL 137c054874645913372edca3e02087c0c4f2a3c4d662b488eedaec517f75a8ab956ade418e2942aee925e58da804b325bbd6756be653bd767cc1c82cb7a650c9 DIST root_v6.04.06.source.tar.gz 99180724 SHA256 6deac9cd71fe2d7a48ea2bcbd793639222c4743275dbc946c158295b1e1fe330 SHA512 ac96ac998ed4894587b7d286d79bcbea7b33f15764cc2513ae089e86c584e2dcb064cd135d44a4bfd2bede368eb772ccbffcd6bf426857a1236f5d7e9f5ce6fd WHIRLPOOL 7ffca036917d798ade31e1a22e9518d567e4267af5d1db555ea0e82c1bc2c7a1f665c8cd76d3ce6511507ab7befea4881580259c6142f1e668edafbcbc5e496e diff --git a/app-doc/root-docs/root-docs-5.34.32.ebuild b/app-doc/root-docs/root-docs-5.34.32.ebuild deleted file mode 100644 index a3d056b.. --- a/app-doc/root-docs/root-docs-5.34.32.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROOT_PN="root" -ROOFIT_DOC_PV=2.91-33 -ROOFIT_QS_DOC_PV=3.00 -TMVA_DOC_PV=4.2.0 - -if [[ ${PV} == "" ]] ; then - inherit git-r3 - EVCS_OFFLINE=yes # we need exactly the same checkout as root itself - EGIT_REPO_URI="http://root.cern.ch/git/root.git"; - KEYWORDS="" -else - SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz"; - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - S="${WORKDIR}/${ROOT_PN}" -fi - -inherit eutils multilib virtualx - -DESCRIPTION="Documentation for ROOT Data Analysis Framework" -HOMEPAGE="https://root.cern.ch"; -SRC_URI="${SRC_URI} - math? ( - http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdf -> TMVAUsersGuide-v${TMVA_DOC_PV}.pdf - https://root.cern.ch/download/doc/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf - http://root.cern.ch/drupal/sites/default/files/roofit_quickstart_${ROOFIT_QS_DOC_PV}.pdf ) - api? ( - ${HOMEPAGE}/sites/all/themes/newsflash/images/blue/root-banner.png - ${HOMEPAGE}/sites/all/themes/newsflash/images/info.png )" - -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="api +math +metric http" - -VIRTUALX_REQUIRED="api" - -DEPEND=" - app-text/pandoc - dev-haskell/pandoc-citeproc[bibutils] - dev-texlive/texlive-latex - virtual/pkgconfig - api? ( - media-fonts/dejavu - ~sci-physics/root-${PV}[X,graphviz,open
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: 32483c9459bcfc4f7e3848b3c0e3dc6c1c41829d Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 02:08:03 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 02:08:03 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=32483c94 sync: Order package details syncing based on how old the last sync was This way if we got stuck and re-run much later (or it has exceeded the buffer time constant), we'll at least sync the oldest ones first, so we always end up being less out of date with the oldest sync ts. backend/lib/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lib/sync.py b/backend/lib/sync.py index 567da2d..0250fba 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -154,7 +154,7 @@ def sync_versions(): for maintainer in Maintainer.query.all(): existing_maintainers[maintainer.email] = maintainer -for package in Package.query.filter(Package.last_sync_ts < ts).all(): +for package in Package.query.filter(Package.last_sync_ts < ts).order_by(Package.last_sync_ts).all(): cnt += 1 data = http_session.get(pkg_url_base + "packages/" + package.full_name + ".json") if not data:
[gentoo-commits] repo/gentoo:master commit in: dev-db/phpmyadmin/
commit: 334770d1cad3f4da744d0fc53d288215ea99318d Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Wed Dec 7 01:51:46 2016 + Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Wed Dec 7 02:04:46 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334770d1 dev-db/phpmyadmin: Add 4.6.5.2 release. Package-Manager: portage-2.3.2 dev-db/phpmyadmin/Manifest | 1 + dev-db/phpmyadmin/phpmyadmin-4.6.5.2.ebuild | 62 + 2 files changed, 63 insertions(+) diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest index 0e4bcb3..00718a3 100644 --- a/dev-db/phpmyadmin/Manifest +++ b/dev-db/phpmyadmin/Manifest @@ -3,3 +3,4 @@ DIST phpMyAdmin-4.4.15.5-all-languages.tar.xz 5783216 SHA256 6160724fa90ef5cccb6 DIST phpMyAdmin-4.4.15.8-all-languages.tar.xz 5772212 SHA256 aaabba81185da6496eef10eb2ee3fcb47138494bb50ca57a4050ca5a732a67a1 SHA512 4f417d8d371975133b76a9b4c4a4e6d31089281e68c9e0df33107c0d343b8d25ebb03f13ed6327a6024283b3de01dc623e080277acbffa41b46a87d00476c23c WHIRLPOOL 3046b629ecaacd843b130871af38561ac9b0aecbf4a80ceb3ee6b7f5491abf3ae39755ce038b6dcbb53ac0e8145ca3d01bda3b9fd001d5fe46990d805c16ed4e DIST phpMyAdmin-4.4.15.9-all-languages.tar.xz 5776028 SHA256 0d279bd34e542d3cdf5cb37667cc4617f008f39b5eb7d943e9aa739a2ceca174 SHA512 2dd5a9fcc777627b9bccad340e4e0d7b7736a6e088a9ce5957f7fc22cef909b4c81467dab359b7b597be7977fac08e4632e6f06fd6743f133a14773de6dda05c WHIRLPOOL 3f4597799165bc8773cc279ea5d036fd3036d1019762a3503d68ce28c5efdee9b83864d0bd4f6d4d466c90d71b78ed478cc53084fab84a811e6888208d3decaa DIST phpMyAdmin-4.6.5.1-all-languages.tar.xz 6162164 SHA256 e163b08b6d1137fd7c48ea97e8e53be415b1937f5e5f7e070936a60c3b9a3df0 SHA512 e6f90af32b77785ff49d9be4033e29e5b64df84d1a37dbe214df9049ef25ecfaee8e443aa9b789c408993541ea85c8e670b350071bd7f3437711462e164afad8 WHIRLPOOL 7e4f5d8e214192c33700b321343510f23f772c5c1a322749c2aded037be9b5743899fd67965743c5498615ae4cf73d0d2d5954ddd11c71b63724e2225ab3f200 +DIST phpMyAdmin-4.6.5.2-all-languages.tar.xz 6136880 SHA256 8cb549c0cd04ecaa3b2a8d9315e7c88528603fa6fe91057b13173f6afba80894 SHA512 10fecd5f313b3685b3d4d7c86b20e9466abc54298267f2ed41cf81096fae5bf8472860ac3ebd5ecba8644b43f69eaf944625a8a12beaba637bcefba0940f3a11 WHIRLPOOL e9de7fcbc50c0b3ea37f7e2dee1290340abd23211248285b36513459dc8c761a95be47a41698de34a4728afd653d87aa214367d162fef820f6a73413ff1ccf9b diff --git a/dev-db/phpmyadmin/phpmyadmin-4.6.5.2.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.6.5.2.ebuild new file mode 100644 index ..1f26611 --- /dev/null +++ b/dev-db/phpmyadmin/phpmyadmin-4.6.5.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils webapp + +MY_PV=${PV/_/-} +MY_PN="phpMyAdmin" +MY_P="${MY_PN}-${MY_PV}-all-languages" + +DESCRIPTION="Web-based administration for MySQL database in PHP" +HOMEPAGE="https://www.phpmyadmin.net/"; +SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"; + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +IUSE="setup" + +RDEPEND=" + dev-lang/php[crypt,ctype,filter,json,session,unicode] + || ( + dev-lang/php[mysqli] + dev-lang/php[mysql] + ) + virtual/httpd-php:* +" + +need_httpd_cgi + +S="${WORKDIR}"/${MY_P} + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die + rm -f LICENSE README* RELEASE-DATE-${MY_PV} + + if ! use setup; then + rm -rf setup || die "Cannot remove setup utility" + elog "The phpMyAdmin setup utility has been removed." + elog "It is a regular target of various exploits. If you need it, set USE=setup." + else + elog "You should consider disabling the setup USE flag" + elog "to exclude the setup utility if you don't use it." + elog "It regularly is the target of various exploits." + fi + + insinto "${MY_HTDOCSDIR#${EPREFIX}}" + doins -r . + + webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php + webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt + webapp_src_install +}
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: dde4a3a9c8fbe76897219886f21d046392d65730 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 01:56:00 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 01:56:00 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=dde4a3a9 sync: Add package description and maintainers sync Maintains a sync timestamp to skip recently synced packages, so if a previous run got stuck, we can skip re-doing it too soon. Saves the DB transaction after every 100 packages, because packages.g.o seems to rate-limit us, so at least we will have things saved into DB periodically to cancel out when we get stuck and restart. backend/lib/sync.py | 49 + 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/backend/lib/sync.py b/backend/lib/sync.py index e53fa9b..567da2d 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -1,8 +1,11 @@ import xml.etree.ElementTree as ET import requests +import time +from datetime import datetime from .. import app, db from .models import Category, Maintainer, Package, PackageVersion +SYNC_BUFFER_SECS = 30*60 proj_url = "https://api.gentoo.org/metastructure/projects.xml"; pkg_url_base = "https://packages.gentoo.org/"; http_session = requests.session() @@ -144,11 +147,49 @@ def sync_packages(): db.session.commit() def sync_versions(): -for package in Package.query.all(): +cnt = 0 +ts = datetime.utcfromtimestamp(time.time() - SYNC_BUFFER_SECS) +now = datetime.utcnow() +existing_maintainers = {} +for maintainer in Maintainer.query.all(): +existing_maintainers[maintainer.email] = maintainer + +for package in Package.query.filter(Package.last_sync_ts < ts).all(): +cnt += 1 data = http_session.get(pkg_url_base + "packages/" + package.full_name + ".json") if not data: print("No JSON data for package %s" % package.full_name) # FIXME: Handle better; e.g mark the package as removed if no pkgmove update continue -from pprint import pprint -pprint(data.json()) -break + +pkg = data.json() + +print ("Updating package: %s" % package.full_name) +if 'description' in pkg: +package.description = pkg['description'] + +maintainers = [] +if 'maintainers' in pkg: +for maint in pkg['maintainers']: +if 'email' not in maint: +print("WARNING: Package %s was told to have a maintainer without an e-mail identifier" % package.full_name) +continue +if maint['email'] in existing_maintainers: # FIXME: Some proxy-maintainers are using mixed case e-mail address, right now we'd be creating duplicates right now if the case is different across different packages +maintainers.append(existing_maintainers[maint['email']]) +else: +is_project = False +if 'type' in maint and maint['type'] == 'project': +is_project = True +print("Adding %s maintainer %s" % ("project" if is_project else "individual", maint['email'])) +new_maintainer = Maintainer(email=maint['email'], is_project=is_project, name=maint['name'] if 'name' in maint else None) +db.session.add(new_maintainer) +existing_maintainers[maint['email']] = new_maintainer +maintainers.append(new_maintainer) + +# Intentionally outside if 'maintainers' in pkg, because if there are no maintainers in JSON, it's falled to maintainer-needed and we need to clean out old maintainer entries +package.maintainers = maintainers # TODO: Retain order to know who is primary; retain description associated with the maintainership +package.last_sync_ts = now + +if not cnt % 100: +print("%d packages updated, committing DB transaction" % cnt) +db.session.commit() +now = datetime.utcnow()
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: ed46487bc107c4f404d23e6429e0e4050616459b Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 01:55:18 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 01:55:18 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=ed46487b models: Add package maintainers relationship table and ORM relationships backend/lib/models.py | 9 + 1 file changed, 9 insertions(+) diff --git a/backend/lib/models.py b/backend/lib/models.py index e06dcf8..ba20622 100644 --- a/backend/lib/models.py +++ b/backend/lib/models.py @@ -10,6 +10,11 @@ class Category(db.Model): def __repr__(self): return "" % self.name +package_maintainer_rel_table = db.Table('package_maintainer_rel', +db.Column('package_id', db.Integer, db.ForeignKey('package.id')), +db.Column('maintainer_id', db.Integer, db.ForeignKey('maintainer.id')), +) + class Package(db.Model): id = db.Column(db.Integer, primary_key=True) name = db.Column(db.Unicode(128), nullable=False) @@ -17,6 +22,9 @@ class Package(db.Model): category = db.relationship('Category', backref=db.backref('packages', lazy='dynamic')) description = db.Column(db.Unicode(500)) last_sync_ts = db.Column(db.TIMESTAMP, nullable=False, default=datetime.utcfromtimestamp(0)) +maintainers = db.relationship("Maintainer", +secondary=package_maintainer_rel_table, +backref='directly_maintained_packages') @property def full_name(self): @@ -54,6 +62,7 @@ class Maintainer(db.Model): secondaryjoin=id==maintainer_project_membership_rel_table.c.maintainer_id, backref='projects') # projects relationship backref ^^ +# directly_maintained_packages backref - list of packages maintained directly by given project or individual maintainer (as opposed to a bigger list that includes packages maintained by parent/child projects or projects the given individual maintainer is part of) def __repr__(self): return "" % ("project" if self.is_project else "individual", self.email)
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
commit: a32db681c2289c5894dbbda52d099c7b4b095a0a Author: Yixun Lan gentoo org> AuthorDate: Sat Dec 3 04:38:25 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 01:45:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32db681 app-emulation/xen-tools: fix missing pixman issue we need either enable USE=qemu, or system-qemu Gentoo-Bug: 600234, 600500 Package-Manager: portage-2.3.2 app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 6 +++--- app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild index 481f901..924cc74 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2 diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild index c654c77..4fa0ce3 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
commit: 8ac9b49f20aa4f7c140134b16808f6984cf7002c Author: Yixun Lan gentoo org> AuthorDate: Sat Dec 3 03:44:14 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 01:45:35 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac9b49f app-emulation/xen: fix XSA-201 Gentoo-Bug: 601250 Package-Manager: portage-2.3.2 app-emulation/xen/Manifest| 3 + app-emulation/xen/xen-4.6.4-r2.ebuild | 193 ++ app-emulation/xen/xen-4.7.1-r2.ebuild | 193 ++ 3 files changed, 389 insertions(+) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 29b7536..5a8bcf0 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,3 +1,6 @@ +DIST xen-4.6.4-upstream-patches-0.tar.xz 15280 SHA256 0f2d55e44e2c98fb7caf76997c05f44fe1efdbf7eaa971a4bf234ea3bc95e244 SHA512 26be1b03af1ac0d6a413b0ab8a30d59c733d6d5c4e29ce3b5b90818a1589cbb5c46a50b9ee42b273ef3b37df8ff403241d68e1e2221ce969054fb7e5f13516ab WHIRLPOOL 52420897c49cd1bcfd8896df45a1f9c8df6337cb68dd7a6ff962361e7ab2eab1e6d6699ae8236b105e6b700b5d5b6c8da302ff477ac6493a60a665e4225cff02 DIST xen-4.6.4.tar.gz 19709274 SHA256 b795d5631a85fb68295361067195ecd3656dacede4ec57533fce33ab5109 SHA512 e6278061a16829628030579e115a500970ff575eb6796189bfa1e2d7a8cbbf8aec2c2bd04c77cdc87226d6cc5eaee59d6c62cacb4e74b06e1f1379734b872938 WHIRLPOOL a982f7bbf2ba16781ac0f310ef27a32e9115596e91117609d22827bc1999facb12df4f33d1ba0b7015cbfae90a24302243d508e8c38ba45ea998341b76ba0567 +DIST xen-4.7.1-upstream-patches-0.tar.xz 16420 SHA256 cb4724fedadc408ec390f99e9928a44ec75e793fb55cb97793f09980855b6a32 SHA512 79e117c48c6cc3d5783c818218ac11ec494735ce89755b5e263a64c23fb1f0a425bc65b567a24ce2e348b6e3839b26133c7e2c36411e5cc7acb54b855149dfbe WHIRLPOOL 982165da62cbb28cd72d32662c366ca7dac91a511b356eb58bced4b4af5cbc0d94c7e280a2400e5d9c92938d2afee86abd7c688926c2b9cb191d4554be828844 DIST xen-4.7.1.tar.gz 20706864 SHA256 e87f4b0575e78657ee23d31470a15ecf1ce8c3a92a771cda46bbcd4d0d671ffe SHA512 eb03244f5fa7b54402fcc1d38f1e69c0ea4536d5ab2f9859b41b5e94920ad9db20fb146e3c3d3635e9ca1d12e93ce0429e57f24bf53d4a2c4b69babc76ec724e WHIRLPOOL 5d7ba29ea58bdedb6a237f7cb1c0aacf361dc35ebb07ec8e55773e07b1f38c1b151615b526e14daeca7c2db235114bde0b6d124219e8818c6e529873b5151fec DIST xen-security-patches-17.tar.xz 9908 SHA256 9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16 WHIRLPOOL fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d +DIST xen-security-patches-18.tar.xz 2544 SHA256 99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9 WHIRLPOOL e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0 diff --git a/app-emulation/xen/xen-4.6.4-r2.ebuild b/app-emulation/xen/xen-4.6.4-r2.ebuild new file mode 100644 index ..0e9eff2 --- /dev/null +++ b/app-emulation/xen/xen-4.6.4-r2.ebuild @@ -0,0 +1,193 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs + +MY_PV=${PV/_/-} +MY_P=${PN}-${PV/_/-} + +if [[ $PV == * ]]; then + inherit git-r3 + KEYWORDS="" + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm -x86" + UPSTREAM_VER=0 + SECURITY_VER=18 + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"; + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz"; + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz"; + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="http://xen.org/"; +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22 )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +# no tests are available for the hypervisor +# prevent the silliness of /usr/li
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/, app-emulation/xen-tools/
commit: aa0628e3a28bf1b07d198bb1ec54f144c90df40a Author: Yixun Lan gentoo org> AuthorDate: Sat Dec 3 03:46:00 2016 + Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 01:45:43 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0628e3 app-emulation/xen-tools: fix XSA-199 Gentoo-Bug: 600662 Package-Manager: portage-2.3.2 app-emulation/xen-tools/Manifest | 3 + app-emulation/xen-tools/files/gentoo-patches.conf | 15 +- app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 461 ++ app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild | 460 + 4 files changed, 925 insertions(+), 14 deletions(-) diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index 6154ff8..749078e 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -1,7 +1,10 @@ DIST ovmf-20151110.tar.bz2 27518370 SHA256 74199f6b5c6f756881323242742c396c52096db5f61700a4eb839343f9ab0604 SHA512 dda185af2fc0b9a8d5fc7e1e96db6aa31807782fe77d38491896164d125c30d2277db3d71a7dce7bbd569723b344b97dfebbc78ca0a095721f6b1ae3a1d3 WHIRLPOOL 145fb1c873cce96b81b269b44800987ca1b7350425b682fd5a5799648b0270c6c17bb337ad7e06650e6b66a9ac6eef8d9c9239f1478a687be4af187e60c3f3f5 DIST seabios-1.8.2.tar.gz 538497 SHA256 f59479307fdae840de398b75aacb2333c8eba24a5964d68c77e32ca6c987ee61 SHA512 798d222d5f5725a805cde9e6000b5ce714d0551fd4a3c2642cc6e77b2bdab1a9e239939a358a23bbe0e00112f5ad70696c87d20b90655463c835541fc04e1a00 WHIRLPOOL 9cda0ad502a59dd718c543b759ac3fcf5acb4adee70c3da9bfea95ab188415acf6425827de77f45421ec3be8fd9e0c37fb486e62828217ba3e83f88d942a3f4a +DIST xen-4.6.4-upstream-patches-0.tar.xz 15280 SHA256 0f2d55e44e2c98fb7caf76997c05f44fe1efdbf7eaa971a4bf234ea3bc95e244 SHA512 26be1b03af1ac0d6a413b0ab8a30d59c733d6d5c4e29ce3b5b90818a1589cbb5c46a50b9ee42b273ef3b37df8ff403241d68e1e2221ce969054fb7e5f13516ab WHIRLPOOL 52420897c49cd1bcfd8896df45a1f9c8df6337cb68dd7a6ff962361e7ab2eab1e6d6699ae8236b105e6b700b5d5b6c8da302ff477ac6493a60a665e4225cff02 DIST xen-4.6.4.tar.gz 19709274 SHA256 b795d5631a85fb68295361067195ecd3656dacede4ec57533fce33ab5109 SHA512 e6278061a16829628030579e115a500970ff575eb6796189bfa1e2d7a8cbbf8aec2c2bd04c77cdc87226d6cc5eaee59d6c62cacb4e74b06e1f1379734b872938 WHIRLPOOL a982f7bbf2ba16781ac0f310ef27a32e9115596e91117609d22827bc1999facb12df4f33d1ba0b7015cbfae90a24302243d508e8c38ba45ea998341b76ba0567 +DIST xen-4.7.1-upstream-patches-0.tar.xz 16420 SHA256 cb4724fedadc408ec390f99e9928a44ec75e793fb55cb97793f09980855b6a32 SHA512 79e117c48c6cc3d5783c818218ac11ec494735ce89755b5e263a64c23fb1f0a425bc65b567a24ce2e348b6e3839b26133c7e2c36411e5cc7acb54b855149dfbe WHIRLPOOL 982165da62cbb28cd72d32662c366ca7dac91a511b356eb58bced4b4af5cbc0d94c7e280a2400e5d9c92938d2afee86abd7c688926c2b9cb191d4554be828844 DIST xen-4.7.1.tar.gz 20706864 SHA256 e87f4b0575e78657ee23d31470a15ecf1ce8c3a92a771cda46bbcd4d0d671ffe SHA512 eb03244f5fa7b54402fcc1d38f1e69c0ea4536d5ab2f9859b41b5e94920ad9db20fb146e3c3d3635e9ca1d12e93ce0429e57f24bf53d4a2c4b69babc76ec724e WHIRLPOOL 5d7ba29ea58bdedb6a237f7cb1c0aacf361dc35ebb07ec8e55773e07b1f38c1b151615b526e14daeca7c2db235114bde0b6d124219e8818c6e529873b5151fec DIST xen-gentoo-patches-7.tar.xz 24148 SHA256 859fb6b69125c0a1079b35a74bb004dce1b04827b05f056a746cc42c1b187557 SHA512 faf2b0ecd67d545366e2af7e7ecab5f808d02354d07f23cbffe1c3cb80dbb5f88cc4aa140d928ad269612e55c41740ff5bf2af3f0a1f16e375d404c3ffa712b1 WHIRLPOOL d75c35fa10dd1f1567a82c5d5cd7ddabc72def6d74ef7095b7bca9ce9adad2b6ff9c88b55bad7cdefe88da027e5c742f9b9dcafce457cf15f408ea35652546f6 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3 WHIRLPOOL 8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633 DIST xen-security-patches-17.tar.xz 9908 SHA256 9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16 WHIRLPOOL fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d +DIST xen-security-patches-18.tar.xz 2544 SHA256 99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9 WHIRLPOOL e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0 diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf index 9f3094f..02c537f 100644 --- a/app-emulation/xen-tools/files/
[gentoo-commits] sites/www:master commit in: _data/
commit: b2bcfd824a1c31dfb6633d709f1000f1ff36ed37 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Dec 7 00:25:30 2016 + Commit: Robin H. Johnson gentoo org> CommitDate: Wed Dec 7 01:34:02 2016 + URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=b2bcfd82 gentoo-proxy-maint was missing from the list of lists. Signed-off-by: Robin H. Johnson gentoo.org> _data/mailinglists.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/mailinglists.yaml b/_data/mailinglists.yaml index 649d243..5bc62f3 100644 --- a/_data/mailinglists.yaml +++ b/_data/mailinglists.yaml @@ -77,6 +77,8 @@ primary: description: "Discussion and help with ebuild developement issues for users" moderators: - robbat2 + - name: "gentoo-proxy-maint" +description: "Gentoo Proxy Maintainers" - name: "gentoo-embedded" description: "For Gentoo Linux/embedded user and developer discussion" - name: "gentoo-releng"
[gentoo-commits] proj/grumpy:master commit in: backend/lib/
commit: f1a5e9bb01bb7fd802e7cf87b4e9dd675e910140 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 7 00:30:06 2016 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 7 00:30:06 2016 + URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=f1a5e9bb models: Add description and last_sync_ts columns for Package description we will get from package.g.o per-package detailed json, last_sync_ts will be used to record when that detailed json was last pulled, so that we can rate-limit as-needed. If still using sqlite, can DROP TABLE package; and re-create with ./manage.py init or add the columns manually ALTER TABLE package ADD COLUMN description VARCHAR(500); ALTER TABLE package ADD COLUMN last_sync_ts TIMESTAMP NOT NULL; though that NOT NULL vs default on sqlalchemy's side for now might pose an issue, solving of which is an easy exercise for those that care instead of recreating. backend/lib/models.py | 4 1 file changed, 4 insertions(+) diff --git a/backend/lib/models.py b/backend/lib/models.py index f842a8a..e06dcf8 100644 --- a/backend/lib/models.py +++ b/backend/lib/models.py @@ -1,3 +1,4 @@ +from datetime import datetime from .. import db @@ -14,6 +15,8 @@ class Package(db.Model): name = db.Column(db.Unicode(128), nullable=False) category_id = db.Column(db.Integer, db.ForeignKey('category.id'), nullable=False) category = db.relationship('Category', backref=db.backref('packages', lazy='dynamic')) +description = db.Column(db.Unicode(500)) +last_sync_ts = db.Column(db.TIMESTAMP, nullable=False, default=datetime.utcfromtimestamp(0)) @property def full_name(self): @@ -31,6 +34,7 @@ class PackageVersion(db.Model): def __repr__(self): return "" % (self.package.category.name, self.package.name, self.version) + maintainer_project_membership_rel_table = db.Table('maintainer_project_membership_rel', db.Column('project_id', db.Integer, db.ForeignKey('maintainer.id')), db.Column('maintainer_id', db.Integer, db.ForeignKey('maintainer.id')),
[gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
commit: abc3d6e07ed7f7d8e65936b633cfbcf14dcb4eb1 Author: GöktĂ¼rk YĂ¼ksek gentoo org> AuthorDate: Wed Dec 7 00:26:37 2016 + Commit: GöktĂ¼rk YĂ¼ksek gentoo org> CommitDate: Wed Dec 7 00:26:37 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc3d6e0 dev-util/cgdb: x86 stable for 0.6.8 Tested on my Pentium M laptop Package-Manager: portage-2.3.0 dev-util/cgdb/cgdb-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index 67ec220..1666232 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then g...@github.com:cgdb/cgdb.git" else SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit multilib-minimal
[gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
commit: 46aa2d47aa83edc0da0a04981a9919a73ea97cc5 Author: GöktĂ¼rk YĂ¼ksek gentoo org> AuthorDate: Wed Dec 7 00:25:07 2016 + Commit: GöktĂ¼rk YĂ¼ksek gentoo org> CommitDate: Wed Dec 7 00:25:07 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46aa2d47 dev-util/cgdb: amd64 stable for 0.6.8 Package-Manager: portage-2.3.0 dev-util/cgdb/cgdb-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index b974589..67ec220 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then g...@github.com:cgdb/cgdb.git" else SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit multilib-minimal
[gentoo-commits] repo/gentoo:master commit in: media-libs/devil/, media-libs/devil/files/
commit: d4ca5662e87e32fd71d326e225bc3ca65c6fdabf Author: David Seifert gentoo org> AuthorDate: Tue Dec 6 23:46:48 2016 + Commit: David Seifert gentoo org> CommitDate: Tue Dec 6 23:46:48 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ca5662 media-libs/devil: Remove use of 'uchar' from jasper Gentoo-bug: 600188 Package-Manager: portage-2.3.3 media-libs/devil/devil-1.7.8-r2.ebuild | 1 + .../files/devil-1.7.8-jasper-remove-uchar.patch| 96 ++ 2 files changed, 97 insertions(+) diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild b/media-libs/devil/devil-1.7.8-r2.ebuild index d999b88..9372d9c 100644 --- a/media-libs/devil/devil-1.7.8-r2.ebuild +++ b/media-libs/devil/devil-1.7.8-r2.ebuild @@ -46,6 +46,7 @@ PATCHES=( "${FILESDIR}/${P}"-ILUT.patch "${FILESDIR}/${P}"-restrict.patch "${FILESDIR}/${P}"-fix-test.patch + "${FILESDIR}/${P}"-jasper-remove-uchar.patch ) src_prepare() { diff --git a/media-libs/devil/files/devil-1.7.8-jasper-remove-uchar.patch b/media-libs/devil/files/devil-1.7.8-jasper-remove-uchar.patch new file mode 100644 index ..79fb188 --- /dev/null +++ b/media-libs/devil/files/devil-1.7.8-jasper-remove-uchar.patch @@ -0,0 +1,96 @@ +From 8b5e3cb38f46afd063a5258af0da1eb6a942dec5 Mon Sep 17 00:00:00 2001 +From: Ben Campbell +Date: Wed, 16 Nov 2016 14:41:05 +1300 +Subject: [PATCH] jp2: remove use of uchar define from older jasPer + +fixes #41 +jasPer now defines jas_uchar instead of uchar, but it's a moot +point since the offending code in DevIL was never executed and could +be removed. +--- + DevIL/src-IL/src/il_jp2.c | 42 ++ + 1 file changed, 14 insertions(+), 28 deletions(-) + +diff --git a/src-IL/src/il_jp2.c b/src-IL/src/il_jp2.c +index acc5787..3fd397b 100644 +--- a/src-IL/src/il_jp2.c b/src-IL/src/il_jp2.c +@@ -358,7 +358,7 @@ static jas_stream_ops_t jas_stream_devilops = { + + static jas_stream_t *jas_stream_create(void); + static void jas_stream_destroy(jas_stream_t *stream); +-static void jas_stream_initbuf(jas_stream_t *stream, int bufmode, char *buf, int bufsize); ++static void jas_stream_initbuf(jas_stream_t *stream, int bufmode ); + + + // Modified version of jas_stream_fopen and jas_stream_memopen from jas_stream.c of JasPer +@@ -377,7 +377,7 @@ jas_stream_t *iJp2ReadStream() + stream->openmode_ = JAS_STREAM_READ | JAS_STREAM_BINARY; + + /* We use buffering whether it is from memory or a file. */ +- jas_stream_initbuf(stream, JAS_STREAM_FULLBUF, 0, 0); ++ jas_stream_initbuf(stream, JAS_STREAM_FULLBUF); + + /* Select the operations for a memory stream. */ + stream->ops_ = &jas_stream_devilops; +@@ -432,8 +432,7 @@ jas_stream_t *iJp2ReadStream() + // The following functions are taken directly from jas_stream.c of JasPer, + // since they are designed to be used within JasPer only. + +-static void jas_stream_initbuf(jas_stream_t *stream, int bufmode, char *buf, +- int bufsize) ++static void jas_stream_initbuf(jas_stream_t *stream, int bufmode ) + { + /* If this function is being called, the buffer should not have been + initialized yet. */ +@@ -441,31 +440,18 @@ static void jas_stream_initbuf(jas_stream_t *stream, int bufmode, char *buf, + + if (bufmode != JAS_STREAM_UNBUF) { + /* The full- or line-buffered mode is being employed. */ +- if (!buf) { +- /* The caller has not specified a buffer to employ, so allocate +-one. */ +- if ((stream->bufbase_ = jas_malloc(JAS_STREAM_BUFSIZE + +-JAS_STREAM_MAXPUTBACK))) { +- stream->bufmode_ |= JAS_STREAM_FREEBUF; +- stream->bufsize_ = JAS_STREAM_BUFSIZE; +- } else { +- /* The buffer allocation has failed. Resort to unbuffered +-operation. */ +- stream->bufbase_ = stream->tinybuf_; +- stream->bufsize_ = 1; +- } +- } else { +- /* The caller has specified a buffer to employ. */ +- /* The buffer must be large enough to accommodate maximum +-putback. */ +- assert(bufsize > JAS_STREAM_MAXPUTBACK); +- stream->bufbase_ = JAS_CAST(uchar *, buf); +- stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK; +- } ++if ((stream->bufbase_ = jas_malloc(JAS_STREAM_BUFSIZE + ++ JAS_STREAM_MAXPUTBACK))) { ++stream->bufmode_ |= JAS_STREAM_FREEBUF; ++stream->bufsize_ = JAS_STREAM_BUFSIZE; ++} else { ++/* The buffer allocation has failed. Resort to unbuffered ++ operation. *
[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/
commit: 89d27baab07410ad4f791cfeb8a92abb40d6043c Author: Craig Inches craiginches com> AuthorDate: Tue Dec 6 21:39:33 2016 + Commit: GöktĂ¼rk YĂ¼ksek gentoo org> CommitDate: Tue Dec 6 22:46:23 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d27baa www-apps/bugzilla: remove myself as maintainer www-apps/bugzilla/metadata.xml | 9 - 1 file changed, 9 deletions(-) diff --git a/www-apps/bugzilla/metadata.xml b/www-apps/bugzilla/metadata.xml index 7085b40..2901e95 100644 --- a/www-apps/bugzilla/metadata.xml +++ b/www-apps/bugzilla/metadata.xml @@ -1,15 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gen...@xayto.net - Craig Inches - Proxied maintainer; set to assignee in all bugs - - - proxy-ma...@gentoo.org - Proxy Maintainers - web-a...@gentoo.org Gentoo Webapps
[gentoo-commits] repo/gentoo:master commit in: media-gfx/displaycal/
commit: 3b59bd97ed96364b6c0ced4a56805542bcc420de Author: Craig Inches craiginches com> AuthorDate: Tue Dec 6 21:42:10 2016 + Commit: GöktĂ¼rk YĂ¼ksek gentoo org> CommitDate: Tue Dec 6 22:48:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b59bd97 media-gfx/displaycal: Remove myself as maintainer media-gfx/displaycal/metadata.xml | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/media-gfx/displaycal/metadata.xml b/media-gfx/displaycal/metadata.xml index f6bd442..7f38458 100644 --- a/media-gfx/displaycal/metadata.xml +++ b/media-gfx/displaycal/metadata.xml @@ -1,15 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -gen...@xayto.net -Craig Inches -Proxied maintainer; set to assignee in all bugs - - -proxy-ma...@gentoo.org -Proxy Maintainers - +
[gentoo-commits] proj/lisp:master commit in: dev-lisp/net-telent-date/
commit: a67f34da3a4e830fe7fe9386a5effdccca8529bd Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 6 22:35:35 2016 + Commit: JosĂ© MarĂa Alonso gentoo org> CommitDate: Tue Dec 6 22:35:35 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a67f34da dev-lisp/net-telent-date: Updates header dev-lisp/net-telent-date/net-telent-date-0.4.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/net-telent-date/net-telent-date-0.4.1-r1.ebuild b/dev-lisp/net-telent-date/net-telent-date-0.4.1-r1.ebuild index d327b93..0782a17 100644 --- a/dev-lisp/net-telent-date/net-telent-date-0.4.1-r1.ebuild +++ b/dev-lisp/net-telent-date/net-telent-date-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/lml/
commit: 1c77600c18d884fcdadf3061fb7b5af88a9450e7 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 6 22:35:08 2016 + Commit: JosĂ© MarĂa Alonso gentoo org> CommitDate: Tue Dec 6 22:35:08 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1c77600c dev-lisp/lml: Updates header dev-lisp/lml/lml-2.5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild index c69a65d..f95e3c9 100644 --- a/dev-lisp/lml/lml-2.5.7.ebuild +++ b/dev-lisp/lml/lml-2.5.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/
commit: eea8b39c07bdea78a7a7bbd4094acc726be05b4b Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 6 22:23:01 2016 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 6 22:23:01 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea8b39c app-shells/bashdb: clean up old. Package-Manager: portage-2.3.0 app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild | 27 --- 1 file changed, 27 deletions(-) diff --git a/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild b/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild deleted file mode 100644 index db84685.. --- a/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -MY_P="${PN}-${PV:0:3}-${PV:4}" -DESCRIPTION="bash source code debugging" -HOMEPAGE="http://bashdb.sourceforge.net/"; -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" -IUSE="" - -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" - -S="${WORKDIR}/${MY_P}" - -# Unfortunately, not all tests pass. -RESTRICT='test' - -src_prepare() { - # We don't install this, so don't bother building it. #468044 - sed -i 's:texi2html:true:' doc/Makefile.in || die -}
[gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/
commit: 7d91cd56c1a6ccfc4b83dda59af565f2076038a2 Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 6 22:22:29 2016 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 6 22:22:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d91cd56 app-shells/bashdb: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild index d0a8670..63d4d41 100644 --- a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild +++ b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" @@ -23,6 +23,7 @@ RESTRICT="test" src_prepare() { default + # We don't install this, so don't bother building it. #468044 sed -i 's:texi2html:true:' doc/Makefile.in || die }
[gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/
commit: cb460c455a7ffc69256d7acd70e829181624a79a Author: Mike Frysinger gentoo org> AuthorDate: Tue Dec 6 22:22:20 2016 + Commit: Mike Frysinger gentoo org> CommitDate: Tue Dec 6 22:24:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb460c45 app-text/qpdf: add USE=perl to control the perl/fix-qdf dep The only reason we depend on perl is for the fix-qdf helper script written in perl. That's a heavy dep when all you want is the libqdf library. Add USE=perl to control it. app-text/qpdf/metadata.xml| 3 +++ app-text/qpdf/{qpdf-5.1.1.ebuild => qpdf-5.1.1-r1.ebuild} | 12 +--- app-text/qpdf/{qpdf-5.1.2.ebuild => qpdf-5.1.2-r1.ebuild} | 12 +--- app-text/qpdf/{qpdf-5.1.3.ebuild => qpdf-5.1.3-r1.ebuild} | 12 +--- app-text/qpdf/{qpdf-6.0.0.ebuild => qpdf-6.0.0-r1.ebuild} | 12 +--- 5 files changed, 39 insertions(+), 12 deletions(-) diff --git a/app-text/qpdf/metadata.xml b/app-text/qpdf/metadata.xml index 2027270..ce823e5 100644 --- a/app-text/qpdf/metadata.xml +++ b/app-text/qpdf/metadata.xml @@ -5,6 +5,9 @@ print...@gentoo.org Gentoo Printing Project + + Install fix-qdf tool (for reverting PDF edits) written in perl + qpdf diff --git a/app-text/qpdf/qpdf-5.1.1.ebuild b/app-text/qpdf/qpdf-5.1.1-r1.ebuild similarity index 80% rename from app-text/qpdf/qpdf-5.1.1.ebuild rename to app-text/qpdf/qpdf-5.1.1-r1.ebuild index bcd0f7f..c347e71 100644 --- a/app-text/qpdf/qpdf-5.1.1.ebuild +++ b/app-text/qpdf/qpdf-5.1.1-r1.ebuild @@ -13,17 +13,18 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/13" # subslot = libqpdf soname version KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples static-libs test" +IUSE="doc examples perl static-libs test" RDEPEND="dev-libs/libpcre - sys-libs/zlib - >=dev-lang/perl-5.8" + sys-libs/zlib" DEPEND="${RDEPEND} test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl )" +# Only need perl for the installed tools. +RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )" DOCS=( ChangeLog README TODO ) @@ -41,6 +42,11 @@ src_configure() { src_install() { default + if ! use perl ; then + rm "${ED}"/usr/bin/fix-qdf || die + rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die + fi + if use doc ; then dodoc doc/qpdf-manual.pdf dohtml doc/* diff --git a/app-text/qpdf/qpdf-5.1.2.ebuild b/app-text/qpdf/qpdf-5.1.2-r1.ebuild similarity index 81% rename from app-text/qpdf/qpdf-5.1.2.ebuild rename to app-text/qpdf/qpdf-5.1.2-r1.ebuild index 694f56c..041bdcf 100644 --- a/app-text/qpdf/qpdf-5.1.2.ebuild +++ b/app-text/qpdf/qpdf-5.1.2-r1.ebuild @@ -13,17 +13,18 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/13" # subslot = libqpdf soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples static-libs test" +IUSE="doc examples perl static-libs test" RDEPEND="dev-libs/libpcre - sys-libs/zlib - >=dev-lang/perl-5.8" + sys-libs/zlib" DEPEND="${RDEPEND} test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl )" +# Only need perl for the installed tools. +RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )" DOCS=( ChangeLog README TODO ) @@ -41,6 +42,11 @@ src_configure() { src_install() { default + if ! use perl ; then + rm "${ED}"/usr/bin/fix-qdf || die + rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die + fi + if use doc ; then dodoc doc/qpdf-manual.pdf dohtml doc/* diff --git a/app-text/qpdf/qpdf-5.1.3.ebuild b/app-text/qpdf/qpdf-5.1.3-r1.ebuild similarity index 80% rename from app-text/qpdf/qpdf-5.1.3.ebuild rename to app-text/qpdf/qpdf-5.1.3-r1.ebuild index ebfd5d5..52e8a6f 100644 --- a/app-text/qpdf/qpdf-5.1.3.ebuild +++ b/app-text/qpdf/qpdf-5.1.3-r1.ebuild @@ -13,17 +13,18 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/13" # subslot = libqpdf soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples static-libs test" +IUSE="doc examples perl static-libs test" RDEPEND="dev-libs/libpcre - sys-libs/zlib - >=dev-lang/perl-5.8" + sys-libs/zlib" DEPEND="${RDEPEND} test? ( sys-apps/diffutils media-libs
[gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
commit: c428c55cd2ea00f15b3104fe35bafb6ed5a64f5d Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 6 22:20:29 2016 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 6 22:20:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c428c55c app-shells/hstr: stable for amd64. Package-Manager: portage-2.3.0 app-shells/hstr/hstr-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/hstr/hstr-1.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild index 303cbd0..bb1908c 100644 --- a/app-shells/hstr/hstr-1.21.ebuild +++ b/app-shells/hstr/hstr-1.21.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-libs/ncurses:0="
[gentoo-commits] repo/gentoo:master commit in: games-fps/worldofpadman/
commit: cb64f87bdb8889343d2e64fae06cb6e6d578b08c Author: Wim Muskee gmail com> AuthorDate: Tue Dec 6 18:04:57 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Dec 6 22:12:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb64f87b games-fps/worldofpadman: update HOMEPAGE, #600612 Closes: https://github.com/gentoo/gentoo/pull/3036 games-fps/worldofpadman/worldofpadman-1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/worldofpadman/worldofpadman-1.6.ebuild b/games-fps/worldofpadman/worldofpadman-1.6.ebuild index d1fdd61..f52d36c 100644 --- a/games-fps/worldofpadman/worldofpadman-1.6.ebuild +++ b/games-fps/worldofpadman/worldofpadman-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit eutils games DESCRIPTION="A cartoon style multiplayer first-person shooter" -HOMEPAGE="http://worldofpadman.com/"; +HOMEPAGE="http://worldofpadman.net/"; SRC_URI="mirror://sourceforge/${PN}/wop-1.5-unified.zip mirror://sourceforge/${PN}/wop-1.5.x-to-1.6-patch-unified.zip"
[gentoo-commits] repo/gentoo:master commit in: media-libs/devil/, media-libs/devil/files/
commit: 9f4a47a732c6042380d133ec1825d6187666bcf6 Author: David Seifert gentoo org> AuthorDate: Tue Dec 6 21:57:38 2016 + Commit: David Seifert gentoo org> CommitDate: Tue Dec 6 21:59:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4a47a7 media-libs/devil: Port to EAPI 6 Gentoo-bug: 600188 * Make PATCHES -p1 compliant * Delete .la files unconditionally Package-Manager: portage-2.3.3 media-libs/devil/devil-1.7.8-r2.ebuild | 29 -- .../devil/files/devil-1.7.8-CVE-2009-3994.patch| 4 +-- media-libs/devil/files/devil-1.7.8-ILUT.patch | 4 +-- media-libs/devil/files/devil-1.7.8-fix-test.patch | 4 +-- media-libs/devil/files/devil-1.7.8-nvtt-glut.patch | 16 ++-- 5 files changed, 35 insertions(+), 22 deletions(-) diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild b/media-libs/devil/devil-1.7.8-r2.ebuild index 8da20b4..d999b88 100644 --- a/media-libs/devil/devil-1.7.8-r2.ebuild +++ b/media-libs/devil/devil-1.7.8-r2.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit autotools eutils +EAPI=6 + +inherit autotools MY_P=DevIL-${PV} @@ -14,9 +15,10 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" -IUSE="allegro gif glut jpeg jpeg2k mng nvtt openexr opengl png sdl cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static-libs tiff xpm X" +IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut jpeg jpeg2k mng nvtt openexr opengl png sdl static-libs tiff X xpm" -RDEPEND="allegro? ( media-libs/allegro:0 ) +RDEPEND=" + allegro? ( media-libs/allegro:0 ) gif? ( media-libs/giflib:= ) glut? ( media-libs/freeglut ) jpeg? ( virtual/jpeg:0 ) @@ -29,16 +31,25 @@ RDEPEND="allegro? ( media-libs/allegro:0 ) png? ( media-libs/libpng:0= ) sdl? ( media-libs/libsdl ) tiff? ( media-libs/tiff:0 ) - xpm? ( x11-libs/libXpm ) X? ( x11-libs/libXext x11-libs/libX11 -x11-libs/libXrender )" +x11-libs/libXrender ) + xpm? ( x11-libs/libXpm )" DEPEND="${RDEPEND} virtual/pkgconfig X? ( x11-proto/xextproto )" +PATCHES=( + "${FILESDIR}/${P}"-CVE-2009-3994.patch + "${FILESDIR}/${P}"-libpng14.patch + "${FILESDIR}/${P}"-nvtt-glut.patch + "${FILESDIR}/${P}"-ILUT.patch + "${FILESDIR}/${P}"-restrict.patch + "${FILESDIR}/${P}"-fix-test.patch +) + src_prepare() { - epatch "${FILESDIR}"/${P}-{CVE-2009-3994,libpng14,nvtt-glut,ILUT,restrict,fix-test}.patch + default eautoreconf } @@ -74,5 +85,7 @@ src_configure() { src_install() { default - use static-libs || prune_libtool_files + + # package provides .pc files + find "${D}" -name '*.la' -delete || die } diff --git a/media-libs/devil/files/devil-1.7.8-CVE-2009-3994.patch b/media-libs/devil/files/devil-1.7.8-CVE-2009-3994.patch index 6c9f2db..77e684a 100644 --- a/media-libs/devil/files/devil-1.7.8-CVE-2009-3994.patch +++ b/media-libs/devil/files/devil-1.7.8-CVE-2009-3994.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/297760 src-IL/src/il_dicom.c -+++ src-IL/src/il_dicom.c +--- a/src-IL/src/il_dicom.c b/src-IL/src/il_dicom.c @@ -427,9 +427,11 @@ ILboolean GetUID(ILubyte *UID) return IL_FALSE; diff --git a/media-libs/devil/files/devil-1.7.8-ILUT.patch b/media-libs/devil/files/devil-1.7.8-ILUT.patch index 7807d0e..f14d43b 100644 --- a/media-libs/devil/files/devil-1.7.8-ILUT.patch +++ b/media-libs/devil/files/devil-1.7.8-ILUT.patch @@ -3,8 +3,8 @@ Date: Thu May 3 22:23:21 UTC 2012 use_x11=no was not set when --disable-x11 was m4/devil-api_checks.m4 -+++ m4/devil-api_checks.m4 +--- a/m4/devil-api_checks.m4 b/m4/devil-api_checks.m4 @@ -137,7 +137,8 @@ [main], [dnl The use_x11 var is either "yes" already, or we don't want "no" to be overwritten diff --git a/media-libs/devil/files/devil-1.7.8-fix-test.patch b/media-libs/devil/files/devil-1.7.8-fix-test.patch index 44af2fc..eda05e7 100644 --- a/media-libs/devil/files/devil-1.7.8-fix-test.patch +++ b/media-libs/devil/files/devil-1.7.8-fix-test.patch @@ -1,5 +1,5 @@ a/devil-1.7.8/test/Makefile.am -+++ b/devil-1.7.8/test/Makefile.am +--- a/test/Makefile.am b/test/Makefile.am @@ -12,5 +12,6 @@ else testil_LDADD += ../lib/libIL.la endif diff --git a/media-libs/devil/files/devil-1.7.8-nvtt-glut.patch b/media-libs/devil/files/devil-1.7.8-nvtt-glut.patch index 8e2ccd7..571d76b 100644 --- a/media-libs/devil/files/devil-1.7.8-nvtt-glut.patch +++ b/media-libs/devil/files/devil-1.7.8-nvtt-glut.patch @@ -5,8 +5,8 @@ Subject: build system remove automagic handling of glut and add configure option fix "header present but cannot be
[gentoo-commits] repo/gentoo:master commit in: dev-python/gst-python/
commit: 398c47656ac6520d03ed09d63022917d277699a2 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:52:50 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:52:50 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398c4765 dev-python/gst-python: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" dev-python/gst-python/gst-python-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gst-python/gst-python-1.8.3.ebuild b/dev-python/gst-python/gst-python-1.8.3.ebuild index 31e8f21..6425ae7 100644 --- a/dev-python/gst-python/gst-python-1.8.3.ebuild +++ b/dev-python/gst-python/gst-python-1.8.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"; LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/
commit: 23ed8e6ef32906685e75fbe5667152356e8c146c Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:51:56 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:51:56 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ed8e6e media-plugins/gst-plugins-meta: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild index 576f770..77045bf 100644 --- a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild +++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org"; LICENSE="metapackage" SLOT="1.0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi vcd vorbis vpx wavpack X x264" REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vpx/
commit: 7db9d40c8936e33dc1b0a93eff51db158c3cf2f4 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:50:22 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:50:22 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db9d40c media-plugins/gst-plugins-vpx: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild index 39376f0..ec2ce2b 100644 --- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" # VP9 is under experimental, do not enable it now
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-v4l2/
commit: 3a64b05bf151b549a083f1acbb9e5601743456e8 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:43:29 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:43:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a64b05b media-plugins/gst-plugins-v4l2: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild index 519ce70..56f3f09 100644 --- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild +++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPION="V4L2 source/sink plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="udev" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-taglib/
commit: 3cc06e775d3bf598133d6fce5b3815c9378a053a Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:42:37 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:42:37 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc06e77 media-plugins/gst-plugins-taglib: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild index 2659761..d639143 100644 --- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild +++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soup/
commit: 8c7d4e5fe060763b0a45c491130f50b9f3785f91 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:41:37 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:41:37 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7d4e5f media-plugins/gst-plugins-soup: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild index 89ec0f3..1eb1ac8 100644 --- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild +++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="HTTP client source/sink plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="" RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-resindvd/
commit: 712e1c9814ac55935a25bd9b2f8b0895bfa609ad Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:40:35 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:40:35 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e1c98 media-plugins/gst-plugins-resindvd: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild index c341e12..d35f796 100644 --- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild +++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="DVD playback support plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/
commit: e64e77ff8eab6000b525357189acb9989cf962eb Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:39:36 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:39:36 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64e77ff media-plugins/gst-plugins-pulse: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild index d848e95..fc254b1 100644 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="PulseAudio sound server plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-oss/
commit: c25d5604b826b9c0d777b5e86cf432aafa9528a2 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:38:39 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:38:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25d5604 media-plugins/gst-plugins-oss: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild index 1046f0f..836bb36 100644 --- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild +++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opus/
commit: df4138c1a486518431d80098c5abc61235e08c19 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:37:46 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:37:46 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4138c1 media-plugins/gst-plugins-opus: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild index bc9a31a..0b093b4 100644 --- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild +++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-base inherit gstreamer DESCRIPTION="Opus audio parser plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2dec/
commit: 32b8fee6c82c11605fce33e18cabcd096d3d4230 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:36:51 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:36:51 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b8fee6 media-plugins/gst-plugins-mpeg2dec: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild index 401dad4..425b73f 100644 --- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild +++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="MPEG2 decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mad/
commit: 8a9fe4f81702a35f49db64463392dba33596b407 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:35:54 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:35:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9fe4f8 media-plugins/gst-plugins-mad: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild index c1817ef..9e1efd9 100644 --- a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild +++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="MP3 decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/
commit: e0caf3f366433f11ebf540a820a6362e31dcd60e Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:32:42 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:32:42 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0caf3f3 media-plugins/gst-plugins-libav: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild index 16df6fd..64d3b61 100644 --- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild +++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz"; LICENSE="GPL-2" SLOT="1.0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="libav +orc" # XXX: bzip2/lzma are automagic
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-jpeg/
commit: e291cc06e53a32cb127c665078762d8549c19ac2 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:31:34 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:31:34 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e291cc06 media-plugins/gst-plugins-jpeg: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild index c83ec93..b346276 100644 --- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild +++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-jack/
commit: 282b0d3a70ae37c1139811c920c2dc1c6f01b562 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:30:44 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:30:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282b0d3a media-plugins/gst-plugins-jack: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild index d4ca05d..efcc624 100644 --- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild +++ b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPION="JACK audio server source/sink plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gdkpixbuf/
commit: 01267313fb5b890cd0e9b2ec0716ac366114883f Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:28:57 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:28:57 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01267313 media-plugins/gst-plugins-gdkpixbuf: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild index 75f9b2c..5a841d8 100644 --- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild +++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPION="Image decoder, overlay and sink plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-flac/
commit: 3407322d2cc23432214b310763c4201c4e0049ea Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:28:08 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:28:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3407322d media-plugins/gst-plugins-flac: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild index 7bdf209..8b71558 100644 --- a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild +++ b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="FLAC encoder/decoder/tagger plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/
commit: 74cb95bd80e4627cd32ac6371600fad5fde104ed Author: Joerg Bornkessel gentoo org> AuthorDate: Tue Dec 6 21:25:41 2016 + Commit: Joerg Bornkessel gentoo org> CommitDate: Tue Dec 6 21:26:52 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cb95bd media-plugins/vdr-image: stable amd64, x86; wrt bug 601670 Package-Manager: portage-2.3.0 media-plugins/vdr-image/vdr-image-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild index 0e74b98..552cd46 100644 --- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild +++ b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp" HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"; SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="GPL-2" IUSE="exif"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvdread/
commit: 872fc5ff62d93c651f9eeb7f7e68f6f0625fde42 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:27:15 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:27:32 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872fc5ff media-plugins/gst-plugins-dvdread: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild index 6f23ee1..83ab35c 100644 --- a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild +++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="DVD read plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvb/
commit: aad50ac6f7f13d731b7e47e1ccf861f4e92e0939 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:26:26 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:26:26 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad50ac6 media-plugins/gst-plugins-dvb: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild index 655f74e..1a97783 100644 --- a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild +++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPION="DVB device capture plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="alpha amd64 arm ~ppc ~ppc64 x86" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-cdparanoia/
commit: 3abf7ac4ee57a8204d78b198268ec0f8101ed6f6 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:25:35 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:25:35 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abf7ac4 media-plugins/gst-plugins-cdparanoia: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" .../gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild index 4c59bbd..9c5df23 100644 --- a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild +++ b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-base inherit gstreamer DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-assrender/
commit: 424af8429be509b73d62e9588ad0076030a514fa Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:22:40 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:22:40 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424af842 media-plugins/gst-plugins-assrender: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild index afe15f6..1f09d66 100644 --- a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild +++ b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="ASS/SSA rendering with effects support plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libass-0.10.2[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-a52dec/
commit: 663d722ce839b63ad08c14ab9fb308e937db7896 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:21:51 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:21:51 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663d722c media-plugins/gst-plugins-a52dec: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild index a0612a7..3e187f5 100644 --- a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild +++ b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="ATSC A/52 audio decoder plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/
commit: 0212383f42be48870aff293ec74628be35332f6e Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:20:59 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:20:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0212383f media-libs/gst-plugins-ugly: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild index 1df8a2d..6580bc0 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"; LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/
commit: 32305b78f36b182563edb89327ef474d4a3f82b4 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:20:11 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:20:11 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32305b78 media-libs/gst-plugins-good: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild index fba3113..5ef9596 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"; LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/
commit: 4bfded878c1c34bb7ab25e2d2af3b2cf80a75cbd Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:19:04 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:19:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfded87 media-libs/gst-plugins-good: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild index 2d4ee13..caabd92 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"; LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" # dtmf plugin moved from bad to good in 1.2
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/
commit: 98839889aa7bb85040c4cf71da922972c4f8fe94 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:07:41 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:19:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98839889 media-libs/gst-plugins-bad: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3.ebuild index bc895ae..cb1fcd3 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Less plugins for GStreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"; LICENSE="LGPL-2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-sphinx/
commit: 4c11daead1625443d0567df74abbd98002ea0a15 Author: Brian Evans gentoo org> AuthorDate: Tue Dec 6 19:45:27 2016 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 6 21:07:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c11daea dev-php/pecl-sphinx: Revbump removing php 5.4 and 5.5 support This package does not currently support PHP 7+, though there is some activity upstream to port it to PHP 7. A prerelease may be wise if upstream does not produce a new version in due time and we have requests for it. Package-Manager: portage-2.3.2 dev-php/pecl-sphinx/pecl-sphinx-1.3.3-r1.ebuild | 24 1 file changed, 24 insertions(+) diff --git a/dev-php/pecl-sphinx/pecl-sphinx-1.3.3-r1.ebuild b/dev-php/pecl-sphinx/pecl-sphinx-1.3.3-r1.ebuild new file mode 100644 index ..308a544 --- /dev/null +++ b/dev-php/pecl-sphinx/pecl-sphinx-1.3.3-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PHP_EXT_NAME="sphinx" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64" + +DESCRIPTION="PHP extension to execute search queries on a sphinx daemon" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +RDEPEND="app-misc/sphinx" +DEPEND="${RDEPEND} + >=dev-util/re2c-0.13"
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-spl_types/
commit: f447013440c937ba4a37472a05762b2f8f03a1a5 Author: Brian Evans gentoo org> AuthorDate: Tue Dec 6 21:06:37 2016 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 6 21:07:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4470134 dev-php/pecl-spl_types: Revbump to remove php 5.4 and 5.5 support No PHP 7 support exists officially. A fork at https://github.com/esminis/php_pecl_spl_types seems to have ported to 7, but testing is needed. Package-Manager: portage-2.3.2 .../pecl-spl_types/pecl-spl_types-0.4.0-r2.ebuild | 24 ++ 1 file changed, 24 insertions(+) diff --git a/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r2.ebuild b/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r2.ebuild new file mode 100644 index ..627747a --- /dev/null +++ b/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PHP_EXT_NAME="spl_types" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="SPL_Types" + +USE_PHP="php5-6" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Standard PHP library types add-on" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-spl_types/
commit: 2ce11737f507095ab919105e197106d70448db45 Author: Brian Evans gentoo org> AuthorDate: Tue Dec 6 21:07:09 2016 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 6 21:08:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce11737 dev-php/pecl-spl_types: Drop old Package-Manager: portage-2.3.2 .../pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild | 24 -- 1 file changed, 24 deletions(-) diff --git a/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild b/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild deleted file mode 100644 index 3c4f057.. --- a/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="spl_types" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="SPL_Types" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Standard PHP library types add-on" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-sphinx/
commit: 8f08160c0a23f2d7464f13b32d36a3fac7eab797 Author: Brian Evans gentoo org> AuthorDate: Tue Dec 6 19:46:28 2016 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 6 21:07:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f08160c dev-php/pecl-sphinx: Drop old Package-Manager: portage-2.3.2 dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild | 24 1 file changed, 24 deletions(-) diff --git a/dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild b/dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild deleted file mode 100644 index 34f620c.. --- a/dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="sphinx" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64" - -DESCRIPTION="PHP extension to execute search queries on a sphinx daemon" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -RDEPEND="app-misc/sphinx" -DEPEND="${RDEPEND} - >=dev-util/re2c-0.13"
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/
commit: c8d6fa4b6622976a0ff295411ccf780a10830a88 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:06:50 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:06:50 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d6fa4b media-libs/gst-plugins-base: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild index 5ba736f..0170d9a 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"; LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X" REQUIRED_USE="
[gentoo-commits] proj/musl:master commit in: net-misc/connman/, net-misc/connman/files/
commit: 4502ed13d5cfad697d0d0da9f163e7460ff4b197 Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:30:05 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:31:39 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4502ed13 net-misc/connman: Add stable and unstable version net-misc/connman/Manifest | 16 +++ net-misc/connman/connman-1.29.ebuild | 82 ++ net-misc/connman/connman-1.33-r1.ebuild| 86 ++ .../connman/files/connman-1.29-musl-sockaddr.patch | 12 ++ net-misc/connman/files/connman-1.31-xtables.patch | 54 + net-misc/connman/files/connman-1.32-execinfo.patch | 27 + .../connman-1.33-polkit-configure-check-fix.patch | 15 +++ .../files/connman-1.33-resolv-conf-overwrite.patch | 6 + .../connman/files/connman-musl-libresolv.patch | 61 ++ net-misc/connman/files/connman-musl-log.patch | 29 + net-misc/connman/files/connman-musl.patch | 125 + net-misc/connman/files/connman.confd | 15 +++ net-misc/connman/files/connman.initd2 | 23 net-misc/connman/files/connman.service | 11 ++ net-misc/connman/metadata.xml | 28 + 15 files changed, 590 insertions(+) diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest new file mode 100644 index 000..36d6309 --- /dev/null +++ b/net-misc/connman/Manifest @@ -0,0 +1,16 @@ +AUX connman-1.29-musl-sockaddr.patch 527 SHA256 b180623f996e7f2c0dc053092fd1a00d51c3ac3ebc500bc282b338f69e94a3a2 SHA512 efde44cbd50d4eea4d87fe4bef0501920d6724de392838561cc04492d0525818754b94a1245a03639c34696b08e5b7f5bd5975c9f183416e208a3095c6d2d60a WHIRLPOOL 687d4c218aea253c56e05db092f75674edfd8341c7757a154784aa1aa41a9bedf4f8a87acbc9cbb3f1393d3a43f63f886ac5e3b478aa94bafa0235bcdf53d4c3 +AUX connman-1.31-xtables.patch 1367 SHA256 bcd01d1051bb7979a3a9f098bdbb027b3bd243f2e24a404bb57f1d62742c4108 SHA512 681615666a535fe0a60f1472768f63ecfadd974e2a39d38b1e229be00449d0acd24902fb674f6b6567bb0915c5b59adc0d76d5b886d50d59c776b239ecbb7c4d WHIRLPOOL 7b97159120f0bae83b5791a63c84bf1ce4b04a36f732f405af4dd57c5a0a70168226802cedc57c2f9f57e9e24f0fcf6d8b3e625dd5b055adad6cb20bbd6e6c17 +AUX connman-1.32-execinfo.patch 685 SHA256 2c58d60f2349648925e20cd9c2ff949dea9136e983c6a152115e581f5a0c0eab SHA512 b646dc610f2f1aa20ecadae293289e6c2fb1fc55c80b457a3230291112bf9700da620cb02267c1235b99b9eccc840d978a4392cbf51149982e9ce43bd18ff09c WHIRLPOOL db7f666230c5184dc08a339f38689927c8e9dad9858d77ce202255562046b7fc8de7f7714281b3245ad645260fdad1855856cce7696712c1561489f66da91a0f +AUX connman-1.33-polkit-configure-check-fix.patch 665 SHA256 fb8397d2819948bbf2d72b231e7e74464c42fb9b4fa3face544a174ce4be7d59 SHA512 630ac9d147046f084a960795de87183c5c446006df7a6a74c02416e972a3bd55390e1ab9c3f0ea4449324d0fb7c271ebd6b64727ede834128ca8515853a9e905 WHIRLPOOL 179d83d01ccfedfcbfbdd6f8e425627fb865b4d4b2bfd1813af0950152bb922860fcb3b79047cf126d506eca36abc165d8df4dceb9ddd3e7ac719a6393283910 +AUX connman-1.33-resolv-conf-overwrite.patch 354 SHA256 97685a61de4081369a6422ba2cfe3a03dee3d2a8c4237c9016ea7ba35ba8d8dc SHA512 1998d0d2923f8dca3706c7c75ad87ffa2570a785ed3e5ec1c85cc539bbfb7ea9173dae5320c3f95fbeee9c9c72870607b8eb4b3fd2c36a1962ad8925d72e24e2 WHIRLPOOL 2429f8333d6f72197de3cfd7e6b752e5726d43c0bff84c264f82948724c1c3e28a978f133f126add5bd1cc6540588672413d00ecd01d6aa58ebebb80301cc49e +AUX connman-musl-libresolv.patch 1554 SHA256 6a36a7d85d12d5ce927c741ca41ddb40a4eb5351dd0112cebc93134113641edb SHA512 c258e747e13b86c81ae96ac1743abf0c1461b9053c5b386d594a49f0b1890f10d89bea92610762ff609a4cc5fea04a43fab83894702f552b05af400f01cb011e WHIRLPOOL 0711be03da3573f39c4b8cd9d9752211c812a08afa4aa18cab164b3d78797703f709debdb95f4823e365439a1764e935a3e331a5b6a16b98f25080e92da923af +AUX connman-musl-log.patch 661 SHA256 28fde16e9269239c1fde75ad518a2ee6afa2eef50bf48b266a331afff98e3514 SHA512 b0497136998034a119dd884d4a00dcde126b348b8c05fb5a5bc2c28b5d1199d5e2db5d935afb8236beb1e1c1d97870c89becd2545b3af1d4ec46790d881b321b WHIRLPOOL 49be9f8e931e28fb8182df3991d42e455c38832450340d3d575fb370f56616a30f343ad49b7c6e5aad76ea2f5cd459f4d128490eb80acd5dbe49c17e14a8 +AUX connman-musl.patch 4198 SHA256 9643e6098f98d11c6cb9f8de30c83b52edec853bbd70dc05d73773f8e60988f8 SHA512 75a6f94ae701c7f6a1d76bd1311fc2a521a532f97dcc101bf9671b2bd93d5e0d509a92c499138304dcd74ee0a55531b50b3bbaaf9704a250dbc964a4a882dd92 WHIRLPOOL 7281c454f1785f59fae24db9b8a3200a33638da54278b0965eed9c1f12a369cf78cca3d3bc2d51c6a32ffcc5e40532422eb83f67ad9ef962cebec760c44aaada +AUX connman.confd 728 SHA256 767a160c1b3392f0a12d3908a937548a2f604a9a121e744c309ee6f478420b02 SHA512 820511a1fa04ff2c07a26dd3c74c846e3a710e6d6b44c4adaa782f55c9818afd3b935ed30bf2dc287e54e924128c2c1d02b6c4c89b5b5b7d07a7f590d9963969 WHIRLPOOL 06098d2fcc27c1bf7dcf73167273cea5e83cc6a4bd5b4ce369974b7295fef6a8c268ea1f548b958c35a569c9
[gentoo-commits] proj/musl:master commit in: media-sound/sox/
commit: 7f6b7c2976aee469cc7e3ba0b9d75df6817b153f Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:27:40 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:27:40 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7f6b7c29 media-sound/sox: Add current version This is a hack from voidlinux, though it still appears to work. media-sound/sox/Manifest | 3 ++ media-sound/sox/metadata.xml | 17 + media-sound/sox/sox-14.4.2.ebuild | 78 +++ 3 files changed, 98 insertions(+) diff --git a/media-sound/sox/Manifest b/media-sound/sox/Manifest new file mode 100644 index 000..8b0086c --- /dev/null +++ b/media-sound/sox/Manifest @@ -0,0 +1,3 @@ +DIST sox-14.4.2.tar.gz 1134299 SHA256 b45f598643ffbd8e363ff24d61166ccec4836fea6d381b8df53e3bb55f6c SHA512 b5c6203f4f5577503a034fe5b3d6a033ee97fe4d171c533933e2b036118a43a14f97c9668433229708609ccf9ee16abdeca3fc7501aa0aafe06baacbba537eca WHIRLPOOL dbed6c60eb96cf946168666d39d3310c669e22136a982dc3547125a30214916e8ab99542dee124d5dc570d32dda8921ff003e6bfe9fd6292d82df2344b9d5fdb +EBUILD sox-14.4.2.ebuild 2238 SHA256 8f21d8797b63eaf820f824d2018d6c2e277b85a837f40983d4b7b72791ce8181 SHA512 52afa8e89fb06a7a01060c2ff3cdefd9c7d5fff60114fd4550cb349227a332dacac0ea2950a3f7483b2ec7aff258858ae5a134680d2d7910a5be591fd16381a7 WHIRLPOOL de52063255c9def248c21ef9de56df6f77fcc4dca0f92025517c5e45bf604701f85083e973c4684bbf92252c31866296020c1352063b45d392751492f457e9ae +MISC metadata.xml 640 SHA256 e7158b621ed98fd47ede8aaf4e737bbfd85f231c66467e5aca0c1b60c9995a91 SHA512 0c7363b16df0333f4496a8e2ecb8c267cd1b23b1d946964fd2ff096a98313384f4f9d94e30791464076fe318d6bf7e5f1d4ef6f6a41a020ef1c197988c811862 WHIRLPOOL 1a3a84612528b96ef1e9093ee8de833f78f94d8208334cdc76caf9da5b7b47246eb1cce0885fc06bf209f7144d6c27063c331195762c460480e6b4e8bc3dcc9e diff --git a/media-sound/sox/metadata.xml b/media-sound/sox/metadata.xml new file mode 100644 index 000..75d285d --- /dev/null +++ b/media-sound/sox/metadata.xml @@ -0,0 +1,17 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +so...@gentoo.org +Gentoo Sound project + + +Enables Adaptive Multi-Rate Audio support +Enables ID3 tagging with id3tag library +Enables reading Ogg Opus files. +Enables twolame support (MPEG Audio Layer 2 encoder) + + +sox + + diff --git a/media-sound/sox/sox-14.4.2.ebuild b/media-sound/sox/sox-14.4.2.ebuild new file mode 100644 index 000..1853f30 --- /dev/null +++ b/media-sound/sox/sox-14.4.2.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools + +DESCRIPTION="The swiss army knife of sound processing programs" +HOMEPAGE="http://sox.sourceforge.net"; +SRC_URI="mirror://sourceforge/sox/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png pulseaudio sndfile static-libs twolame wavpack" + +RDEPEND=" + dev-libs/libltdl:0= + >=media-sound/gsm-1.0.12-r1 + alsa? ( media-libs/alsa-lib ) + amr? ( media-libs/opencore-amr ) + ao? ( media-libs/libao ) + encode? ( >=media-sound/lame-3.98.4 ) + flac? ( >=media-libs/flac-1.1.3 ) + id3tag? ( media-libs/libid3tag ) + ladspa? ( media-libs/ladspa-sdk ) + mad? ( media-libs/libmad ) + ogg? ( media-libs/libvorbis media-libs/libogg ) + opus? ( media-libs/opus media-libs/opusfile ) + png? ( media-libs/libpng:0= sys-libs/zlib ) + pulseaudio? ( media-sound/pulseaudio ) + sndfile? ( >=media-libs/libsndfile-1.0.11 ) + twolame? ( media-sound/twolame ) + wavpack? ( media-sound/wavpack )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_prepare() { + sed -i -e 's:CFLAGS="-g":CFLAGS="$CFLAGS -g":' configure.ac || die #386027 + sed -i '/error FIX NEEDED HERE/d' src/formats.c || die + + eautoreconf +} + +src_configure() { + econf \ + $(use_with alsa) \ + $(use_with amr amrnb) \ + $(use_with amr amrwb) \ + $(use_with ao) \ + $(use_enable debug) \ + $(use_with encode lame) \ + $(use_with flac) \ + $(use_with id3tag) \ + $(use_with ladspa) \ + $(use_with mad) \ + $(use_enable openmp) \ + $(use_with ogg oggvorbis) \ + $(use_with oss) \ + $(use_with opus) \ + $(use_with png) \ + $(use_with pulseaudio) \ + $(use_with sndfile) \ + $(use_enable static-libs static) \ + $(use_wi
[gentoo-commits] proj/musl:master commit in: net-misc/iputils/files/, net-misc/iputils/
commit: 8b20a73882bc475f8dcd68c1513e00a7feb26f8e Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:45:15 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:45:15 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8b20a738 net-misc/iputils: Add 20160308 Sync with upstream Remove old patches Add missing patches to 20150815 Drop r99 postfix net-misc/iputils/Manifest | 18 +- .../iputils/files/iputils-20100418-makefile.patch | 35 .../files/iputils-20100418-printf-size.patch | 62 -- .../files/iputils-20101006-owl-pingsock.diff | 224 - ...0150815-missing-AI_IDN-AI_CANONIDN-NI_IDN.patch | 90 + .../files/iputils-20150815-nonroot-floodping.patch | 11 + ...ls-20150815-remove-rdisc-glibc-assumption.patch | 30 +++ .../files/iputils-20150815-scope-delimiter.patch | 14 ++ net-misc/iputils/files/rarpd.conf.d| 8 + net-misc/iputils/files/rarpd.init.d| 20 ++ ...21221-r99.ebuild => iputils-20121221-r1.ebuild} | 20 +- ...20151218-r99.ebuild => iputils-20151218.ebuild} | 31 ++- ...20151218-r99.ebuild => iputils-20160308.ebuild} | 85 net-misc/iputils/metadata.xml | 2 + 14 files changed, 271 insertions(+), 379 deletions(-) diff --git a/net-misc/iputils/Manifest b/net-misc/iputils/Manifest index f3900c4..2cc2101 100644 --- a/net-misc/iputils/Manifest +++ b/net-misc/iputils/Manifest @@ -1,9 +1,6 @@ AUX 021109-uclibc-no-ether_ntohost.patch 635 SHA256 cf8135fd380918890a1da8de438d5283111f1e9ea0754b4f5c78bb703fcf617b SHA512 29ccbbf19bd40e9c929af403227f49586a4cb79d7ef948710b34b0813d116017530ef1bf0082b093b4179edff1daa275906cfb9a565f61dd5bed10f24b66fd38 WHIRLPOOL e5390a41b0764d78cda651dd6fff2ebd4f206dc6f5b34da370c19cee7d44f373035fc1efa2bf90924b5a06ca48f344f80a2c902abe04eb588d01e0a9d59bf79d AUX iputils-20071127-nonroot-floodping.patch 497 SHA256 f0c7c2d4843873da96f795fb766a65ed39b6d8ab74ae4aa5a47444c9a3db0e52 SHA512 96ea32977cdb2e3c98341b75214a35e88296600d14bc929f7691951325be8e90e8ff6ccf83fb2419db3c910a8169fb2a4348000fab33679039ec5cf2d07a3ee8 WHIRLPOOL 1f880978cf70188d0d59e79396f8c5962655c00cbf7f7c7adb800316dea1b6748ddbc788681c9831edf0fbb1153e85b5ca35e0e3c131b0a5b4884fa59c0c -AUX iputils-20100418-makefile.patch 974 SHA256 910914b0184a65aa15d42979bb7e3d272697310231005673cf2f46648deb6a4b SHA512 c3c9096cd2587e39afdd0a78291a4f67249e2fc75c303cd648a795f7c88dc7e9e2c27f3f56fe6d7d40bdcb0d179dfd35f1c991ba8fd3524149f8cbb94d9ef0ca WHIRLPOOL b4fa577f4b52792165abda924a1980fb1101c7f5a15714b4a9647535e5be622c54e6ef0f731212a74b1a6fc1ddfcf54f98e5c0a0c540e0113823e7646dd6df8a -AUX iputils-20100418-printf-size.patch 1658 SHA256 95ce6cdf73cd5dbfbd962131fc1f6513713d4874ca161f5b24eaed21d58a1cfc SHA512 556237d39043815f196b0f22ec552bfb52ad2d45b2faf67e26712361bc11acd21cec42b8241ccf72778b421b9f456a37e9466dbfc03c0df2be1e1bb5ae48a92e WHIRLPOOL 80d03f09a6b023413845f5fe12e6decd87e70c143ad79215d66b1fd29c42bf7b61580addac910dd2134c9d4bf41432f21c7a63184e76aa1bdd936621da6b12d6 AUX iputils-20100418-so_mark.patch 597 SHA256 3c0c3e93d3b458a02f856be3681c2dd5bfb18933e4752e90dc277cdd353b3576 SHA512 453ef3f8c53e2c2cef54f19219b892e51a83a6109f73a4f10712aec729509f02e6b830ab7ca85843a70f3d9c9860f084b256290f638741d573a5205ba89fe469 WHIRLPOOL 502e9ee110555644fd7d19d64afba3d2777844faca6fe0111b4b7356e3262c011b8de13475db1e70dff9225e3883d7e3e27d1f96f240a80d4c5c9ab0a29c9560 -AUX iputils-20101006-owl-pingsock.diff 6390 SHA256 1425efd6d30e6c9682569ff1de731922351048f81df44a2ebad30cca85fc51c9 SHA512 0e609aa8088572244a57d719124df2719d5b0a3b37861afb08aa434192c1801e03617254b7caca8f47749cf72c2da8c52f007eb0c136a64f5abd44ad9960cc1d WHIRLPOOL dc9824a7761fd384e8a5c991d02201cb18b4aeb666a0d83ca18ce0e59216a46831a219629d796beacb048fb647841d178d64f478288b8e9d2766e10f2d129a10 AUX iputils-20121221-add-bits_types_h.patch 3092 SHA256 e198400f387fa4140c7c6a75089b570ea24d044cf6fd55b1f37f239bb018969e SHA512 666c1711c5a5c829246a0f9a3d9afbb0ceb43e172b907230b856dbc0a330814d0c562e1894ee3b6051c01b54469fafd429c4236954967691b12744cacc844dab WHIRLPOOL 0014a8394f4e7bc002d572d8eeec3cb49809a172eaf93b3f62d4b91b741c7b8bd36b4b8b830ed16b6972102e9a3c4c730b50039d6731c0abb6203aeab44d33ba AUX iputils-20121221-crypto-build.patch 1325 SHA256 cafc281c70d46f2964489b4c19c981bcf203b4c6266d4f49437c3fe67e2027b2 SHA512 922daa01f00c19f8237515b2d3ab73b87daa957cfc491382def2ce1c098ffed943ad4952c94134f3155570f64353abf5348523ea773ce7eb457578f975cc92d2 WHIRLPOOL a39c7dbb9b37849cc3560dc1f814a8c18a9ff9b55e19c3587a7c49286d55323f96d42d33c6f2723d3868506c252272e1d2d6bc3370eb935b479c89514f03c9c5 AUX iputils-20121221-fix-header-order.patch 568 SHA256 d1ccc1defcd02ee0d0cb92d440bc786a8f508db5ee75b6c6566374d4b2a4114d SHA512 530334d2e89c13e3a15f4098a1a9eff9bda9d60118fd6e6ceba30453513c5deb9e33f609206a220c7a4af52704bfe6d3be1baa7a218265b0b6c9b95475b5cc7d WHIRLPOOL 01a377c067aed7e4c3be96bab
[gentoo-commits] proj/musl:master commit in: media-libs/zvbi/, media-libs/zvbi/files/
commit: d52da0b22df411be38c1e8a8414e5c6828dad44b Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:25:03 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:25:03 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d52da0b2 media-libs/zvbi: Add current version media-libs/zvbi/Manifest | 4 +++ media-libs/zvbi/files/zvbi-va_copy.patch | 12 media-libs/zvbi/metadata.xml | 8 + media-libs/zvbi/zvbi-0.2.35-r1.ebuild| 52 4 files changed, 76 insertions(+) diff --git a/media-libs/zvbi/Manifest b/media-libs/zvbi/Manifest new file mode 100644 index 000..0e78e57 --- /dev/null +++ b/media-libs/zvbi/Manifest @@ -0,0 +1,4 @@ +AUX zvbi-va_copy.patch 457 SHA256 528dc4e78add8c85bb536c199c460169964d638da57a459abf641e5458c0f5a1 SHA512 ec59b6888106db7fbd7ed83615ebc92571f10242cbfab86eae7b70a0e619e09cd187ca19ed5a1ae2a66f4b2e54cb4bd3e8f8d938d43ab4a72e16cf55a9bf7b0a WHIRLPOOL fac26141cd16b1da481165564d041cc44fc204b116b0683bda55095aff0a63336e0fd5f5960eca14fdbffe4cd36b6f2bbc316dc8c0f7b26172d6d754e16b2557 +DIST zvbi-0.2.35.tar.bz2 1047761 SHA256 fc883c34111a487c4a783f91b1b2bb5610d8d8e58dcba80c7ab31e67e4765318 SHA512 3d73eb0a7d05fdf1e3f8a74cc9d4fcb2a0287285904d59230c832f42b91afb072e96bda7e396ef07f268348061a51242925746db124bbb713cf56bdfabdada5d WHIRLPOOL e365d28db9834a5e9f8780d45f9fcb04c7b98e5a3122fe81336a42bb2de54505583a535908cabc0851b6753f589b758bf1d6e2831c88cfbeba9fe8d0633a42f0 +EBUILD zvbi-0.2.35-r1.ebuild 1326 SHA256 ca4b75ff3a749f47d42306a939e2d02c3601596e0ceac962b082111683d394f8 SHA512 5a14938fce91e25ac4c7437dc879978b38bfd90ca2123718d512097bc1b82d2171e71fa0671b37c8a0f1d2fb90740fc4dace8545fcd7e6faf837a0e78515b8b6 WHIRLPOOL e97096cd1fc72e1b886f5202e36dba56dc43b1ad817964098ba44b7e1122d930cc1666a4c6df96f1eca6e9c02ad6e11b0dbc1db708c861fe664f5a7150b19203 +MISC metadata.xml 244 SHA256 57770389847e9910fae48598bdb3ae71c9a3c662ebec0203da97e02a085904b4 SHA512 af9d2d89aee60846c292c11e0b2615eaedac9e3ff9ad6d4869892bd078ee0a16f8b87e17360d2c82561dd36c3c22bcd110e63835f4cba593e4f5f35db1a5 WHIRLPOOL 3ee4c8cebd8d8732593d2c2c830974c8105611341cc71db493af161a15f06724d5b0ac0dc869e31a86847bbcd76b8a7ad616b70e48232144db65c1aa0514b1f9 diff --git a/media-libs/zvbi/files/zvbi-va_copy.patch b/media-libs/zvbi/files/zvbi-va_copy.patch new file mode 100644 index 000..cb513df --- /dev/null +++ b/media-libs/zvbi/files/zvbi-va_copy.patch @@ -0,0 +1,12 @@ +diff -Naur zvbi-0.2.35.orig/src/misc.h zvbi-0.2.35/src/misc.h +--- zvbi-0.2.35.orig/src/misc.h2013-07-01 19:32:31.0 -0700 zvbi-0.2.35/src/misc.h 2016-05-02 19:15:03.874251498 -0700 +@@ -425,7 +425,7 @@ + + /* __va_copy is a GNU extension. */ + #ifndef __va_copy +-# define __va_copy(ap1, ap2) do { ap1 = ap2; } while (0) ++# define __va_copy(ap1, ap2) va_copy(ap1, ap2) + #endif + + /* Use this instead of strncpy(). strlcpy() is a BSD extension. */ diff --git a/media-libs/zvbi/metadata.xml b/media-libs/zvbi/metadata.xml new file mode 100644 index 000..39f3b52 --- /dev/null +++ b/media-libs/zvbi/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + + zapping + + diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild new file mode 100644 index 000..ed76e95 --- /dev/null +++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils libtool multilib-minimal + +DESCRIPTION="VBI Decoding Library for Zapping" +SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" +HOMEPAGE="http://zapping.sourceforge.net"; + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="doc dvb nls static-libs v4l X" + +RDEPEND=">=media-libs/libpng-1.5.18[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) + X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + virtual/os-headers + doc? ( app-doc/doxygen ) + nls? ( sys-devel/gettext ) + X? ( x11-libs/libXt )" + +src_prepare() { + epatch "${FILESDIR}/${PN}-va_copy.patch" + elibtoolize +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + $(use_enable static-libs static) \ + $(use_enable v4l) \ + $(use_enable dvb) \ + $(use_enable nls) \ + $(use_with X x) \ + $(multilib_native_use_with doc doxygen) +} + +multilib_src_install() { + emake DESTDIR="${D}" install + + multilib_is_native_abi && use doc && dohtml -a png,gif,html,css doc/html/* +} + +multilib_src_install_all() { + dodoc AUTHORS BUGS ChangeLog NEWS README TODO + + f
[gentoo-commits] proj/musl:master commit in: media-sound/cdparanoia/, media-sound/cdparanoia/files/
commit: dc77c20c750fb074dc605373174e1fd0e525ce58 Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:26:56 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:26:56 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=dc77c20c media-sound/cdparanoia: Add current version media-sound/cdparanoia/Manifest| 5 ++ media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild | 63 ++ .../files/cdparanoia-missing-sys_types_h.patch | 24 + media-sound/cdparanoia/metadata.xml| 8 +++ 4 files changed, 100 insertions(+) diff --git a/media-sound/cdparanoia/Manifest b/media-sound/cdparanoia/Manifest new file mode 100644 index 000..ff3ba59 --- /dev/null +++ b/media-sound/cdparanoia/Manifest @@ -0,0 +1,5 @@ +AUX cdparanoia-missing-sys_types_h.patch 876 SHA256 e34ba7c11d4c788f17f18d7ca1f7bf1658b3f89a6477acfaaae563f19819f154 SHA512 a124c74e7ecfc0238d7e5581063d51fd7aa18df6dae5709fe38662c33f0c9dd0706cbd834681d09f84f2ee2aa0914662740754d181f448b593288382eab68627 WHIRLPOOL db3660b3adfda49df27b4afef1bf21d9c98c97d05384fc3e431e3c4de8d55c07835aceb4b7d6bd8e85be68ab34b91c80c66b7bd95d6bec353aa22fad44fdc6ed +DIST cdparanoia-III-10.2-patches-2.tbz2 6242 SHA256 3c06fa469d7d7774e1c168b4a79851f50aeb6a4054a515ce4e30ef5ed83d1fbc SHA512 523a9ef9f3de263236aad6da102b807a6620cde8767e297e54dcd552f59077d959a89187bc82ad71c577fa66c4862d7c651e922b8b8b8369dd63685cbda9cb74 WHIRLPOOL 238b8aed5edab02350263455b7205531a8cf830fdb5f8d3d8245756bd712295d8d32c17f53518fc8410112d6b1adb377e6eb3658a3649e0df7a9bd7ed3227269 +DIST cdparanoia-III-10.2.src.tgz 183236 SHA256 005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df SHA512 4ab0a0f5ef44d56c1af72d1fc1035566a1a89c4eeddb9e8baea675fe51c06138d913342afc8bed167d9fa55672fa25a2763ce21f7e24c1232e4739aff20733a7 WHIRLPOOL fe0c211ce42c58534978669bc1d9c63de7cba6dcd8fbfe6d6c78fc1d2600680c5a94e52e5552c8423f1929a070b2bba35c6921a7c7ddb8921a6ebd9127dacb60 +EBUILD cdparanoia-3.10.2-r6.ebuild 1521 SHA256 e333f3409db96cb0971a2562333bc1222cf14d97651cf43ae571f3075c2eab3f SHA512 12883201c810e60e9ead08cacbae884c2e3413917d771d5936f362f26d56aa98bcd55aef09f1a4693cf76259ad9b05b107f171d524cabc8040c65d4c75e6aa37 WHIRLPOOL 6a398074e6d948907924493bd482225f53813455af50a52bafe80b53547506d3b9b6d188f2be34d54e22985312a3a1385067b8d71c2669a1d08760152647e794 +MISC metadata.xml 253 SHA256 6b992cbf9f9d479cdf83d3f9a1ec920aa0be988f39ee4f1f41fd12b917f1b36b SHA512 78b724be3e1dbd6fc3c2e92cdbacc15ea4b0e8ee6fa22f76ebdd882b3a7bbedeaf8f80a29e36ec67e0432d2dfad3f57de4bc46480f92c8e544322755292df894 WHIRLPOOL 73df5c8f06d7079d8407b50207f0c217cf57ae161fbaf3c39e168b6f11b2bfac4f61b6191a5b9beecc981c003191844660c330dc8679580e1d2d336ff4e38e00 diff --git a/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild b/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild new file mode 100644 index 000..4a9ab56 --- /dev/null +++ b/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils libtool toolchain-funcs versionator multilib-minimal + +MY_P=${PN}-III-$(get_version_component_range 2-3) +DESCRIPTION="an advanced CDDA reader with error correction" +HOMEPAGE="http://www.xiph.org/paranoia"; +SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.src.tgz + https://dev.gentoo.org/~ssuominen/${MY_P}-patches-2.tbz2"; + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="static-libs" + +RDEPEND="app-eselect/eselect-cdparanoia + abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r4 + !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" +DEPEND=${RDEPEND} + +S=${WORKDIR}/${MY_P} + +src_prepare() { + EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patches + + epatch "${FILESDIR}"/${PN}-missing-sys_types_h.patch + + mv configure.guess config.guess + mv configure.sub config.sub + + sed -i -e '/configure.\(guess\|sub\)/d' configure.in || die + + eautoconf + elibtoolize + + multilib_copy_sources +} + +multilib_src_configure() { + tc-export AR CC RANLIB + econf +} + +multilib_src_compile() { + emake OPT="${CFLAGS} -I${S}/interface" + use static-libs && emake lib OPT="${CFLAGS} -I${S}/interface" +} + +multilib_src_install_all() { + einstalldocs + mv "${ED}"/usr/bin/${PN}{,-paranoia} +} + +pkg_postinst() { + eselect ${PN} update ifunset +} + +pkg_postrm() { + eselect ${PN} update ifunset +} diff --git a/media-sound/cdparanoia/files/cdparanoia-missing-sys_types_h.patch b/media-sound/cdparanoia/files/cdparanoia-missing-sys_types_h.patch new file mode 100644 index 000..010ed4a --- /dev/null +++ b/media-sound/cdparanoia/f
[gentoo-commits] proj/musl:master commit in: sys-devel/gdb/files/, sys-devel/gdb/
commit: 6f9640e70a7720ce2e243e5547c8619e9e6d436e Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:54:04 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:54:04 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6f9640e7 sys-devel/gdb: Update to 7.12 Sync with upstream, drop r99 postfix Need to verify the missing stat.h patch is actually necessary for 7.12 sys-devel/gdb/Manifest | 8 +-- sys-devel/gdb/files/gdb-7.11-linux_nat.patch | 23 ++ sys-devel/gdb/files/gdb-7.11-missing-stat_h.patch | 11 + .../{gdb-7.10.1-r99.ebuild => gdb-7.10.1.ebuild} | 18 +-- .../gdb/{gdb-7.10.1-r99.ebuild => gdb-7.12.ebuild} | 27 -- sys-devel/gdb/metadata.xml | 1 + 6 files changed, 67 insertions(+), 21 deletions(-) diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest index 905b9b7..1d32a27 100644 --- a/sys-devel/gdb/Manifest +++ b/sys-devel/gdb/Manifest @@ -1,5 +1,9 @@ +AUX gdb-7.11-linux_nat.patch 770 SHA256 9bc0a34c173c7603c91b7cc7880cee2535a785372889cff4f503c717db0d022c SHA512 d5c8ae598e2d560d28f6d8c41f61a67b448b38ebd5bccd6cfc9b24b99ece7df169d7ebe7dcf9476edf982668deae0e73f83c932323510c458049cb8cf7d47b19 WHIRLPOOL 09f903ae90ddb74a07734237a2fc1e9b01f4ccb140863287c26e2b6300ed282fab2bc873afa412ffe4e00045055e1e26a405c14b330f1f20df2929e4918c10fc +AUX gdb-7.11-missing-stat_h.patch 405 SHA256 ca3e8d8cd37ee5a1c81275ad97fcfdc9e0dd15649926e781a0b6c6e5c5059dde SHA512 11807093bdeeb1732b4a721282c02f261d9b370f807a2432396e07aa38ec36e3bb2c5efba9e6502b6279cc03f8fb3a35f832da4183a9f0689239c0cf82953334 WHIRLPOOL 6b614d893eccf3e84f5bb52f34c20449d8bfd2383d8d317f4047edc95a1bed449642cd6865a9fd6e9da9ae908591cb221d49cf4dd076387b79c3cf34dd49fa91 AUX gdb-linux_nat.patch 617 SHA256 dcef02741f402ad34c658a90b85667e93e1d3293fe2941acd5b6821b349a1532 SHA512 1d5ecce8c1b597f12298d17bae308e332cb0dbae56b08c3da7829ab6a473f1b20e8e6572bab45bce5942771753604b7a9541c809f2a86d4beb38ff98b0be4bfe WHIRLPOOL c1d2a91f743e04f429ec423663a090a99878229f4d4e3aa207951e1db58892648464ea50fde03d5eaf05ccf2541a8ad2a7ff67d2e86115a3e66dd9a8bd32b9b4 AUX gdb-missing-stat_h.patch 398 SHA256 88a49f997609644866ca873653b1f7cc09f75edb33b2f32ac73c7caffa1ce8d3 SHA512 8b1d22a61cb471df7052d2215dd5d67175e1732769bde90cb992d23ef97dd7153e2ab348ec184577b9491b68184f542a3f5fe8027b280b5feb38b23353568449 WHIRLPOOL b83c3a7a1825e54f8deaf7a4068b4c1b99adb9d6c1c6ef04eef47450a12f90bcd854462703e006aa049c68fa30d7b64cbbfdca6d0f5dd578f72d6704ed23f1d2 DIST gdb-7.10.1.tar.xz 18531436 SHA256 25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5 SHA512 17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010 WHIRLPOOL 02936f59d3f3f8a57966c72402f1da128dd8e10e686097ffdb3a2741cc0c1831ef27f97daa047fa006ff2ae9f79ae0480f6f0dc2d3f5904190a1dade0590c837 -EBUILD gdb-7.10.1-r99.ebuild 6371 SHA256 03850d254d35037b2c1f4028b46db3a9141f3071dace6de22add9e34795bfac4 SHA512 35b7f0faefad371150599eab555028bc4a31998ed9391192ec97f4ed62862107d8a203a3a5d3679d91bce18a6ce9ec44d6bd5435b44638bfa36b4fb1f23859f1 WHIRLPOOL 31da6a2e986f78cbf49b79d61134e7126a10ae14d6729bda641f3642a47e49830c7b41dda9276478acef21b149e83b29c3ad6f5d1fbc76a840933469f6d73b96 -MISC metadata.xml 789 SHA256 f2e0873018de92fefc1201a7fa9ed40c545e77f3365c4c63a4f7a5ae1a061536 SHA512 3b8d945ea9647f732983d254e57cd4bb224a3ceafe0f2be090ec9495393453b8f4c5dc8794656b9fe30f2f9ed20e5e6d532f071f57bc2ef40f56b45de0253e99 WHIRLPOOL 087bcb96a1fee951d96d02ba8d1536dc46e9ef8cb6f8d8e964151dc5a9bb8113b800aac052d7697c8b353903a7187e19a7f756c72f1e2533e06ad33e29210de2 +DIST gdb-7.12.tar.xz 19219556 SHA256 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 SHA512 f610338b3a24dfb387c295431d806a0c1375e8ce51b8dd8bbfd2efc4612d0c0ed40ad4393508afca0071eca70688f62bc4f199da5e75ad16f64d91c3bc046033 WHIRLPOOL 9b4c903b27bba530cb5db722abc6358d3785e0b1f1067abaf8487c7e2b3e7cfe546f5ad16071ad29e34a27fd902a7f74171d4c7afec219ba69faae96c911cb27 +EBUILD gdb-7.10.1.ebuild 6702 SHA256 f2e400d36ae630f4a495ed8bf21fa820cf0fa0c7fb9ae9fa9180b2032622c99b SHA512 f7c405c044c7a82e25493bbce7179fd2d4ddc56a7b217e37d1150cba5d26fe9b85d557e36f77994611dcce7efd12531d6be46e4ec28f6fc863721b1da9e4a0f5 WHIRLPOOL bca9d79749e0e16ed3ab5c95e57be0a88753e1e944c3afd3f9980f45f9a7a1f5f51b68285da86530b692cc924853720ce4f3a1f75809e13cc20dcfbe9a9c5468 +EBUILD gdb-7.12.ebuild 6717 SHA256 54f6284a3a9b331e74b6a4bf09fffc51460eb577b3508e002dbb80cf7ca8bdcd SHA512 5fb92c2a334ffba75d91dd5fc878f8bb1a1e0ee9914ef2921b62bd829218f81b34e776b5c8cac2b16a7dc5d4c679d81fe20c62cf1a22d8b6aba784df1cc2c52e WHIRLPOOL 36084ecb986bf50ca83378869dd9dbc636f36352ecf86301d0ac73e5ace44ad08a943e54e0fb5d5f8c4a7fd8605aad700427b25f1cbf9cf0d219081d025b07b7 +MISC metadata.xml 914 SHA256 b7651e2c8051c8b35a3c1080d50f1ba811ea40c42e8fb8e2eefd80a2b12832ae SHA512
[gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer/
commit: 921f42c39168425b9d3c0e5cd16019dd0519036a Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 21:01:03 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 21:01:03 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921f42c3 media-libs/gstreamer: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" media-libs/gstreamer/gstreamer-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gstreamer/gstreamer-1.8.3.ebuild b/media-libs/gstreamer/gstreamer-1.8.3.ebuild index 0f7f1eb..7e80ca0 100644 --- a/media-libs/gstreamer/gstreamer-1.8.3.ebuild +++ b/media-libs/gstreamer/gstreamer-1.8.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"; LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+caps +introspection nls +orc test" RDEPEND="
[gentoo-commits] proj/musl:master commit in: sys-apps/kexec-tools/, sys-apps/kexec-tools/files/
commit: d22c47c86acf37929e39382560b038719f30b840 Author: Aric Belsito gmail com> AuthorDate: Tue Dec 6 20:49:05 2016 + Commit: Aric Belsito gmail com> CommitDate: Tue Dec 6 20:49:05 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d22c47c8 sys-apps/kexec-tools: Add latest version sys-apps/kexec-tools/Manifest | 12 ++ sys-apps/kexec-tools/files/90_kexec| 9 ++ sys-apps/kexec-tools/files/README.Gentoo | 33 .../kexec-tools-2.0.4-disable-kexec-test.patch | 17 ++ .../files/kexec-tools-2.0.4-out-of-source.patch| 24 +++ .../files/kexec-tools-2.0.9-gnu-source.patch | 10 ++ sys-apps/kexec-tools/files/kexec.conf | 16 ++ sys-apps/kexec-tools/files/kexec.conf-2.0.4| 34 sys-apps/kexec-tools/files/kexec.init-2.0.12 | 175 + sys-apps/kexec-tools/files/kexec.service | 16 ++ sys-apps/kexec-tools/kexec-tools-2.0.12.ebuild | 78 + sys-apps/kexec-tools/metadata.xml | 13 ++ 12 files changed, 437 insertions(+) diff --git a/sys-apps/kexec-tools/Manifest b/sys-apps/kexec-tools/Manifest new file mode 100644 index 000..35ba5f7 --- /dev/null +++ b/sys-apps/kexec-tools/Manifest @@ -0,0 +1,12 @@ +AUX 90_kexec 199 SHA256 0200acc44dfe1108bbc0123ccf3e41ad73d9709c13e8d5ef6333fdff575d3dd8 SHA512 31837eb7df9b5c9b63c5f500e55fb584e315ac20f328490ff812a265f1a01604724bf4699f142255f7c5fa78cb2d8f2d6220a91961ac90df644b5d545d47ca39 WHIRLPOOL de8bef4f71012ec2868b705dc2943cea27fc66e0987474bcf6269abc02a6409c7868a17ba7dc24a1016066cd6f65bed3179f83e3cc9b247c6a19f126905e7797 +AUX README.Gentoo 937 SHA256 6ddecc284c89f031792eb31455460a0acece4b3b6103b9ceb8ad79052d7ab42d SHA512 f082763692def43a97866b88443daf08a2bc1b0dccdc90160d12effa16e1293d8db6935c72ca9dd5502f844078241cbecdfde15b6e8f67a2cca8f3e89f14e654 WHIRLPOOL d8692b1599ef938e048dc42f4aa3ab73f644c68394243e16834b971772919656ebf95554e7d7226f17a86cc42e390c4a5b7cb611280e076e3dd2e02e3c315846 +AUX kexec-tools-2.0.4-disable-kexec-test.patch 473 SHA256 95d7d6756aa438af926358dc9e6c964e11201a7c19b2ed2b457f013313d47558 SHA512 c7fe9176db7c3f9c84add1c263c5a695684bf1db55d47152534f0bbb97c084ad5d3f2090307d0bdfcf5622fa810aca3c104f81b3d24baa76f42d3f32d1d4bbad WHIRLPOOL 3b0cebf5aa1cd923c7867d588af9b74002b6266d3065e7c59061c5b510ad1f8aea0e1fa78d2f17a94bf25424db1d566a5648530e9ce5044ead28407b7f6135c5 +AUX kexec-tools-2.0.4-out-of-source.patch 816 SHA256 f86f053efcd210f7919f458a52721ae3704a905488935a66f67a039bd915d6bf SHA512 4839800f99e2bdb7dfbf3aa1f3ad795feb63b4e493812a50d4baa839a27b5e96319c4e848969cbcedf627a32ed5fbfb312461c2ac89b73daaa7f8f680f35f504 WHIRLPOOL ec72be471f55d26f18152d6c92c85974c9e2c89021566d2311e517b880846c94d19057f69d055de74954efdef9301fd356b87ff1647467d425bb755c54f338bb +AUX kexec-tools-2.0.9-gnu-source.patch 455 SHA256 08b5bc5b838389d8299a331c6f61ba63fc6705e7169e95c323b325ab45855dbf SHA512 8f860517a1bae52128648b551ad71306edeefd302b7442761181777ef951163af1b189a16bf507cba9879bf318e3de6973500d9bd799e504c81af7862ac23c34 WHIRLPOOL 00bcc8a5949d6cd9a2b8db0c04164d2a6ce79939525df93860b306fab45dce7146d23cf3f5ca04e73f4824a8d1db1f9346d77b601dc2bb127a116c3dbb0d57e9 +AUX kexec.conf 340 SHA256 19d6a02cf0bf3cebf03dc81c3b9fd5f517815ab1060f67cb9019b7e9653a7fc0 SHA512 66beb57ee13dba70f75f12326643270a0c888e178fdfca8ba7a566a874707aebe2afebb6ceae976dfb0aaf3135048daad6277e70580e4c7911b9ddbf74e4f00a WHIRLPOOL b77bb59ab16ea67690fa3e551995510b0fb0d82f7e2f10f9ed7d7815eb1e498cdda9ea667d2648b62cd1ae86a3ab67ae2ca1abd1fd2b9fce376b64ac41fb8725 +AUX kexec.conf-2.0.4 1013 SHA256 4c1b7e4651cd4be342db48389bc560589c896004f0274f8aba35a92fcd790531 SHA512 96db2834454aa4d038061e9b1f918932da3d3054021487425d0f70c6ad32096b9433ae2f3921e83196b23af901c32e591df3d6a84a6d14e064608d8ad895a599 WHIRLPOOL 3041644bf1688ac6c89e6078adcee987913bce124ea3ae4a2ce342c0956f319cccae93aabf39ee4aed9f23812e575f7f06cbf110bf39d9d961a1a19294108f27 +AUX kexec.init-2.0.12 3368 SHA256 6ca160cf3a8120f6bd609c2ac784a50e0314c0d7030c253929cfb7490bea7966 SHA512 18718ac27ca564e3995c0a43d3ae9cd46148cb3b83048ef132bf35f2480c6bf5487c6cb8ae36f720dc2dbc56de0292e13648001392ee539448dd01fa3b1fb9d0 WHIRLPOOL 2ee9b196f61cd937def36cb8284003e4f3a6b01bb0a127587a64ffa814d2e51bc852048705d510b90158a3a0d3aa7948afaf92dfe1397db5bdf73b27317c7dbe +AUX kexec.service 407 SHA256 d95610609301d46e0f67efd78653beabd7dd253d2bf00f5736de5cdfbf2ea94e SHA512 9f0fa6d39c67048fe774fee0f2e8ed10e9e12a2468e7dda193cd8c5bd8b4cf49819d14703efad35c91265cd4e03c6f5460934b5fe92efd06eab8dc619920b1e3 WHIRLPOOL 9a412481d729e7ec7cec3a4142f2159337d61baf22431e4129f1e7798bf2683f1802e51edc92800e6b42b8b9b01cd83ef51f67cbc1cb7a4b209f923f3180948f +DIST kexec-tools-2.0.12.tar.xz 274776 SHA256 14ce67b6242426a7ded10f58b7d29d3cfef5c1379850e8ba3816bb42053f920d SHA512 d192f841180daf534f7214b6c7c5dcd9de0e5616e8cb0da164c24e8b5903a2f65bb1fbe6ca29a3b9077fa6f6435cc33fda19a96584e1f393ee7a2fe56
[gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/
commit: e906ea0d662d4445b5a82a3750206a4b7c21113a Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:57:08 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:57:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e906ea0d dev-lang/orc: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" dev-lang/orc/orc-0.4.26-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/orc/orc-0.4.26-r1.ebuild b/dev-lang/orc/orc-0.4.26-r1.ebuild index a9bcba1..cd187a9 100644 --- a/dev-lang/orc/orc-0.4.26-r1.ebuild +++ b/dev-lang/orc/orc-0.4.26-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"; LICENSE="BSD BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm hppa ~ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples pax_kernel static-libs" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-themes-standard/
commit: 2100fbe5e56368b926720d43e79d17151db0596a Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:56:23 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:56:23 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2100fbe5 x11-themes/gnome-themes-standard: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2.ebuild index 53de44b..a05d31f 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"; LICENSE="LGPL-2.1+" SLOT="0" IUSE="+gtk" -KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" COMMON_DEPEND=" gnome-base/librsvg:2[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/
commit: 722f031b69312773796cf5518f62ee9538fa4280 Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:55:38 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:55:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722f031b x11-themes/adwaita-icon-theme: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild index 181eb0a..74694d2 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild @@ -18,7 +18,7 @@ LICENSE=" " SLOT="0" IUSE="branding" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" COMMON_DEPEND=" >=x11-themes/hicolor-icon-theme-0.10
[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
commit: d2d7f92bfa49f0497bbf3ac98ac8575181ace2cb Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:54:52 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:54:52 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d7f92b x11-libs/vte: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" x11-libs/vte/vte-0.44.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.44.2.ebuild b/x11-libs/vte/vte-0.44.2.ebuild index 192c605..cdfdcc8 100644 --- a/x11-libs/vte/vte-0.44.2.ebuild +++ b/x11-libs/vte/vte-0.44.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"; LICENSE="LGPL-2+" SLOT="2.91" IUSE="+crypt debug glade +introspection vala" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" RDEPEND=" >=dev-libs/glib-2.40:2
[gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
commit: 63a566fc3ce4b5b722ace03f7b20f5d3a8007d9b Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:53:42 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:53:42 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a566fc x11-libs/pango: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" x11-libs/pango/pango-1.40.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pango/pango-1.40.3.ebuild b/x11-libs/pango/pango-1.40.3.ebuild index 13075c0..ed6112c 100644 --- a/x11-libs/pango/pango-1.40.3.ebuild +++ b/x11-libs/pango/pango-1.40.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.pango.org/"; LICENSE="LGPL-2+ FTL" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="X +introspection test"
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
commit: ab6c55aa4b830830959aa56e15f641e369a25deb Author: Markus Meier gentoo org> AuthorDate: Tue Dec 6 20:50:08 2016 + Commit: Markus Meier gentoo org> CommitDate: Tue Dec 6 20:50:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6c55aa x11-libs/libwnck: arm stable, bug #587010 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" x11-libs/libwnck/libwnck-3.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libwnck/libwnck-3.20.1.ebuild b/x11-libs/libwnck/libwnck-3.20.1.ebuild index ae8a92d..16456d4 100644 --- a/x11-libs/libwnck/libwnck-3.20.1.ebuild +++ b/x11-libs/libwnck/libwnck-3.20.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/libwnck/stable/"; LICENSE="LGPL-2+" SLOT="3" -KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+introspection startup-notification tools"