[gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/
commit: 3dacec1af516a48faa03fa194102d60ac800c5fc Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 10 06:43:59 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 10 06:44:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dacec1a app-arch/dpkg: Version 1.19.2 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> app-arch/dpkg/Manifest | 1 + app-arch/dpkg/dpkg-1.19.2.ebuild | 91 2 files changed, 92 insertions(+) diff --git a/app-arch/dpkg/Manifest b/app-arch/dpkg/Manifest index 224d399150f..e72db61bd90 100644 --- a/app-arch/dpkg/Manifest +++ b/app-arch/dpkg/Manifest @@ -1,2 +1,3 @@ DIST dpkg_1.19.0.5.tar.xz 4557428 BLAKE2B 99c31705bfad1cfa024366c788264f4e747a7143f87c581730797975303c1054003e41fd65ecf80df1dc053ba87c0e8449ec574ddcb158228b41ae57a23db18f SHA512 60d7198ffe6ea759c30ad82143b3107d41ce59224b853cb5a7beb79af0de6ba6a69414c365e6b3555a0a9c60e3cf9b543a3a448d80a734be38ccecb77ae963a9 DIST dpkg_1.19.1.tar.xz 4600848 BLAKE2B daadc95f0f66312e6012a5c9ce053dba055d87f766d8e9b9e99ed3eed59e83616b89cb2324fc61205bf4e22388cc0f9f62d191cbdd858250a50f7c6d141adf7d SHA512 d2c745f8cc3db94be15ce3ef74f9317768b316d9bb96aac2c681c2f47433524774e0c2d5ff3daf6e7cc779e5ffc4ce96783de12802f32dab1d72022786ca6c20 +DIST dpkg_1.19.2.tar.xz 4607868 BLAKE2B 4c191fb3dbe64bb3a515dadbb5f81bb32a0ae3b7267603978f7aee34f6baa02bacb818600759fe4bac0c3470ce2d6409c778a408833af796fe65f27fe910713f SHA512 244a6ef6aad935aee649503d6ce3238e34f4fae3f57ca79e99c1890140d913c29255bc9d0e90b50e96d2cf44ab0e44d6c3675a7bed306213fe5fe31710324cf7 diff --git a/app-arch/dpkg/dpkg-1.19.2.ebuild b/app-arch/dpkg/dpkg-1.19.2.ebuild new file mode 100644 index 000..aeee78ed9f4 --- /dev/null +++ b/app-arch/dpkg/dpkg-1.19.2.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils multilib autotools toolchain-funcs + +DESCRIPTION="Package maintenance system for Debian" +HOMEPAGE="https://packages.qa.debian.org/dpkg"; +SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" +IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternatives +zlib" + +RDEPEND=" + >=dev-lang/perl-5.14.2:= + bzip2? ( app-arch/bzip2 ) + libmd? ( app-crypt/libmd ) + lzma? ( app-arch/xz-utils ) + nls? ( virtual/libintl ) + selinux? ( sys-libs/libselinux ) + zlib? ( >=sys-libs/zlib-1.1.4 ) +" +DEPEND=" + ${RDEPEND} + app-arch/xz-utils + sys-devel/flex + virtual/pkgconfig + nls? ( + app-text/po4a + >=sys-devel/gettext-0.18.2 + ) + test? ( + dev-perl/IO-String + dev-perl/Test-Pod + virtual/perl-Test-Harness + ) +" +DOCS=( + ChangeLog + THANKS + TODO +) +PATCHES=( + "${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch + "${FILESDIR}"/${PN}-1.18.12-flags.patch + "${FILESDIR}"/${PN}-1.18.12-rsyncable.patch +) + +src_prepare() { + use nls && strip-linguas -i po + + default + + eautoreconf +} + +src_configure() { + tc-export CC + econf \ + $(use_enable nls) \ + $(use_enable static-libs static) \ + $(use_enable unicode) \ + $(use_enable update-alternatives) \ + $(use_with bzip2 libbz2) \ + $(use_with libmd) \ + $(use_with lzma liblzma) \ + $(use_with selinux libselinux) \ + $(use_with zlib libz) \ + --disable-compiler-warnings \ + --disable-dselect \ + --disable-silent-rules \ + --disable-start-stop-daemon \ + --localstatedir="${EPREFIX}"/var +} + +src_compile() { + emake AR=$(tc-getAR) +} + +src_install() { + default + + keepdir \ + /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \ + /var/lib/dpkg/{alternatives,info,parts,updates} +# /usr/$(get_libdir)/db/{alternatives,info,parts,updates} \ + + prune_libtool_files +}
[gentoo-commits] repo/gentoo:master commit in: net-irc/irssistats/
commit: 801455199cb8e1b6d1e473109d84d31e2d35ee2b Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 4 16:18:12 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80145519 net-irc/irssistats: EAPI 6 bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-irc/irssistats/irssistats-0.75-r1.ebuild | 28 1 file changed, 28 insertions(+) diff --git a/net-irc/irssistats/irssistats-0.75-r1.ebuild b/net-irc/irssistats/irssistats-0.75-r1.ebuild new file mode 100644 index 000..15a1faa17b1 --- /dev/null +++ b/net-irc/irssistats/irssistats-0.75-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Generates HTML IRC stats based on irssi logs" +HOMEPAGE="http://royale.zerezo.com/irssistats/"; +SRC_URI="http://royale.zerezo.com/irssistats/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" + +DEPEND="net-irc/irssi" + +src_compile() { + $(tc-getCC) -o irssistats ${CFLAGS} ${LDFLAGS} irssistats.c +} + +src_install() { + emake \ + PRE="${D}"/usr \ + DOC="${D}"/usr/share/doc/${PF} \ + install +}
[gentoo-commits] repo/gentoo:master commit in: app-text/htp/
commit: 86a8a61e9c28927f87628df73c2a45e0db5420fd Author: Patrice Clement gentoo org> AuthorDate: Fri Oct 5 09:27:39 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a8a61e app-text/htp: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-text/htp/Manifest| 1 + app-text/htp/htp-1.19.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest index 6f72c077b63..32554a498f6 100644 --- a/app-text/htp/Manifest +++ b/app-text/htp/Manifest @@ -1 +1,2 @@ DIST htp-1.16.tar.gz 141133 BLAKE2B 58f0ab7df1400d561ec1994a98ce4fa3acaa3299b51d9382f9baaecbd95a623795d72204617c153fd4e165910fdabd0328e737cccb242be2075edd2573af55c1 SHA512 f33a9497fc3a1d0b95d8e3ee2747583d58626b565644e7c8cc054570458907aac9db42c6fa816b176b0e10db98ec7d1cedb521406035a8e7173e1abd991533a0 +DIST htp-1.19.tar.gz 208683 BLAKE2B 86837290a2f14b8a0337d9eb6a0fa4ad553c5c51074d5df903ee19aa7ba441898199f0649b39b93c35fa3707e4084a284e02d8802c014bf5c0277e3f18d02c98 SHA512 32d82bb42ef877bd815fe45fa81599a1428ad6d3269cbe53a4e686bcfe6d1c12ac2af280462768d488b1983ca67cc521da4ed78cc82d904575ffeff08c7eec1d diff --git a/app-text/htp/htp-1.19.ebuild b/app-text/htp/htp-1.19.ebuild new file mode 100644 index 000..962eb9f3752 --- /dev/null +++ b/app-text/htp/htp-1.19.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils toolchain-funcs + +DESCRIPTION="An HTML preprocessor" +HOMEPAGE="http://htp.sourceforge.net/"; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Clarified-Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +RESTRICT="test" + +QA_PRESTRIPPED="/usr/bin/htp" + +src_compile() { + emake \ + CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF -DHAVE_VASPRINTF -DHAVE_ASPRINTF" \ + CC="$(tc-getCC)" \ + LINK='$(CC) $(LDFLAGS)' +} + +src_install() { + emake \ + DESTDIR="${D}" \ + prefix='$(DESTDIR)/usr' \ + pkgdocdir='$(DESTDIR)/usr/share/doc/${PF}/html' \ + install +}
[gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
commit: d1e1ee7fb83cd77404dce30a1d19b9a0f41287b2 Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 4 16:30:12 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e1ee7f app-misc/ttyload: stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-misc/ttyload/ttyload-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild index 0ef762b0121..8f725f68538 100644 --- a/app-misc/ttyload/ttyload-0.5.3.ebuild +++ b/app-misc/ttyload/ttyload-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="color-coded graph of load averages over time" HOMEPAGE="http://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"; SRC_URI="http://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"; -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="ISC" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/
commit: c2ea91d73dcf7c8725f79e223d1faecb425499ba Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 6 08:01:52 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ea91d7 dev-java/commons-math: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-java/commons-math/Manifest | 1 + dev-java/commons-math/commons-math-3.6.1.ebuild | 23 +++ 2 files changed, 24 insertions(+) diff --git a/dev-java/commons-math/Manifest b/dev-java/commons-math/Manifest index 44b31932130..ff7a701a410 100644 --- a/dev-java/commons-math/Manifest +++ b/dev-java/commons-math/Manifest @@ -1,2 +1,3 @@ DIST commons-math-2.1-src.tar.gz 1099423 BLAKE2B 83c52abc10eebb6c749aec218aa435df4cd05106e6bcbead5061df7381d168aa9392ab70dce8eb0b8e254d6d95a372cacddc8f7714198a186a95a04a394bda9d SHA512 53ed8c0400402c588d824c15365ebe60bef41697ff9728270a9fdc3ac30eb60c4c397caf939ccda839eb701453d98af4eac9eae2090575fcfdee4df2d6f6045b DIST commons-math3-3.2-src.tar.gz 2602474 BLAKE2B a818ca5ab1b9799359bad1c84d2774329c7c2605aeea3e13769eed9f1578d412555ad90a8de68971daa42b270d4bcd5fbf0fe79714e839d41b08077e32633125 SHA512 132c4725be582e25f67a955c7b3b8c7ef155606d8f4da07770464c422ded6b5e6efd1a13a6e98cff222f4fcac73606d512ee1ab9e3b1c4befcc1ba16ab68787b +DIST commons-math3-3.6.1.jar 2514690 BLAKE2B ce5dc1a5bdccf85aa780dd648b64c0ed78b4d5a36d15d9737f661135f4f1ec962c3c44a0c4d8fc7d12c667e62b19860cb2a47f507c8c3e6da6cce57e1b9caf54 SHA512 eab6003834c0f1b7e67eee242d33db43f85d388ac32e37caa6bd16d74340db5c189ff5c7fd112ef13b9009d2fbcf2bad6650b6e5d9124316b59493b2d07d065d diff --git a/dev-java/commons-math/commons-math-3.6.1.ebuild b/dev-java/commons-math/commons-math-3.6.1.ebuild new file mode 100644 index 000..5578f6ffa3a --- /dev/null +++ b/dev-java/commons-math/commons-math-3.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc examples source" + +inherit java-pkg-2 java-pkg-simple + +MY_PN="${PN}3" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Lightweight, self-contained mathematics and statistics components" +HOMEPAGE="https://commons.apache.org/math/"; +SRC_URI="https://repo1.maven.org/maven2/org/apache/commons/${MY_PN}/${PV}/${MY_P}-sources.jar +-> ${MY_P}.jar" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
[gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/
commit: 26415c6f85273503ecda283c2ee24e4253b43313 Author: Patrice Clement gentoo org> AuthorDate: Wed Oct 3 20:30:57 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26415c6f dev-python/scandir: clean up old. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/scandir/Manifest | 1 - dev-python/scandir/scandir-1.6.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/dev-python/scandir/Manifest b/dev-python/scandir/Manifest index ab5848625e9..2dbde674136 100644 --- a/dev-python/scandir/Manifest +++ b/dev-python/scandir/Manifest @@ -1,4 +1,3 @@ -DIST scandir-1.6.tar.gz 29670 BLAKE2B ad8c231783c14246341cd23bd79185ee10894bb29107ba7c0bfdf51982bda99fd8ce45ea52ff42687371d56b3e6d43cf1d6cc65bdaecf43da9059e524a801e6d SHA512 d01e0551696787caded787a430eea787a69a27c725505277420fd607b3fcc892218377bb340651fd906bdeb3a57e99879df3c86aeadd2399fcbe45cb2118b9db DIST scandir-1.7.tar.gz 32812 BLAKE2B ed80775b5acca85d8829e2fb46df33fdda08d9dad6cc0e175d1270dc51b6eb4d381a5bd813e2dfd2072ac0af0d642d20ae818e569688ffbe5decaf4421f5e979 SHA512 47c6d9642938f374eb03228cdb6c8d77aa2af01a84b7efc518d223851562a615b616e92100bbeb38c4fa7455ef5f7ae4af8d406f5148d1a26a403708b4a27023 DIST scandir-1.8.tar.gz 33065 BLAKE2B 020789b939f347de49dba6eb35cf53733a34b283a4226d91746dca4f26b0fdcbe708cb48a795085c8887921bdad77c3fd054c15dcf83b1f4624ee81f1735f2da SHA512 9c2c578cc736887e7d1ebe51f62569599e386deeac55363a84cd1abe4f73c60a43ae9849b3570ed99079016908ceab5e3755b014256d1cab535c1677255690f3 DIST scandir-1.9.0.tar.gz 33315 BLAKE2B 70c0cb0819f205b3cee37f471f84be2bddb565cd7341e5a28b9f1263f3176450cd5f2edacd63130e4f3f38940d0d3e1a01239f4729ac05e5cf5fd0005e712f8d SHA512 41dacf42734ac9a53bb5bd5d783023236d68bb4883c853fb2ee34224206c577a4a277d4a8cf8f9be6fd5a8b59d9b4fe4568a0c815a62ec84ce99ded933961ec3 diff --git a/dev-python/scandir/scandir-1.6.ebuild b/dev-python/scandir/scandir-1.6.ebuild deleted file mode 100644 index eee1a9dbdbf..000 --- a/dev-python/scandir/scandir-1.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A better directory iterator and faster os.walk()" -HOMEPAGE="https://github.com/benhoyt/scandir"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pep257/
commit: 799f8016e7d77e911eeb4b91ed37b31b208ded0f Author: Patrice Clement gentoo org> AuthorDate: Mon Oct 8 20:10:05 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799f8016 dev-python/pep257: new package. pydocstyle is a static analysis tool for checking compliance with Python docstring conventions and enforcing PEP257. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 Closes: https://bugs.gentoo.org/556358 dev-python/pep257/Manifest| 1 + dev-python/pep257/metadata.xml| 15 ++ dev-python/pep257/pep257-2.1.1.ebuild | 38 +++ 3 files changed, 54 insertions(+) diff --git a/dev-python/pep257/Manifest b/dev-python/pep257/Manifest new file mode 100644 index 000..a0a68b56187 --- /dev/null +++ b/dev-python/pep257/Manifest @@ -0,0 +1 @@ +DIST pep257-2.1.1.tar.gz 55760 BLAKE2B e470b006b5db04c4bed5c3145b14b949980c71d1dd91dbe34d49599063aaf1cb1d0842dfb992e5d471436446455bde2d309ee573826c039540fa99adba3f828b SHA512 f23939e0350094c67565613bab4ddf285dda5a7379e6ac2493953d6e60ab75588143fd374715765d2aa0728e7117d02e91312dbbe5a9cad28aa8e8e7f68e3bc4 diff --git a/dev-python/pep257/metadata.xml b/dev-python/pep257/metadata.xml new file mode 100644 index 000..303bad4bb36 --- /dev/null +++ b/dev-python/pep257/metadata.xml @@ -0,0 +1,15 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +pyt...@gentoo.org +Gentoo Python Project + + +monsie...@gentoo.org +Patrice Clement + + +PyCQA/pydocstyle + + diff --git a/dev-python/pep257/pep257-2.1.1.ebuild b/dev-python/pep257/pep257-2.1.1.ebuild new file mode 100644 index 000..38e682f3d83 --- /dev/null +++ b/dev-python/pep257/pep257-2.1.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +inherit distutils-r1 + +MY_PN="pydocstyle" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Python docstring style checker" +HOMEPAGE="https://pypi.python.org/pypi/pep257"; +SRC_URI="https://github.com/PyCQA/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +python_install_all() { + distutils-r1_python_install_all +} + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
commit: de6a0126d8a2534653839add01c29424e5a8311a Author: Patrice Clement gentoo org> AuthorDate: Tue Oct 9 20:08:48 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a0126 net-misc/s3cmd: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-misc/s3cmd/Manifest | 1 + net-misc/s3cmd/s3cmd-2.0.2.ebuild | 26 ++ 2 files changed, 27 insertions(+) diff --git a/net-misc/s3cmd/Manifest b/net-misc/s3cmd/Manifest index 3a012fbfe7c..54c02bf4144 100644 --- a/net-misc/s3cmd/Manifest +++ b/net-misc/s3cmd/Manifest @@ -1,2 +1,3 @@ DIST s3cmd-1.6.1.tar.gz 102431 BLAKE2B a470417c790f60acd60cb23ad45d8d274b3f849f610cd582524c20fa88cbd592762f5e41a6abb36c6fc49ff6719b87322b12cc37c973d52847f9a400d8bf3024 SHA512 0b1e3cf839144b24e42974f973a8ae97e9b4c79df3a40e38f61cc4b5284ea41a1fcbdc9dd45ff2b402915acb1ffc908a1e1c45c12f93243211ef2349c9acf70b DIST s3cmd-2.0.0.tar.gz 115290 BLAKE2B 1dfc2498c2b89f6f94049b180049a2812c9fcee9e519d8ffdfddecb1c157fc39fe8b26f39cf698cedd83ddf2649abd8e509c97b6e3073f7baa29a229a9958a1c SHA512 77723c5fb20792b5202f689dcbd73025e3c8abdb4e2d773d4e653fb04935057bd49928d3ec40f3e3bab4b13af481ff7979d429dfff94f0cc10e5e3ba3ba1a0d9 +DIST s3cmd-2.0.2.tar.gz 124266 BLAKE2B ab5921f22af05007c57df84ab4df559f31a8b7f05427fa06fa7428d41de788e4824b6285b69de592ed84d72733d3ae455a20c017dd9cecf2e4e073bff5016fb0 SHA512 4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild b/net-misc/s3cmd/s3cmd-2.0.2.ebuild new file mode 100644 index 000..c8ebf64df13 --- /dev/null +++ b/net-misc/s3cmd/s3cmd-2.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) +PYTHON_REQ_USE="xml" + +inherit distutils-r1 + +DESCRIPTION="Command line client for Amazon S3" +HOMEPAGE="https://s3tools.org/s3cmd"; +SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~ia64 ~x86 ~x64-macos" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-magic[${PYTHON_USEDEP}]" + +S="$WORKDIR/${P/_/-}"
[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-net/
commit: ee5dc957698a4ec85bce3f10048bcb39e14e496d Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 6 08:15:22 2018 + Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5dc957 dev-java/commons-net: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-java/commons-net/Manifest | 1 + dev-java/commons-net/commons-net-3.6.ebuild | 21 + 2 files changed, 22 insertions(+) diff --git a/dev-java/commons-net/Manifest b/dev-java/commons-net/Manifest index 869469d2fac..f43e6582817 100644 --- a/dev-java/commons-net/Manifest +++ b/dev-java/commons-net/Manifest @@ -1 +1,2 @@ DIST commons-net-3.2-src.tar.gz 378351 BLAKE2B f40ad73ef7d9865cdbe9da94a458f0c9ce636b0b71dcab3b48b52716aa141de3215581b75b9283d4d918ad0dbbd2761c9b0d9eee1703a2bbc545718c129511d5 SHA512 2152b0c524320702c336b21308bb8166e00487938430b83e08d65b836ab775c372c9251957c674e0bccff6815fc3ed3bdb7113a0d2a140c53f64c2f557eef2ba +DIST commons-net-3.6.jar 435798 BLAKE2B a8c28909715d76469ad4760ece6f7b3515c56badf8ce19fcadb5b776e0cf341b3f970689a22267d19f22dc12fc8d5e2a071347df1850f290231747d0712263b7 SHA512 50006ebef259c9d4f514bfd4e6b4578f8867e2a105edfcf30542a039e385a02e9c48dfeee0b287c39c375e1418817290713f7d0792b357267723a977a07062c5 diff --git a/dev-java/commons-net/commons-net-3.6.ebuild b/dev-java/commons-net/commons-net-3.6.ebuild new file mode 100644 index 000..f102092a49c --- /dev/null +++ b/dev-java/commons-net/commons-net-3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc examples source" + +inherit java-pkg-2 java-pkg-simple + +MY_P="${P}-sources" + +DESCRIPTION="Client-oriented Java library to implement many Internet protocols" +HOMEPAGE="https://commons.apache.org/net/"; +SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/files/
commit: 7410574a61c89e20cd163c6944da4633884fb2b1 Author: Tupone Alfredo gentoo org> AuthorDate: Wed Oct 10 06:32:42 2018 + Commit: Alfredo Tupone gentoo org> CommitDate: Wed Oct 10 06:32:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7410574a dev-ada/gnatcoll-bindings: use as C compiler the one shipped with gnat Closes: https://bugs.gentoo.org/668136 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 .../files/gnatcoll-bindings-2018-gentoo.patch | 21 + 1 file changed, 21 insertions(+) diff --git a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch b/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch index 9f37fea65eb..79729c22842 100644 --- a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch +++ b/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch @@ -8,4 +8,25 @@ + for Driver ("C") use External ("GCC", "gcc"); end Compiler; +package Binder is +--- a/iconv/gnatcoll_iconv.gpr 2018-10-10 08:24:48.654714484 +0200 b/iconv/gnatcoll_iconv.gpr 2018-10-10 08:24:16.926237733 +0200 +@@ -70,7 +70,7 @@ + for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ"); + for Switches ("C") use ("-O2", "-Wunreachable-code"); + end case; +- ++ for Driver ("C") use External ("GCC", "gcc"); +end Compiler; + +package Binder is +--- a/python/gnatcoll_python.gpr 2018-10-10 08:28:04.700481915 +0200 b/python/gnatcoll_python.gpr 2018-10-10 08:27:33.880990030 +0200 +@@ -75,6 +75,7 @@ + for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ"); + for Switches ("C") use ("-O2", "-Wunreachable-code") & Split(Python_CFLAGS, " "); + end case; ++ for Driver ("C") use External ("GCC", "gcc"); +end Compiler; + package Binder is
[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/
commit: 354952960df7a939124ef311048b877b0eaef688 Author: Thomas Beierlein gentoo org> AuthorDate: Wed Oct 10 06:05:45 2018 + Commit: Thomas Beierlein gentoo org> CommitDate: Wed Oct 10 06:05:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35495296 media-radio/fldigi: Fix wrong evaluation of cpu_flags_x86 Reported-by: Mike Auty gentoo.org> Closes: https://bugs.gentoo.org/667396 Signed-off-by: Thomas Beierlein gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-radio/fldigi/fldigi-4.0.17.ebuild | 14 +- media-radio/fldigi/fldigi-4.0.18.ebuild | 14 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/media-radio/fldigi/fldigi-4.0.17.ebuild b/media-radio/fldigi/fldigi-4.0.17.ebuild index 36c4d891600..81f8dc09f51 100644 --- a/media-radio/fldigi/fldigi-4.0.17.ebuild +++ b/media-radio/fldigi/fldigi-4.0.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,12 +36,16 @@ DOCS=( AUTHORS ChangeLog NEWS README ) PATCHES=( "$FILESDIR"/$PN-c++11.patch ) src_configure() { - econf --with-sndfile \ + local myconf="" + + use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse" + use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2" + use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3" + + econf ${myconf} \ + --with-sndfile \ $(use_with hamlib) \ $(use_enable nls) \ $(use_with pulseaudio) \ - $(use_enable cpu_flags_x86_sse optimizations sse) \ - $(use_enable cpu_flags_x86_sse2 optimizations sse2) \ - $(use_enable cpu_flags_x86_sse3 optimizations sse3) \ --without-asciidoc } diff --git a/media-radio/fldigi/fldigi-4.0.18.ebuild b/media-radio/fldigi/fldigi-4.0.18.ebuild index 36c4d891600..81f8dc09f51 100644 --- a/media-radio/fldigi/fldigi-4.0.18.ebuild +++ b/media-radio/fldigi/fldigi-4.0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,12 +36,16 @@ DOCS=( AUTHORS ChangeLog NEWS README ) PATCHES=( "$FILESDIR"/$PN-c++11.patch ) src_configure() { - econf --with-sndfile \ + local myconf="" + + use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse" + use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2" + use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3" + + econf ${myconf} \ + --with-sndfile \ $(use_with hamlib) \ $(use_enable nls) \ $(use_with pulseaudio) \ - $(use_enable cpu_flags_x86_sse optimizations sse) \ - $(use_enable cpu_flags_x86_sse2 optimizations sse2) \ - $(use_enable cpu_flags_x86_sse3 optimizations sse3) \ --without-asciidoc }
[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/files/, net-irc/weechat/
commit: fe9193c7988c99b822616ea2748a3cd5adbfe8ca Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 10 05:44:01 2018 + Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 10 05:44:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9193c7 net-irc/weechat: drop 2.1 Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/weechat/Manifest | 1 - net-irc/weechat/files/weechat-2.1-tinfo.patch | 28 - net-irc/weechat/weechat-2.1.ebuild| 151 -- 3 files changed, 180 deletions(-) diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest index 6a5129f35d9..536f144d749 100644 --- a/net-irc/weechat/Manifest +++ b/net-irc/weechat/Manifest @@ -1,3 +1,2 @@ DIST weechat-2.0.1.tar.xz 1967336 BLAKE2B 256f4bab45834ed2798490234c9417b8b8e4d06d0ed09f5779ad9d32321ab9aec58c38f4b048de319e4f46809313186462208258ca2d78d1e0470fa2014e7472 SHA512 3947e79a0ac8dce7605905c39039bedf9ba2af4778ee6905f12ca75786b62f3081568ce9426be251e65bad2837ddcf0664cbb08059f898d4ac60171325a94e74 -DIST weechat-2.1.tar.xz 1990748 BLAKE2B 5f417e282fe0bc10f1625e16fc173c09781284c27cf321e219c73fcfb3bac4118403598d6e5d06ed9852b1bdb1e645d7f43999a113101aebe6bd626e2278b661 SHA512 4bea8c0c4467b81e2241d68e5c6425274f0fe15d853ddac46ddf3cce481e03549660d6083277719d462ec5d0dea4b31d89f6b3f51f92f12908213232d2d807df DIST weechat-2.2.tar.xz 2007944 BLAKE2B 2892e50fcccf64fa34e4c7bd476323ad7a98d6b5d483254ffbed659a5997d3077a7347a1a9c006f50d52daf7808fe61cf5b396416d62da7f9260f717191b2a86 SHA512 bb5103c266f6e6850250a5e0602ff26be06289ea1e13511b111f975eb492a0bbe508b2a6088b15e5bfd5278341e9dd5ee0facfb08d23ff7335c5c18bc21e4b02 diff --git a/net-irc/weechat/files/weechat-2.1-tinfo.patch b/net-irc/weechat/files/weechat-2.1-tinfo.patch deleted file mode 100644 index e44e06e61f9..000 --- a/net-irc/weechat/files/weechat-2.1-tinfo.patch +++ /dev/null @@ -1,28 +0,0 @@ -Use pkgconfig to find ncurses libs in order to support separate libtinfo. - weechat-2.1/src/gui/curses/normal/CMakeLists.txt -+++ weechat-2.1/src/gui/curses/normal/CMakeLists.txt -@@ -29,7 +29,13 @@ - ../gui-curses-window.c - ) - --find_package(Ncurses) -+find_package(PkgConfig) -+pkg_search_module(NCURSES ncursesw ncurses) -+ -+if(NOT NCURSES_FOUND) -+ find_package(Ncurses) -+endif(NOT NCURSES_FOUND) -+ - if(NCURSES_FOUND) - check_include_files(ncursesw/ncurses.h NCURSESW_HEADERS) - if(NCURSESW_HEADERS) -@@ -54,7 +60,7 @@ - - add_dependencies(${EXECUTABLE} weechat_gui_curses_normal) - --list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY}) -+list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY} ${NCURSES_LIBRARIES}) - - # Due to circular references, we must link two times with libweechat_core.a and libweechat_gui_common.a - target_link_libraries(${EXECUTABLE} ${STATIC_LIBS} weechat_gui_curses_normal ${EXTRA_LIBS} ${STATIC_LIBS}) diff --git a/net-irc/weechat/weechat-2.1.ebuild b/net-irc/weechat/weechat-2.1.ebuild deleted file mode 100644 index b975945b683..000 --- a/net-irc/weechat/weechat-2.1.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -CMAKE_MAKEFILE_GENERATOR=emake -inherit python-single-r1 cmake-utils - -if [[ ${PV} == "" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/weechat/weechat.git"; -else - SRC_URI="https://weechat.org/files/src/${P}.tar.xz"; - KEYWORDS="~amd64 ~x86 ~x64-macos" -fi - -DESCRIPTION="Portable and multi-interface IRC client" -HOMEPAGE="https://weechat.org/"; - -LICENSE="GPL-3" -SLOT="0" - -NETWORKS="+irc" -PLUGINS="+alias +buflist +charset +exec +fset +fifo +logger +relay +scripts +spell +trigger +xfer" -# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support -SCRIPT_LANGS="guile lua +perl php +python ruby tcl" -LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr" -IUSE="doc nls +ssl test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/libgcrypt:0= - net-misc/curl[ssl] - sys-libs/ncurses:0= - sys-libs/zlib - charset? ( virtual/libiconv ) - guile? ( >=dev-scheme/guile-2.0 ) - lua? ( dev-lang/lua:0[deprecated] ) - nls? ( virtual/libintl ) - perl? ( dev-lang/perl:= ) - php? ( >=dev-lang/php-7.0:* ) - python? ( ${PYTHON_DEPS} ) - ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 ) ) - ssl? ( net-libs/gnutls ) - spell? ( app-text/aspell ) - tcl? ( >=dev-lang/tcl-8.4.15:0= ) -" -DEPEND="${RDEPEND} - doc? ( - >=dev-ruby/asciidoctor-1.5.4 - dev-util/source-highlight - ) - nls? ( >=sys-devel/gettext-0.15 ) - test? ( dev-util/cpputest ) -" - -DOCS="AUTHORS.adoc ChangeLog.
[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
commit: 1238657de34c88d9611a7946fbd8188c90779d4d Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 10 05:36:02 2018 + Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 10 05:38:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1238657d net-irc/weechat: version 2.2-r1 stable for amd64 Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/weechat/weechat-2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-2.2-r1.ebuild b/net-irc/weechat/weechat-2.2-r1.ebuild index ee7ec6e3f6b..53ed8873347 100644 --- a/net-irc/weechat/weechat-2.2-r1.ebuild +++ b/net-irc/weechat/weechat-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then EGIT_REPO_URI="https://github.com/weechat/weechat.git"; else SRC_URI="https://weechat.org/files/src/${P}.tar.xz"; - KEYWORDS="~amd64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"
[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/files/, dev-util/kdevelop-php/
commit: 29cb544ad154b8a2f9e3354dd141abc60f45060a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 23:44:12 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 10 05:32:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb544a dev-util/kdevelop-php: Fix test DEPENDs, disable hanging tests This time for real. Closes: https://bugs.gentoo.org/667922 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../files/kdevelop-php-5.2.4-tests-optional.patch | 52 +- ...p-5.2.4.ebuild => kdevelop-php-5.2.4-r1.ebuild} | 16 +-- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/dev-util/kdevelop-php/files/kdevelop-php-5.2.4-tests-optional.patch b/dev-util/kdevelop-php/files/kdevelop-php-5.2.4-tests-optional.patch index 3e376161d38..853952f11ac 100644 --- a/dev-util/kdevelop-php/files/kdevelop-php-5.2.4-tests-optional.patch +++ b/dev-util/kdevelop-php/files/kdevelop-php-5.2.4-tests-optional.patch @@ -1,8 +1,15 @@ -From 5cee4d7ea10de55af2d421f5f596eb9f09830740 Mon Sep 17 00:00:00 2001 +From eb3a484c072f7cc5a319d919d54e6d843cd8c79f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 7 Oct 2018 12:05:45 +0200 -Subject: [PATCH] Make Qt5Test optional +Subject: [PATCH 1/2] Make Qt5Test optional +Test Plan: Builds fine w/o Qt5Test present. + +Subscribers: kdevelop-devel + +Tags: #kdevelop + +Differential Revision: https://phabricator.kde.org/D16012 --- CMakeLists.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) @@ -26,3 +33,44 @@ index c09ca29..c1e25d6 100644 -- 2.19.1 + +From 600c167d742da9f22f6d72f6b5d8c3919de2580b Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Wed, 10 Oct 2018 01:35:19 +0200 +Subject: [PATCH 2/2] Drop unused KF5Archive + +--- + CMakeLists.txt | 2 +- + completion/tests/CMakeLists.txt | 4 + 2 files changed, 1 insertion(+), 5 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c1e25d6..5f1070a 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -26,7 +26,7 @@ if(BUILD_TESTING) + find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED) + endif() + set(KF5_DEP_VERSION "5.15.0") +-find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS Archive ThreadWeaver TextEditor I18n ItemModels KCMUtils) ++find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS ThreadWeaver TextEditor I18n ItemModels KCMUtils) + find_package(KDevPlatform ${KDEVPLATFORM_VERSION} REQUIRED) + find_package(KDevelop-PG-Qt REQUIRED) + +diff --git a/completion/tests/CMakeLists.txt b/completion/tests/CMakeLists.txt +index dbe37c1..214cc05 100644 +--- a/completion/tests/CMakeLists.txt b/completion/tests/CMakeLists.txt +@@ -23,9 +23,5 @@ ecm_add_test( + Qt5::Test + KDev::Tests + KDev::Language +- +-# TODO: KF5: KDevice is forcing us to have this dependency. I'm sure +-# we can work-around it :) +-KF5::Archive + ) + +-- +2.19.1 + diff --git a/dev-util/kdevelop-php/kdevelop-php-5.2.4.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild similarity index 80% rename from dev-util/kdevelop-php/kdevelop-php-5.2.4.ebuild rename to dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild index e8a5c29a01b..9b59bf0dfaf 100644 --- a/dev-util/kdevelop-php/kdevelop-php-5.2.4.ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild @@ -17,8 +17,7 @@ LICENSE="GPL-2 LGPL-2" IUSE="" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" -DEPEND=" - $(add_frameworks_dep karchive) +COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -35,8 +34,19 @@ DEPEND=" dev-util/kdevelop-pg-qt:5 dev-util/kdevelop:5 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} !dev-util/kdevelop-php-docs " +DEPEND="${COMMON_DEPEND} + test? ( dev-util/kdevelop:5[test] ) +" PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" ) + +src_test() { + # tests hang + local myctestargs=( + -E "(completionbenchmark|duchain_multiplefiles)" + ) + kde5_src_test +}
[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/
commit: 6503ec666e364e110879c5765213e29467c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 23:45:51 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 23:45:51 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6503ec66 dev-util/kdevelop-php: Fix test DEPENDs, disable hanging Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/kdevelop-php/kdevelop-php-5.3..ebuild | 15 +-- dev-util/kdevelop-php/kdevelop-php-.ebuild | 15 +-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild b/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild index 642f2bb796..9b1c18f583 100644 --- a/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2 LGPL-2" IUSE="" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -33,6 +33,17 @@ DEPEND=" dev-util/kdevelop-pg-qt:5 dev-util/kdevelop:5 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} !dev-util/kdevelop-php-docs " +DEPEND="${COMMON_DEPEND} + test? ( dev-util/kdevelop:5[test] ) +" + +src_test() { + # tests hang + local myctestargs=( + -E "(completionbenchmark|duchain_multiplefiles)" + ) + kde5_src_test +} diff --git a/dev-util/kdevelop-php/kdevelop-php-.ebuild b/dev-util/kdevelop-php/kdevelop-php-.ebuild index 382240f7c1..02eee0dc88 100644 --- a/dev-util/kdevelop-php/kdevelop-php-.ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2 LGPL-2" IUSE="" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -32,6 +32,17 @@ DEPEND=" dev-util/kdevelop-pg-qt:5 dev-util/kdevelop:5 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} !dev-util/kdevelop-php-docs " +DEPEND="${COMMON_DEPEND} + test? ( dev-util/kdevelop:5[test] ) +" + +src_test() { + # tests hang + local myctestargs=( + -E "(completionbenchmark|duchain_multiplefiles)" + ) + kde5_src_test +}
[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/
commit: a399560fdbc1ff4dc4fbff07c147836f9c8b2f4f Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 10 05:06:04 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 10 05:06:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a399560f www-client/opera-developer: Old. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera-developer/Manifest| 1 - .../opera-developer-57.0.3090.0.ebuild | 116 - 2 files changed, 117 deletions(-) diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index 7929ec5b5c0..7b21d1cee43 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,3 +1,2 @@ -DIST opera-developer_57.0.3090.0_amd64.deb 69308000 BLAKE2B 1309205234788452f333f18bbf55d0d4d795e433f9cbf95ada7417597db4d6bb90aeb510402a9669f8188c6689eb5b3976f831312659454f7565ebf2399bbe9f SHA512 9c33f1c171543f56fa1a26369ca0fe8a393d180e46c7edc4224a0fc74a19345b8f9236abe556f858b76bb00baa351c5c5d0cc5cc16c70bc3afa659e64a24d88e DIST opera-developer_57.0.3098.1_amd64.deb 69970320 BLAKE2B 32190e19c4c4771401ad6963e567f1c0c5e09f2bea57fcc7c0381af1c8505cf2f53e4c7f4fc339ee4d5e49197d72457c0bbcf962aba0d24033258654eb255c05 SHA512 2b85fdc5bca06bbdd55258fb786bed59ae4799c15025659daceb2e44b29fe520205ed49d3c9fa300e985031f3cd3d53be0343a3b12671158b71cd42c6186908a DIST opera-developer_58.0.3105.0_amd64.deb 70419486 BLAKE2B 7c3b8ac9ece6c124cb5016f99a260be4416d99fc36a2c6bd02ac2fce3161ddfb51ec094ee9722081055b3ef78ad568b3b7b6a75351ea72bdab42645739dda65c SHA512 76b29d408dcf6115807ce75f318f0b37fb16da32125d7e859e00ef5f5ba1c0b38dc0b9e5af8251bc013cc4a3f1050ba5af3b923b17ce00b820e5bd983ca5d89c diff --git a/www-client/opera-developer/opera-developer-57.0.3090.0.ebuild b/www-client/opera-developer/opera-developer-57.0.3090.0.ebuild deleted file mode 100644 index c09ad3685d1..000 --- a/www-client/opera-developer/opera-developer-57.0.3090.0.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CHROMIUM_LANGS=" - be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it - ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi - zh-CN zh-TW -" -inherit chromium-2 gnome2-utils multilib unpacker xdg-utils - -DESCRIPTION="A fast and secure web browser" -HOMEPAGE="https://www.opera.com/"; -LICENSE="OPERA-2014" -SLOT="0" -SRC_URI_BASE=" - https://download1.operacdn.com/pub/ - https://download2.operacdn.com/pub/ - https://download3.operacdn.com/pub/ - https://download4.operacdn.com/pub/ -" -SRC_URI="amd64? (" -for uri in ${SRC_URI_BASE}; do -SRC_URI+=" - "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" -" -done -SRC_URI+=")" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - gnome-base/gconf:2 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - net-misc/curl - net-print/cups - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libnotify - x11-libs/pango[X] -" - -QA_PREBUILT="*" -S=${WORKDIR} -OPERA_HOME="usr/$(get_libdir)/${PN}" - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - epatch_user - - case ${ARCH} in - amd64) - mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die - rm -r usr/lib || die - ;; - x86) - mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die - ;; - esac - - mv usr/share/doc/${PN} usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die - - rm usr/bin/${PN} || die - - pushd "${OPERA_HOME}/localization" > /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - - sed -i \ - -e 's|^TargetEnvironment|X-&|g' \ - usr/share/applications/${PN}.desktop || die -} - -src_install() { - mv * "${D}" || die - dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} - fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_da
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: 0d2f9cc1de511240b03c04f46d7891bdae3ca080 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 10 05:04:41 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 10 05:06:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2f9cc1 www-client/vivaldi-snapshot: Old. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 - .../vivaldi-snapshot-2.1.1317.4_p2.ebuild | 118 - 2 files changed, 122 deletions(-) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index b2c88616d7c..1a71e505643 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -1,7 +1,3 @@ -DIST vivaldi-snapshot-2.1.1317.4_p2-amd64.deb 58852884 BLAKE2B 887de4a17ef097d87502e65ae6ee89c4f8e51d8225d870a1b352ad6d9d51170ec87b2fa42a0d749b8654789b374d30a7af599dcab26c1314178106b801a2f5cc SHA512 95b3dc1c2f78f2730edc2e30697c8ce49ffa954874c537af24dc0636e42563e81b8d2f0762b4a16a4047f9751d8fe5da0299b024d4b84048f6e2ebd3a2bc9e5c -DIST vivaldi-snapshot-2.1.1317.4_p2-arm64.deb 51161024 BLAKE2B 60c14b57fee6e39a05b9d7d62a327d961c5ec8cb2239b21f51c5f1fa98752f93f86162cec6176a1342d6588e95d818bcb79b2f331ceb11c4ce422f8925922926 SHA512 311cdec2f8063fb20dbb410cddec7013d251971f73d278be8dc5d9843a7901bcd1bd1f6aadfeb1f4fe7df118a31696328cad821b3b85fcd594b2b1d47b5a1fc9 -DIST vivaldi-snapshot-2.1.1317.4_p2-armhf.deb 51996466 BLAKE2B c2ed497b681ce0523cd0fbe0eedccdce656357b65bf620b27a80a499ead390af68cf0958d21f0d59af393248e7ed3b896684c9e9cf6d0514af273c4b8784525b SHA512 bc4e5be2c4f36f80a4a19e7530a523b95c28b654f898f34d97ebd72d83754101280355f73bca5388d90b858d4aefd2eb0d836fec9541b069ec6ed44f6c3a8503 -DIST vivaldi-snapshot-2.1.1317.4_p2-i386.deb 58080282 BLAKE2B 5da79ebbb45986ab267744ef675c16cc4392742da74610f33f8dc167945b8177531c4990d53a1ae45d85d82aa3f269bb9c97fc8e18292cf47749c904401b SHA512 c32f14ed23dbc1d174ccea8e9b491de5f2e200a5e2aa5c56ca078b9b4ee03e40f1802113b37343d70a38e716305de6e0588b67cc2a8e12d7526e7456cffd5294 DIST vivaldi-snapshot-2.1.1322.4_p2-amd64.deb 59786836 BLAKE2B b8bff50bdb60c21274cc4b1789423ca71961539e6ffcaaa25e8085cc98786267d391fc724dbd0153bd11f9c4e1ed1df31d2028d93b9433f6dd76ae415ddc0b9d SHA512 fcb6b4b91cc393f839f77d1cfbffa455779498573bdedf915fd853b8ec37e107f78cfdfc1152053594644b006d336fc70f41386e0d11a83e03f6cb902871addd DIST vivaldi-snapshot-2.1.1322.4_p2-arm64.deb 51899344 BLAKE2B ea2583529002760eb79c76110605f2b5600fa244583f6df06a4447b38fb4fc62c4b5fbd4ab9c08c7795a66a48f5c1585b67c540e653ef2adfc2aa8200031f43d SHA512 ee1578fbb3f22dbadafde60b3cc415bd0b2250bcfc61250f57c5c0158ba55a9cdedb44087d6c1995c923d05f765d049d7f77db3d559d6b05e35a3a5e65d02c2c DIST vivaldi-snapshot-2.1.1322.4_p2-armhf.deb 52667198 BLAKE2B 5cac3b2da91026ceab5b2cdac5a002ea80fba7dc4b0588443687a04f7bcccf35e83d87de77a50c357acd95a580e50977ca20ced0cad47ce4a02d3dfc8a81b4dd SHA512 75a3fd46eb2a5c3128d8e46eac12cd432da203ff658171725e0f2b833b5fe91bb4caf4f029fb9d4fc1607ab97052135826b7d61bac0d401da1da98a48ce6a579 diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1317.4_p2.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1317.4_p2.ebuild deleted file mode 100644 index 91b5d4fe6ab..000 --- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1317.4_p2.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CHROMIUM_LANGS=" - am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi - hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv - sw ta te th tr uk vi zh-CN zh-TW -" -inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs xdg-utils - -VIVALDI_HOME="opt/${PN}" -DESCRIPTION="A browser for our friends" -HOMEPAGE="https://vivaldi.com/"; -VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; -SRC_URI=" - amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) - arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) - arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) - x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) -" - -LICENSE="Vivaldi" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" -RESTRICT="bindist mirror" - -DEPEND=" - virtual/libiconv -" -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/speex - net-print/cups - sys-apps/dbus - sys-libs/libcap - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/lib
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: 394e6fd579c903731c1434f78bda94309bf04ec1 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 10 05:04:07 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 10 05:06:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394e6fd5 www-client/vivaldi-snapshot: Version 2.1.1328.4_p2 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 + .../vivaldi-snapshot-2.1.1328.4_p2.ebuild | 118 + 2 files changed, 122 insertions(+) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index 6bb3919e959..b2c88616d7c 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.1.1322.4_p2-amd64.deb 59786836 BLAKE2B b8bff50bdb60c2127 DIST vivaldi-snapshot-2.1.1322.4_p2-arm64.deb 51899344 BLAKE2B ea2583529002760eb79c76110605f2b5600fa244583f6df06a4447b38fb4fc62c4b5fbd4ab9c08c7795a66a48f5c1585b67c540e653ef2adfc2aa8200031f43d SHA512 ee1578fbb3f22dbadafde60b3cc415bd0b2250bcfc61250f57c5c0158ba55a9cdedb44087d6c1995c923d05f765d049d7f77db3d559d6b05e35a3a5e65d02c2c DIST vivaldi-snapshot-2.1.1322.4_p2-armhf.deb 52667198 BLAKE2B 5cac3b2da91026ceab5b2cdac5a002ea80fba7dc4b0588443687a04f7bcccf35e83d87de77a50c357acd95a580e50977ca20ced0cad47ce4a02d3dfc8a81b4dd SHA512 75a3fd46eb2a5c3128d8e46eac12cd432da203ff658171725e0f2b833b5fe91bb4caf4f029fb9d4fc1607ab97052135826b7d61bac0d401da1da98a48ce6a579 DIST vivaldi-snapshot-2.1.1322.4_p2-i386.deb 58598378 BLAKE2B 7f7b205303a8d8eace01c9f94326af2ee6b92cc37c993cc2c18ccbf70e2a27ca16dbdd8f35de400811c86264f1c6374fa7886ef47b4e405edec38e2b05550d85 SHA512 46d14eee44bad24660e9489bcdfc88aa53ee63fb7cf2b81d7f16d23a0c0e26777c0af9059a311444229cf17e1208b2f32bb301c0a07e14434615b600ddacad3c +DIST vivaldi-snapshot-2.1.1328.4_p2-amd64.deb 59792998 BLAKE2B da33109395c87a76a98fae6785900e562543c0bd450af170a88868e8bdb7f3dcf1d72af901d98fcc1ae900f83faefc73c4a17e279e6031e163743e1106bc4c86 SHA512 568ad5e902063a0df5fcd956f736787c76a2e674d48d651dba0d79f2d564b604820277a08c39d4f57c34fd40e1b1363536764a57a9d67ebd138b2e4caf67e3da +DIST vivaldi-snapshot-2.1.1328.4_p2-arm64.deb 51920646 BLAKE2B 90d01dcecd8d3d876e85bf8e144e78a0e84da27c4b143ec7d0f8758acc7b5a9d760895538811380275430e5344d5fc205a66812eae0ec80d6052ecbe088206f1 SHA512 67fcfcec5b73ddb1957fd00e84bb6206f32d25f5507f58d5907a1221cf5649f3a55f7ff0749d250d8ed8a8eb44105f051c0281773bd9605f1584fdf0585de48b +DIST vivaldi-snapshot-2.1.1328.4_p2-armhf.deb 52678238 BLAKE2B 82c94e3723cb687ea92391a706c1b1819f2b46dc60b373d4e6d70869c50307b2fbd49b8400b505f2da92181fdf3ed968c7adc3d05341cdc167832474bc77d4fa SHA512 2bc4c19e8fadd5180d38f53ada40b0d0b98c243a3373570ae26d915170c8c56a389e326a5c0485f4014684f7fbbe30b0383e672f7617e95a1b1e34a65d536050 +DIST vivaldi-snapshot-2.1.1328.4_p2-i386.deb 58611190 BLAKE2B 74491a7ffd3ad4957e30d9277b893a92b3f2b04562721a78d0bf6590d809b4f8f600dec30939b7a73171ef586983db6478d8f5f0a933703b23d9dd5e6de34ed1 SHA512 fe7d37d4f014cde812c66f7023430d0214da9dbb96d544a7b24ce8208fe6c485dc0c8f37643594da94e4db785de19f50c0a89de9f6b3544dd042b988494766e6 diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1328.4_p2.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1328.4_p2.ebuild new file mode 100644 index 000..91b5d4fe6ab --- /dev/null +++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.1.1328.4_p2.ebuild @@ -0,0 +1,118 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +CHROMIUM_LANGS=" + am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi + hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv + sw ta te th tr uk vi zh-CN zh-TW +" +inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs xdg-utils + +VIVALDI_HOME="opt/${PN}" +DESCRIPTION="A browser for our friends" +HOMEPAGE="https://vivaldi.com/"; +VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; +SRC_URI=" + amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) + arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) + arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) + x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) +" + +LICENSE="Vivaldi" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" +RESTRICT="bindist mirror" + +DEPEND=" + virtual/libiconv +" +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/speex + net-print/cups + sys-apps/dbus + sys-libs/libcap + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-
[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/
commit: 2b045cbeb2911fb68ccb8f7d215a8da909e5055e Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 10 05:05:07 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 10 05:06:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b045cbe www-client/opera-developer: Version 58.0.3105.0 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera-developer/Manifest| 1 + .../opera-developer-58.0.3105.0.ebuild | 116 + 2 files changed, 117 insertions(+) diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index 6ab92a108ec..7929ec5b5c0 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,2 +1,3 @@ DIST opera-developer_57.0.3090.0_amd64.deb 69308000 BLAKE2B 1309205234788452f333f18bbf55d0d4d795e433f9cbf95ada7417597db4d6bb90aeb510402a9669f8188c6689eb5b3976f831312659454f7565ebf2399bbe9f SHA512 9c33f1c171543f56fa1a26369ca0fe8a393d180e46c7edc4224a0fc74a19345b8f9236abe556f858b76bb00baa351c5c5d0cc5cc16c70bc3afa659e64a24d88e DIST opera-developer_57.0.3098.1_amd64.deb 69970320 BLAKE2B 32190e19c4c4771401ad6963e567f1c0c5e09f2bea57fcc7c0381af1c8505cf2f53e4c7f4fc339ee4d5e49197d72457c0bbcf962aba0d24033258654eb255c05 SHA512 2b85fdc5bca06bbdd55258fb786bed59ae4799c15025659daceb2e44b29fe520205ed49d3c9fa300e985031f3cd3d53be0343a3b12671158b71cd42c6186908a +DIST opera-developer_58.0.3105.0_amd64.deb 70419486 BLAKE2B 7c3b8ac9ece6c124cb5016f99a260be4416d99fc36a2c6bd02ac2fce3161ddfb51ec094ee9722081055b3ef78ad568b3b7b6a75351ea72bdab42645739dda65c SHA512 76b29d408dcf6115807ce75f318f0b37fb16da32125d7e859e00ef5f5ba1c0b38dc0b9e5af8251bc013cc4a3f1050ba5af3b923b17ce00b820e5bd983ca5d89c diff --git a/www-client/opera-developer/opera-developer-58.0.3105.0.ebuild b/www-client/opera-developer/opera-developer-58.0.3105.0.ebuild new file mode 100644 index 000..c09ad3685d1 --- /dev/null +++ b/www-client/opera-developer/opera-developer-58.0.3105.0.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +CHROMIUM_LANGS=" + be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it + ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi + zh-CN zh-TW +" +inherit chromium-2 gnome2-utils multilib unpacker xdg-utils + +DESCRIPTION="A fast and secure web browser" +HOMEPAGE="https://www.opera.com/"; +LICENSE="OPERA-2014" +SLOT="0" +SRC_URI_BASE=" + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ +" +SRC_URI="amd64? (" +for uri in ${SRC_URI_BASE}; do +SRC_URI+=" + "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" +" +done +SRC_URI+=")" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + gnome-base/gconf:2 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + net-misc/curl + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libnotify + x11-libs/pango[X] +" + +QA_PREBUILT="*" +S=${WORKDIR} +OPERA_HOME="usr/$(get_libdir)/${PN}" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + epatch_user + + case ${ARCH} in + amd64) + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die + rm -r usr/lib || die + ;; + x86) + mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die + ;; + esac + + mv usr/share/doc/${PN} usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + rm usr/bin/${PN} || die + + pushd "${OPERA_HOME}/localization" > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + sed -i \ + -e 's|^TargetEnvironment|X-&|g' \ + usr/share/applications/${PN}.desktop || die +} + +src_install() { + mv * "${D}" || die + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} + fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postinst() { + gnome2_icon_cache_update + xd
[gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/
commit: 7da1cdd1e63f09c841c9c1d393e76a2e8c89dcf4 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 03:11:52 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 03:12:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da1cdd1 dev-libs/kdiagram: x86 stable (bug #667312) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-libs/kdiagram/kdiagram-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild b/dev-libs/kdiagram/kdiagram-2.6.1.ebuild index 9a92400c661..019b73657cb 100644 --- a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild +++ b/dev-libs/kdiagram/kdiagram-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="" REQUIRED_USE="test? ( examples )" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" fi
[gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/
commit: 3cd8d011cce2d03f4be373e1c124b2ff13515421 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 03:12:35 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 03:12:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd8d011 net-misc/ipv6calc: x86 stable (bug #668194) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-misc/ipv6calc/ipv6calc-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild index 6ea0a78da69..077495c555f 100644 --- a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="geoip libressl test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/
commit: af0dc7853a6947509f1f2ae999ff4aa2cfc61c02 Author: Matthew Thode gentoo org> AuthorDate: Wed Oct 10 03:02:50 2018 + Commit: Matthew Thode gentoo org> CommitDate: Wed Oct 10 03:03:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0dc785 sys-cluster/cinder: 12.0.4 bump Signed-off-by: Matthew Thode gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-cluster/cinder/Manifest | 1 + sys-cluster/cinder/cinder-12.0.4.ebuild | 217 2 files changed, 218 insertions(+) diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest index 3f87a489951..0ae4590a3f1 100644 --- a/sys-cluster/cinder/Manifest +++ b/sys-cluster/cinder/Manifest @@ -1,5 +1,6 @@ DIST cinder-11.1.1.tar.gz 5808526 BLAKE2B 1b773e45673c35faff1a327d73608949e088f3635adb6dd6c7e779e708dd8f2270b85086378d48042b86e60ad7ca94754d56c1d0193f1d715112a03cf3163c77 SHA512 10ecf0068c57077a24bb0445a0901e07e7ad211cd7fac67ed016b770b477e9ba0e9954de70f165aae69e079f6b2e9416d8292ec701db4c97b987c7dac8f69a43 DIST cinder-12.0.3.tar.gz 5333501 BLAKE2B a2ee71f1e35813162e5f37abdf7a3b1fd2bc7fe283422e07ad4506d7d0d6d322d7488876b1d4a8966ad357d8439f4f8e8322926c66810ed76210caa077d94910 SHA512 51b151d0fff6f2983ab0d0f90fb2e29bf04e54f51925d2b8acdda715f6a1eb83cd44f6e2a42243298ce4e8e8d23cdeedbf902d778e259960d56f8bccfd8420a2 +DIST cinder-12.0.4.tar.gz 5349921 BLAKE2B 168beb53879656956a97a4e787aba200b119e80e3b787fa94534c7ca8a68fb641df47069e19759ef022103a3f306402711ec315bc61d6387b427c6f5672919fc SHA512 0a139c25458020a869ab9395f42cd31b83cbfb65640a41ef0039aef48a92fd641a0084c5fd8fbdc35b6c8b6e9250e1d0a845816b92a882358acf4e2793be536c DIST cinder-13.0.0.tar.gz 5515802 BLAKE2B 9893e3cef0f14684ac6e1dff2a33cc96dd8f47a403e1d8a9a993be3be38f8c76f239535ef5faed72c991c88b51de106f54a5741688d457da654cfaa4a2c1843e SHA512 842e6cd858910cabc99bed874f5bd6b7234da0f676e91b83a767ba357b0eb7f4409dd383a9c64896dc6346a87399296399954af96f13b21cd655be5c89b3e978 DIST cinder.conf.sample-13.0.0 185527 BLAKE2B c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2 SHA512 1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15 DIST cinder.conf.sample-2018.2. 185527 BLAKE2B c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2 SHA512 1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15 diff --git a/sys-cluster/cinder/cinder-12.0.4.ebuild b/sys-cluster/cinder/cinder-12.0.4.ebuild new file mode 100644 index 000..03e6d85f8fe --- /dev/null +++ b/sys-cluster/cinder/cinder-12.0.4.ebuild @@ -0,0 +1,217 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 eutils linux-info user + +DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes" +HOMEPAGE="https://launchpad.net/cinder"; + +if [[ ${PV} == * ]];then + inherit git-r3 + SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample -> queens-cinder.conf.sample" + EGIT_REPO_URI="https://github.com/openstack/cinder.git"; + EGIT_BRANCH="stable/queens" +else + SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample -> queens-cinder.conf.sample + https://tarballs.openstack.org/${PN}/${P}.tar.gz"; + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres rdma sqlite +tcp test +tgt" +REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND} + app-admin/sudo" + +RDEPEND=" + ${CDEPEND} + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] + >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] + >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}] + dev-python/enum34[$(python_gen_usedep 'python2_7')] + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] + =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] + =dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}] + >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}] + >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}] + !~dev-python/lxml-3.7.0[${PYT
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/
commit: b88ae85fe3bb142d0b73d94f13bba91a3f8590a1 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:52:02 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:52:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88ae85f kde-frameworks/networkmanager-qt: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/networkmanager-qt/networkmanager-qt-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.50.0.ebuild b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.50.0.ebuild index 4bcf5b7443f..8f210fbd414 100644 --- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.50.0.ebuild +++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="NetworkManager bindings for Qt" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm x86" IUSE="teamd" COMMON_DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/
commit: 17874257db0646396deaf4bb2a25297bcbc14891 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:57:47 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:57:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17874257 kde-frameworks/syntax-highlighting: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/syntax-highlighting/syntax-highlighting-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.50.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.50.0.ebuild index dcea91c13a7..19dc98aab4f 100644 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.50.0.ebuild +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework for syntax highlighting" LICENSE="LGPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="nls" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
commit: 7c08533901b817fdfeaacb7499a4a8eee22c Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 03:00:31 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 03:00:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c085339 sys-process/htop: x86 stable (bug #667928) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> sys-process/htop/htop-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index bd549ea95a5..ad311e9f702 100644 --- a/sys-process/htop/htop-2.2.0.ebuild +++ b/sys-process/htop/htop-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz"; LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/
commit: e742a1f27d146abeecf4efc4efd2b292502f91c0 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:48:38 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:48:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e742a1f2 kde-frameworks/kwayland: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kwayland/kwayland-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-5.50.0.ebuild b/kde-frameworks/kwayland/kwayland-5.50.0.ebuild index 4bc9d6baa35..09b22fb2796 100644 --- a/kde-frameworks/kwayland/kwayland-5.50.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" HOMEPAGE="https://cgit.kde.org/kwayland.git"; LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-apps/akregator/
commit: e30b91fded2bf96be6771a27c15110e56547e6fa Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:58:45 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:58:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30b91fd kde-apps/akregator: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-apps/akregator/akregator-18.04.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/akregator/akregator-18.04.3-r1.ebuild b/kde-apps/akregator/akregator-18.04.3-r1.ebuild index 8f0cffe52ef..54d6244bf74 100644 --- a/kde-apps/akregator/akregator-18.04.3-r1.ebuild +++ b/kde-apps/akregator/akregator-18.04.3-r1.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="News feed aggregator" HOMEPAGE="https://www.kde.org/applications/internet/akregator"; LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/
commit: d14c96b0877ba88fb55c47d49d8ee5bab9c7 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:56:55 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:56:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c96b0 kde-frameworks/sonnet: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/sonnet/sonnet-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild index c71996ffd9f..e98dc8e8c6d 100644 --- a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild +++ b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" LICENSE="LGPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="aspell +hunspell nls" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/
commit: 9d183f5aa62cca1b8be149b3c6c4c0754b0687cc Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:50:23 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:50:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d183f5a kde-frameworks/kxmlgui: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild b/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild index bfcc98e93dd..7de1d159e73 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild +++ b/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework for managing menu and toolbar actions in an abstract way" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" LICENSE="LGPL-2+" IUSE="attica"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwidgetsaddons/
commit: a3a344f66e5c0c9a98a726271abe2ad87b2a1382 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:49:09 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:49:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a344f6 kde-frameworks/kwidgetsaddons: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild index 1b30813bfb3..3d98cd0609e 100644 --- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild +++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="An assortment of high-level widgets for common tasks" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="nls" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/
commit: faccf2feeacc80b364049095d9825b7cd542f6d1 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:48:01 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:48:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faccf2fe kde-frameworks/kwallet: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kwallet/kwallet-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwallet/kwallet-5.50.0.ebuild b/kde-frameworks/kwallet/kwallet-5.50.0.ebuild index 9ebbc724def..43cf12cc8ff 100644 --- a/kde-frameworks/kwallet/kwallet-5.50.0.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Framework providing desktop-wide storage for passwords" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="gpg +man" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-meta/
commit: c0e1f2f15799d0d10e188a9a3369c67749682ce7 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:59:54 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:59:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e1f2f1 kde-apps/kdepim-meta: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild b/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild index b2ec2973ba6..047a029b65c 100644 --- a/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild +++ b/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild @@ -7,7 +7,7 @@ inherit kde5-meta-pkg DESCRIPTION="KDE PIM - merge this to pull in all kdepim-derived packages" HOMEPAGE="https://www.kde.org/applications/development"; -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlrpcclient/
commit: cb3b322cfd6bbbc34ff2760f69b344eadcdcdb08 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:50:53 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:50:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3b322c kde-frameworks/kxmlrpcclient: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild index d9a11e8ddd0..52074cfad4b 100644 --- a/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild +++ b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework providing client-side support for the XML-RPC protocol" LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-backup/snapper/
commit: ffdbcef25c9b47cf654eb0238aaa6ca45d915853 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 03:01:21 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 03:01:21 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdbcef2 app-backup/snapper: x86 stable (bug #660680) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> app-backup/snapper/snapper-0.5.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/snapper/snapper-0.5.6.ebuild b/app-backup/snapper/snapper-0.5.6.ebuild index 0615011a39c..40cbc81f0c7 100644 --- a/app-backup/snapper/snapper-0.5.6.ebuild +++ b/app-backup/snapper/snapper-0.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="lvm pam xattr" RDEPEND="dev-libs/boost:=[threads]
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kunitconversion/
commit: 7597a08a5c7cd333e8ab2a391b819c5154d6450e Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:47:25 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:47:25 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7597a08a kde-frameworks/kunitconversion: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kunitconversion/kunitconversion-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kunitconversion/kunitconversion-5.50.0.ebuild b/kde-frameworks/kunitconversion/kunitconversion-5.50.0.ebuild index 8f880d3d8fc..b3a57fb8ccf 100644 --- a/kde-frameworks/kunitconversion/kunitconversion-5.50.0.ebuild +++ b/kde-frameworks/kunitconversion/kunitconversion-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Framework for converting units" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/
commit: 6d128969a6d08ca3dd08825a3d1fb64daf16f5ee Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 03:01:01 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 03:01:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d128969 net-p2p/ktorrent: x86 stable (bug #667762) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-p2p/ktorrent/ktorrent-5.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-5.1.1.ebuild b/net-p2p/ktorrent/ktorrent-5.1.1.ebuild index dc9e90bf939..26fd8b7f7b3 100644 --- a/net-p2p/ktorrent/ktorrent-5.1.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/"; [[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV/%.0}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/
commit: 15ecd530fe8a572d6c71ad0341e4f89924cd6a8e Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:54:44 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:54:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ecd530 kde-frameworks/purpose: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/purpose/purpose-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/purpose/purpose-5.50.0.ebuild b/kde-frameworks/purpose/purpose-5.50.0.ebuild index 6ca976f20fe..b17f1381fbf 100644 --- a/kde-frameworks/purpose/purpose-5.50.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm x86" IUSE="+kaccounts" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/
commit: b8f70fb66276fa70c9a1f1aad38438ce22ec2a0b Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:53:29 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:53:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f70fb6 kde-frameworks/plasma: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/plasma/plasma-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/plasma/plasma-5.50.0.ebuild b/kde-frameworks/plasma/plasma-5.50.0.ebuild index 3709e2bfcab..d205f288487 100644 --- a/kde-frameworks/plasma/plasma-5.50.0.ebuild +++ b/kde-frameworks/plasma/plasma-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Plasma framework" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="gles2 wayland X" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syndication/
commit: 74385788076f76393573f4a71c9fdff6fb81592c Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:57:14 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:57:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74385788 kde-frameworks/syndication: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/syndication/syndication-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/syndication/syndication-5.50.0.ebuild b/kde-frameworks/syndication/syndication-5.50.0.ebuild index e20edd18c99..3542543037d 100644 --- a/kde-frameworks/syndication/syndication-5.50.0.ebuild +++ b/kde-frameworks/syndication/syndication-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for parsing RSS and Atom feeds" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" COMMON_DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-apps/kblog/
commit: b638b5cf06fbc52a33c74febdeea0aba25c123f0 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:59:06 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:59:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b638b5cf kde-apps/kblog: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-apps/kblog/kblog-18.04.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kblog/kblog-18.04.3-r1.ebuild b/kde-apps/kblog/kblog-18.04.3-r1.ebuild index 1deda67b9ff..c506b6892d7 100644 --- a/kde-apps/kblog/kblog-18.04.3-r1.ebuild +++ b/kde-apps/kblog/kblog-18.04.3-r1.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library providing client-side support for web application remote blogging APIs" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/prison/
commit: d714ee3ef7fb8b764dcae40d88b7e8bb8919feab Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:54:07 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:54:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d714ee3e kde-frameworks/prison: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/prison/prison-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/prison/prison-5.50.0.ebuild b/kde-frameworks/prison/prison-5.50.0.ebuild index a48a6c1a0c3..cd31c00a7ae 100644 --- a/kde-frameworks/prison/prison-5.50.0.ebuild +++ b/kde-frameworks/prison/prison-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="QRCode and data matrix barcode library" HOMEPAGE="https://cgit.kde.org/prison.git"; LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="qml" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/
commit: 59fa40b82b2f761a95516c005a71609b6c99a60b Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:55:20 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:55:20 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fa40b8 kde-frameworks/qqc2-desktop-style: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild index f250d641152..a62da0a9837 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ KDE_QTHELP="false" inherit kde5 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm x86" LICENSE="|| ( GPL-2+ LGPL-3+ )" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/solid/
commit: c7864a7b5f82d90c308551062031f5bff176a1da Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:56:00 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:56:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7864a7b kde-frameworks/solid: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/solid/solid-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/solid/solid-5.50.0.ebuild b/kde-frameworks/solid/solid-5.50.0.ebuild index 3e36d8d362f..b296460bfc8 100644 --- a/kde-frameworks/solid/solid-5.50.0.ebuild +++ b/kde-frameworks/solid/solid-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="nls" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/threadweaver/
commit: 960d96a7346715b81725f948aa167222621b7a86 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:58:16 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:58:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960d96a7 kde-frameworks/threadweaver: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/threadweaver/threadweaver-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/threadweaver/threadweaver-5.50.0.ebuild b/kde-frameworks/threadweaver/threadweaver-5.50.0.ebuild index 44bbeff6f8d..8460c8a9da9 100644 --- a/kde-frameworks/threadweaver/threadweaver-5.50.0.ebuild +++ b/kde-frameworks/threadweaver/threadweaver-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Framework for managing threads using job and queue-based interfaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/modemmanager-qt/
commit: 7436d27e4b04cc596f1dd307336a387f20354818 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:51:27 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:51:27 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7436d27e kde-frameworks/modemmanager-qt: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/modemmanager-qt/modemmanager-qt-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.50.0.ebuild b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.50.0.ebuild index 0c4e09a7567..e911da6d593 100644 --- a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.50.0.ebuild +++ b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="ModemManager bindings for Qt" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/oxygen-icons/
commit: b240116f9f759b7b721870ecd18d2a82b76a78a9 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:52:42 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:52:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b240116f kde-frameworks/oxygen-icons: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/oxygen-icons/oxygen-icons-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.50.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.50.0.ebuild index 30f0353067e..2363b70b59b 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.50.0.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ inherit kde5 DESCRIPTION="Oxygen SVG icon theme" LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/
commit: a7ed196dc6ebd7253fb1e14d0f7bf4073407beb9 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 10 02:49:45 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Oct 10 02:49:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ed196d kde-frameworks/kwindowsystem: x86 stable (bug #667760) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild index 0c0b8f82e49..946f0c61d3d 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework providing access to properties and features of the window manager" LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" IUSE="nls X" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/
commit: 19f9bef3016141f1f4d7e3e5caa87b89d0c780c7 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 10 01:24:27 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 10 01:24:27 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f9bef3 net-vpn/tinc: version bump to 1.0.35 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-vpn/tinc/Manifest | 1 + net-vpn/tinc/tinc-1.0.35.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/net-vpn/tinc/Manifest b/net-vpn/tinc/Manifest index a6f95f0a401..14650b1eb64 100644 --- a/net-vpn/tinc/Manifest +++ b/net-vpn/tinc/Manifest @@ -1,3 +1,4 @@ DIST tinc-1.0.33.tar.gz 486374 BLAKE2B 542e9c95aa3dea941315c5a3293c06137be7131bbb4a3ba5d788e7c250327d0b01530db5b3371aee85b1e85a104b9997e9f09a6b33051090da087595e1bcb9da SHA512 f17c7682e177d85a049891255fc590069c7901307951ee93364a7a754f1a7c5ca4b6a6f7ddcb4c9ad150f0155ff7db7112990a3fc3a6496b48bdbfd3b1ae8804 DIST tinc-1.0.34.tar.gz 484174 BLAKE2B 8ba80983cb1293b03b814f305bd733a2208562b8450a539c0f80c25596c0e05fb7ebc8edf8e6617b9e18d8b96bb49a82098f902e692ce4b85c7c47b1072be2dd SHA512 b711a2c532f8efc94c77e9bbe5213ae284d2a3cb598d2760df700448e495a02ac56baa0393bbc6fbc735bf97a26ca5a79133c92952d98a9086a9ffd273eef725 +DIST tinc-1.0.35.tar.gz 499277 BLAKE2B 419b581167614d534b6f2f3b804657f088c013529d7738766aff199da775860ffed42ecb61e8ed008c5b6fa410f071e2fe1ca59f0c6e443c0a8017cd10c31ce3 SHA512 037867306c21506d57d69d35c0f246b2936022047978fa3e01464b5f6b65f109760507d9cc740f82f8166f39c5ce44d9f8dde55655a6372dacd5b5974aeaee32 DIST tinc-1.1pre16.tar.gz 703679 BLAKE2B c02636f52983c1fdebe28058a5e49f3952ac10b238c9d8f01a10b140960803f197a057c883860ca259b949883c406cf74f518d0e45bf84f10566a964570daf9b SHA512 b32a0a734a4c8a91bad4cef4177cb45757c97c09dc179da1e3357f2fde48b3b0747587dbac31ecb5400e1553b6712d474a6a1808ac24bce1a3494c1842bb6c43 diff --git a/net-vpn/tinc/tinc-1.0.35.ebuild b/net-vpn/tinc/tinc-1.0.35.ebuild new file mode 100644 index 000..8d387dbc59c --- /dev/null +++ b/net-vpn/tinc/tinc-1.0.35.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit systemd + +DESCRIPTION="tinc is an easy to configure VPN implementation" +HOMEPAGE="http://www.tinc-vpn.org/"; +SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="libressl +lzo uml vde +zlib" + +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + lzo? ( dev-libs/lzo:2 ) + zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND} + vde? ( net-misc/vde )" + +src_configure() { + econf \ + --enable-jumbograms \ + --disable-tunemu \ + $(use_enable lzo) \ + $(use_enable uml) \ + $(use_enable vde) \ + $(use_enable zlib) +} + +src_install() { + emake DESTDIR="${D}" install + dodir /etc/tinc + dodoc AUTHORS NEWS README THANKS + doconfd "${FILESDIR}"/tinc.networks + newconfd "${FILESDIR}"/tincd.conf tincd + newinitd "${FILESDIR}"/tincd-r1 tincd + systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service" +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
commit: e44c53e686782af7746326bbaeb42e1930e58119 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 10 01:10:13 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 10 01:10:13 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44c53e6 dev-libs/libressl: version bump to 2.8.1, bug #668100 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/libressl/Manifest | 1 + dev-libs/libressl/libressl-2.8.1.ebuild | 53 + 2 files changed, 54 insertions(+) diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest index 00d0a4d3918..b2d45f30e38 100644 --- a/dev-libs/libressl/Manifest +++ b/dev-libs/libressl/Manifest @@ -3,3 +3,4 @@ DIST libressl-2.6.5.tar.gz 3225481 BLAKE2B fcdf0d8b4b68fdb6c17299f4b9897c84f51ec DIST libressl-2.7.3.tar.gz 3364724 BLAKE2B e245cd0e3c4819e12f3f05898429c10894959d9bbe27bfca38543ec304a84abc8edda7c968eb8d25e5c589011c5482060d05bd1e5aef71c13708ec804cd05a72 SHA512 5fafff32bc4effa98c00278206f0aeca92652c6a8101b2c5da3904a5a3deead2d1e3ce979c644b8dc6060ec216eb878a5069324a0396c0b1d7b6f8169d509e9b DIST libressl-2.7.4.tar.gz 3359012 BLAKE2B 07b98fdc6bcdf9d888fb1b1d301c95ab6f998fb7ff2c6dfd2ecf4558768e200dfa96c394e5b321bc27ba390e92646c319ef5be5915872a7c086de8017ff8f855 SHA512 1cd82a1bff4f655251b5feb0c850f4164e0fd548e4b404407370f74dcc75c205f42efc7787a157eecac84cbbe46af48cb63f46b3fef75f4a0a9ea19a5863a691 DIST libressl-2.8.0.tar.gz 3377310 BLAKE2B 2a2027d86e99a09a349f3f123223a8544f49410ae53dbf4b97f898895758d00b1e8f73889f0b0ad8cec6f7ba5e85f033080d0e4af92b0fd10d048136337a0213 SHA512 3004cd78a9d52dece9f24272389778d6afca549de245852004ddd57b01a0c3a6fa1cee2d56980d067d23b3ead7f7a4aa6bcf4e0c57a56f5f7d9fd3f8d23f3ca2 +DIST libressl-2.8.1.tar.gz 3375642 BLAKE2B 39b550e09cfe286e92c6b1168525bac927b37ed7c03db159e456e71abba1d411a78c7a3ad9084b28d41a3f132a959ea82e877ed159daa2c69fa59fef67fec1b8 SHA512 57af2c7a1a8522dca25c4e6371cb44f5ab074be1aded153e6e5fca4fa0844518710f7ce834d4dd309086686c492f10fca83f4d45c084eb49607cb5861f07ac99 diff --git a/dev-libs/libressl/libressl-2.8.1.ebuild b/dev-libs/libressl/libressl-2.8.1.ebuild new file mode 100644 index 000..45e86959cf5 --- /dev/null +++ b/dev-libs/libressl/libressl-2.8.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-minimal + +DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" +HOMEPAGE="https://www.libressl.org/"; +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"; + +LICENSE="ISC openssl" +# Reflects ABI of libcrypto.so and libssl.so. Since these can differ, +# we'll try to use the max of either. However, if either change between +# versions, we have to change the subslot to trigger rebuild of consumers. +SLOT="0/46" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="+asm static-libs test" +REQUIRED_USE="test? ( static-libs )" + +RDEPEND="!dev-libs/openssl:0" +DEPEND="${RDEPEND}" +PDEPEND="app-misc/ca-certificates" + +src_prepare() { + touch crypto/Makefile.in + + sed -i \ + -e '/^[ \t]*CFLAGS=/s#-g ##' \ + -e '/^[ \t]*CFLAGS=/s#-g"#"#' \ + -e '/^[ \t]*CFLAGS=/s#-O2 ##' \ + -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \ + -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \ + -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \ + configure || die "fixing CFLAGS failed" + + eapply_user +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + $(use_enable asm) \ + $(use_enable static-libs static) +} + +multilib_src_test() { + emake check +} + +multilib_src_install_all() { + einstalldocs + find "${D}" -name '*.la' -exec rm -f {} + || die +}
[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/
commit: f6fe1137c16a879b7f7033e6be3365efd81928c2 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 10 00:40:08 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 10 00:40:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fe1137 net-vpn/i2pd: version bump 2.21.0 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-vpn/i2pd/Manifest | 1 + net-vpn/i2pd/i2pd-2.21.0.ebuild | 114 2 files changed, 115 insertions(+) diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest index 29a987ecea3..17416bf8a56 100644 --- a/net-vpn/i2pd/Manifest +++ b/net-vpn/i2pd/Manifest @@ -1,3 +1,4 @@ DIST i2pd-2.18.0.tar.gz 1868440 BLAKE2B a5c65c379b38735bc43c81553416ac1dfd7064da33ff282de2ab7567aaeed1e49edbafb48c03f372f72e70bc4fe0e922036cd08538bf0b6c07e00c2c2f328dd9 SHA512 dc8e0f4df25188e4d72ea6ffa2c36e48a7d2103d025730b40e226ab631724a9a07a4dc03a1a3d08328972c98020c44535661820add80374f1dabdf3fc848ef84 DIST i2pd-2.19.0.tar.gz 1982459 BLAKE2B b05f7a3018091e9c0008ca7037e44b6f5a4416be57054df5f9af72bd664b7d4fc7673e5d3eb1b8bb1ddfb61e81145eb0a847b301a580ef971d181ed00a4c960a SHA512 4c3d2408962f3e55e1a22491b0844ce44cacc7aa631541a86e94554da88e42234576fe221e1398c88e7e68d267bbf9e73cbea9cd74981c354e46ba82d62bb32f DIST i2pd-2.20.0.tar.gz 1991174 BLAKE2B 37b85dc37299cd6d2f64050eb096ecc11d75ccdcdba845f34c908e6467cbcb9fa7cea9243415bafd7c9167f5e8ea06c8729bcb885e78f45e37680f8001b69237 SHA512 affade889d32fdf20fc0bc4c7bb809fb511794421a80a93334707e26c72eecc83715d756d79ce7924d43ef44dc9f655925de860b5b392b6c4fe815eb873c1864 +DIST i2pd-2.21.0.tar.gz 1993520 BLAKE2B 616f4938d547e6a5d27292bec1741fa28131c37ad12b0f7c564e24ff0fd3b0a01974989ac6f337cd58cc1a618980fd171692c0164d22c3e97080540318e5df89 SHA512 a9c2f4bb1ec6459e7f8f48b74a48dd192af0962876fc6dcf998febe342918f98a21ae421cf48402d5e0c4570641eb3112d85522230dad34cabe6c4f367d6d8ab diff --git a/net-vpn/i2pd/i2pd-2.21.0.ebuild b/net-vpn/i2pd/i2pd-2.21.0.ebuild new file mode 100644 index 000..d7948631012 --- /dev/null +++ b/net-vpn/i2pd/i2pd-2.21.0.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils systemd user cmake-utils versionator toolchain-funcs + +DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" +HOMEPAGE="https://github.com/PurpleI2P/i2pd"; +SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening libressl static +upnp websocket" + +# if using libressl, require >=boost-1.65, see #597798 +RDEPEND="!static? ( dev-libs/boost[threads] + !libressl? ( dev-libs/openssl:0[-bindist] ) + libressl? ( dev-libs/libressl:0 + >=dev-libs/boost-1.65 ) + sys-libs/zlib + upnp? ( net-libs/miniupnpc ) + )" +DEPEND="${RDEPEND} + static? ( dev-libs/boost[static-libs,threads] + !libressl? ( dev-libs/openssl:0[static-libs] ) + libressl? ( dev-libs/libressl:0[static-libs] + >=dev-libs/boost-1.65 ) + sys-libs/zlib[static-libs] + upnp? ( net-libs/miniupnpc[static-libs] ) + ) + websocket? ( dev-cpp/websocketpp )" + +I2PD_USER=i2pd +I2PD_GROUP=i2pd + +CMAKE_USE_DIR="${S}/build" + +DOCS=( README.md contrib/i2pd.conf contrib/tunnels.conf ) + +PATCHES=( "${FILESDIR}/${PN}-2.14.0-fix_installed_components.patch" ) + +pkg_pretend() { + if tc-is-gcc && ! version_is_at_least "4.7" "$(gcc-version)"; then + die "At least gcc 4.7 is required" + fi + if use i2p-hardening && ! tc-is-gcc; then + die "i2p-hardening requires gcc" + fi +} + +src_configure() { + mycmakeargs=( + -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) + -DWITH_AVX=$(usex cpu_flags_x86_avx ON OFF) + -DWITH_HARDENING=$(usex i2p-hardening ON OFF) + -DWITH_PCH=OFF + -DWITH_STATIC=$(usex static ON OFF) + -DWITH_UPNP=$(usex upnp ON OFF) + -DWITH_WEBSOCKETS=$(usex websocket ON OFF) + -DWITH_LIBRARY=ON + -DWITH_BINARY=ON + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + # config + insinto /etc/i2pd + doins contrib/i2pd.conf + doins contrib/tunnels.conf + + # grant i2pd group read and write access to config files + fowners "root:${I2PD_GROUP}" \ + /etc/i2pd/i2pd.conf \ + /etc/i2pd/tunnels.conf + fperms 660 \ + /etc/i2pd/i2pd.conf \ + /et
[gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/
commit: 37d38770748a0195352ebd710c6b7060b8d24dac Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 10 00:30:54 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 10 00:30:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d38770 net-misc/ipv6calc: version bump to 1.1.0 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-misc/ipv6calc/Manifest | 1 + net-misc/ipv6calc/ipv6calc-1.1.0.ebuild | 65 + 2 files changed, 66 insertions(+) diff --git a/net-misc/ipv6calc/Manifest b/net-misc/ipv6calc/Manifest index 6b3d7cbe456..c79b2129c4f 100644 --- a/net-misc/ipv6calc/Manifest +++ b/net-misc/ipv6calc/Manifest @@ -1,3 +1,4 @@ DIST ipv6calc-0.97.4.tar.gz 1037582 BLAKE2B b01929321c94169631c865ddf00067a85d0df8083f2d675b6fea6d4d780400d654cc802a94ff8c723f2e5f4f0d970e82338d5e9fc4bf4c1572b304fa017ec4db SHA512 133f4e281da8eb1ea13b7c37123ae9f1b88e100553de758ceaa6cc63b0306e4711447bc7a4c171508fc5ce1ed447daec9749c5a75e5288deef0efcdc095bfcde DIST ipv6calc-0.99.2.tar.gz 1287951 BLAKE2B 14de353f5883e1aa538c9fd1b66dbc9d9b485192a7cd7853f4b8a00a31b1b798cee33edb4263a9c5acd8b6dd42b26cbce35e0f072e7b92a7c40f1222bba27075 SHA512 f757a4a7d69b5dea34051125b96b9f9f36957bfabb1568ddae2aaefe6551aac7b9edb6abfdb3ac90aeaf32e517720157614cb7552b4e9dc18180904674e48f09 DIST ipv6calc-1.0.0.tar.gz 1342987 BLAKE2B 0c5a28b8431a82669870c475c5a73c239368f3486c9d16e66918a110937ec134d79f9b3ce79edffe65ab2789b36b7ac9ecd90e57f891759ba4542d608bcc5380 SHA512 46e33697551c4bf0a472c7f2dd51c11ae21d49c7d78fe5213bce60c1d11f9230491c328e425f36733c7262a369644bcedb8392ffe2279031eb2552092a5ac209 +DIST ipv6calc-1.1.0.tar.gz 1396498 BLAKE2B 67b95057ea75f7c26ab1f9fc8b8e869ef027594e71800c4f8f1c442f34bce31340f1e7160d4f48033b8bc080738051418be48e3913ccd62594256ab64eaef919 SHA512 8fe2a4717f2be4ceae051b635d4329b8c438d9741e9a99a3c12cc1c0d0daef89325cc9beb7ca65da3c671586ce2a596191962118005aeaaf7cfe33a1d4549101 diff --git a/net-misc/ipv6calc/ipv6calc-1.1.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.1.0.ebuild new file mode 100644 index 000..f16ce08a770 --- /dev/null +++ b/net-misc/ipv6calc/ipv6calc-1.1.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="IPv6 address calculator" +HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"; +SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="geoip libressl test" + +RDEPEND=" + !libressl? ( dev-libs/openssl:= ) + libressl? ( dev-libs/libressl:= ) + geoip? ( >=dev-libs/geoip-1.4.7 ) +" +DEPEND="${RDEPEND} + test? ( dev-perl/Digest-SHA1 ) +" + +#dev-perl/URI is needed for web interface, that is not installed now + +src_configure() { + # These options are broken. You can't disable them. That's + # okay because we want then force enabled. + # --disable-db-as-registry + # --disable-db-cc-registry + if use geoip; then + myconf=$(use_enable geoip) + myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP" + fi + econf \ + --disable-bundled-getopt \ + --disable-bundled-md5 \ + --enable-shared \ + --enable-dynamic-load \ + --enable-db-ieee \ + --enable-db-ipv4 \ + --enable-db-ipv6 \ + --disable-dbip \ + --disable-external \ + --disable-ip2location \ + ${myconf} +} + +src_compile() { + # Disable default CFLAGS (-O2 and -g) + emake DEFAULT_CFLAGS="" +} + +src_test() { + if [[ ${EUID} -eq 0 ]]; then + # Disable tests that fail as root + echo true > ipv6logstats/test_ipv6logstats.sh + fi + default +} + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog CREDITS README TODO USAGE +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/stem/
commit: 63034bb8a2e7345daf47ccd65fbb2f7a4ca4f825 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 10 00:13:22 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 10 00:13:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63034bb8 net-libs/stem: version bump to 1.7.0 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-libs/stem/Manifest | 1 + net-libs/stem/stem-1.7.0.ebuild | 45 + 2 files changed, 46 insertions(+) diff --git a/net-libs/stem/Manifest b/net-libs/stem/Manifest index 8e732459bf3..5471a984b99 100644 --- a/net-libs/stem/Manifest +++ b/net-libs/stem/Manifest @@ -1,2 +1,3 @@ DIST stem-1.5.4.tar.gz 1915722 BLAKE2B 37c278eab0d7c7c305d7fcb498ff39460921ff59ea16cbe97d985c742290b8ca938218cbc7d5e4d1106ffc9f6a20461a4692afd14565698abbdfbd8015cb6f18 SHA512 1ea74341a1013f1f98d3d5ed1d552e79277cf54a6337d1a8b66bda0baae022d70c4c0c9ce35c843222d183a716466d93e1df3ee55ae6cd16cf10c6cf415d3cf7 DIST stem-1.6.0.tar.gz 204 BLAKE2B 10846dbd20f22b489fa885e8f100eb2ba4053aca46db140463882cbc1f5701893e6a4a28820100e05e3ed4fa5ff76135a3b20ec1af917a63f63b3abdf5361df6 SHA512 499a15b1cbd12d75865c93e253e797507564d5b5f2a9a0f021107d89c85db040e050944a9ac69b629f74e265d350467bef9d36ec52f7ef2e6a97180a7b93e94c +DIST stem-1.7.0.tar.gz 2196759 BLAKE2B 2f4bf8a65e5e89b01e6d1054a9d7fe01d4775dc31f1846c300190320361e15a312ce35867fd7d6af2d0cb315894aa5f69f7e8a47cf184e1d9018342028ba1484 SHA512 10750266860f4f90df5d4a3bf24ec68e28d12c84c136c35d2f168f767f4facae3d02cc62dc972a0889695ea17337a7a6b80ec1c5ed8b9e5035d7417b07f5 diff --git a/net-libs/stem/stem-1.7.0.ebuild b/net-libs/stem/stem-1.7.0.ebuild new file mode 100644 index 000..8b3cd202ca9 --- /dev/null +++ b/net-libs/stem/stem-1.7.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +inherit vcs-snapshot distutils-r1 + +DESCRIPTION="Stem is a Python controller library for Tor" +HOMEPAGE="https://stem.torproject.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="test" + +DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] + net-vpn/tor ) + dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND="net-vpn/tor" + +DOCS=( docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst} ) + +python_prepare_all() { + # Disable failing test + sed -i -e "/test_expand_path/a \ + \ \ \ \ return" test/integ/util/system.py || die + sed -i -e "/test_parsing_with_example/a \ + \ \ \ \ return" test/unit/manual.py || die + sed -i -e "/test_parsing_with_unknown_options/a \ + \ \ \ \ return" test/unit/manual.py || die + sed -i -e "/test_saving_manual/a \ + \ \ \ \ return" test/unit/manual.py || die + sed -i -e "/test_sdist_matches_git/a \ + \ \ \ \ return" test/integ/installation.py || die + sed -i -e "/test_connections_by_ss/a \ + \ \ \ \ return" test/integ/util/connection.py || die + distutils-r1_python_prepare_all +} + +python_test() { + ${PYTHON} run_tests.py --all --target RUN_ALL || die +}
[gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
commit: 045357d14b8539cd8a14c01cc6afa4c7202360af Author: Anthony G. Basile gentoo org> AuthorDate: Tue Oct 9 23:40:12 2018 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Oct 9 23:40:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045357d1 net-misc/nyx: remove at upstreams requrest Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-misc/nyx/nyx-.ebuild | 27 --- 1 file changed, 27 deletions(-) diff --git a/net-misc/nyx/nyx-.ebuild b/net-misc/nyx/nyx-.ebuild deleted file mode 100644 index a27cb04c7b1..000 --- a/net-misc/nyx/nyx-.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) - -inherit vcs-snapshot distutils-r1 - -DESCRIPTION="Utility to monitor real time Tor status information" -HOMEPAGE="https://nyx.torproject.org"; -if [[ ${PV} == ** ]]; then - EGIT_REPO_URI="https://git.torproject.org/nyx.git"; - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - net-libs/stem - net-vpn/tor"
[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/
commit: fa51043624c359c7dc2cb3eaaedcb9e857a7b63e Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 9 21:23:53 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 9 21:24:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa510436 app-text/zathura-pdf-poppler: logic typo Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-text/zathura-pdf-poppler/Manifest | 2 +- app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/zathura-pdf-poppler/Manifest b/app-text/zathura-pdf-poppler/Manifest index 8c8b2c0a639..81b572c9d23 100644 --- a/app-text/zathura-pdf-poppler/Manifest +++ b/app-text/zathura-pdf-poppler/Manifest @@ -1,2 +1,2 @@ DIST zathura-pdf-poppler-0.2.8.tar.gz 9504 BLAKE2B fc7ac4b4789f23d03b084dd90489c2b6e6fa0a93814140cf563fb826ed5bc7bad2cdcbf100cc6c2e708ecabd85be177c88a4faf9a0fc910bbfcddc1a515a7373 SHA512 644a36e31f89ee87a4d9bd50d5f9e209f06b6755af9756422c89ad2ab50a97dd2c03a037b4e22bcf04bd620bd5b5ea55db7c380da9d3cebe0d1c00e18b9b -DIST zathura-pdf-poppler-0.2.9.tar.xz 7456 BLAKE2B f6454ea750597f797f8dee5dda6812245e0f7d158f37d63d4d554ea83c935bd1785cdcb1fcbbf60e4519faaa8e824e5d9d69884ff7dd8bac8e24164aa953d48b SHA512 d363c9051fcd5be73c11ee3a88fff277e9a42b5878ce5a64715d801457380b113891504a01b7343affdf275bbd31cc3c0bf17d5208cb513edf52d6c2f5270cde +DIST zathura-pdf-poppler-0.2.9.tar.gz 2978 BLAKE2B 8c89c15abe2cb2fead474c8b7c6f288f535d2822192a753112ee29a9bb640732efdbd8bc8af1a2aaf182d38e77b79774746987d3c20fa0677a53ff1fbc83 SHA512 e611a878f4d075ba7959f3159423df574045a8a596ad19e4f63c82d8b31b40635b46f584d5b8d0abe0537bc83651dbf82118473493ad16538208a973dd03ab32 diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild index 7a37ede4592..c68aea452e9 100644 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild +++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild @@ -16,7 +16,6 @@ fi DESCRIPTION="PDF plug-in for zathura" HOMEPAGE="https://pwmt.org/projects/zathura-pdf-poppler"; -SRC_URI="https://pwmt.org/projects/zathura-pdf-poppler/download/${P}.tar.xz"; LICENSE="ZLIB" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/
commit: 1263e8dc8ab9f6f9fc91b41e8c7ea5a7c081f501 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:20:31 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:24:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1263e8dc dev-python/pytest-forked: x86 stable (bug #668096) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/pytest-forked/pytest-forked-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild index 9b9dd37c833..db54fb162dc 100644 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild +++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/
commit: 69331c4ebb6ffc68fc88c7298987df0266a5a309 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:20:59 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:24:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69331c4e net-misc/smb4k: x86 stable (bug #668112) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-misc/smb4k/smb4k-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/smb4k/smb4k-2.1.1.ebuild b/net-misc/smb4k/smb4k-2.1.1.ebuild index 74eb7914f02..ebe70f3872d 100644 --- a/net-misc/smb4k/smb4k-2.1.1.ebuild +++ b/net-misc/smb4k/smb4k-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/"; if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
commit: a6a100dfdc773218e47e8e8e396c58463397c713 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:18:26 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a100df dev-lang/mujs: x86 stable (bug #646784) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/mujs/mujs-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mujs/mujs-1.0.4.ebuild b/dev-lang/mujs/mujs-1.0.4.ebuild index 91ee7c0085a..d50c055c7ae 100644 --- a/dev-lang/mujs/mujs-1.0.4.ebuild +++ b/dev-lang/mujs/mujs-1.0.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz"; LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
commit: 7d7d1630aed9e9977899f0201b354ca4fdb3b5dd Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:18:47 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7d1630 app-misc/neofetch: x86 stable (bug #667940) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> app-misc/neofetch/neofetch-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild index 484dcd52044..62677c4b07a 100644 --- a/app-misc/neofetch/neofetch-5.0.0.ebuild +++ b/app-misc/neofetch/neofetch-5.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ ${PV} != ** ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"; - KEYWORDS="amd64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 x86 ~amd64-fbsd" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git";
[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
commit: 36b56d3a21e3d951efcbb49b67800ec0cb198aeb Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:22:41 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:24:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b56d3a media-video/vlc: x86 stable (bug #668004) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/vlc/vlc-3.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/vlc/vlc-3.0.4.ebuild b/media-video/vlc/vlc-3.0.4.ebuild index fd59a2039f5..21bbaf08071 100644 --- a/media-video/vlc/vlc-3.0.4.ebuild +++ b/media-video/vlc/vlc-3.0.4.ebuild @@ -19,7 +19,7 @@ else else SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz"; fi - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd" fi inherit autotools flag-o-matic gnome2-utils toolchain-funcs virtualx xdg-utils ${SCM}
[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/
commit: b270490dc8d7448f51aa08fa1d08587bb4dc0658 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:17:14 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b270490d dev-java/icedtea-bin: x86 stable (bug #667920) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild index b388187db6a..9faa93f3393 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 # Don't block arm. See bug #600134. #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} ) -KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86" inherit java-vm-2 multilib-build toolchain-funcs
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
commit: 3426cfe722a6bd50d602998ea9df59a4efcf158f Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:16:25 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3426cfe7 dev-vcs/git: x86 stable (bug #667942) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-vcs/git/git-2.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild index 5a64e202ecb..eaa74612fd7 100644 --- a/dev-vcs/git/git-2.18.1.ebuild +++ b/dev-vcs/git/git-2.18.1.ebuild @@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
commit: f4fd77a2d7fe12567473694d8921e7094501c216 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:19:49 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fd77a2 dev-python/pytest-xdist: x86 stable (bug #668096) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild index be9ef12fa74..abed06e256c 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/
commit: 4f3ed7e1bb7fae98daf655176dd65c9546ebad83 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:23:13 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:24:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3ed7e1 media-libs/aribb24: x86 stable (bug #668004) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> media-libs/aribb24/aribb24-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/aribb24/aribb24-1.0.3.ebuild b/media-libs/aribb24/aribb24-1.0.3.ebuild index 0f60b98df31..f1a58d491c9 100644 --- a/media-libs/aribb24/aribb24-1.0.3.ebuild +++ b/media-libs/aribb24/aribb24-1.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nkoriyama/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" RDEPEND="media-libs/libpng:0=" DEPEND="${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/lm_sensors/
commit: 557daff0a29b8c103db9217bfb32fb448628d921 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Oct 9 21:17:53 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Oct 9 21:23:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557daff0 sys-apps/lm_sensors: x86 stable (bug #668094) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/lm_sensors/lm_sensors-3.4.0_p20180923.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20180923.ebuild b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20180923.ebuild index 1079358ad8d..d5db049439d 100644 --- a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20180923.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20180923.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2+ LGPL-2.1" # SUBSLOT based on SONAME of libsensors.so SLOT="0/4.4.0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="contrib sensord static-libs" COMMON_DEPS="
[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/
commit: d95f5cbe9ffa4b07b6dc21d6178a60671c50c40c Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 9 21:18:26 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 9 21:18:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95f5cbe app-text/zathura-pdf-poppler: Version bump (v0.2.9) Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-text/zathura-pdf-poppler/Manifest | 1 + .../zathura-pdf-poppler-0.2.9.ebuild | 39 ++ 2 files changed, 40 insertions(+) diff --git a/app-text/zathura-pdf-poppler/Manifest b/app-text/zathura-pdf-poppler/Manifest index 348b7e6925a..4c4d0ff6565 100644 --- a/app-text/zathura-pdf-poppler/Manifest +++ b/app-text/zathura-pdf-poppler/Manifest @@ -1,2 +1,3 @@ DIST zathura-pdf-poppler-0.2.7.tar.gz 9610 BLAKE2B ed0921545cfa435f47e45db223a469e80485ae3716ff20bb1fd213cd689eb5754935644198289a4fbe44cf30e837093e5f5568f714e66d4a3de11d53adfda5fb SHA512 815ef775059652337ca91ef6a089fa51105bbd3ac649ecd167da7da2a6ac62f617d04e85dbeb311ab47d86929338d8656037bcabc1177435804035914c6dfbdb DIST zathura-pdf-poppler-0.2.8.tar.gz 9504 BLAKE2B fc7ac4b4789f23d03b084dd90489c2b6e6fa0a93814140cf563fb826ed5bc7bad2cdcbf100cc6c2e708ecabd85be177c88a4faf9a0fc910bbfcddc1a515a7373 SHA512 644a36e31f89ee87a4d9bd50d5f9e209f06b6755af9756422c89ad2ab50a97dd2c03a037b4e22bcf04bd620bd5b5ea55db7c380da9d3cebe0d1c00e18b9b +DIST zathura-pdf-poppler-0.2.9.tar.xz 7456 BLAKE2B f6454ea750597f797f8dee5dda6812245e0f7d158f37d63d4d554ea83c935bd1785cdcb1fcbbf60e4519faaa8e824e5d9d69884ff7dd8bac8e24164aa953d48b SHA512 d363c9051fcd5be73c11ee3a88fff277e9a42b5878ce5a64715d801457380b113891504a01b7343affdf275bbd31cc3c0bf17d5208cb513edf52d6c2f5270cde diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild new file mode 100644 index 000..7a37ede4592 --- /dev/null +++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.9.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson xdg-utils + +if [[ ${PV} == * ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git"; + EGIT_BRANCH="develop" +else + KEYWORDS="~amd64 ~arm ~x86" + SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"; +fi + +DESCRIPTION="PDF plug-in for zathura" +HOMEPAGE="https://pwmt.org/projects/zathura-pdf-poppler"; +SRC_URI="https://pwmt.org/projects/zathura-pdf-poppler/download/${P}.tar.xz"; + +LICENSE="ZLIB" +SLOT="0" + +DEPEND="app-text/poppler[cairo] + >=app-text/zathura-0.3.9 + dev-libs/girara + dev-libs/glib:2" + +RDEPEND="${DEPEND}" + +BDEPEND="virtual/pkgconfig" + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}
[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/
commit: 2837a99fe37a53a2d5124a1c31b3f713ebfdad92 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 9 21:18:56 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 9 21:18:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2837a99f app-text/zathura-pdf-poppler: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-text/zathura-pdf-poppler/Manifest | 1 - .../zathura-pdf-poppler-0.2.7.ebuild | 45 -- 2 files changed, 46 deletions(-) diff --git a/app-text/zathura-pdf-poppler/Manifest b/app-text/zathura-pdf-poppler/Manifest index 4c4d0ff6565..8c8b2c0a639 100644 --- a/app-text/zathura-pdf-poppler/Manifest +++ b/app-text/zathura-pdf-poppler/Manifest @@ -1,3 +1,2 @@ -DIST zathura-pdf-poppler-0.2.7.tar.gz 9610 BLAKE2B ed0921545cfa435f47e45db223a469e80485ae3716ff20bb1fd213cd689eb5754935644198289a4fbe44cf30e837093e5f5568f714e66d4a3de11d53adfda5fb SHA512 815ef775059652337ca91ef6a089fa51105bbd3ac649ecd167da7da2a6ac62f617d04e85dbeb311ab47d86929338d8656037bcabc1177435804035914c6dfbdb DIST zathura-pdf-poppler-0.2.8.tar.gz 9504 BLAKE2B fc7ac4b4789f23d03b084dd90489c2b6e6fa0a93814140cf563fb826ed5bc7bad2cdcbf100cc6c2e708ecabd85be177c88a4faf9a0fc910bbfcddc1a515a7373 SHA512 644a36e31f89ee87a4d9bd50d5f9e209f06b6755af9756422c89ad2ab50a97dd2c03a037b4e22bcf04bd620bd5b5ea55db7c380da9d3cebe0d1c00e18b9b DIST zathura-pdf-poppler-0.2.9.tar.xz 7456 BLAKE2B f6454ea750597f797f8dee5dda6812245e0f7d158f37d63d4d554ea83c935bd1785cdcb1fcbbf60e4519faaa8e824e5d9d69884ff7dd8bac8e24164aa953d48b SHA512 d363c9051fcd5be73c11ee3a88fff277e9a42b5878ce5a64715d801457380b113891504a01b7343affdf275bbd31cc3c0bf17d5208cb513edf52d6c2f5270cde diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild deleted file mode 100644 index c27384680f4..000 --- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -if [[ ${PV} == * ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git"; - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm x86" - SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"; -fi - -DESCRIPTION="PDF plug-in for zathura" -HOMEPAGE="http://pwmt.org/projects/zathura/"; - -LICENSE="ZLIB" -SLOT="0" -IUSE="" - -RDEPEND="app-text/poppler[cairo] - >=app-text/zathura-0.2.7 - x11-libs/cairo:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - myzathuraconf=( - CC="$(tc-getCC)" - LD="$(tc-getLD)" - VERBOSE=1 - ) -} - -src_compile() { - emake "${myzathuraconf[@]}" -} - -src_install() { - emake "${myzathuraconf[@]}" DESTDIR="${ED%/}" install - dodoc AUTHORS -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/
commit: adbb7afe6a6f4a2f0bb14e5690dadc017397bf96 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Oct 9 21:11:53 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 9 21:14:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbb7afe dev-libs/libdazzle: keyworded 3.28.5 for sparc, bug #667904 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libdazzle/libdazzle-3.28.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild index c769ee0bf0c..221853d5f5e 100644 --- a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle"; LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection )"
[gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-text2skin/files/, media-plugins/vdr-text2skin/
commit: 55bfaf7dbf9109488921ecb529126be3a018ceb6 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:08:58 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bfaf7d media-plugins/vdr-text2skin: Remove last-rited pkg Closes: https://bugs.gentoo.org/665126 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-text2skin/Manifest | 1 - media-plugins/vdr-text2skin/files/vdr-1.7.27.diff | 94 -- .../files/vdr-text2skin-1.3.2-Makefile.patch | 71 .../files/vdr-text2skin-1.3.2_vdr-2.1.2.diff | 15 media-plugins/vdr-text2skin/metadata.xml | 11 --- .../vdr-text2skin/vdr-text2skin-1.3.2-r1.ebuild| 87 profiles/package.mask | 7 -- 7 files changed, 286 deletions(-) diff --git a/media-plugins/vdr-text2skin/Manifest b/media-plugins/vdr-text2skin/Manifest deleted file mode 100644 index a3fefd12c93..000 --- a/media-plugins/vdr-text2skin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-text2skin-1.3.2.tgz 94476 BLAKE2B 485e3694acb66d48e2da929f854ad685d18cb7ade326515390dedc365f979badb00b494d14bb4cd30eeff22101ea394ffc37f5de0484a4d33ebebcf71e1040ae SHA512 418339f7132ddf854f1c7fbaa3b11aac5eb7aba0f15d427bb946d4175b6540199ac079fd895f9cebdccb4797dcf96b0681cee4db93a5e4c817abae04a08bdea9 diff --git a/media-plugins/vdr-text2skin/files/vdr-1.7.27.diff b/media-plugins/vdr-text2skin/files/vdr-1.7.27.diff deleted file mode 100644 index 9d3280cf584..000 --- a/media-plugins/vdr-text2skin/files/vdr-1.7.27.diff +++ /dev/null @@ -1,94 +0,0 @@ -diff -Naur text2skin-1.3.2.orig/display.c text2skin-1.3.2/display.c text2skin-1.3.2.orig/display.c 2012-04-07 20:45:11.0 +0200 -+++ text2skin-1.3.2/display.c 2012-04-07 20:45:47.0 +0200 -@@ -1233,17 +1233,17 @@ - - case tRecordingPriority: - return mRecording != NULL -- ? (cxType)mRecording->priority -+ ? (cxType)mRecording->Priority() - : (cxType)false; - - case tRecordingLifetime: - return mRecording != NULL -- ? (cxType)mRecording->lifetime -+ ? (cxType)mRecording->Lifetime() - : (cxType)false; - - case tRecordingDateTime: - return mRecording != NULL -- ? (cxType)TimeType(mRecording->start, Token.Attrib.Text) -+ ? (cxType)TimeType(mRecording->Start(), Token.Attrib.Text) - : (cxType)false; - - case tRecordingTitle: -diff -Naur text2skin-1.3.2.orig/render.c text2skin-1.3.2/render.c text2skin-1.3.2.orig/render.c 2012-04-07 20:45:11.0 +0200 -+++ text2skin-1.3.2/render.c 2012-04-07 20:48:29.0 +0200 -@@ -597,14 +597,14 @@ - if (Marks) { - bool start = true; - for (const cMark *m = Marks->First(); m; m = Marks->Next(m)) { -- txPoint pt(Pos.x + m->position * Size.w / Total, Pos.y); -+ txPoint pt(Pos.x + m->Position() * Size.w / Total, Pos.y); - if (Selected && start) { - const cMark *m2 = Marks->Next(m); - DrawRectangle(txPoint(pt.x, Pos.y + Size.h / 3), --txSize(((m2 ? m2->position : Total) - m->position) -+txSize(((m2 ? m2->Position() : Total) - m->Position()) - * Size.w / Total + 1, Size.h - Size.h * 2 / 3 + 1), Selected); - } -- DrawMark(pt, Size, start, m->position == Current, false, Mark, Cur); -+ DrawMark(pt, Size, start, m->Position() == Current, false, Mark, Cur); - start = !start; - } - } -@@ -614,15 +614,15 @@ - if (Marks) { - bool start = true; - for (const cMark *m = Marks->First(); m; m = Marks->Next(m)) { -- txPoint pt(Pos.x, Pos.y + m->position * Size.h / Total); -+ txPoint pt(Pos.x, Pos.y + m->Position() * Size.h / Total); - if (Selected && start) { - const cMark *m2 = Marks->Next(m); - DrawRectangle(txPoint(Pos.x + Size.w / 3, pt.y), - txSize(Size.w - Size.w * 2 / 3 + 1, --((m2 ? m2->position : Total) - m->position) -+
[gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-autosort/
commit: 0f07bbe6ba4fb47c5466f234f732d55470bd5f1b Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:05:23 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07bbe6 media-plugins/vdr-autosort: Remove last-rited pkg Closes: https://bugs.gentoo.org/665136 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-autosort/Manifest| 1 - media-plugins/vdr-autosort/metadata.xml| 18 -- .../vdr-autosort/vdr-autosort-0.1.3.ebuild | 42 -- profiles/package.mask | 8 - 4 files changed, 69 deletions(-) diff --git a/media-plugins/vdr-autosort/Manifest b/media-plugins/vdr-autosort/Manifest deleted file mode 100644 index 089e7ecd5a1..000 --- a/media-plugins/vdr-autosort/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-autosort-0.1.3.tgz 37190 BLAKE2B 1c14f1bcd256b13efb8efc71b5e99debf1268b54a584df6aa045421630440643e55da1ef8fbf9bd82bcee0de5e9300daacec2f9d2fa009737044ab0155f0ebbb SHA512 f9d154060ead285e4b775317c403372ecf3d80842d95bca31dd0ba220c3429b51f4be31bf7251222905d5485a0e6f5c1fc80927c386456cb500f1c58a5a9201a diff --git a/media-plugins/vdr-autosort/metadata.xml b/media-plugins/vdr-autosort/metadata.xml deleted file mode 100644 index a7e476d255a..000 --- a/media-plugins/vdr-autosort/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - v...@gentoo.org - Gentoo VDR Project - - - AutoSort Plugin adds the capability to define rules for - automatically sorting your channels.conf with every - housekeeping thread. - - - Das AutoSort-Plugin erweitert den VDR um die Fähigkeit, die - Kanalliste automatisch nach benutzerspezifischen Kriterien - zu sortieren. - - diff --git a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild b/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild deleted file mode 100644 index 34afecce2ac..000 --- a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: Auto-sort channels.conf" -HOMEPAGE="http://www.copypointburscheid.de/linux/autosort.htm"; -SRC_URI="http://www.copypointburscheid.de/linux/${P}.tgz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.3.32" -RDEPEND="${DEPEND}" - -src_install() { - vdr-plugin-2_src_install - insinto /etc/vdr/plugins - doins examples/autosort.conf -} - -pkg_preinst() { - if [[ ! -L ${ROOT}etc/vdr/channels.conf ]]; then - cp "${ROOT}"etc/vdr/channels.conf "${D}"etc/vdr/channels.conf.autosort.bak - fowners vdr:vdr /etc/vdr/channels.conf.autosort.bak - fi -} - -pkg_postinst() { - vdr-plugin-2_pkg_postinst - echo - elog "You will find a backup of your channels.conf in /etc/vdr/channels.conf.autosort.bak" - elog "Edit /etc/vdr/plugins/autosort.conf to fit your needs" - ewarn "Important:" - ewarn "Backup your channels.conf together with autosort.conf" - ewarn "before making heavy changes to autosort.conf." - echo -} diff --git a/profiles/package.mask b/profiles/package.mask index d2cd1f5e96f..0c55a5d0d17 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -188,14 +188,6 @@ media-plugins/vdr-xine # masked for removal on End Sep 2018 media-plugins/vdr-xvdr -# Joerg Bornkessel (02/Sep/2018) -# homepage dead -# dead on upstream -# depends on vdr-1.3 (quit old) -# bug 665136 -# masked for removal on End Sep 2018 -media-plugins/vdr-autosort - # Matthias Maier (1 Sep 2018) # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version # made it into the tree, bug #665192
[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xine/files/, media-plugins/vdr-xine/, profiles/
commit: 4c25c181bcac4c7a133ecdf79626fcaa2f5efe4f Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:07:15 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c25c181 media-plugins/vdr-xine: Remove last-rited pkg Closes: https://bugs.gentoo.org/665132 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-xine/Manifest| 1 - media-plugins/vdr-xine/files/confd | 8 --- .../files/vdr-xine-0.9.4-build-system.patch| 59 .../vdr-xine/files/vdr-xine-0.9.4-gentoo.diff | 12 - media-plugins/vdr-xine/metadata.xml| 8 --- media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild| 62 -- profiles/package.mask | 9 7 files changed, 159 deletions(-) diff --git a/media-plugins/vdr-xine/Manifest b/media-plugins/vdr-xine/Manifest deleted file mode 100644 index 19d968e16a8..000 --- a/media-plugins/vdr-xine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-xine-0.9.4.tgz 339879 BLAKE2B b160e5ad33890d777587e8e3a45e8a27b9ec6a65d7cb0468ca740ff85c63be767de615c55aab8cff038edf18a3e3d350ca032458b9c69c94550e5b0ff35248fc SHA512 0a7bbff21b5a35360aeb68ed62a0ada5fc107453cd63231da2a48d2cc7ea4b6a333cac86164f3e6edcdcda5e9bc73d0e7fd51f6b45c149477a3acb86ffad9ae4 diff --git a/media-plugins/vdr-xine/files/confd b/media-plugins/vdr-xine/files/confd deleted file mode 100644 index d728819e004..000 --- a/media-plugins/vdr-xine/files/confd +++ /dev/null @@ -1,8 +0,0 @@ -# /etc/conf.d/vdr.xine: - -# Global config file for vdr rc-scripts - -# -r: -# Enable xine to send keys to vdr-process - -_EXTRAOPTS="-r" diff --git a/media-plugins/vdr-xine/files/vdr-xine-0.9.4-build-system.patch b/media-plugins/vdr-xine/files/vdr-xine-0.9.4-build-system.patch deleted file mode 100644 index 9ebaffb93c6..000 --- a/media-plugins/vdr-xine/files/vdr-xine-0.9.4-build-system.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 537ad5fa86305cf55f37dd9c87a9ec3260668049 Mon Sep 17 00:00:00 2001 -From: Christian Ruppert -Date: Tue, 10 Jan 2012 13:58:40 +0100 -Subject: [PATCH] patch 1 - - Makefile | 14 -- - 1 files changed, 8 insertions(+), 6 deletions(-) - -diff --git a/Makefile b/Makefile -index 674f4fb..e1fdba2 100644 a/Makefile -+++ b/Makefile -@@ -25,9 +25,9 @@ CXXFLAGS ?= -g -O3 -Wall -Woverloaded-virtual - - ### The directory environment: - --VDRDIR = ../../.. --LIBDIR = ../../lib --TMPDIR = /tmp -+VDRDIR ?= ../../.. -+LIBDIR ?= ../../lib -+TMPDIR ?= /tmp - - ### Make sure that necessary options are included: - -@@ -37,7 +37,7 @@ TMPDIR = /tmp - - -include $(VDRDIR)/Make.config - --INCLUDES += `pkg-config --cflags libxine` -+INCLUDES += `pkg-config --cflags libxine` - - # where to create fifos (xine expects them at /tmp/vdr-xine) - VDR_XINE_FIFO_DIR ?= /tmp/vdr-xine -@@ -114,9 +114,9 @@ $(DEPFILE): Makefile - -include $(DEPFILE) - - ### Internationalization (I18N): -- -+ifeq ($(ENABLE_I18N), yes) - PODIR = po --LOCALEDIR = $(VDRDIR)/locale -+LOCALEDIR = $(DESTDIR)$(VDRDIR)/locale - I18Npo= $(wildcard $(PODIR)/*.po) - I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)) - I18Npot = $(PODIR)/$(PLUGIN).pot -@@ -135,6 +135,8 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo - @mkdir -p $(dir $@) - cp $< $@ - -+endif -+ - .PHONY: i18n - i18n: $(I18Nmsgs) $(I18Npot) - --- -1.7.3.4 - diff --git a/media-plugins/vdr-xine/files/vdr-xine-0.9.4-gentoo.diff b/media-plugins/vdr-xine/files/vdr-xine-0.9.4-gentoo.diff deleted file mode 100644 index 581dba28737..000 --- a/media-plugins/vdr-xine/files/vdr-xine-0.9.4-gentoo.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru xine-0.9.0-orig/xineLib.c xine-0.9.0/xineLib.c xine-0.9.0-orig/xineLib.c 2009-01-18 17:40:13.228935882 +0100 -+++ xine-0.9.0/xineLib.c 2009-01-18 17:41:28.815595331 +0100 -@@ -2118,7 +2118,7 @@ - - bool cXineLib::readNoSignalStream(const int index, const string &suffix) - { --string noSignalFileName = m_plugin->ConfigDirectory(PLUGIN_NAME_I18N); -+string noSignalFileName = "/usr/share/vdr/xine"; - //noSignalFileName += "/noSignal.pes"; - noSignalFileName += "/noSignal" + suffix + ".mpg"; - diff --git a/media-plugins/vdr-xine/metadata.xml b/media-plugins/vdr-xine/metadata.xml deleted file mode 100644 index a1831e12ef3..000 --- a/media-plugins/vdr-xine/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - - Enables support for the plugin vdr-yaepg (showing scaled video besides OSD) - - diff --git a/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild b/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild deleted file mode 100644 index 95a73a5b
[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vodcatcher/, profiles/, media-plugins/vdr-vodcatcher/files/
commit: d4a5a64c22419a4de99889183b3ce596008e1fe8 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:08:28 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a5a64c media-plugins/vdr-vodcatcher: Remove last-rited pkg Closes: https://bugs.gentoo.org/665128 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-vodcatcher/Manifest | 1 - media-plugins/vdr-vodcatcher/files/rc-addon.sh | 14 -- .../files/vdr-vodcatcher-0.2.2_gcc-4.7.patch | 15 --- .../vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff| 50 -- media-plugins/vdr-vodcatcher/metadata.xml | 8 .../vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild | 49 - profiles/package.mask | 7 --- 7 files changed, 144 deletions(-) diff --git a/media-plugins/vdr-vodcatcher/Manifest b/media-plugins/vdr-vodcatcher/Manifest deleted file mode 100644 index 66eaaad43a6..000 --- a/media-plugins/vdr-vodcatcher/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-vodcatcher-0.2.2.tar.gz 126612 BLAKE2B 61ece27cfda40cebfbe18261015665bf8c2053f38969d1ae9c2dd66b88479bf8de5efb0ed01ac61d2b777e8fc91148deb5c5234d72e615eb44075f6db7e0bd3e SHA512 05a818caed5bd656d0ff65b718debdc889e82373b6e00aed4b2ffb942f822f8b6cbff4811d5f4c9b271e1ff8d8ec5874d34081b5ef3c8fc95ac215ce2a22 diff --git a/media-plugins/vdr-vodcatcher/files/rc-addon.sh b/media-plugins/vdr-vodcatcher/files/rc-addon.sh deleted file mode 100644 index bf38de315f6..000 --- a/media-plugins/vdr-vodcatcher/files/rc-addon.sh +++ /dev/null @@ -1,14 +0,0 @@ -# -# rc-addon-script for plugin vodcatcher -# -# Joerg Bornkessel - -VODCATCHER_CACHE_DIR=var/cache/vdr-plugin-vodcatcher - -# depends on QA, create paths in /var/cache on the fly at runtime as needed -init_cache_dir() { -if [ ! -d "${VODCATCHER_CACHE_DIR}" ]; then -mkdir -p ${VODCATCHER_CACHE_DIR} -chown vdr:vdr ${VODCATCHER_CACHE_DIR} -fi -} diff --git a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch b/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch deleted file mode 100644 index 8472764a863..000 --- a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch +++ /dev/null @@ -1,15 +0,0 @@ -compilefix for gcc-4.7 -https://bugs.gentoo.org/show_bug.cgi?id=514128 -Signed-of-by: Joerg Bornkessel 22/Jun/2014 - -diff -Naur vodcatcher-0.2.2.orig/src/LocalFileCache.cc vodcatcher-0.2.2/src/LocalFileCache.cc vodcatcher-0.2.2.orig/src/LocalFileCache.cc2014-06-22 00:34:55.448489644 +0200 -+++ vodcatcher-0.2.2/src/LocalFileCache.cc 2014-06-22 00:36:11.090546002 +0200 -@@ -24,6 +24,7 @@ - #include "LocalFileCache.h" - #include "SdbmHashCalculator.h" - #include -+#include - - using namespace std; - diff --git a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff b/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff deleted file mode 100644 index 0f79116cb34..000 --- a/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_unbundle-tinyxml2.diff +++ /dev/null @@ -1,50 +0,0 @@ -diff -Naur vodcatcher-0.2.2.orig/Makefile vodcatcher-0.2.2/Makefile vodcatcher-0.2.2.orig/Makefile 2010-09-22 21:51:06.0 +0200 -+++ vodcatcher-0.2.2/Makefile 2010-09-22 21:53:11.0 +0200 -@@ -50,8 +50,7 @@ - ### Includes and Defines (add further entries here): - - INCLUDES += -I. -I$(VDRDIR)/include -I$(DVBDIR)/include --INCLUDES += `curl-config --cflags` --INCLUDES += -I./tinyxml -+INCLUDES += $(shell curl-config --cflags) - - DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' - DEFINES += -DCXXTEST_ABORT_TEST_ON_FAIL -@@ -66,7 +65,8 @@ - endif - - # libcurl, libxml, libxml++ --LIBS += `curl-config --libs` -+LIBS += -lcurl -+LIBS += -ltinyxml - - ### The source files (add further files here): - -diff -Naur vodcatcher-0.2.2.orig/sources.mk vodcatcher-0.2.2/sources.mk vodcatcher-0.2.2.orig/sources.mk 2010-09-22 21:51:06.0 +0200 -+++ vodcatcher-0.2.2/sources.mk2010-09-22 21:53:22.0 +0200 -@@ -34,11 +34,6 @@ - src/StreamType.cc \ - src/SynchedDownloadPool.cc \ - src/ThreadsafeDownloadPool.cc \ -- tinyxml/tinystr.cpp \ -- tinyxml/tinyxml.cpp \ -- tinyxml/tinyxmlerror.cpp \ -- tinyxml/tinyxmlparser.cpp \ -- - - SRCS_TESTONLY = \ - src/DownloadCacheMock.cc \ -diff -Naur vodcatcher-0.2.2.orig/src/RssFeedParser.cc vodcatcher-0.2.2/src/RssFeedParser.cc vodcatcher-0.2.2.orig/src/RssFeedParser.cc 2010-09-22 21:51:06.0 +0200 -+++ vodcatcher-0.2.2/src/RssFeedParser.cc 2010-09-22 21:53:44.0 +0200 -@@ -22,7 +22,7 @@ - #include "HtmlToText.h" - #include "Feed.h" - #include "IDownloadCache.h" --#include "tinyxml.h" -+#include - #include "Item.h" - - using namespace std; diff --
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
commit: 8aafcecaab6c3557cb78bb11f0366e23f8fe1160 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Oct 9 21:10:09 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 9 21:14:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aafceca dev-vcs/git: stable 2.18.1 for sparc, bug #667942 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-vcs/git/git-2.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild index c647dc5d922..5a64e202ecb 100644 --- a/dev-vcs/git/git-2.18.1.ebuild +++ b/dev-vcs/git/git-2.18.1.ebuild @@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-xvdr/
commit: 738dfe9581c6cdd8c3b1d9d6164fb2b766c3c806 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:06:48 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738dfe95 media-plugins/vdr-xvdr: Remove last-rited pkg Closes: https://bugs.gentoo.org/665134 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-xvdr/metadata.xml | 11 - media-plugins/vdr-xvdr/vdr-xvdr-.ebuild | 35 - profiles/package.mask | 8 --- 3 files changed, 54 deletions(-) diff --git a/media-plugins/vdr-xvdr/metadata.xml b/media-plugins/vdr-xvdr/metadata.xml deleted file mode 100644 index 88a3b492d20..000 --- a/media-plugins/vdr-xvdr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - v...@gentoo.org - Gentoo VDR Project - - - pipelka/vdr-plugin-xvdr - - diff --git a/media-plugins/vdr-xvdr/vdr-xvdr-.ebuild b/media-plugins/vdr-xvdr/vdr-xvdr-.ebuild deleted file mode 100644 index 94eb4a907f7..000 --- a/media-plugins/vdr-xvdr/vdr-xvdr-.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit vdr-plugin-2 git-2 - -EGIT_REPO_URI="https://github.com/pipelka/vdr-plugin-xvdr.git"; - -DESCRIPTION="VDR plugin: XVDR Streamserver Plugin" -HOMEPAGE="https://github.com/pipelka/vdr-plugin-xvdr"; -SRC_URI="" -KEYWORDS="" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=">=media-video/vdr-1.6" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}-plugin - -src_prepare() { - vdr-plugin-2_src_prepare - - fix_vdr_libsi_include "${S}"/src/live/livepatfilter.h -} - -src_install() { - vdr-plugin-2_src_install - - insinto /etc/vdr/plugins/xvdr - doins xvdr/*.conf - diropts -gvdr -ovdr -} diff --git a/profiles/package.mask b/profiles/package.mask index 0c55a5d0d17..bbf6ca8468e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -180,14 +180,6 @@ media-plugins/vdr-vodcatcher # masked for removal on End Sep 2018 media-plugins/vdr-xine -# Joerg Bornkessel (02/Sep/2018) -# dead on upstream since 2014 -# not git-r3 eclass adaption -# only pmasked -.ebuild in the tree -# bug 665134 -# masked for removal on End Sep 2018 -media-plugins/vdr-xvdr - # Matthias Maier (1 Sep 2018) # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version # made it into the tree, bug #665192
[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-prefermenu/files/, profiles/, media-plugins/vdr-prefermenu/
commit: 40d1ef3c4456432ef3577e94173987effafaa0a2 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 21:09:23 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 21:14:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d1ef3c media-plugins/vdr-prefermenu: Remove last-rited pkg Closes: https://bugs.gentoo.org/665124 Signed-off-by: Michał Górny gentoo.org> media-plugins/vdr-prefermenu/Manifest | 1 - media-plugins/vdr-prefermenu/files/prefermenu.mk | 123 - .../vdr-prefermenu-0.6.6-no-static-getfont.diff| 73 media-plugins/vdr-prefermenu/metadata.xml | 8 -- .../vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild | 37 --- profiles/package.mask | 9 -- 6 files changed, 251 deletions(-) diff --git a/media-plugins/vdr-prefermenu/Manifest b/media-plugins/vdr-prefermenu/Manifest deleted file mode 100644 index d882a6d8ae6..000 --- a/media-plugins/vdr-prefermenu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-prefermenu-0.6.6.tgz 19617 BLAKE2B 67ec25d33049435399b93be67fdce64ee7d225b9fda6d0fe3386d06ed5f85a04a40f1e4320db98e32ffa66b43963012f4d933b2d253e898aef5432d94e8120b6 SHA512 bc5e11757979a60f408c59d4d0f1d713899013d4a3485ff85e7bf139fb8f436ddd80799673c3d7a718a3d9cc0e75c216f73f1eccc3c2350826c5f8d6145157f6 diff --git a/media-plugins/vdr-prefermenu/files/prefermenu.mk b/media-plugins/vdr-prefermenu/files/prefermenu.mk deleted file mode 100644 index 07940af47fe..000 --- a/media-plugins/vdr-prefermenu/files/prefermenu.mk +++ /dev/null @@ -1,123 +0,0 @@ -# -# Makefile for a Video Disk Recorder plugin -# - -# The official name of this plugin. -# This name will be used in the '-P...' option of VDR to load the plugin. -# By default the main source file also carries this name. - -PLUGIN = prefermenu - -### The version number of this plugin (taken from the main source file): - -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') - -### The directory environment: - -# Use package data if installed...otherwise assume we're under the VDR source directory: -PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc)) -LIBDIR = $(call PKGCFG,libdir) -LOCDIR = $(call PKGCFG,locdir) -PLGCFG = $(call PKGCFG,plgcfg) -# -TMPDIR ?= /tmp - -### The compiler options: - -export CFLAGS = $(call PKGCFG,cflags) -export CXXFLAGS = $(call PKGCFG,cxxflags) - -### The version number of VDR's plugin API: - -APIVERSION = $(call PKGCFG,apiversion) - -### Allow user defined options to overwrite defaults: - --include $(PLGCFG) - -### The name of the distribution archive: - -ARCHIVE = $(PLUGIN)-$(VERSION) -PACKAGE = vdr-$(ARCHIVE) - -### The name of the shared object file: - -SOFILE = libvdr-$(PLUGIN).so - -### Includes and Defines (add further entries here): - -#INCLUDES += - -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' - -### The object files (add further files here): - -OBJS = $(PLUGIN).o preferosd.o prefersetup.o preferchannel.o - -### The main target: - -all: $(SOFILE) -#i18n - -### Implicit rules: - -%.o: %.c - $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $< - -### Dependencies: - -MAKEDEP = $(CXX) -MM -MG -DEPFILE = .dependencies -$(DEPFILE): Makefile - @$(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@ - --include $(DEPFILE) - -### Internationalization (I18N): - -PODIR = po -I18Npo= $(wildcard $(PODIR)/*.po) -I18Nmo= $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file -I18Nmsgs = $(addprefix $(DESTDIR)$(LOCDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)) -I18Npot = $(PODIR)/$(PLUGIN).pot - -%.mo: %.po - msgfmt -c -o $@ $< - -$(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='' -o $@ `ls $^` - -%.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $< - @touch $@ - -$(I18Nmsgs): $(DESTDIR)$(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo - install -D -m644 $< $@ - -.PHONY: i18n -i18n: $(I18Nmo) $(I18Npot) - -install-i18n: $(I18Nmsgs) - -### Targets: - -$(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ - -install-lib: $(SOFILE) - install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION) - -install: install-lib -#install-i18n - -dist: $(I18Npo) clean - @-rm -rf $(TMPDIR)/$(ARCHIVE) - @mkdir $(TMPDIR)/$(ARCHIVE) - @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE) - @-rm -rf $(TMPDIR)/$(ARCHIVE) - @echo Distribution package created as $(PACKAGE).tgz - -clean: -# @-rm -f $(PODIR)/*.mo $(PODIR
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/
commit: d1585752bbdf402b2cd5993bf955e7fe53425503 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:40:10 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 21:04:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585752 kde-frameworks/kcoreaddons: Disable broken kformattest Bug: https://bugs.gentoo.org/665682 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild index 4e70e58a430..6241035aa32 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,10 +29,10 @@ src_configure() { } src_test() { - # bugs: 619656, 632398, 647414 + # bugs: 619656, 632398, 647414, 665682 local myctestargs=( -j1 - -E "(kautosavefiletest|kdirwatch_qfswatch_unittest)" + -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kformattest)" ) kde5_src_test
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/
commit: fda3fd1e6949d5403eb91767d22431cdf7608cd4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:41:56 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 21:04:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda3fd1e kde-frameworks/kdoctools: Disable broken kdoctools_install test Broken upstream, no time for that. Bug: https://bugs.gentoo.org/665622 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild index 02032df43e8..c306724f6ff 100644 --- a/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild +++ b/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,3 +23,12 @@ DEPEND="${RDEPEND} dev-lang/perl dev-perl/URI " + +src_test() { + # bug 665622 + local myctestargs=( + -E "(kdoctools_install)" + ) + + kde5_src_test +}
[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/
commit: 1c36873f322e11d69255dcb525abe8e816efb4f2 Author: Alon Bar-Lev gentoo org> AuthorDate: Tue Oct 9 21:03:07 2018 + Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Oct 9 21:03:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c36873f app-crypt/gpgme: version bump Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-crypt/gpgme/Manifest| 1 + app-crypt/gpgme/gpgme-1.12.0.ebuild | 117 2 files changed, 118 insertions(+) diff --git a/app-crypt/gpgme/Manifest b/app-crypt/gpgme/Manifest index 46a057841ae..940cef61b32 100644 --- a/app-crypt/gpgme/Manifest +++ b/app-crypt/gpgme/Manifest @@ -1 +1,2 @@ DIST gpgme-1.11.1.tar.bz2 1419232 BLAKE2B 93980c24e6d692f35105db23a02db891ef022addd583d5bda8e55ec3552dfebb87c9feebb74fdd59fa353a3b08571e51537f8dcaf63af018beff467a848e97e9 SHA512 42fa6f5d6217aaad9b44b969de9603167d179af9a1573342187718ff123cd88c686211c3dc5f2d9cacc20226ab5b8fef85cb66a19ada71d267c397d8ba52cf1a +DIST gpgme-1.12.0.tar.bz2 1658803 BLAKE2B 630646af597074c06a99c1170c4f8170ad0fe4ba643a27a87a61dd8df681ca14f023b07817657bb049eaeaef01df3975bd1fe1b75a026634a62f832c6c311b56 SHA512 c228b3df28377df882be536ada56dc9c73150048a58e591aa4495f89c854af95820152cd60139840f994c249e9c7df50d8b89eb9d6dc4ce02aa80bbfebcdd014 diff --git a/app-crypt/gpgme/gpgme-1.12.0.ebuild b/app-crypt/gpgme/gpgme-1.12.0.ebuild new file mode 100644 index 000..a84457c507b --- /dev/null +++ b/app-crypt/gpgme/gpgme-1.12.0.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +DISTUTILS_OPTIONAL=1 + +inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs + +DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" +HOMEPAGE="http://www.gnupg.org/related_software/gpgme"; +SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="1/11" # subslot = soname major version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="common-lisp static-libs cxx python qt5" + +COMMON_DEPEND=">=app-crypt/gnupg-2 + >=dev-libs/libassuan-2.0.2:= + >=dev-libs/libgpg-error-1.29:= + python? ( ${PYTHON_DEPS} ) + qt5? ( dev-qt/qtcore:5 )" + #doc? ( app-doc/doxygen[dot] ) +DEPEND="${COMMON_DEPEND} + qt5? ( dev-qt/qttest:5 )" +RDEPEND="${COMMON_DEPEND} + cxx? ( + ! /dev/null || die + top_builddir="../.." srcdir="." CPP=$(tc-getCPP) distutils-r1_src_${EBUILD_PHASE} + popd > /dev/null + fi +} + +pkg_setup() { + addpredict /run/user/$(id -u)/gnupg + + local MAX_WORKDIR=66 + if [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then + ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than ${MAX_WORKDIR} which will fail tests" + SKIP_TESTS=1 + fi +} + +src_prepare() { + default + elibtoolize + + # Make best effort to allow longer PORTAGE_TMPDIR + # as usock limitation fails build/tests + ln -s "${P}" "${WORKDIR}/b" + S="${WORKDIR}/b" +} + +src_configure() { + local languages=() + use common-lisp && languages+=( "cl" ) + use cxx && languages+=( "cpp" ) + if use qt5; then + languages+=( "qt" ) + #use doc || + export DOXYGEN=true + export MOC="$(qt5_get_bindir)/moc" + fi + + econf \ + $([[ -n "${SKIP_TESTS}" ]] && echo "--disable-gpg-test --disable-gpgsm-test") \ + --enable-languages="${languages[*]}" \ + $(use_enable static-libs static) + + use python && make -C lang/python prepare + + do_python +} + +src_compile() { + default + do_python +} + +src_test() { + [[ -z "${SKIP_TESTS}" ]] || return + + default + if use python; then + test_python() { + emake -C lang/python/tests check \ + PYTHON=${EPYTHON} \ + PYTHONS=${EPYTHON} \ + TESTFLAGS="--python-libdir=${BUILD_DIR}/lib" + } + python_foreach_impl test_python + fi +} + +src_install() { + default + do_python + find "${D}" -name '*.la' -delete || die + + # backward compatibility for gentoo + # in the past we had slots + dodir /usr/include/gpgme + dosym ../gpgme.h /usr/include/gpgme/gpgme.h +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/yafaray/, sys-apps/miller/, dev-libs/granite/, app-misc/gramps/, ...
commit: 1e9e2f5f8e09570ffd15db3593a38ab71ebf403e Author: Michał Górny gentoo org> AuthorDate: Tue Oct 9 20:51:54 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 20:57:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e2f5f */*: Herb Miller Jr. is retiring as proxied maintainer Closes: https://bugs.gentoo.org/647176 Signed-off-by: Michał Górny gentoo.org> app-misc/gramps/metadata.xml | 9 + dev-libs/granite/metadata.xml | 9 + media-gfx/sane-frontends/metadata.xml | 9 + media-gfx/yafaray/metadata.xml| 9 + net-dialup/freeradius/metadata.xml| 9 + sys-apps/miller/metadata.xml | 9 + 6 files changed, 6 insertions(+), 48 deletions(-) diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml index f7eab38a893..e6ca596a1b8 100644 --- a/app-misc/gramps/metadata.xml +++ b/app-misc/gramps/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - h...@hlmjr.com - Herb Miller Jr. (herbmillerjr) - - - proxy-ma...@gentoo.org - Proxy Maintainers - + GRAMPS helps you track your family tree. It allows you to store, edit, and research genealogical data. GRAMPS attempts to provide all of the diff --git a/dev-libs/granite/metadata.xml b/dev-libs/granite/metadata.xml index 1071e73abde..6ae6a460b06 100644 --- a/dev-libs/granite/metadata.xml +++ b/dev-libs/granite/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - h...@hlmjr.com - Herb Miller Jr. (herbmillerjr) - - - proxy-ma...@gentoo.org - Proxy Maintainers - + Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for diff --git a/media-gfx/sane-frontends/metadata.xml b/media-gfx/sane-frontends/metadata.xml index 8b40ef0464f..58f638b2ac3 100644 --- a/media-gfx/sane-frontends/metadata.xml +++ b/media-gfx/sane-frontends/metadata.xml @@ -1,12 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - h...@hlmjr.com - Herb Miller Jr. (herbmillerjr) - - - proxy-ma...@gentoo.org - Proxy Maintainers - + diff --git a/media-gfx/yafaray/metadata.xml b/media-gfx/yafaray/metadata.xml index cee5f0b787f..f6cffe69824 100644 --- a/media-gfx/yafaray/metadata.xml +++ b/media-gfx/yafaray/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - h...@hlmjr.com - Herb Miller Jr. (herbmillerjr) - - - proxy-ma...@gentoo.org - Proxy Maintainers - + YafaRay is a raytracing open source render engine. Raytracing is a rendering technique for generating realistic images by tracing the path of light through a 3D scene. An render engine consists of a "faceless" computer program that interacts with a host 3D application to provide very specific raytracing capabilties "on demand". Blender 3D is the host application of YafaRay. diff --git a/net-dialup/freeradius/metadata.xml b/net-dialup/freeradius/metadata.xml index ff1258ca849..abccf790606 100644 --- a/net-dialup/freeradius/metadata.xml +++ b/net-dialup/freeradius/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -h...@hlmjr.com -Herb Miller Jr. (herbmillerjr) - - -proxy-ma...@gentoo.org -Proxy Maintainers - + Include dev-libs/libmemcached in caching drivers diff --git a/sys-apps/miller/metadata.xml b/sys-apps/miller/metadata.xml index bea67532f6a..8181d42fee8 100644 --- a/sys-apps/miller/metadata.xml +++ b/sys-apps/miller/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - h...@hlmjr.com - Herb Miller Jr. (herbmillerjr) - - - proxy-ma...@gentoo.org - Proxy Maintainers - + johnkerl/miller
[gentoo-commits] proj/kde:master commit in: kde-apps/minuet/
commit: d4c7baf38924064b3a88072fff84f2ad97e4ed18 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:16:23 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 20:16:23 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c7baf3 kde-apps/minuet: Simplify DEPENDs Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/minuet/minuet-18.08.2.ebuild | 6 ++ kde-apps/minuet/minuet-18.08.49..ebuild | 8 +++- kde-apps/minuet/minuet-.ebuild | 8 +++- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/kde-apps/minuet/minuet-18.08.2.ebuild b/kde-apps/minuet/minuet-18.08.2.ebuild index 8cfda1a113..519702b713 100644 --- a/kde-apps/minuet/minuet-18.08.2.ebuild +++ b/kde-apps/minuet/minuet-18.08.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"; KEYWORDS="~amd64 ~x86" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -" diff --git a/kde-apps/minuet/minuet-18.08.49..ebuild b/kde-apps/minuet/minuet-18.08.49..ebuild index 3b546df1f2..3c2735c4f6 100644 --- a/kde-apps/minuet/minuet-18.08.49..ebuild +++ b/kde-apps/minuet/minuet-18.08.49..ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"; KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -" diff --git a/kde-apps/minuet/minuet-.ebuild b/kde-apps/minuet/minuet-.ebuild index 3b546df1f2..3c2735c4f6 100644 --- a/kde-apps/minuet/minuet-.ebuild +++ b/kde-apps/minuet/minuet-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"; KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -"
[gentoo-commits] proj/kde:master commit in: eclass/
commit: 9896f79cbdc2fb0c16744f68af908dbca938013a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:53:34 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 20:53:34 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9896f79c cmake-utils.eclass: Drop accidentally re-added eapi7-ver Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 0bb3ec7131..776de76b31 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -116,7 +116,7 @@ inherit toolchain-funcs ninja-utils flag-o-matic multiprocessing xdg-utils case ${EAPI} in [56]) : ${CMAKE_MAKEFILE_GENERATOR:=emake} - inherit eapi7-ver eutils multilib + inherit eutils multilib ;; *) : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
commit: 6b7c2417c963e0b5ce82d5b5668e5f86e3f23543 Author: Craig Andrews gentoo org> AuthorDate: Tue Oct 9 20:37:47 2018 + Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 9 20:50:25 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7c2417 media-tv/kodi: Require at most one of mariadb/mysql, not xor Bug: https://bugs.gentoo.org/667918 Closes: https://bugs.gentoo.org/668182 Signed-off-by: Craig Andrews gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-tv/kodi/kodi-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild index 50ff2b885d5..5f630dd7441 100644 --- a/media-tv/kodi/kodi-.ebuild +++ b/media-tv/kodi/kodi-.ebuild @@ -33,7 +33,7 @@ REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( gles opengl ) ^^ ( gbm wayland X ) - ^^ ( mariadb mysql ) + ?? ( mariadb mysql ) udev? ( !libusb ) udisks? ( dbus ) upower? ( dbus )
[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
commit: 99380603e8cb5ff015392163ea23e78a87b6e04f Author: Craig Andrews gentoo org> AuthorDate: Tue Oct 9 18:21:07 2018 + Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 9 20:50:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99380603 media-tv/kodi: Consistency of mysql/mariadb use flags, fix mariadb Bug: https://bugs.gentoo.org/667918 Closes: https://bugs.gentoo.org/667750 Signed-off-by: Craig Andrews gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 .../kodi/{kodi-17.6.ebuild => kodi-17.6-r6.ebuild} | 27 +++--- media-tv/kodi/kodi-17.6.ebuild | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/media-tv/kodi/kodi-17.6.ebuild b/media-tv/kodi/kodi-17.6-r6.ebuild similarity index 94% copy from media-tv/kodi/kodi-17.6.ebuild copy to media-tv/kodi/kodi-17.6-r6.ebuild index 29aa1545725..6b505c1116f 100644 --- a/media-tv/kodi/kodi-17.6.ebuild +++ b/media-tv/kodi/kodi-17.6-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,9 @@ LIBDVDNAV_COMMIT="43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac" FFMPEG_VERSION="3.1.11" FFMPEG_KODI_VERSION="17.5" CODENAME="Krypton" +PATCHES=( + "${FILESDIR}/${P}-nmblookup.patch" +) SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_COMMIT}.tar.gz -> libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_COMMIT}.tar.gz -> libdvdread-${LIBDVDREAD_COMMIT}.tar.gz https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_COMMIT}.tar.gz -> libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz @@ -28,12 +31,11 @@ SLOT="0" # use flag is called libusb so that it doesn't fool people in thinking that # it is _required_ for USB support. Otherwise they'll disable udev and # that's going to be worse. -IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles lcms libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf" +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles lcms libressl libusb lirc mariadb mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +xslt zeroconf" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( gles opengl ) - gles? ( X ) - opengl? ( X ) + ?? ( mariadb mysql ) udev? ( !libusb ) udisks? ( dbus ) upower? ( dbus ) @@ -63,7 +65,7 @@ COMMON_DEPEND="${PYTHON_DEPS} gles? ( media-libs/mesa[gles2] ) lcms? ( media-libs/lcms:2 ) libusb? ( virtual/libusb:1 ) - media-fonts/corefonts + virtual/ttf-fonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig @@ -75,7 +77,10 @@ COMMON_DEPEND="${PYTHON_DEPS} >=media-video/ffmpeg-${FFMPEG_VERSION}:=[encode,openssl,postproc] =net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) @@ -86,18 +91,12 @@ COMMON_DEPEND="${PYTHON_DEPS} sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) - vaapi? ( x11-libs/libva[opengl] ) + vaapi? ( x11-libs/libva:=[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) - X? ( - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libXrandr - x11-libs/libXrender - ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) " @@ -239,7 +238,7 @@ src_configure() { -DENABLE_UPNP=$(usex upnp) -DENABLE_VAAPI=$(usex vaapi) -DENABLE_VDPAU=$(usex vdpau) - -DENABLE_X11=$(usex X) + -DENABLE_X11=ON -DENABLE_XSLT=$(usex xslt) -Dlibdvdread_URL="${DISTDIR}/libdvdread-${LIBDVDREAD_COMMIT}.tar.gz" -Dlibdvdnav_URL="${DISTDIR}/libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz" diff --git a/media-tv/kodi/kodi-17.6.ebuild b/media-tv/kodi/kodi-17.6.ebuild index 29aa1545725..ed06b92fcf6 100644 --- a/media-tv/kodi/kodi-17.6.ebuild +++ b/media-tv/kodi/kodi-17.6.ebuild @@ -224,7 +224,7 @@ src_configure() { -DENABLE_LCMS2=$(usex lcms) -DENABLE_LIRC=$(usex lirc) -DENABLE_MICROHTTPD=$(usex webserver) - -DENABLE_MYSQLCLIENT=$(usex mysql) + -DENABLE_MYSQLCLIENT=$(usex mysql "yes" $(usex mariadb)) -DENABLE_NFS=$(usex nfs) -DENABLE_NONFREE=$(usex nonfree) -DENABLE_OPENGL
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: d15df4e625dadba62838a9b0ab5e1ffa88715db3 Author: ktrace yandex ru> AuthorDate: Sat Sep 22 12:53:16 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 19:59:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15df4e6 waf-utils.eclass: add parameters to compile and install Signed-off-by: Victor Kustov yandex.ru> Signed-off-by: Michał Górny gentoo.org> eclass/waf-utils.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass index 4d02483a927..878068fc9f4 100644 --- a/eclass/waf-utils.eclass +++ b/eclass/waf-utils.eclass @@ -89,7 +89,7 @@ waf-utils_src_configure() { CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" \ "--prefix=${EPREFIX}/usr" \ "${libdir[@]}" \ - "$@" \ + "${@}" \ configure || die "configure failed" } @@ -102,8 +102,8 @@ waf-utils_src_compile() { [[ ${WAF_VERBOSE} == ON ]] && _mywafconfig="--verbose" local jobs="--jobs=$(makeopts_jobs)" - echo "\"${WAF_BINARY}\" build ${_mywafconfig} ${jobs}" - "${WAF_BINARY}" ${_mywafconfig} ${jobs} || die "build failed" + echo "\"${WAF_BINARY}\" build ${_mywafconfig} ${jobs} ${*}" + "${WAF_BINARY}" ${_mywafconfig} ${jobs} "${@}" || die "build failed" } # @FUNCTION: waf-utils_src_install @@ -112,8 +112,8 @@ waf-utils_src_compile() { waf-utils_src_install() { debug-print-function ${FUNCNAME} "$@" - echo "\"${WAF_BINARY}\" --destdir=\"${D}\" install" - "${WAF_BINARY}" --destdir="${D}" install || die "Make install failed" + echo "\"${WAF_BINARY}\" --destdir=\"${D}\" ${*} install" + "${WAF_BINARY}" --destdir="${D}" "${@}" install || die "Make install failed" # Manual document installation einstalldocs
[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/
commit: 5c7a52d7ce2ac3d5eb4ffdfbdc9ed250ccecf2d2 Author: Rafael Martins gentoo org> AuthorDate: Tue Oct 9 19:48:31 2018 + Commit: Rafael Martins gentoo org> CommitDate: Tue Oct 9 19:49:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7a52d7 app-emulation/simplevirt: snapshot bump Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Rafael Martins gentoo.org> app-emulation/simplevirt/Manifest | 2 +- ...implevirt-0.0_p20181008.ebuild => simplevirt-0.0_p20181009.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/simplevirt/Manifest b/app-emulation/simplevirt/Manifest index 53327df1b39..298cde2b7a5 100644 --- a/app-emulation/simplevirt/Manifest +++ b/app-emulation/simplevirt/Manifest @@ -3,4 +3,4 @@ DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 4ba34bd9432699ec60348d1 DIST github.com-inconshreveable-mousetrap-v1.0.0.tar.gz 2290 BLAKE2B bd46103e50dd916bad41aafbf8c1945d835222c131a88f4d3fba35feb4b11ae83c900280c9dafc6f0ef92f71b6a3ba02996dcb31d67eb49314b29d23fda2c8b8 SHA512 6f68bd6b7b1c7aa6651fe83b5230b6c8398b85561b01ca6a36ee638e186c325cc70444818de7a569db240159ba5840ed24f212e0defdf9f9890803a7641285d9 DIST github.com-spf13-cobra-v0.0.3.tar.gz 101526 BLAKE2B 8613eccdd5bbd31429b7aa8260ee9367e34a5cc78075b394b09db91a97445ed1dadfb53a86105b55cb6ea3b4c2f9d50553e9198d64dfb6033dd1db2805984a2c SHA512 c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb DIST github.com-spf13-pflag-v1.0.2.tar.gz 44042 BLAKE2B 157fa6c2b1efa594abebd76ff03121050187974d62475b1aa66af325a2198ea64105655597703c37f25e22c4a07864d9fc31a6a29ba9233fdeefcceef400d5e5 SHA512 fd3cefd683329316eda4ec660193a970e38435515c16805190235e2c969c8d65a6f602fdc7c2f7cf3d9740c5a321ee5be5e8034bd6cd7c05c12722cf64d1e8ae -DIST simplevirt-0.0_p20181008.tar.gz 14418 BLAKE2B f7c2274b57c874a26b04bfe0008ab5234a1841e0ca64104725048bbda6dc97086954958779a28e6457da9172f998e7a14298c84dcf5b1e43adf71909fa5c9f48 SHA512 003a30d204c02ea196ef23deddd924c2ccad92b861aece35d88be99416664f8b38c4da6e578f56b111a3b5d192032acbf30383cc659160755e8eeeb8b358b8d4 +DIST simplevirt-0.0_p20181009.tar.gz 14487 BLAKE2B ef18680c208f71686502048d611509773e5722c563b2adaa1f0020f4c36aae65550b045efdfe22f7a3fbe7600483850d3590a5be839acfdc5065e51174913a6a SHA512 7cc4de465c8a399eeb8726c112492dff56696f5ca23dd0cd28c7d6da81727dfb2c2281731ff04c42ef27a5a836599dd1f36ce84eaba96d2700955e52b75193f9 diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild b/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild similarity index 96% rename from app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild rename to app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild index 9310b3a9623..22eccbb29d1 100644 --- a/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild +++ b/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild @@ -14,8 +14,8 @@ EGO_VENDOR=( inherit linux-info golang-vcs-snapshot user EGO_PN="github.com/rafaelmartins/simplevirt" -GIT_COMMIT="49d0d512f044a20adcabc1b3a0a56a69e5f1f9c7" -GIT_VERSION="0.0.19-49d0" +GIT_COMMIT="a1569d8a63fbed7ad200039d3b45fcad41f23f36" +GIT_VERSION="0.0.20-a156" ARCHIVE_URI="https://${EGO_PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Simple virtual machine manager for Linux (QEMU/KVM)"
[gentoo-commits] proj/gnome:master commit in: sys-apps/bubblewrap/
commit: a17cc07893b943215811c965b28ed672f1a69d91 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue Oct 9 19:31:02 2018 + Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue Oct 9 19:31:02 2018 + URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a17cc078 sys-apps/bubblewrap: new ebuild imported from "foo-overlay" /var/lib/layman/foo-overlay. test don't work but the package seems to work sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild | 51 + sys-apps/bubblewrap/metadata.xml| 8 + 2 files changed, 59 insertions(+) diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild new file mode 100644 index ..dde2efec --- /dev/null +++ b/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="7" + +inherit autotools bash-completion-r1 linux-info + +DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution" +HOMEPAGE="https://github.com/projectatomic/bubblewrap"; +SRC_URI="https://github.com/projectatomic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="selinux" + +DEPEND=" +dev-libs/libxslt +sys-libs/libseccomp +sys-libs/libcap +selinux? ( >=sys-libs/libselinux-2.1.9 ) +" +# FIXME: we don't need bashcomp righ?? +RDEPEND="${DEPEND}" +# FIXME: bash comp is not working +# FIXME: test is not working +pkg_setup() { + if [[ ${MERGE_TYPE} != buildonly ]]; then + CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS" +linux-info_pkg_setup + fi +} +src_prepare() { +default +eautoreconf +} + +src_configure() { + +econf \ + $(use_enable selinux) \ + "--enable-man" \ + "--with-bash-completion-dir=${get_bashcompdir}" \ + "--with-priv-mode=none" +} + +pkg_postinst() { +einfo "bashcomp can be used with >=app-shells/bash-completion-2.0" +einfo "probably needs namespaces" +} diff --git a/sys-apps/bubblewrap/metadata.xml b/sys-apps/bubblewrap/metadata.xml new file mode 100644 index ..39980802 --- /dev/null +++ b/sys-apps/bubblewrap/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + gn...@gentoo.org + Gentoo GNOME Desktop + +
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/, sys-kernel/dracut/files/
commit: 6093c44b4abfabbdd98b92aaf0faaf10c0646acc Author: Mike Gilbert gentoo org> AuthorDate: Tue Oct 9 19:23:34 2018 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Oct 9 19:23:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6093c44b sys-kernel/dracut: simplify ldd parsing logic in dracut-install Closes: https://bugs.gentoo.org/667752 Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21 Signed-off-by: Mike Gilbert gentoo.org> sys-kernel/dracut/dracut-048-r1.ebuild | 154 + ...dracut-install-simplify-ldd-parsing-logic.patch | 41 ++ 2 files changed, 195 insertions(+) diff --git a/sys-kernel/dracut/dracut-048-r1.ebuild b/sys-kernel/dracut/dracut-048-r1.ebuild new file mode 100644 index 000..5984c374472 --- /dev/null +++ b/sys-kernel/dracut/dracut-048-r1.ebuild @@ -0,0 +1,154 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit bash-completion-r1 eutils linux-info systemd toolchain-funcs + +DESCRIPTION="Generic initramfs generation tool" +HOMEPAGE="https://dracut.wiki.kernel.org"; +SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug selinux" + +# Tests need root privileges, bug #298014 +RESTRICT="test" + +COMMON_DEPEND=">=sys-apps/kmod-23[tools] + virtual/pkgconfig + virtual/udev + " +RDEPEND="${COMMON_DEPEND} + app-arch/cpio + >=app-shells/bash-4.0:0 + sys-apps/coreutils[xattr(-)] + || ( + >=sys-apps/sysvinit-2.87-r3 + sys-apps/systemd[sysv-utils] + ) + >=sys-apps/util-linux-2.21 + + debug? ( dev-util/strace ) + selinux? ( + sec-policy/selinux-dracut + sys-libs/libselinux + sys-libs/libsepol + ) + " +DEPEND="${COMMON_DEPEND} + app-text/asciidoc + app-text/docbook-xml-dtd:4.5 + >=app-text/docbook-xsl-stylesheets-1.75.2 + >=dev-libs/libxslt-1.1.26 + " + +DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules + README.testsuite TODO ) + +QA_MULTILIB_PATHS="usr/lib/dracut/.*" + +PATCHES=( + "${FILESDIR}"/048-dracut-install-simplify-ldd-parsing-logic.patch +) + +src_configure() { + local myconf=( + --prefix="${EPREFIX}/usr" + --sysconfdir="${EPREFIX}/etc" + --bashcompletiondir="$(get_bashcompdir)" + --systemdsystemunitdir="$(systemd_get_systemunitdir)" + ) + + tc-export CC PKG_CONFIG + + echo ./configure "${myconf[@]}" + ./configure "${myconf[@]}" || die +} + +src_install() { + default + + local libdirs=( /$(get_libdir) /usr/$(get_libdir) ) + if [[ ${SYMLINK_LIB} = yes && $(get_libdir) != lib ]]; then + # Preserve lib -> lib64 symlinks in initramfs + libdirs+=( /lib /usr/lib ) + fi + + einfo "Setting libdirs to \"${libdirs[*]}\" ..." + echo "libdirs=\"${libdirs[*]}\"" > "${T}/gentoo.conf" || die + insinto "/usr/lib/dracut/dracut.conf.d" + doins "${T}/gentoo.conf" + + insinto /etc/logrotate.d + newins dracut.logrotate dracut + + docinto html + dodoc dracut.html +} + +pkg_postinst() { + if linux-info_get_any_version && linux_config_exists; then + ewarn "" + ewarn "If the following test report contains a missing kernel" + ewarn "configuration option, you should reconfigure and rebuild your" + ewarn "kernel before booting image generated with this Dracut version." + ewarn "" + + local CONFIG_CHECK="~BLK_DEV_INITRD ~DEVTMPFS" + + # Kernel configuration options descriptions: + local ERROR_DEVTMPFS='CONFIG_DEVTMPFS: "Maintain a devtmpfs filesystem to mount at /dev" ' + ERROR_DEVTMPFS+='is missing and REQUIRED' + local ERROR_BLK_DEV_INITRD='CONFIG_BLK_DEV_INITRD: "Initial RAM filesystem and RAM disk ' + ERROR_BLK_DEV_INITRD+='(initramfs/initrd) support" is missing and REQUIRED' + + check_extra_config + echo + else + ewarn "" + ewarn "Your kernel configuration couldn't be checked." + ewarn "Please check manually if following options are enabled:" + ewarn "" + ewarn " CONFIG_BLK_DEV_INITRD" + ewarn " CONFIG_DEVTMPFS" + ewarn "" + fi + + elog "To get additional features, a number of optional runtime" + elog "dependencies may be installed:" + elog "" + optfeature "Networking support" net-misc/curl "net-misc/dhcp[client]" \ + sys-apps/iproute2 "net-misc/iputils[arping]" + optfeature \ +
[gentoo-commits] repo/gentoo:master commit in: sys-devel/prelink/
commit: 8891c135b8a855aafd8347f6f695ceb5bf5bf48e Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Oct 9 19:07:00 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 9 19:13:19 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8891c135 sys-devel/prelink: add live ebuild Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-devel/prelink/prelink-.ebuild | 66 +++ 1 file changed, 66 insertions(+) diff --git a/sys-devel/prelink/prelink-.ebuild b/sys-devel/prelink/prelink-.ebuild new file mode 100644 index 000..390d0c35e0c --- /dev/null +++ b/sys-devel/prelink/prelink-.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +MY_PN="${PN}-cross" +MY_P="${MY_PN}-${PV}" + +inherit autotools flag-o-matic git-r3 + +DESCRIPTION="Modifies ELFs to avoid runtime symbol resolutions resulting in faster load times" +HOMEPAGE="https://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/ https://people.redhat.com/jakub/prelink"; +EGIT_REPO_URI="https://git.yoctoproject.org/git/prelink-cross"; + +LICENSE="GPL-2" +SLOT="0" +IUSE="doc selinux" + +DEPEND="selinux? ( sys-libs/libselinux[static-libs(+)] ) + !dev-libs/libelf + sys-libs/binutils-libs + >=sys-libs/glibc-2.8" +RDEPEND="${DEPEND} + >=sys-devel/binutils-2.18 + >=dev-libs/elfutils-0.100[static-libs(+)]" + +PATCHES=( + "${FILESDIR}"/${PN}-20130503-prelink-conf.patch + "${FILESDIR}"/${PN}-20130503-libiberty-md5.patch +) + +src_prepare() { + default + + sed -i -e '/^CC=/s: : -Wl,--disable-new-dtags :' testsuite/functions.sh #100147 + + has_version 'dev-libs/elfutils[threads]' && append-ldflags -pthread + + eautoreconf +} + +src_configure() { + econf $(use_enable selinux) +} + +src_install() { + default + + use doc && dodoc doc/prelink.pdf + + insinto /etc + doins doc/prelink.conf + + exeinto /etc/cron.daily + newexe "${FILESDIR}"/prelink.cron prelink + newconfd "${FILESDIR}"/prelink.confd prelink +} + +pkg_postinst() { + if [ -z "${REPLACING_VERSIONS}" ] ; then + elog "You may wish to read the Gentoo Linux Prelink Guide, which can be" + elog "found online at:" + elog "https://wiki.gentoo.org/wiki/Prelink"; + elog "Please edit /etc/conf.d/prelink to enable and configure prelink" + fi +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
commit: 7300445ef8361981f9ec3641215907182e4c648e Author: Virgil Dupras gentoo org> AuthorDate: Tue Oct 9 18:27:23 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 9 18:27:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300445e dev-python/bleach: bump to 3.0.1 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-python/bleach/Manifest | 2 +- dev-python/bleach/{bleach-3.0.0.ebuild => bleach-3.0.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest index d28c735d645..552fa250278 100644 --- a/dev-python/bleach/Manifest +++ b/dev-python/bleach/Manifest @@ -1,3 +1,3 @@ DIST bleach-1.5.0.tar.gz 36502 BLAKE2B a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327 SHA512 572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75 SHA512 ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5 -DIST bleach-3.0.0.tar.gz 164459 BLAKE2B a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8 SHA512 7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e +DIST bleach-3.0.1.tar.gz 165179 BLAKE2B 261ef2692c8c30e1ce387346aee03e45d46e195d45778485371a4e5d5d754c579853b50633fd5a834038c931cb48dc458771e7a44b7e0726015ea5934b2968bf SHA512 c90fee244d10ae66c30c8bff80e096cf508b2413a7ee082cbe2c5e0f1508d078133c2db6cd09f05ce875e867d4c0fab985659e4fe6d7bd9fe6ad4f823af03736 diff --git a/dev-python/bleach/bleach-3.0.0.ebuild b/dev-python/bleach/bleach-3.0.1.ebuild similarity index 100% rename from dev-python/bleach/bleach-3.0.0.ebuild rename to dev-python/bleach/bleach-3.0.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/, app-i18n/opencc/files/
commit: 50be00f6ee1ce7eaa585389586a5d838e65e647b Author: Naohiro Aota gentoo org> AuthorDate: Tue Oct 9 17:56:23 2018 + Commit: Naohiro Aota gentoo org> CommitDate: Tue Oct 9 17:57:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be00f6 app-i18n/opencc: add patch to avoid conflicting copy copy command is only necessary in VS build, and it's causing conflict on parallel build. Dropping the command is safe on Linux. Closes: https://bugs.gentoo.org/666904 Signed-off-by: Naohiro Aota gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-i18n/opencc/files/opencc-stop-copy.patch | 18 ++ app-i18n/opencc/opencc-1.0.5.ebuild | 7 +-- app-i18n/opencc/opencc-.ebuild | 7 +-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/app-i18n/opencc/files/opencc-stop-copy.patch b/app-i18n/opencc/files/opencc-stop-copy.patch new file mode 100644 index 000..4793951dd25 --- /dev/null +++ b/app-i18n/opencc/files/opencc-stop-copy.patch @@ -0,0 +1,18 @@ +We don't need this copy command on Linux (or other than Visual Studio +build). Since it is colliding each other on parallel build, drop the +command for now. + +See https://bugs.gentoo.org/666904 +diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt +index 1516775..2deb764 100644 +--- a/data/CMakeLists.txt b/data/CMakeLists.txt +@@ -109,8 +109,6 @@ foreach(DICT ${DICTS}) + ${DICT}.ocd + COMMENT + "Building ${DICT}.ocd" +-COMMAND +- ${CMAKE_COMMAND} -E copy "$" "$" + COMMAND + ${OPENCC_DICT_BIN} + --input ${DICT_${DICT}_INPUT} diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild b/app-i18n/opencc/opencc-1.0.5.ebuild index ba948e2bf80..2ddcaab943f 100644 --- a/app-i18n/opencc/opencc-1.0.5.ebuild +++ b/app-i18n/opencc/opencc-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -26,7 +26,10 @@ IUSE="doc test" DEPEND="doc? ( app-doc/doxygen )" DOCS="AUTHORS *.md" -PATCHES=( "${FILESDIR}"/${PN}-test.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-test.patch + "${FILESDIR}"/${PN}-stop-copy.patch +) src_prepare() { sed -i "s|\${DIR_SHARE_OPENCC}/doc|share/doc/${PF}|" doc/CMakeLists.txt diff --git a/app-i18n/opencc/opencc-.ebuild b/app-i18n/opencc/opencc-.ebuild index 9ec1cbd5d8b..857d6dd70b8 100644 --- a/app-i18n/opencc/opencc-.ebuild +++ b/app-i18n/opencc/opencc-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -26,7 +26,10 @@ IUSE="doc test" DEPEND="doc? ( app-doc/doxygen )" DOCS="AUTHORS *.md" -PATCHES=( "${FILESDIR}"/${PN}-test.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-test.patch + "${FILESDIR}"/${PN}-stop-copy.patch +) src_prepare() { sed -i "s|\${DIR_SHARE_OPENCC}/doc|share/doc/${PF}|" doc/CMakeLists.txt
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-builder/, dev-embedded/arduino-builder/files/
commit: b128d56fed349c13bdbf670b4cfe9c4e56b3284f Author: Michael Perlov gmail com> AuthorDate: Mon Oct 8 15:17:12 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 9 17:34:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b128d56f dev-embedded/arduino-builder: version bump to 1.4.1 Bug: https://bugs.gentoo.org/666146 Signed-off-by: Michael Perlov gmail.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10105 Signed-off-by: Virgil Dupras gentoo.org> dev-embedded/arduino-builder/Manifest | 8 +++ .../arduino-builder/arduino-builder-1.4.1.ebuild | 68 ++ .../arduino-builder-1.4.1-platform-paths.patch | 19 ++ 3 files changed, 95 insertions(+) diff --git a/dev-embedded/arduino-builder/Manifest b/dev-embedded/arduino-builder/Manifest index 0f558b37b90..0284217c8dc 100644 --- a/dev-embedded/arduino-builder/Manifest +++ b/dev-embedded/arduino-builder/Manifest @@ -1,4 +1,12 @@ DIST arduino-builder-1.3.25.tar.gz 206905 BLAKE2B 6770b89607c1563b68a79d34e6e214586106c63a4b3c854b4f85a4b9eb2fc24ce5d4a97c29b0c05c19b6834e103f3c3c574bd8cefed0eb684d8aab7e4c71ee7f SHA512 3740530800f8a3cfe1fe20a91579e6b632b76c2c4ace68c7b178a2d234032d5887abee3d0360c3039f2fec912a0d5cabe948bf930a7d9ea23221625456ad5357 +DIST arduino-builder-1.4.1.tar.gz 220058 BLAKE2B b993ad508b81b3f05bb24747a63ac7b826739265aabc0437be403ca7154e6f3b580dacf235979fa4b395c6cc8c978e2cbdcab072822bd8fe61e42074ca4323e8 SHA512 d72f63d4235531310c412b096d154977d7d6ea2746e8703c8208e33e7bf3cac416817ccb5fbc47248bfe4a5858fa3a91117919b8cb636261c5cec28b8bc415bc +DIST github.com-arduino-go-paths-helper-751652ddd9f0a98650e681673c2c73937002e889.tar.gz 14609 BLAKE2B f8a5b54f9898db7ea02d8aad779fc32cb6b21e430c84c5f77b985f9a23dc62de95a6a366956b7861b6b4b261ff5f30d3b20c92e51b256ed6f223a309a644302d SHA512 6116531448270b502187cd91d2a0847a8791c53b65729766291f1ddaa9bc2ce95b0d24a54dc895ad62e2d04c092081ce46300101b9f371db78b0204a541c8252 +DIST github.com-arduino-go-properties-map-ad37f0cfeff29fadeabe6b2f7f852d8db1fb5c41.tar.gz 16406 BLAKE2B f6afeb160114bfb221c882d1b2c8e7f6d6841585affbf349c82c421500d28cf2b09b28bef960048c357fac69ef5432cecc0a0098f7a4929aa0d3d566cbe56bd1 SHA512 5327e207b4a1a978585345d498f4af39bdd716686c058dacebada113cc07066834ebe19eb8f4d8388d400755dca7e8656bc053e7d8804a1d7e04a1cc6c4414ea +DIST github.com-arduino-go-timeutils-d1dd9e313b1bfede35fe0bbf46d612e16a50e04e.tar.gz 8086 BLAKE2B d2e558b3c88e084c99cd0dd0ccaa0859e21b53671d4d28f57cce505f7fda0f89fdde7a08bcf7d2e4d8b57e4a760bdc608e97f0c27542fd0a396a548494bb7351 SHA512 e573f448c4b0b17882be98516abcdbbc4174e3ab041ce1390bc7e3e365932f1a4c7fe63cebf4e82b43bec5d5f4748511fa608a777a0cbc18b29e224041884fb8 +DIST github.com-fsnotify-fsnotify-c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9.tar.gz 31164 BLAKE2B 8ed43520ed7df3f52585b41358e2c89c55cd9bcea78affbf76d11cb2d3660e2de63d2debd91cd4da7c1a1fde3afac1086e616ab632460389cd4f10cc633a3e81 SHA512 809a90dcfbf565d335514257b577150a367e16ef871e2f44584a13fe3bc3ac87cbd789f7c7882a76cf7a7c546740c6552ec7382b4a6d18c4f0e845bcc3a7b0c8 DIST github.com-go-errors-errors-a41850380601eeb43f4350f7d17c6bbd8944aaf8.tar.gz 7835 BLAKE2B f4092b4ef5ebf996cb3c20183868dbdd154ea7cf02a4fd5a3375a3193e9ccacad08f0b6681b456786524b729ffb8c0b5c8af6ceec630eec22326d0fe1e00eb22 SHA512 b1d5e7c6f30f94f8a41b10d32b7f4ce7de8394f74ede6c14fb1f267a0514b24bc3bc7659c3baf6eacf424cea8451e7e57f5f72acc568342e90a447bd02f3e262 +DIST github.com-golang-protobuf-aa810b61a9c79d51363740d207bb46cf8e620ed5.tar.gz 332903 BLAKE2B b05fa3e3316bd6adbad623ab239795172ee70c38380873ee52a32c10f8f3e750c26b27fc43da4a290d82eda5723fd56063bffe01fdedb2d3a65bf5349abdb376 SHA512 80407835aef3553f655c35e89aa884038c90a3667460af1db60b069ae31e870efc59d6907743ee080d85e167c20d778440b9a6d19ff79f9055bc666c8314fe30 +DIST github.com-google-go-genproto-af9cb2a35e7f169ec875002c1829c9b315cddc04.tar.gz 2323831 BLAKE2B a614c74b60f8e347b47c8686807228ea76b021a918fc732b69293c8b59c1bc5396e320cbce6db87ab43b9a4fd649d19779874934bdd667f7cabf03165439c54a SHA512 a6524f31e8c4775195c245ffbe54c7f770591d46663ea86b8120ffd8efb3cf9269569fbf457b0d0272dc47177ccf3b413e858c2b437ee9892b5ac6698d07ed4d +DIST github.com-grpc-grpc-go-8dea3dc473e90c8179e519d91302d0597c0ca1d1.tar.gz 506815 BLAKE2B 498909d0704b46d54571ad1f87d7636fafdf48f11fbf53e5e8ec6cd16aa6cd57cdfaedd8a7c00cd33ff60c99b0ab0dbf3f9c8df28155c75b2ceeaada3afabf92 SHA512 37970d20ce358d5186a9a152b1a0b1af816f7d53de8f2c35c901e8533e8191125e08ca60e1177bbab5e2585a1fa6e0fa9785ac70caadc5aa0fa58c189d26ca95 DIST github.com-jstemmer-go-junit-report-833f8ea2b99d36d5f018698333834f3df200a0c2.tar.gz 6901 BLAKE2B 6138ac40810ad000a4336ffbca3bc5c1d0e96854c7918fb2aad9f7b2596ac66f285ac8c519e30b6e97cdb0009b31ab73b83ff2e1db2f464c2d88f2c1045a6bd9 SHA512 00f38f51c5f761b5a3e60a6e6b602f1246a746f081f2d8946d01387234270544692c6af54d0e69919c1af8aa753f848eeecc4421f2ddf881f21522ccf5545d7
[gentoo-commits] repo/gentoo:master commit in: app-backup/rear/
commit: c787c88e811a99360e1e45161104ead0395930e9 Author: Timo Eissler morlix de> AuthorDate: Fri Aug 24 06:01:33 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 9 17:30:19 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c787c88e app-backup/rear: bump to v2.4 Closes: https://bugs.gentoo.org/664004 Signed-off-by: Timo Eissler morlix.de> Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9680 app-backup/rear/Manifest| 1 + app-backup/rear/rear-2.4.ebuild | 40 2 files changed, 41 insertions(+) diff --git a/app-backup/rear/Manifest b/app-backup/rear/Manifest index cdc83485f57..c4971bdf9b4 100644 --- a/app-backup/rear/Manifest +++ b/app-backup/rear/Manifest @@ -1,3 +1,4 @@ DIST rear-1.15.tar.gz 258153 BLAKE2B 1172806962df7d1a5f278d1aeb696e38d482f1710c6b13dba6b00f60f51fd3c02ba6d28c9c5e4b1a648468f9a6f5987b47ca1f819c8e66c9b6f209c75b0ba0b6 SHA512 dc953c33b82f221de6c2acd7ffbb26c34b86aebcd7f8a4d7d520a1d08c15c723fed75326b8e19614f5e09f6436d392091b362b350ffad06caf10c711eb97fcb2 DIST rear-1.17.0.tar.gz 299444 BLAKE2B bbada2b5705a5ff0f82b97974f14de728a779847a6b410e0be71033404ae08f0ba6c4bd76c07aba0195aa677c174ebf016bbb6a17f3aa2698bed24bcb50618f3 SHA512 4b9991dc14138e6a2cd28c9fb9f1dcf46ea1a580454bb2c966024481657a102cc849baf6af5ebfa0793ac3f5ebff5b07abc87d1e4b02e1496a0f87b8cf79284e DIST rear-1.17.1.tar.gz 303253 BLAKE2B 3c84a76b0aaf1ef72191a49976aa86ce4fcf7c9aee1c6c85af3d68d80e0c6a7ba0d16e109847c7753a626ef34df9ee05f2912b30df5e205303c194831bd5af77 SHA512 66595e962345c0e61c5152f11aee6745ec348acc02d0cbc717faaca8618c83211d8c45ec5e80a17ba9d8c8ad9c6d2ecb109f827d976eb0d126bfc44cf4b49afc +DIST rear-2.4.tar.gz 611731 BLAKE2B f7cb6955302e0be6178393a678f050729b827f822df91d28245655d414892f225e25125f7e3bfad080e139ddc9c728121894b4ebde48c4dff2a8071fb4a5d46e SHA512 8a20c0ffd913b1b4c27f6125c1ca31404daaceccb2bfff7932f1ea402806657252afc3f6719c75dcab2de18b7975f83544dac92f43a742654f90494454d7c088 diff --git a/app-backup/rear/rear-2.4.ebuild b/app-backup/rear/rear-2.4.ebuild new file mode 100644 index 000..55b55d0c90c --- /dev/null +++ b/app-backup/rear/rear-2.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Relax-and-Recover is a setup-and-forget bare metal disaster recovery solution" +HOMEPAGE="http://relax-and-recover.org/"; +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="libressl udev samba" + +RDEPEND=" + net-dialup/mingetty + net-fs/nfs-utils + sys-apps/gawk + sys-apps/iproute2 + sys-apps/lsb-release + sys-apps/sed + sys-apps/util-linux + sys-block/parted + sys-boot/syslinux + virtual/cdrtools + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + samba? ( net-fs/cifs-utils ) + udev? ( virtual/udev ) +" + +src_compile() { :; } + +src_install() { + emake DESTDIR="${D}" install + + keepdir /var/lib/rear + keepdir /var/log/rear +}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/tinyproxy/
commit: 993c2da303c0e15881093f061c5a0768c37c78c3 Author: Ben Kohler gentoo org> AuthorDate: Tue Oct 9 17:03:14 2018 + Commit: Ben Kohler gentoo org> CommitDate: Tue Oct 9 17:03:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993c2da3 net-proxy/tinyproxy: fix new service filename Signed-off-by: Ben Kohler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index bb01f626907..16669d50efc 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild @@ -59,7 +59,7 @@ src_install() { keepdir /var/log/${PN} newinitd "${FILESDIR}"/${PN}-1.10.0.initd tinyproxy - systemd_dounit "${FILESDIR}"/${PN}-1.10.0.service + systemd_newunit "${FILESDIR}"/${PN}-1.10.0.service tinyproxy.service systemd_dotmpfilesd "${FILESDIR}"/${PN}.tmpfiles.conf }
[gentoo-commits] proj/openrc:master commit in: src/rc/
commit: 67e2d6033dd7ac6db0269ee060ed20484825ff9f Author: William Hubbs gmail com> AuthorDate: Tue Oct 9 16:34:52 2018 + Commit: William Hubbs gentoo org> CommitDate: Tue Oct 9 16:34:52 2018 + URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=67e2d603 Complete implementation of forever timeout value in stop schedules src/rc/rc-schedules.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rc/rc-schedules.c b/src/rc/rc-schedules.c index 8f36f073..f7ef20fb 100644 --- a/src/rc/rc-schedules.c +++ b/src/rc/rc-schedules.c @@ -351,8 +351,9 @@ int run_stop_schedule(const char *applet, tkilled += nkilled; break; + case SC_FOREVER: case SC_TIMEOUT: - if (item->value < 1) { + if (item->type == SC_TIMEOUT && item->value < 1) { item = NULL; break; } @@ -360,7 +361,7 @@ int run_stop_schedule(const char *applet, ts.tv_sec = 0; ts.tv_nsec = POLL_INTERVAL; - for (nsecs = 0; nsecs < item->value; nsecs++) { + for (nsecs = 0; item->type == SC_FOREVER || nsecs < item->value; nsecs++) { for (nloops = 0; nloops < ONE_SECOND / POLL_INTERVAL; nloops++)
[gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
commit: 30969a87e350c5b4de43f63ce980416cab8fd167 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 16:06:02 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 16:09:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30969a87 media-libs/libtxc_dxtn: Clean up ebuild Signed-off-by: Matt Turner gentoo.org> media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild | 29 ++ 1 file changed, 29 insertions(+) diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild new file mode 100644 index 000..f520acc9990 --- /dev/null +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="Helper library forS3TC texture (de)compression" +HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"; +SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +IUSE="" + +DEPEND="media-libs/mesa" +RDEPEND="" + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} + +multilib_src_install_all() { + default + + # libtxc_dxtn is installed as a module (plugin) + find "${D}" -name '*.la' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
commit: 2e2043916ae5a3a506634bf7e324daa65d199c5a Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 16:06:24 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 16:09:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e204391 media-libs/libtxc_dxtn: Drop old versions Signed-off-by: Matt Turner gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 35 --- media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 39 -- 2 files changed, 74 deletions(-) diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild deleted file mode 100644 index 33b3c218982..000 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib - -DESCRIPTION="Helper library forS3TC texture (de)compression" -HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"; -SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND="media-libs/mesa" -DEPEND="${RDEPEND}" - -RESTRICT="bindist" - -src_install() { - autotools-multilib_src_install - - # libtxc_dxtn is installed as a module (plugin) - prune_libtool_files --all -} - -pkg_postinst() { - ewarn "Depending on where you live, you might need a valid license for s3tc" - ewarn "in order to be legally allowed to use the external library." - ewarn "Redistribution in binary form might also be problematic." - ewarn - ewarn "You have been warned. Have a nice day." -} diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild deleted file mode 100644 index e44c81b3358..000 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit ltprune multilib-minimal - -DESCRIPTION="Helper library forS3TC texture (de)compression" -HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"; -SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -RESTRICT="bindist" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - default - - # libtxc_dxtn is installed as a module (plugin) - prune_libtool_files --all -} - -pkg_postinst() { - ewarn "Depending on where you live, you might need a valid license for s3tc" - ewarn "in order to be legally allowed to use the external library." - ewarn "Redistribution in binary form might also be problematic." - ewarn - ewarn "You have been warned. Have a nice day." -}
[gentoo-commits] repo/gentoo:master commit in: profiles/base/
commit: 3685815fb99923f35a19a4a9f8af438e457df678 Author: Brian Evans gentoo org> AuthorDate: Tue Oct 9 14:56:05 2018 + Commit: Brian Evans gentoo org> CommitDate: Tue Oct 9 14:56:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3685815f profiles: base/make.defaults - Change PHP_TARGETS default php 7.0 will be soon deprecated. Move default target to 7.1 with 5.6 legacy until that is masked Signed-off-by: Brian Evans gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 6e1ada342cf..8e489bf49e1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -161,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php5-6 php7-0" +PHP_TARGETS="php5-6 php7-1"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/
commit: 9ff2e3ae5fcc5ffe132755ae8ddf73095de55d04 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 14:21:10 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 14:35:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff2e3ae dev-libs/ivykis: added ~alpha, bug 650498 Signed-off-by: Matt Turner gentoo.org> dev-libs/ivykis/ivykis-0.42.2.ebuild| 2 +- dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild b/dev-libs/ivykis/ivykis-0.42.2.ebuild index dd7b5f2f1ce..b8f906e5f99 100644 --- a/dev-libs/ivykis/ivykis-0.42.2.ebuild +++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild @@ -9,4 +9,4 @@ SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86" diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild index a5ee1b0d17d..7f38c8e61c2 100644 --- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild +++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" src_configure() {
[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
commit: 7049bbcd3159a0416e4be06415cd7c0101e52751 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 14:35:05 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 14:35:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049bbcd net-libs/rabbitmq-c: ppc stable, bug 646778 Signed-off-by: Matt Turner gentoo.org> net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index f0b4ea37a00..0a03a2d4ffa 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"; else SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/
commit: bb4969436bd238aa724f2294735b467f5b8cac8e Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 14:37:46 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 14:37:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb496943 x11-libs/libX11: Version bump to 1.6.7 Signed-off-by: Matt Turner gentoo.org> x11-libs/libX11/Manifest| 1 + x11-libs/libX11/libX11-1.6.7.ebuild | 52 + 2 files changed, 53 insertions(+) diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest index 66941fd1a31..3761a2da2bd 100644 --- a/x11-libs/libX11/Manifest +++ b/x11-libs/libX11/Manifest @@ -1 +1,2 @@ DIST libX11-1.6.6.tar.bz2 2342730 BLAKE2B 7b3936606a6cf8981d691caa06b2ebbf2383259a4b74ebc6fa72277ce4870222d7e797037f21cd669dc1f1177f5a08f7fdd5d0158b6579c3ca3d0587a3e4e950 SHA512 9866dc6b158b15a96efe140b6fa68a775889a37e5565a126216211fee63868e02629a9f9f41816d590ef150560f43b8864010a77a6318c9109e76aec1d21b4d7 +DIST libX11-1.6.7.tar.bz2 2290260 BLAKE2B d149d3eacdb1cd80de378076dd96bbaa2cf0cf24d4431ed1afbc00f6ff43cb5dbbea01345230e8b06cd05900d77d4771a72e3b8c5ddda69cb25c95f02a58d9ce SHA512 edd2273b9dadbbf90ad8d7b5715db29eb120a5a22ad2595f697e56532cc24b84e358580c00548fa6be8e9d26601a2b2cdab32272c59266709534317abbd05cd5 diff --git a/x11-libs/libX11/libX11-1.6.7.ebuild b/x11-libs/libX11/libX11-1.6.7.ebuild new file mode 100644 index 000..8434eea640f --- /dev/null +++ b/x11-libs/libX11/libX11-1.6.7.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +XORG_DOC=doc +XORG_EAUTORECONF=yes +XORG_MULTILIB=yes +inherit xorg-2 toolchain-funcs + +DESCRIPTION="X.Org X11 library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="ipv6 test" + +RDEPEND="x11-base/xorg-proto + >=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}] + x11-libs/xtrans" +DEPEND="${RDEPEND} + test? ( dev-lang/perl )" + +PATCHES=( + "${FILESDIR}"/${PN}-1.1.4-aix-pthread.patch + "${FILESDIR}"/${PN}-1.1.5-winnt-private.patch + "${FILESDIR}"/${PN}-1.1.5-solaris.patch +) + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_with doc xmlto) + $(use_enable doc specs) + $(use_enable ipv6) + --without-fop + ) + + [[ ${CHOST} == *-interix* ]] && export ac_cv_func_poll=no + xorg-2_src_configure +} + +multilib_src_compile() { + if tc-is-cross-compiler; then + # Make sure the build-time tool "makekeys" uses build settings. + tc-export_build_env BUILD_CC + emake -C src/util \ + CC="${BUILD_CC}" \ + CFLAGS="${BUILD_CFLAGS}" \ + LDFLAGS="${BUILD_LDFLAGS}" \ + clean all + fi + + default +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
commit: d86314462b96ade9ebde54e60cdaa16ab8ec60bb Author: Matt Turner gentoo org> AuthorDate: Tue Oct 9 14:34:48 2018 + Commit: Matt Turner gentoo org> CommitDate: Tue Oct 9 14:35:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8631446 net-libs/rabbitmq-c: added ~alpha, bug 650498 Signed-off-by: Matt Turner gentoo.org> net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index f932c68e33f..f0b4ea37a00 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"; else SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86" fi LICENSE="MIT"