[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sawyer/
commit: b562a0b83df9b4d2bd95009f1d8de24d304e56ff Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 09:37:01 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 09:40:14 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b562a0b8 dev-ruby/sawyer: update dependencies to match gemspec Add the version guards that are expressed in the gemspec since the gem won't be loaded without these specific versions present, and it's better to break things consistently. Package-Manager: portage-2.2.26 dev-ruby/sawyer/sawyer-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sawyer/sawyer-0.7.0.ebuild b/dev-ruby/sawyer/sawyer-0.7.0.ebuild index 1aad388..f1f43f2 100644 --- a/dev-ruby/sawyer/sawyer-0.7.0.ebuild +++ b/dev-ruby/sawyer/sawyer-0.7.0.ebuild @@ -18,5 +18,5 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -ruby_add_rdepend "dev-ruby/faraday - dev-ruby/addressable" +ruby_add_rdepend "
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sawyer/
commit: 69e9b7476dc220dcb507200516b19677c6a569db Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 09:39:55 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 09:40:16 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e9b747 dev-ruby/sawyer: fix bug 575202 Remove reference to non-existing file to avoid error on installation. Package-Manager: portage-2.2.26 dev-ruby/sawyer/sawyer-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sawyer/sawyer-0.7.0.ebuild b/dev-ruby/sawyer/sawyer-0.7.0.ebuild index f1f43f2..da866ba 100644 --- a/dev-ruby/sawyer/sawyer-0.7.0.ebuild +++ b/dev-ruby/sawyer/sawyer-0.7.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md SPEC.md" +RUBY_FAKEGEM_EXTRADOC="README.md" inherit multilib ruby-fakegem
[gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
commit: 5ecd5a525cbb9a4b38cc4a4c9ef8694d3105145c Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 09:47:26 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 09:47:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecd5a52 app-dicts/dictd-vera: Version bump. Package-Manager: portage-2.2.27 app-dicts/dictd-vera/Manifest | 1 + app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 36 + 2 files changed, 37 insertions(+) diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest index b32139d..7169119 100644 --- a/app-dicts/dictd-vera/Manifest +++ b/app-dicts/dictd-vera/Manifest @@ -1 +1,2 @@ DIST vera-1.22.tar.gz 229397 SHA256 271688e1b2305c27ecc276335bfb7370af316eee1da9c2865de74dca6734ddaa SHA512 3fe10ae52d8aa593bc4ce23eaffbf8d1cbc0127fcce3538508389335a9e1bc2964d1ca8915616b0711cc9da36f8ea231e050dbeddf75bef799f21e538731234a WHIRLPOOL c162090c27efb9d80b0209d09285090ca7046a7c280c56688ca9049d5e5f854bd68a84be7133845bfb2a16ca9831ff6c082676fc0854aac0f106437a35d067fd +DIST vera-1.23.tar.gz 236439 SHA256 ffd7f0283b7b9ca5ef69723a8f99faa9c9b33dca5e9a84c8ea4849394cd9e0ab SHA512 f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78 WHIRLPOOL 2d7e2fe1577bf4b6b430cb6c3d24e5a2055a213c607af36535e5f331a52cf29ad527727d11a9e612c6f9baa1a4bd713ef59f81b398aefcd4e94b7d2a1e157c9c diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild new file mode 100644 index 000..849fff4 --- /dev/null +++ b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict" +HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html"; +SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz" + +SLOT="0" +LICENSE="FDL-1.3" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=app-text/dictd-1.5.5" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/vera-${PV} + +src_compile () { +# sed -f debian/dict-vera/sedfile vera.? >vera1 || die +# sed '1,2!s/^/ /' vera. > vera || die +# cat vera1>>vera || die + cat vera.[0-9a-z] | /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \ + -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \ + vera || die + /usr/bin/dictzip -v vera.dict || die +} + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins vera.dict.dz + doins vera.index + dodoc changelog README +}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
commit: d8ef92757019a13cbb0614a3ebd900e04208a22e Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 09:10:32 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 09:10:47 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef9275 sys-kernel/raspberrypi-image: Fix Whitespace and Header Package-Manager: portage-2.2.27 .../raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild index 9c3f83b..2f524af 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130807.ebuild,v 1.1 2013/08/15 18:21:47 xmw Exp $ +# $Id$ EAPI=5 @@ -40,7 +40,7 @@ pkg_preinst() { die "${msg}" fi fi - + if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place" fi
[gentoo-commits] repo/gentoo:master commit in: dev-libs/ucommon/
commit: 64ed37f36a9c3a10f8e3241d638e51fe1720651f Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 09:25:36 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 09:25:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ed37f3 dev-libs/ucommon: Remove old, broken deps and doesn't compile Package-Manager: portage-2.2.27 dev-libs/ucommon/Manifest| 1 - dev-libs/ucommon/ucommon-5.2.2-r3.ebuild | 63 2 files changed, 64 deletions(-) diff --git a/dev-libs/ucommon/Manifest b/dev-libs/ucommon/Manifest index c518694..9f3ed81 100644 --- a/dev-libs/ucommon/Manifest +++ b/dev-libs/ucommon/Manifest @@ -1,4 +1,3 @@ -DIST ucommon-5.2.2.tar.gz 792081 SHA256 9d5f3f4d1ef897482fe470b0dd65b0df516aaeb874eac3a33a455abca13f39e9 SHA512 5d5e526675cb39dffea48c38a14dff4eb1316a59c60e2352cfdbb0727ff4db00417e9704026f106da5d34f92ec2be3385b0763d66196f345f0b775bf62eb0125 WHIRLPOOL f857c4b06aff4bbb1ff84edc810d674c7d77a92bb4bcdb62fed64e77e9979c7d736b93596166de6c5fb848745aa7efc1b666231bdb6a33c3b959953b4b114ac2 DIST ucommon-6.0.3.tar.gz 806841 SHA256 228f3a0fa78173e9fa43e154250a7ed4f1e5be720a81fd2768506c088190c432 SHA512 3ff30865a7f3fae955717c9bc2d3b37ad8f63dff8d3addc05eb9ddefa2311792f21b97ede852e22959ae6aae5114cce777a04b937aa07d564dd92d6f25f77762 WHIRLPOOL 93135ae4ec3c0e6d5203ebed6c6736b9b768d623d99a20674ee0a0ce48622d783efea6b8ca4eb22d5c2653b5059ff9626a35bf0ccfbad7d422a5cdf6c190c7c8 DIST ucommon-6.1.10.tar.gz 833384 SHA256 d7a15ed31e3c418b41d95d5ff5e1bc24dfc4c2a465a099c6fd30e0b6c9f7be92 SHA512 6d6e716dcb71d6a4e49307baa0e9e62b4b50f3dbe8301eb93e3b562d94eb9ccee73a733928059a5ed97deba55c00308af0326a32cec6a73dbf7884c322177050 WHIRLPOOL 31666dc7e4c00b9acc7ba9d7a26033ec7ff28674722597e9677ba426b79fae45a170c5c4066738d072090c2dacd465dc861aebbbd50cde36877b3b1a1e59 DIST ucommon-6.3.1.tar.gz 830661 SHA256 b59aa5414e756935ef9c479ece837f5700e4a5f39b0a016daa90528b175f59d5 SHA512 6f4832ac53aaf1456f2d913730b66588a89a3c1292fb79f3f56da466a2542af9c836579c0a3c4daf3f896a0c3e35f861b71514f960052adcb4e3abb872b781ec WHIRLPOOL 0bad6d56c0fa1aa15f7532ce6507be897a2b7ce27e452e71c08064f3f854b6864d3f7ed58ed476edf6777fc256374ab08e9c89bbb4f4abfcef8486969fed diff --git a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild b/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild deleted file mode 100644 index dba6ed5..000 --- a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit autotools-utils eutils - -DESCRIPTION="Portable C++ runtime for threads and sockets" -HOMEPAGE="https://www.gnu.org/software/commoncpp"; -SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux" -IUSE="doc static-libs socks +cxx debug ssl gnutls" - -RDEPEND="ssl? ( - !gnutls? ( dev-libs/openssl ) - gnutls? ( - net-libs/gnutls[-nettle] - dev-libs/libgcrypt:0 - ) - )" - -DEPEND="virtual/pkgconfig - doc? ( app-doc/doxygen ) - ${RDEPEND}" - -DOCS=(README NEWS SUPPORT ChangeLog AUTHORS) -PATCHES=( "${FILESDIR}"/disable_rtf_gen_doxy.patch - "${FILESDIR}/${P}-address.patch") -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - local myconf="" - if use ssl; then - myconf+=" --with-sslstack=$(usex gnutls gnu ssl) " - else - myconf+=" --with-sslstack=nossl "; - fi - - local myeconfargs=( - $(use_enable socks) - $(use_enable cxx stdcpp) - ${myconf} - --enable-atomics - --with-pkg-config - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - use doc && autotools-utils_src_compile doxy -} - -src_install() { - autotools-utils_src_install - if use doc; then - dohtml doc/html/* - fi -}
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/
commit: d6b4ca304f506e249b4bad781446be35dac3eccf Author: Thomas Kahle gentoo org> AuthorDate: Sat Feb 20 09:25:42 2016 + Commit: Thomas Kahle gentoo org> CommitDate: Sat Feb 20 09:25:57 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b4ca30 sci-mathematics/normaliz: Bump to 3.1.0 Package-Manager: portage-2.2.26 sci-mathematics/normaliz/Manifest | 1 + sci-mathematics/normaliz/normaliz-3.1.0.ebuild | 63 ++ 2 files changed, 64 insertions(+) diff --git a/sci-mathematics/normaliz/Manifest b/sci-mathematics/normaliz/Manifest index bf7a9f9..441eaca 100644 --- a/sci-mathematics/normaliz/Manifest +++ b/sci-mathematics/normaliz/Manifest @@ -1,2 +1,3 @@ DIST Normaliz2.12.2.zip 6432949 SHA256 230772425b3c9964b9e144c0919c75fac0ec95260a1943c10a8a94eea9d7273e SHA512 fd42071cb87b8efbaf9af0885c173a0583e0b38dedb8821a83225eeebb44060a7b5748c44adfc4faeac20c3a1706071bcb9883cb4447e4a1ff3aeb770bd22038 WHIRLPOOL cb2974e02eac6e6d51c234214a719a24ad2e12d1400f0a6f8aee3e7a4ba3aa2ba053beec65c9032f42726e4dd4f1866820bb5b7b96f7c3d34cd132fcdbdb91af DIST Normaliz3.0.0.zip 8607387 SHA256 4dbc315de34a1f115a911194b22628948a32a993c486bda03623e6786172857b SHA512 b4ce7b5ab849982ee986e3b1cbef1ed620ddf57c8d89ef3d5973509ead52d49c2a59a2924357fb70838963ec1490f68cfe0c5c294b05c571402f8445234bdbf5 WHIRLPOOL f90b81eb7ea426a393cd515932765ad9e48b888e47c07a709ab085f15960c4cda4c70f90ba61bf590bbe9a2ee2ca125a46bd9a24bb0940c1e2b09203b0f16452 +DIST Normaliz3.1.0.zip 5734218 SHA256 dfb6b801c4a4bb9aeec6601c58eca2c92bfc420d126c5e0dce0e1f2cdb7d8200 SHA512 835f39cfcd7b6b39139a7c731320e297df2e7a41d0e68e0bfb4d72b9d6905a8b83b1ef61408458c071315933968290d5166470445cd19af4ef1b5ac6ba04496a WHIRLPOOL 25fedc897515fc4b8ce2ec82f70a2c2474b63d928c22126f140f69836af3f7af0cf9de9e1849ae6a886155e5ceabcedc8a42b234ad939648f5278302cb7a1950 diff --git a/sci-mathematics/normaliz/normaliz-3.1.0.ebuild b/sci-mathematics/normaliz/normaliz-3.1.0.ebuild new file mode 100644 index 000..161c894 --- /dev/null +++ b/sci-mathematics/normaliz/normaliz-3.1.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils toolchain-funcs versionator + +MYPV=$(get_version_component_range 1-2) +MYP="Normaliz${MYPV}" + +DESCRIPTION="Tool for computations in affine monoids and more" +HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/" +SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/02/Normaliz${PV}.zip"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc extras openmp" + +RDEPEND="dev-libs/gmp[cxx]" +DEPEND="${RDEPEND} + app-arch/unzip + dev-libs/boost" +# Only a boost header is needed -> not RDEPEND + +S=${WORKDIR}/${MYP} + +src_prepare () { + epatch "${FILESDIR}/${PN}-3.0.0-respect-flags.patch" + + # Respect users AR tool (Bug 474532) + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die + + if use openmp && tc-has-openmp; then + export OPENMP=yes + else + export OPENMP=no + fi +} + +src_compile(){ + emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source +} + +src_install() { + dobin source/normaliz + if use doc ; then + dodoc doc/"Normaliz.pdf" + dodoc doc/"NmzIntegrate.pdf" + fi + if use extras; then + elog "You have selected to install extras which consist of Macaulay2" + elog "and Singular packages. These have been installed into " + elog "/usr/share/${PN}, and cannot be used without additional setup. Please refer" + elog "to the homepages of the respective projects for additional information." + elog "Note however, Gentoo's versions of Singular and Macaulay2 bring their own" + elog "copies of these interface packages. Usually you don't need normaliz's versions." + insinto "/usr/share/${PN}" + doins Singular/normaliz.lib + doins Macaulay2/Normaliz.m2 + fi +}
[gentoo-commits] repo/gentoo:master commit in: www-apps/trac/
commit: a87c25b725c049f123aca7e2c57ea029afae460e Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:04:58 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:04:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c25b7 www-apps/trac: remove old versions Package-Manager: portage-2.2.26 www-apps/trac/Manifest | 2 - www-apps/trac/trac-1.0.5.ebuild| 129 - www-apps/trac/trac-1.0.6_p2.ebuild | 129 - 3 files changed, 260 deletions(-) diff --git a/www-apps/trac/Manifest b/www-apps/trac/Manifest index 88c143d..9b2415b 100644 --- a/www-apps/trac/Manifest +++ b/www-apps/trac/Manifest @@ -1,5 +1,3 @@ DIST Trac-1.0.10.tar.gz 3655342 SHA256 cb439d2ef39b71673299bffe9d042bdcd3bea9d2d02eab598bc820d415953ecd SHA512 16567f9e9843a3a682f9b3f65e57ab85a7429f20ea27f09ebf72860bbf6c6667cc656a6e053e39e7b03b1eb407e330d13380f958c139c1d208d4ba8948599aa6 WHIRLPOOL 1ec5e52f4aec2e5dc0816632961bdfd2312b9da5b3be00f1b73021f1d5f9dd46bf9c51b13442bbabd2c770f49c5aed7674b5426b11c2208d1dd49b30137b8b57 DIST Trac-1.0.4.tar.gz 3579886 SHA256 a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e SHA512 1186c3d36b7b8eae6595dcf5dfc30aed9302d46dae2019da8178a2656065fd5675683331474118f3da47f9ba75fd213ad1964bad29c7892423ab1fa7371a8131 WHIRLPOOL 2be04e6a683f88923b2f9b09fdee4b5de24779f399f32763674512f71f4f03e72b74592e0dc49e6693dc1c6c1c4ebdfb680eac72146b9fdb3735db50a5e8c9fb -DIST Trac-1.0.5.tar.gz 3587954 SHA256 65b191f5eeb9590d2f8cd5d9e11155669947d2241d754ce55aa7e9eef65e5578 SHA512 445172bca990837492f79a11a0df18bb457e3930116a274213078d4bcd5dd44beded655b9f6ed2f93cb5b991530131a06628603879b56f2a390bf7d3822abed2 WHIRLPOOL 3fffaaead5ef61fd4655fc7f13bf9f3c00171249aa271a2d5f9312cd68df7031c51dd564bbe3b8ceed18dac0ac8045bed65c87f7c6e64963d9509ffd3c7f06ca -DIST Trac-1.0.6.post2.tar.gz 3638718 SHA256 aefae1b4b6de37f6fb105e03d304a125cdbccbf632ba5ade15804c470f3aedcb SHA512 f8f6b086710a992d37e63bcc59f1cbc2b763cb36f8deacd9f459cccd860f0eb2f0bb41091914807ad93a607d1c3f7154a240322e61b1f89fbebd1624f57bf25b WHIRLPOOL 301926fece71c5d2fe04298fd9e4b9e260903c77dee2ecc60fd8e6c194284ed1475e41eef7a80c7387375db91e8d1239ee8e2bac0d410d1475da52d14edc4c77 DIST Trac-1.0.9.tar.gz 3642845 SHA256 9ed3f0a2039c46132d10f35c211f9f6ee953339cc08492a41d1bf8741d6eebfa SHA512 af429db720049ab344ce3c3b430dcf0ab7530013f59ccd2334633de9babc3f31b14829b9b5aa48aa05f614ca72d1d557953c58bbfb93faae2267afeac72e6304 WHIRLPOOL 4005102b1109aac94728d22151c2192a38f9ab91af0227a24dff1a2e2097e67ceafa0cef0f307f1a1ddb1999c109d142bbb739107d4047dc296e6a8396a9427a diff --git a/www-apps/trac/trac-1.0.5.ebuild b/www-apps/trac/trac-1.0.5.ebuild deleted file mode 100644 index 9cf7e9c..000 --- a/www-apps/trac/trac-1.0.5.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='sqlite?' - -DISTUTILS_SINGLE_IMPL=Yes - -inherit distutils-r1 eutils user webapp - -MY_PV=${PV/_beta/b} -MY_P=Trac-${MY_PV} - -DESCRIPTION="Trac is a minimalistic web-based project management, wiki and bug/issue tracking system" -HOMEPAGE="http://trac.edgewall.com/ https://pypi.python.org/pypi/Trac"; -SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/genshi[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] ) - highlight? ( - || ( - dev-python/pygments[${PYTHON_USEDEP}] - app-text/silvercity - app-text/pytextile - app-text/enscript - ) - ) - restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] ) - cgi? ( virtual/httpd-cgi ) - fastcgi? ( virtual/httpd-fastcgi ) - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) - postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] ) - sqlite? ( >=dev-db/sqlite-3.3.4:3 ) - subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] ) - " -DEPEND="${RDEPEND} - test? ( - dev-python/twill[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -WEBAPP_MANUAL_SLOT="yes" - -pkg_setup() { - python-single-r1_pkg_setup - webapp_pkg_setup - - enewgroup tracd - enewuser tracd -1 -1 -1 tracd -} - -python_prepare_all() { - distutils-r1_python_prepare_all -} - -src_test() { - di
[gentoo-commits] repo/gentoo:master commit in: www-apps/trac/
commit: 3db88655128fa0467bfd9a790cc404ea0c8d5ce9 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:03:14 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:03:14 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db88655 www-apps/trac: version bump to 1.0.10 Package-Manager: portage-2.2.26 www-apps/trac/Manifest | 1 + www-apps/trac/trac-1.0.10.ebuild | 129 +++ 2 files changed, 130 insertions(+) diff --git a/www-apps/trac/Manifest b/www-apps/trac/Manifest index bd0b5f6..88c143d 100644 --- a/www-apps/trac/Manifest +++ b/www-apps/trac/Manifest @@ -1,3 +1,4 @@ +DIST Trac-1.0.10.tar.gz 3655342 SHA256 cb439d2ef39b71673299bffe9d042bdcd3bea9d2d02eab598bc820d415953ecd SHA512 16567f9e9843a3a682f9b3f65e57ab85a7429f20ea27f09ebf72860bbf6c6667cc656a6e053e39e7b03b1eb407e330d13380f958c139c1d208d4ba8948599aa6 WHIRLPOOL 1ec5e52f4aec2e5dc0816632961bdfd2312b9da5b3be00f1b73021f1d5f9dd46bf9c51b13442bbabd2c770f49c5aed7674b5426b11c2208d1dd49b30137b8b57 DIST Trac-1.0.4.tar.gz 3579886 SHA256 a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e SHA512 1186c3d36b7b8eae6595dcf5dfc30aed9302d46dae2019da8178a2656065fd5675683331474118f3da47f9ba75fd213ad1964bad29c7892423ab1fa7371a8131 WHIRLPOOL 2be04e6a683f88923b2f9b09fdee4b5de24779f399f32763674512f71f4f03e72b74592e0dc49e6693dc1c6c1c4ebdfb680eac72146b9fdb3735db50a5e8c9fb DIST Trac-1.0.5.tar.gz 3587954 SHA256 65b191f5eeb9590d2f8cd5d9e11155669947d2241d754ce55aa7e9eef65e5578 SHA512 445172bca990837492f79a11a0df18bb457e3930116a274213078d4bcd5dd44beded655b9f6ed2f93cb5b991530131a06628603879b56f2a390bf7d3822abed2 WHIRLPOOL 3fffaaead5ef61fd4655fc7f13bf9f3c00171249aa271a2d5f9312cd68df7031c51dd564bbe3b8ceed18dac0ac8045bed65c87f7c6e64963d9509ffd3c7f06ca DIST Trac-1.0.6.post2.tar.gz 3638718 SHA256 aefae1b4b6de37f6fb105e03d304a125cdbccbf632ba5ade15804c470f3aedcb SHA512 f8f6b086710a992d37e63bcc59f1cbc2b763cb36f8deacd9f459cccd860f0eb2f0bb41091914807ad93a607d1c3f7154a240322e61b1f89fbebd1624f57bf25b WHIRLPOOL 301926fece71c5d2fe04298fd9e4b9e260903c77dee2ecc60fd8e6c194284ed1475e41eef7a80c7387375db91e8d1239ee8e2bac0d410d1475da52d14edc4c77 diff --git a/www-apps/trac/trac-1.0.10.ebuild b/www-apps/trac/trac-1.0.10.ebuild new file mode 100644 index 000..44e59b2 --- /dev/null +++ b/www-apps/trac/trac-1.0.10.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='sqlite?' + +DISTUTILS_SINGLE_IMPL=Yes + +inherit distutils-r1 eutils user webapp + +MY_PV=${PV/_p/.post} +MY_P=Trac-${MY_PV} + +DESCRIPTION="Enhanced wiki and issue tracking system for software development projects" +HOMEPAGE="http://trac.edgewall.com/ https://pypi.python.org/pypi/Trac"; +SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"; + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test" +REQUIRED_USE="|| ( mysql postgres sqlite )" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/genshi[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] ) + highlight? ( + || ( + dev-python/pygments[${PYTHON_USEDEP}] + app-text/silvercity + app-text/pytextile + app-text/enscript + ) + ) + restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] ) + cgi? ( virtual/httpd-cgi ) + fastcgi? ( virtual/httpd-fastcgi ) + mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) + postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] ) + sqlite? ( >=dev-db/sqlite-3.3.4:3 ) + subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] ) + " +DEPEND="${RDEPEND} + test? ( + dev-python/twill[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +WEBAPP_MANUAL_SLOT="yes" + +pkg_setup() { + python-single-r1_pkg_setup + webapp_pkg_setup + + enewgroup tracd + enewuser tracd -1 -1 -1 tracd +} + +python_prepare_all() { + distutils-r1_python_prepare_all +} + +src_test() { + distutils-r1_src_test +} + +python_test() { + PYTHONPATH=. "${PYTHON}" trac/test.py || die "Tests fail with ${EPYTHON}" +} + +python_test_all() { + if use i18n; then + make check + fi +} + +python_install() { + if use cgi; then + python_scriptinto "${MY_CGIBINDIR}" + python_doscript contrib/cgi-bin/trac.cgi + fi + if use fastcgi; then + python_scriptinto "${MY_CGIBINDIR}" +
[gentoo-commits] repo/gentoo:master commit in: app-admin/pydf/
commit: b799cd930577053b50ecb10a65cd5e01ba5e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 07:43:38 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 07:43:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b799cd93 app-admin/pydf: Stable for PPC64 (bug #574898). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches app-admin/pydf/pydf-12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pydf/pydf-12.ebuild b/app-admin/pydf/pydf-12.ebuild index da5e2e6..1c5f021 100644 --- a/app-admin/pydf/pydf-12.ebuild +++ b/app-admin/pydf/pydf-12.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/
commit: 907955808f5ba9bdaf1713c217429d15ae0f6d9d Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:11:41 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:11:41 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90795580 mail-filter/rspamd: version bump to 1.7.3 Package-Manager: portage-2.2.26 mail-filter/rmilter/Manifest | 1 + mail-filter/rmilter/rmilter-1.7.3.ebuild | 35 2 files changed, 36 insertions(+) diff --git a/mail-filter/rmilter/Manifest b/mail-filter/rmilter/Manifest index 06a3f10..a074aeb 100644 --- a/mail-filter/rmilter/Manifest +++ b/mail-filter/rmilter/Manifest @@ -2,3 +2,4 @@ DIST rmilter-1.6.7.tar.gz 117993 SHA256 d8312be6ab79cf42fd28a85c4eda3868e20a4d18 DIST rmilter-1.7.0.tar.gz 159459 SHA256 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d SHA512 a5d458d1de085a6c92eaf9c3da90f285ac16572b9be999277b8f2d4f4a6d7976faa32cc51c933b4738c1f521db7fbeba3f19cf43dba1323915f996d77795d0b1 WHIRLPOOL d80de10ff925d1695cd249f9d371da01f20df3259ff40a3cec4dcc03050e4fff17e7ac788251648097c957281574865c7e96fddfab582bb01bd9f2fb56e44bdd DIST rmilter-1.7.1.tar.gz 159549 SHA256 4b239acba55e80620c3906ec11bc086eaa814122117b5afeeb16712279f3e13e SHA512 e8aa4b5fd8e8c474cec047b174d45eae1bb552845fd378a52c863b0f2f8c36009cde9ab6e002b4ffb0947d058e66c5c2e460776223f0d3eeb64cbbdaaa914d51 WHIRLPOOL b042eb0bf2520b0363112c3c51ef6079c78f8a791646e259509ca5522183981d3297f4252be5d96c02ee61ca23acf34a4589ea0719139fe434d931e331db8cfe DIST rmilter-1.7.2.tar.gz 159934 SHA256 3033c190667276f1d716784cb6b485971a3249ab9a6151d7a5ae3848e6de61eb SHA512 9b80d55b93335b45b9928dd0ae2caf8cd5757533c8281a24cd2395ef89fe7879fac836368263cdefed3f6df3f83f4134175a161182b7bcdfcbc6de6fd6fe3e31 WHIRLPOOL 137796cab3968f40ec4dcae81fa3ea68d2ba80fff9c9738d140816cca29ca4ff3bd9c02c98e4ef2aaa6b35ff18b455060c20f372614ef6e76ec7d4dbcade8e03 +DIST rmilter-1.7.3.tar.gz 160323 SHA256 515e0f69af9f702cc36fd565e30c9f715bff819df250679d0a24e4f07ba5f081 SHA512 4e65dbcccd7f378eb1dd93ffca1983614df19edf62b531483a59c636eb4564dbb531da2ecce3ea789c038913c8623e78db8636eff64f574eb5abc709cf8fc0e1 WHIRLPOOL 6ae75ec8190f58893b3c33e66cf07dee5ac9326056c3da23005d4c2dcad5a8760c1db08701226ece96b6e3bb12f15337ff686d2eafc6e6323abc299d289de456 diff --git a/mail-filter/rmilter/rmilter-1.7.3.ebuild b/mail-filter/rmilter/rmilter-1.7.3.ebuild new file mode 100644 index 000..6c03326 --- /dev/null +++ b/mail-filter/rmilter/rmilter-1.7.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils user + +DESCRIPTION="Another sendmail milter for different mail checks" +SRC_URI="https://github.com/vstakhov/rmilter/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/vstakhov/rmilter"; + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/libpcre + dev-libs/openssl:0 + mail-filter/libmilter + mail-filter/opendkim" +DEPEND="${RDEPEND}" + +pkg_setup() { + enewgroup rmilter + enewuser rmilter -1 -1 /var/run/rmilter rmilter +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}/rmilter.initd" rmilter + insinto /etc/rmilter + newins rmilter.conf.sample rmilter.conf.sample + newins rmilter-grey.conf rmilter-grey.conf +}
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/
commit: 4d79ae74118fe28eebd818d2d43311f6cebdf048 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:13:04 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:13:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d79ae74 mail-filter/rmilter: remove old versions Package-Manager: portage-2.2.26 mail-filter/rmilter/Manifest | 3 --- mail-filter/rmilter/rmilter-1.6.7.ebuild | 35 -- mail-filter/rmilter/rmilter-1.7.0.ebuild | 37 mail-filter/rmilter/rmilter-1.7.1.ebuild | 35 -- 4 files changed, 110 deletions(-) diff --git a/mail-filter/rmilter/Manifest b/mail-filter/rmilter/Manifest index a074aeb..c7cc258 100644 --- a/mail-filter/rmilter/Manifest +++ b/mail-filter/rmilter/Manifest @@ -1,5 +1,2 @@ -DIST rmilter-1.6.7.tar.gz 117993 SHA256 d8312be6ab79cf42fd28a85c4eda3868e20a4d182f06c1491ce8cdc8c2bed8df SHA512 015393e803603d2e6e95344c1b30f748e7d4460c4dc0cb2551639d25f9b4554963bc072c872608f94cd6e2110afd4623e9083eb82df8d23f47c36c84585052ca WHIRLPOOL e4913d46a57e370e57b64141a1f4247757f9a621db2f53a01f624ae3082bf693b87198c54a125eba7ce5853c452650b3e6621947d9ccf330c3f5df6ca6e677ec -DIST rmilter-1.7.0.tar.gz 159459 SHA256 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d SHA512 a5d458d1de085a6c92eaf9c3da90f285ac16572b9be999277b8f2d4f4a6d7976faa32cc51c933b4738c1f521db7fbeba3f19cf43dba1323915f996d77795d0b1 WHIRLPOOL d80de10ff925d1695cd249f9d371da01f20df3259ff40a3cec4dcc03050e4fff17e7ac788251648097c957281574865c7e96fddfab582bb01bd9f2fb56e44bdd -DIST rmilter-1.7.1.tar.gz 159549 SHA256 4b239acba55e80620c3906ec11bc086eaa814122117b5afeeb16712279f3e13e SHA512 e8aa4b5fd8e8c474cec047b174d45eae1bb552845fd378a52c863b0f2f8c36009cde9ab6e002b4ffb0947d058e66c5c2e460776223f0d3eeb64cbbdaaa914d51 WHIRLPOOL b042eb0bf2520b0363112c3c51ef6079c78f8a791646e259509ca5522183981d3297f4252be5d96c02ee61ca23acf34a4589ea0719139fe434d931e331db8cfe DIST rmilter-1.7.2.tar.gz 159934 SHA256 3033c190667276f1d716784cb6b485971a3249ab9a6151d7a5ae3848e6de61eb SHA512 9b80d55b93335b45b9928dd0ae2caf8cd5757533c8281a24cd2395ef89fe7879fac836368263cdefed3f6df3f83f4134175a161182b7bcdfcbc6de6fd6fe3e31 WHIRLPOOL 137796cab3968f40ec4dcae81fa3ea68d2ba80fff9c9738d140816cca29ca4ff3bd9c02c98e4ef2aaa6b35ff18b455060c20f372614ef6e76ec7d4dbcade8e03 DIST rmilter-1.7.3.tar.gz 160323 SHA256 515e0f69af9f702cc36fd565e30c9f715bff819df250679d0a24e4f07ba5f081 SHA512 4e65dbcccd7f378eb1dd93ffca1983614df19edf62b531483a59c636eb4564dbb531da2ecce3ea789c038913c8623e78db8636eff64f574eb5abc709cf8fc0e1 WHIRLPOOL 6ae75ec8190f58893b3c33e66cf07dee5ac9326056c3da23005d4c2dcad5a8760c1db08701226ece96b6e3bb12f15337ff686d2eafc6e6323abc299d289de456 diff --git a/mail-filter/rmilter/rmilter-1.6.7.ebuild b/mail-filter/rmilter/rmilter-1.6.7.ebuild deleted file mode 100644 index 674c1f4..000 --- a/mail-filter/rmilter/rmilter-1.6.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils user - -DESCRIPTION="Another sendmail milter for different mail checks" -SRC_URI="https://github.com/vstakhov/rmilter/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/vstakhov/rmilter"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/libpcre - mail-filter/libmilter - mail-filter/opendkim - mail-filter/libspf2" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup rmilter - enewuser rmilter -1 -1 /var/run/rmilter rmilter -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/rmilter.initd" rmilter - insinto /etc/rmilter - newins rmilter.conf.sample rmilter.conf.sample - newins rmilter-grey.conf rmilter-grey.conf -} diff --git a/mail-filter/rmilter/rmilter-1.7.0.ebuild b/mail-filter/rmilter/rmilter-1.7.0.ebuild deleted file mode 100644 index 132cab0..000 --- a/mail-filter/rmilter/rmilter-1.7.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils user - -DESCRIPTION="Another sendmail milter for different mail checks" -SRC_URI="https://github.com/vstakhov/rmilter/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/vstakhov/rmilter"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - dev-libs/openssl:0 - mail-filter/libmilter - mail-filter/opendkim" -DEPEND="sys-devel/flex - sys-devel/bison - ${RDEPEND}" - -pkg_setup() { - enewgroup rmilter - enewuser rmilter -1 -1 /var/run/rmilter rmilter -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDI
[gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/
commit: 8935e8edad1bce956c994642228c764e91a7ba16 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 07:46:43 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 07:46:43 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8935e8ed app-misc/ca-certificates: Stable for PPC64 (bug #561962). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches app-misc/ca-certificates/ca-certificates-20151214.3.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ca-certificates/ca-certificates-20151214.3.21.ebuild b/app-misc/ca-certificates/ca-certificates-20151214.3.21.ebuild index 6c58f09..ee91d80 100644 --- a/app-misc/ca-certificates/ca-certificates-20151214.3.21.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20151214.3.21.ebuild @@ -57,7 +57,7 @@ fi LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" ${PRECOMPILED} || IUSE+=" +cacert"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/logtalk/files/, dev-lang/logtalk/
commit: 6cff99b65aaef6db1676735160c76c9b023d256b Author: Keri Harris gentoo org> AuthorDate: Sat Feb 20 08:57:48 2016 + Commit: Keri Harris gentoo org> CommitDate: Sat Feb 20 08:57:48 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cff99b6 dev-lang/logtalk: version bump Package-Manager: portage-2.2.26 dev-lang/logtalk/Manifest | 1 + .../files/logtalk-3.03.0-no-user-docs.patch| 34 ++ dev-lang/logtalk/logtalk-3.03.0.ebuild | 133 + 3 files changed, 168 insertions(+) diff --git a/dev-lang/logtalk/Manifest b/dev-lang/logtalk/Manifest index 1780f69..4944e41 100644 --- a/dev-lang/logtalk/Manifest +++ b/dev-lang/logtalk/Manifest @@ -1,3 +1,4 @@ DIST lgt2410.tar.bz2 621950 SHA256 ba083578b7b8665cec8a2123152f42b4f554d586f8422ef521e32eb7e7306267 SHA512 81377ef68cd9ed6fbcfb07c818efa1c9310c3918cfdd400886141c976a3eeea0086c00fa3e9a45475b8852c3cd3163ee56def12aa26c2c360ddf2999ba9501b7 WHIRLPOOL 6775f69b6d69835acf1dc585312c2ecc56292de9fe6068ccf881611d973ed493b9420ca958eb2ce9333889a780003f6b2f9ffdfbfc83c8e8624b0bf9d9db82f5 DIST lgt2422.tar.bz2 690047 SHA256 e8204b3182e9062f23e05d6e492a250de12b93baa8586716c8572f2266365a2e SHA512 db976729ae8499ef128f9f7ad257f600f07cb867bfb9ac350ac2c846712d18ebfd5989c674cf0a65286c6f525f5c4273d9b04632ae3719efae7d8047c448c085 WHIRLPOOL 6d76474fa586cc1c10551b2d2db3695448716c719ce793ed2db9f663272d60462c2f7cde3783010d482df479308d0e5c0da24fd0a0f806a2055b8401d8ce DIST logtalk-3.00.0.tar.bz2 1886297 SHA256 7462eaf8fd7fa865f8cccbb449a97981fbcb109a21536e2420f205b3b4b814b2 SHA512 bb4ecc709e71eee9a9a532bfcef764095e581189f3e17c9c0f2d80ceeaa4dd993d7da087b07e27f4a377a40d7a798378591d89ab6c801c7a26c1b1d646c7b76c WHIRLPOOL 21c3c9fc99e89173d3e0c109ca435847c2c735e17abca70e0f0c7646a3f8a8927e00aeb075386beec4e406faeb1ec7bc9ea7ec014933e5657c7c1d5c4d52099d +DIST logtalk-3.03.0.tar.bz2 1997131 SHA256 db48ee13f119a3956e87c2fabceddc03e008391dd1542f5e07909b3840bb0534 SHA512 8445b0dda78ce0a7a0fe380b03d061271eb924df34c8f035c96a949b177c99234e2998c65f18c55be04c7d661c94473448eb2dc79a586dbc346ab07887f0e98a WHIRLPOOL 37faa40c55c0c60dc9111fc323554fdf1747f9c3c328799fcdf73d765311a8b2af6faeab2b2523736425647a38b0c8ebce155f438efec052acc82c2c5dd8dd19 diff --git a/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch b/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch new file mode 100644 index 000..b28fd48 --- /dev/null +++ b/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch @@ -0,0 +1,34 @@ +--- logtalk-3.03.0.orig/scripts/logtalk_user_setup.sh 2016-02-16 22:09:02.0 +0100 logtalk-3.03.0/scripts/logtalk_user_setup.sh 2016-02-20 09:49:34.0 +0100 +@@ -110,14 +110,12 @@ + + echo "Copying Logtalk files and directories..." + mkdir -p "$LOGTALKUSER"/contributions +-mkdir -p "$LOGTALKUSER"/docs + mkdir -p "$LOGTALKUSER"/examples + mkdir -p "$LOGTALKUSER"/library + mkdir -p "$LOGTALKUSER"/scratch + mkdir -p "$LOGTALKUSER"/tests + mkdir -p "$LOGTALKUSER"/tools + cp -RL "$LOGTALKHOME"/contributions "$LOGTALKUSER"/ +-cp -RL "$LOGTALKHOME"/docs "$LOGTALKUSER"/ + cp -RL "$LOGTALKHOME"/examples "$LOGTALKUSER"/ + cp -RL "$LOGTALKHOME"/library "$LOGTALKUSER"/ + cp -RL "$LOGTALKHOME"/scratch "$LOGTALKUSER"/ +@@ -131,16 +129,7 @@ + rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/lgt2* + rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.dtd + rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.xsd +-ln -sf "$LOGTALKHOME"/BIBLIOGRAPHY.bib "$LOGTALKUSER"/BIBLIOGRAPHY.bib +-ln -sf "$LOGTALKHOME"/CUSTOMIZE.md "$LOGTALKUSER"/CUSTOMIZE.md +-ln -sf "$LOGTALKHOME"/INSTALL.md "$LOGTALKUSER"/INSTALL.md +-ln -sf "$LOGTALKHOME"/LICENSE.txt "$LOGTALKUSER"/LICENSE.txt +-ln -sf "$LOGTALKHOME"/QUICK_START.md "$LOGTALKUSER"/QUICK_START.md +-ln -sf "$LOGTALKHOME"/README.md "$LOGTALKUSER"/README.md +-ln -sf "$LOGTALKHOME"/RELEASE_NOTES.md "$LOGTALKUSER"/RELEASE_NOTES.md +-ln -sf "$LOGTALKHOME"/UPGRADING.md "$LOGTALKUSER"/UPGRADING.md + ln -sf "$LOGTALKHOME"/adapters "$LOGTALKUSER"/adapters +-ln -sf "$LOGTALKHOME"/manuals "$LOGTALKUSER"/manuals + ln -sf "$LOGTALKHOME"/paths "$LOGTALKUSER"/paths + ln -sf "$LOGTALKHOME"/coding "$LOGTALKUSER"/coding + ln -sf "$LOGTALKHOME"/tools/lgtdoc/xml/lgt2html.sh "$LOGTALKUSER"/tools/lgtdoc/xml/lgt2html diff --git a/dev-lang/logtalk/logtalk-3.03.0.ebuild b/dev-lang/logtalk/logtalk-3.03.0.ebuild new file mode 100644 index 000..ceb2e7e --- /dev/null +++ b/dev-lang/logtalk/logtalk-3.03.0.ebuild @@ -0,0 +1,133 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils fdo-mime + +DESCRIPTION="Open source object-oriented logic programming language" +HOMEPAGE="http://logtalk.org"; +SRC_URI="http://logtalk.org/files/${P}.tar.bz2"; +LICENSE="logtalk" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc fop xslt" + +DEPEND="" +RDEPEND=" + xslt? ( dev-libs/libxslt ) +
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/, sci-mathematics/rstudio/files/
commit: 6fc8257f0c1be1c4ebd2f7db5486d43ab0749006 Author: Mark Wright gentoo org> AuthorDate: Sat Feb 20 07:46:56 2016 + Commit: Mark Wright gentoo org> CommitDate: Sat Feb 20 07:47:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc8257f sci-mathematics/rstudio: Bump to 0.99.879 Package-Manager: portage-2.2.27 sci-mathematics/rstudio/Manifest | 1 + .../files/rstudio-0.99.879-clang-pandoc.patch | 77 +++ .../rstudio/files/rstudio-0.99.879-paths.patch | 130 +++ .../rstudio/files/rstudio-0.99.879-prefs.patch | 45 sci-mathematics/rstudio/rstudio-0.99.879.ebuild| 250 + 5 files changed, 503 insertions(+) diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest index cc582ca..d84f721 100644 --- a/sci-mathematics/rstudio/Manifest +++ b/sci-mathematics/rstudio/Manifest @@ -23,6 +23,7 @@ DIST rstudio-0.99.483.tar.gz 16993049 SHA256 85ce1a2f40690e4ed0338b153a1b3279ce9 DIST rstudio-0.99.484.tar.gz 16993033 SHA256 8ca4abccb9b554713077cf1057ac13abadfd7606f22ac3386b2a88a38ae8a427 SHA512 407f50747bca749ef2c512e727cbe062abdd99c1eb76af09761e6bdfb4208f30117e1ee55b485447f64f6cf249bc939ef1fb4f8ce0199595e241a3cc617b4b8b WHIRLPOOL 8cc16553ea2703f005908c69803b64da4172092cb0b3ff9015e7ec354340fcd1cfa82a218ac890adffafe3565ead94bee6f7bd239b1c56ee38cbeb5896f556b0 DIST rstudio-0.99.486.tar.gz 16992775 SHA256 4057195465e5032625bad0304bfbd9d123a78c3e4d6d5d41abcc6ef6ccd18a6f SHA512 bb88d12f8ae2f79779532371d03a698a2c2897c212c42c8438d5223c14e1033098dbd7c278a929958fa4bbc764a3ceb101abe03634f0e33192de44cf97128a1f WHIRLPOOL 13c35a69e525d90c6694d068526a2aede76a086427539294e46db67d0fc92759fb9cb0a1169cf88745ae1e121fdd7ba2e46bd2d2fb3fa17dc7fcc65848820941 DIST rstudio-0.99.491.tar.gz 16992702 SHA256 e8c21e2262b610a7ccf39283b97d114bee33c6840a060067b8019404ff44b03f SHA512 2658694d6154f4b91b2dc07a7ec653edb7f593c4d9829a06a5e600e4db465ca6059418be6812d5ba2529fd6202dd136f0f58d74576f856fdcf6f81032d74f3c2 WHIRLPOOL e71650a07cc010ab3c25955c7fa9e90eee68577c1ef78e02a5f81a0160c688908ec5ec4fd89c89e5a9bc49b926623cd5de976fb249aa2d472354d23f5fad76de +DIST rstudio-0.99.879.tar.gz 17406999 SHA256 73fa59be34eb63d9ed194642a93ad529d2c67cdcbcd2f291952fdef8e999a097 SHA512 c2bbe598a4a9c2abc69e39807af70be5729a06bbcb73bac5249f74f3c3daddb2909bf4a46d988f0d4bfeabe308f0c31d2a75aa28a52f11c1343dfcead07e2c45 WHIRLPOOL 5c9c75a7891ac53eb80a36eff518d77a0c281b16bff383526ac1ede07ee57486d7b00be4e400a0cad48dfea92729becf25c67f18782af7930f9b4218592afe5c DIST selenium-java-2.37.0.zip 24625928 SHA256 0eebba65d8edb01c1f46e462907c58f5d6e1cb0ddf63660a9985c8432bdffbb7 SHA512 68624e82dbc751a25c50fad72702a98eb30d77fd4337d2a969f8e06bcc49e5f8c835cd27ec53772f3375014ddde1d5636936e966b75f3594a9f86aa18ba4e779 WHIRLPOOL eb6659aae26f3c78b6f998546b23d0636c9d00ed8a7f985db1463ac4bd483ccb3e643d84e2ca0f59e0636a8de79eb552ff1d68eb6f9c06907029f7552d8f DIST selenium-server-standalone-2.37.0.jar 34730734 SHA256 97bc8c699037fb6e99ba7af570fb60dbb1b7ce30cde2448287a44ef65b13023e SHA512 b215446d42d2d1f69664349b6ae6dc53a532d3624c91254f0f4183d0ad764648792e5cc1126a55a1e60d9687d55200fed01d6d2f46cc3d853b1fa6ee38111018 WHIRLPOOL 20640591534f31f24825a9ed139589b182e8b60d86541bf0be104d3cc0280983f6566bd0459f2253ac3875b48a2798b205bac8f815a119fff6db625ce9bbc29e DIST shinyapps-0.98.1000.tar.gz 910095 SHA256 b95c512ae0a0fb4335878d9cfcf9073e2cb3ccfed73543abe27ea8878ed36d57 SHA512 3162317c4c20cfc1497e952a8235867084d629ae88407e6c465b3e208adb1dc97abfe6b9922e0374ddf4c8e38a76e112942bd312c54a66f74e6f2a3fe4c0a07c WHIRLPOOL ecc2bce78387cb42e9989163d8fca29220e66f085acde3323417058aebb624dafa8c0e1873c7d79e67324cbd5aad250ef9fcdbbc8f659d64482233b95d898a15 diff --git a/sci-mathematics/rstudio/files/rstudio-0.99.879-clang-pandoc.patch b/sci-mathematics/rstudio/files/rstudio-0.99.879-clang-pandoc.patch new file mode 100644 index 000..c3af2b7 --- /dev/null +++ b/sci-mathematics/rstudio/files/rstudio-0.99.879-clang-pandoc.patch @@ -0,0 +1,77 @@ +--- rstudio-0.99.879-orig/src/cpp/session/CMakeLists.txt 2016-02-12 09:24:39.0 +1100 rstudio-0.99.879/src/cpp/session/CMakeLists.txt2016-02-19 23:04:57.266186448 +1100 +@@ -25,30 +25,11 @@ + if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/mathjax-23") + message(FATAL_ERROR "Mathjax 2.3 not found (re-run install-dependencies script to install)") + endif() +-if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/pandoc") +- message(FATAL_ERROR "pandoc not found (re-run install-dependencies script to install)") +-endif() + if(NOT EXISTS "${RSTUDIO_DEPENDENCIES_DIR}/common/rsconnect") + message(FATAL_ERROR "rsconnect package not found (re-run install-dependencies script to install)") + endif() + + +-# verify libclang is installed +-if(WIN32) +- set(LIBCLANG_VERSION "3.4") +-else() +- set(LIBCLANG_VERSION "3.5") +-endif() +-set(LIBCLANG_DIR "${RSTUDIO_DEPENDENCIES_DIR}/common/libc
[gentoo-commits] repo/gentoo:master commit in: app-admin/conky/
commit: bd9319c3df55bbfea5228845654b364238523c09 Author: Daniel Pielmeier gentoo org> AuthorDate: Sat Feb 20 10:17:27 2016 + Commit: Daniel Pielmeier gentoo org> CommitDate: Sat Feb 20 10:17:27 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9319c3 app-admin/conky: Enable release build. This fixes bug #574250. Thanks to Toralf Förster for the report. Package-Manager: portage-2.2.26 app-admin/conky/conky-1.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/conky/conky-1.10.1.ebuild b/app-admin/conky/conky-1.10.1.ebuild index be3ce3f..3e6759b 100644 --- a/app-admin/conky/conky-1.10.1.ebuild +++ b/app-admin/conky/conky-1.10.1.ebuild @@ -141,7 +141,8 @@ src_configure() { -DBUILD_BUILTIN_CONFIG=ON -DBUILD_OLD_CONFIG=ON -DBUILD_I18N=ON - -DMAINTAINER_MODE=ON + -DMAINTAINER_MODE=OFF + -DRELEASE=ON -DBUILD_AUDACIOUS_LEGACY=OFF -DBUILD_BMPX=OFF -DDOC_PATH=/usr/share/doc/${PF}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk/
commit: 6718bc97e2cdd8921583974abbeee84dd0286e32 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 07:29:33 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 07:30:05 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6718bc97 dev-ruby/aws-sdk: add 2.2.18 Package-Manager: portage-2.2.26 dev-ruby/aws-sdk/Manifest | 1 + dev-ruby/aws-sdk/aws-sdk-2.2.18.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/dev-ruby/aws-sdk/Manifest b/dev-ruby/aws-sdk/Manifest index 7864e75..81c9099 100644 --- a/dev-ruby/aws-sdk/Manifest +++ b/dev-ruby/aws-sdk/Manifest @@ -1,2 +1,3 @@ DIST aws-sdk-ruby-1.66.0.tar.gz 1774530 SHA256 265e20a99c17d3f476ce6f6e981fd37e8e529dac2a38eba1ef7a25205f8f49b6 SHA512 53b13bab1db26f9eb6ba411a7143377fbdc56548fe881742953f388af60508be30cc2c82a3dce89675be2c799774d30313d19b47875a52d4c9134ce5f4b1914c WHIRLPOOL 265d01034a3e31f8e12dc8962d67fa727e7123de0e5c56c633a84d4b7e91168f6c8ea9f4e4291ef54ef570f4675f2f087610bf11b11ec9efdb1c345c42dcb1ec +DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528 WHIRLPOOL e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33 WHIRLPOOL fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7 diff --git a/dev-ruby/aws-sdk/aws-sdk-2.2.18.ebuild b/dev-ruby/aws-sdk/aws-sdk-2.2.18.ebuild new file mode 100644 index 000..b2a9596 --- /dev/null +++ b/dev-ruby/aws-sdk/aws-sdk-2.2.18.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="../CHANGELOG.md ../MIGRATING.md ../README.md ../UPGRADING.md" + +GITHUB_USER="aws" +GITHUB_PROJECT="${PN}-ruby" +RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Official SDK for Amazon Web Services" +HOMEPAGE="http://aws.amazon.com/sdkforruby"; +SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "virtual/ruby-ssl + ~dev-ruby/aws-sdk-resources-${PV}"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/
commit: c684e6b9a00185a4717fc6794f305758b13d965c Author: Keri Harris gentoo org> AuthorDate: Sat Feb 20 09:04:46 2016 + Commit: Keri Harris gentoo org> CommitDate: Sat Feb 20 09:04:46 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c684e6b9 dev-lang/swi-prolog: remove old development versions Package-Manager: portage-2.2.26 dev-lang/swi-prolog/Manifest | 2 - dev-lang/swi-prolog/swi-prolog-7.3.14.ebuild | 143 --- dev-lang/swi-prolog/swi-prolog-7.3.15.ebuild | 143 --- 3 files changed, 288 deletions(-) diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest index b68ea607..013ac06 100644 --- a/dev-lang/swi-prolog/Manifest +++ b/dev-lang/swi-prolog/Manifest @@ -2,7 +2,5 @@ DIST pl-6.6.6.tar.gz 14838653 SHA256 9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe DIST swi-prolog-6.6.6-gentoo-patchset-0.tar.gz 1590 SHA256 2b240d15562603120e0314bb69bde50089326c11876b7a62106c05f9d48ace71 SHA512 807c7e897dd5b9eef14e063ea53c03047f3acb23174a70a613258adf7f85dc1f7637158fde70aab2e0f40de4bc6ac5e3548dd09dbe3745d916a388f43eb832eb WHIRLPOOL 0a0dbc361cfbe343c8b3562a2c0535905eb1443eea0783b14f96bda43c04e8db6264f476c07da766c6936dc6088e34059f799a3244717390644bf0f5ae83018e DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 c11e48122dc468f21e08da4a65f5a2daa9e0ddbc2e186bbd952626c95b29db04 SHA512 3506f4168d52f7d3539cd753c5153750df8c3239b78ffac1784c634b585d5fb0c825700e77abc9c1f467af71473ae1861eef629ebdf76b7c783d276c393f40fc WHIRLPOOL 8b70ab91592280d0634c6c897771696c0c63d30680044994cedf69f18cd4f386adf833998e64d4ad892cff97300b5bbfaa8dec8448ea04ebaba7e31f7e9c30d0 DIST swipl-7.2.3.tar.gz 16192142 SHA256 43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b WHIRLPOOL de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3 -DIST swipl-7.3.14.tar.gz 16190376 SHA256 2f201f79a01c65a9c2296b622d207749442c3ae1c62d3d9866a4a03f71d5e64f SHA512 3a88329d2c244b8614dfd55cbd0978bb1b59c975b6767ff18255d7c5dcfe713f04e252dc180b70d2daac4790c940d31ab060cec0371d0b36b13fd4e4b482e1c8 WHIRLPOOL 74e023c56f074c279249759f40e009c70698e282094201ae0f9ab0a88d42b29080b7db5c3337303b5b1f42615d7ff8afe1d96a2b2887e933440252778daa03b6 -DIST swipl-7.3.15.tar.gz 16216228 SHA256 4ff611d8db31ff097edba66f8ee45cdffb229be75f66974d3d1beb114ab85d47 SHA512 2a2d61413e7c98366cb4dd472044b381b296b60b68867e61a2a38f52f3be538603c60710770f766e6f4fa53383bd40043f053352fd96d5054766225e91b4f8d9 WHIRLPOOL 76224d6db53090ffd4d44573acb463c8c79b2d08699625d98ee9e23da7a8211a84ba3aaea054d81d18228f1ce84be32811f5d4d61fadb12431e0ab29f47ffd05 DIST swipl-7.3.16.tar.gz 16214414 SHA256 584dce14e7eea75189c9133bb4eda05d639d6a4562b8cfca738ece25f0c2479e SHA512 5df2bd845087bb3f26e65d06b7db341b14500c7fc69b5c62b3ddd20d146c4280ffc79d5490d18239c0e70dab85e4424d81423deead148d7d1af768ae6800b3b8 WHIRLPOOL d7f45266ac2d1c36d7cd27e0e98f3856697d397060802790b5984c221092a69553a7761aa482aaba4892542f12c7786965b3db5fa1860f9864a404f0810b DIST swipl-7.3.17.tar.gz 16231043 SHA256 ec1cdbeee833c0aff59a3e7aa182581d3b44562064cbd0983176aaf0b265652a SHA512 dc32f5bed52f985b81b967b43d132f5a2f79cf15ee04aaf189eae2c5713a24f41a5bcb0ff75710218ddc3d4d125bcd50a8a1255fead6933a5f40cf538aa9 WHIRLPOOL 2eb10cc73ab911e58bb6b61a4933cee31bdaba4b6172744a2566f46a39559da6d5ac91a0269d70c4850aeec8b39c3e66c738708bace24d080dc4881ec52e9077 diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.14.ebuild b/dev-lang/swi-prolog/swi-prolog-7.3.14.ebuild deleted file mode 100644 index 7422945..000 --- a/dev-lang/swi-prolog/swi-prolog-7.3.14.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils flag-o-matic java-pkg-opt-2 multilib - -PATCHSET_VER="0" - -DESCRIPTION="free, small, and standard compliant Prolog compiler" -HOMEPAGE="http://www.swi-prolog.org/"; -SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz"; - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="archive berkdb debug doc +gmp hardened java libressl minimal odbc +readline ssl static-libs test uuid zlib X" - -RDEPEND="sys-libs/ncurses:= - archive? ( app-arch/libarchive ) - berkdb? ( >=sys-libs/db-4:= ) - zlib? ( sys-libs/zlib ) - odbc? ( dev-db/unixODBC ) - readline? ( sys-libs/readline:= ) - gmp? ( dev-libs/gmp:0 ) - ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - java? ( >=virtual/jdk-1.5:= ) - uuid? ( dev-libs/ossp-uuid ) - X? ( - virtual/jpeg:0 - x11-l
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-resources/
commit: f559b120e67c2118bae2a269709fddb0a90ad953 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 07:29:18 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 07:30:01 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f559b120 dev-ruby/aws-sdk-resources: add 2.2.18 Package-Manager: portage-2.2.26 dev-ruby/aws-sdk-resources/Manifest| 1 + .../aws-sdk-resources-2.2.18.ebuild| 32 ++ 2 files changed, 33 insertions(+) diff --git a/dev-ruby/aws-sdk-resources/Manifest b/dev-ruby/aws-sdk-resources/Manifest index d42fcdf..89bb6cc 100644 --- a/dev-ruby/aws-sdk-resources/Manifest +++ b/dev-ruby/aws-sdk-resources/Manifest @@ -1 +1,2 @@ +DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528 WHIRLPOOL e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33 WHIRLPOOL fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7 diff --git a/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.18.ebuild b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.18.ebuild new file mode 100644 index 000..e9a1a4c --- /dev/null +++ b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.18.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRAINSTALL="resources.schema.json" + +GITHUB_USER="aws" +GITHUB_PROJECT="aws-sdk-ruby" +RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Official SDK for Amazon Web Services" +HOMEPAGE="http://aws.amazon.com/sdkforruby"; +SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "~dev-ruby/aws-sdk-core-${PV}"
[gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-wn/
commit: a7df24522e17b62f7738b789b6473e23c6c64d22 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 10:24:23 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 10:24:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7df2452 app-dicts/dictd-wn: Old. Package-Manager: portage-2.2.27 app-dicts/dictd-wn/Manifest | 2 -- app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild | 22 -- app-dicts/dictd-wn/dictd-wn-2.0.ebuild| 30 -- 3 files changed, 54 deletions(-) diff --git a/app-dicts/dictd-wn/Manifest b/app-dicts/dictd-wn/Manifest index fef5b97..e57ede5 100644 --- a/app-dicts/dictd-wn/Manifest +++ b/app-dicts/dictd-wn/Manifest @@ -1,3 +1 @@ -DIST dict-wn-1.5-pre.tar.gz 8464107 SHA256 5c5fc0e7d82332f5e3f1f23e1ea97ea229d129f765f824d61b67be652bd7ed6d SHA512 729ca258bc08a3ff6f8afaf1b42c6575caaacbaaa8684e840f5957390bc7045da14b2ea3d3fa3e8b0f362a727bd88fde0c5d3ea0210bd472c0ff5b50553ba43d WHIRLPOOL bac0473e2c4778f77a6d2e3509a81b7a0796ee2dccf4375bcd38170ca25ab9165d0b457cfee8a023e38c0d141c47b3b144ead7c9b52d3aab47c130240edf1cde -DIST dict-wn-2.0.tar.gz 8160961 SHA256 db14005b0ba122c2c5994d59b9d25534d8fe9a89d5b2426cad91fbed2a04c266 SHA512 597c788c8300b6942495042b4f24518d44123506a5a71a48cd55411d42c224d267f25ae1f9edc4fc764a0c5ade3ca1defe5657fc8f3b416a284caa42b5a2fede WHIRLPOOL e88810aa8e0a842698db7fd86676497029be6d71df134e0a38407d2a424462ec6f243be5cf4c71d6e48e27c3c861fd835f703bf03986a8ddd1101b53ba869d79 DIST dict-wn_3.0-33_all.deb 10610306 SHA256 2e5460d58dba859163aaa172e5ebabbec116016144df48c46fb5af6c42727302 SHA512 94a72c4fc8d8864abfb4372742f82534977d9472ef3751e58dd017e4ee78db0d541614c54a47634c9d1fbc25eec136f6dc5146845e971f87447ff091ac0278cb WHIRLPOOL 8a7cc6713e9a43ee5a01cbc720498e428ac1ce9b78bf116bbfc2fb28181b036dab1fae35095762f9f0d6d105f972b77e27048855774f88b96b1f8def92edcf98 diff --git a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild b/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild deleted file mode 100644 index fdb26f3..000 --- a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -MY_P=${P/td/t}-pre -DESCRIPTION="WordNet for dict" -HOMEPAGE="http://www.dict.org/"; -SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="x86 ppc sparc amd64 ppc64" - -DEPEND=">=app-text/dictd-1.5.5" - -S=${WORKDIR} - -src_install() { - insinto /usr/lib/dict - doins wn.dict.dz wn.index || die -} diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild deleted file mode 100644 index 1b56748..000 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -MY_P=${P/td/t} -DESCRIPTION="WordNet for dict" -HOMEPAGE="http://www.dict.org/"; -SRC_URI="ftp://ftp.dict.org/pub/dict/${MY_P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=app-text/dictd-1.5.5" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die "configure failed" - emake || die "compile failed" - emake db || die "compile database failed" -} - -src_install() { - insinto /usr/lib/dict - doins wn.dict.dz wn.index || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/
commit: 06c13088b693716da7f0a51bcdb8f36961e9c616 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 07:29:03 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 07:29:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c13088 dev-ruby/aws-sdk-core: add 2.2.18 Package-Manager: portage-2.2.26 dev-ruby/aws-sdk-core/Manifest | 1 + dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild | 38 2 files changed, 39 insertions(+) diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest index d42fcdf..89bb6cc 100644 --- a/dev-ruby/aws-sdk-core/Manifest +++ b/dev-ruby/aws-sdk-core/Manifest @@ -1 +1,2 @@ +DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528 WHIRLPOOL e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33 WHIRLPOOL fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7 diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild new file mode 100644 index 000..0428f85 --- /dev/null +++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json" + +GITHUB_USER="aws" +GITHUB_PROJECT="aws-sdk-ruby" +RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Official SDK for Amazon Web Services" +HOMEPAGE="http://aws.amazon.com/sdkforruby"; +SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/jmespath:1" + +all_ruby_prepare() { + # Avoid spec that gets confused by our directory names + sed -i -e '/requires prefixes from plugin names when loading/,/end/ s:^:#:' \ + spec/seahorse/client/plugin_list_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/commander/
commit: 4e6d2976dfddeff13edc9ace830a85ad9da9d555 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 07:08:29 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 07:29:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6d2976 dev-ruby/commander: add 4.4.0 Package-Manager: portage-2.2.26 dev-ruby/commander/Manifest | 1 + dev-ruby/commander/commander-4.4.0.ebuild | 26 ++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest index cb1c597..97265da 100644 --- a/dev-ruby/commander/Manifest +++ b/dev-ruby/commander/Manifest @@ -1,2 +1,3 @@ DIST commander-4.3.7.gem 35328 SHA256 c5caa7882a27a793b720e8c071218cc26d112d85a73d4dda1f93be08bfa09f3a SHA512 adfb4483fe3b74bb40d2e6e3101b990eee82aea1c6593ea2ce76213740ab4e3e39eb25cd1d22ec23d406d20c5d6f8bb930c1058a808abd01b7fdb20463209cb8 WHIRLPOOL 27e65562d7cd90d268683321a829ffcf364dd326a008872640b6f8107c2107940fec50ce1cec3a13732fa922b60443114da74e5e85f3ff8841cc85a1cc9c76da DIST commander-4.3.8.gem 35328 SHA256 e88fbd8f8b1b630f2e8b7812975bbaa84364a79669176cada333b396413117af SHA512 0630adc6c775c880312b55b78a3d835e4312a6166f407215693386b8436f91f1e7588c834e0aa8bec32872329a09598602ce16f400db3417c95e814a159ae279 WHIRLPOOL e40a3f8048d270da1ca8f814716fe0159a8399a453db5405c700991acec7978e87fab7210d969b8b257391fe6a5e284df994a39531a54259b248850ee35087ad +DIST commander-4.4.0.gem 35840 SHA256 358ae12110faed47683633bdf0e71d6782a0f3eccdbaea4e76b375d260490a56 SHA512 e417c68c83041a088ec8d7e5202ac733b2a80699d1e15ca1612a904327833dce9ad788a9523ebe2c83f4e509001e93283745378ab5ca5aee15072690ca51d530 WHIRLPOOL 95f05cae077bbbd6091658ede341894d53e9a4c8dca52b0039daad443507ff999727e042000e349b7098c9012daa4f1d715ea6cb6f359b54b67c655ff8779a8d diff --git a/dev-ruby/commander/commander-4.4.0.ebuild b/dev-ruby/commander/commander-4.4.0.ebuild new file mode 100644 index 000..02c51ae --- /dev/null +++ b/dev-ruby/commander/commander-4.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="The complete solution for Ruby command-line executables" +HOMEPAGE="https://visionmedia.github.com/commander/"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/highline-1.7.2" + +all_ruby_prepare() { + sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-wn/
commit: 33e4c330d1901f791fe9b912555d85b952d41c3f Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 10:23:23 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 10:24:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e4c330 app-dicts/dictd-wn: Stable for AMD64 PPC PPC64 SPARC x86 too. Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild index cc4a716..340a05a 100644 --- a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild +++ b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/w/wordnet/dict-wn_${PV/_p/-}_all.deb" LICENSE="Princeton" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" DEPEND=">=app-text/dictd-1.5.5"
[gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-wn/
commit: a7a9d853c32d56bc333e4eb16242000ff9e3d07a Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 10:21:56 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 10:24:48 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a9d853 app-dicts/dictd-wn: Version bump by Dennis New (bug #271336). Package-Manager: portage-2.2.27 app-dicts/dictd-wn/Manifest| 1 + app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/app-dicts/dictd-wn/Manifest b/app-dicts/dictd-wn/Manifest index aa27968..fef5b97 100644 --- a/app-dicts/dictd-wn/Manifest +++ b/app-dicts/dictd-wn/Manifest @@ -1,2 +1,3 @@ DIST dict-wn-1.5-pre.tar.gz 8464107 SHA256 5c5fc0e7d82332f5e3f1f23e1ea97ea229d129f765f824d61b67be652bd7ed6d SHA512 729ca258bc08a3ff6f8afaf1b42c6575caaacbaaa8684e840f5957390bc7045da14b2ea3d3fa3e8b0f362a727bd88fde0c5d3ea0210bd472c0ff5b50553ba43d WHIRLPOOL bac0473e2c4778f77a6d2e3509a81b7a0796ee2dccf4375bcd38170ca25ab9165d0b457cfee8a023e38c0d141c47b3b144ead7c9b52d3aab47c130240edf1cde DIST dict-wn-2.0.tar.gz 8160961 SHA256 db14005b0ba122c2c5994d59b9d25534d8fe9a89d5b2426cad91fbed2a04c266 SHA512 597c788c8300b6942495042b4f24518d44123506a5a71a48cd55411d42c224d267f25ae1f9edc4fc764a0c5ade3ca1defe5657fc8f3b416a284caa42b5a2fede WHIRLPOOL e88810aa8e0a842698db7fd86676497029be6d71df134e0a38407d2a424462ec6f243be5cf4c71d6e48e27c3c861fd835f703bf03986a8ddd1101b53ba869d79 +DIST dict-wn_3.0-33_all.deb 10610306 SHA256 2e5460d58dba859163aaa172e5ebabbec116016144df48c46fb5af6c42727302 SHA512 94a72c4fc8d8864abfb4372742f82534977d9472ef3751e58dd017e4ee78db0d541614c54a47634c9d1fbc25eec136f6dc5146845e971f87447ff091ac0278cb WHIRLPOOL 8a7cc6713e9a43ee5a01cbc720498e428ac1ce9b78bf116bbfc2fb28181b036dab1fae35095762f9f0d6d105f972b77e27048855774f88b96b1f8def92edcf98 diff --git a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild new file mode 100644 index 000..cc4a716 --- /dev/null +++ b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit unpacker + +DESCRIPTION="WordNet for dict" +HOMEPAGE="http://wordnet.princeton.edu/"; +SRC_URI="mirror://debian/pool/main/w/wordnet/dict-wn_${PV/_p/-}_all.deb" + +LICENSE="Princeton" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=app-text/dictd-1.5.5" + +S=${WORKDIR} + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + insinto /usr/lib/dict + doins usr/share/dictd/{wn.dict.dz,wn.index} +}
[gentoo-commits] repo/gentoo:master commit in: app-doc/xmltoman/
commit: 1ab16ebae9d27b50d977a34ab7833109b7a8599a Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 07:39:49 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 07:41:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab16eba app-doc/xmltoman: Mark ~hppa ~ppc64 (bug #574870). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches app-doc/xmltoman/xmltoman-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild b/app-doc/xmltoman/xmltoman-0.4.ebuild index 7879031..45fdf25 100644 --- a/app-doc/xmltoman/xmltoman-0.4.ebuild +++ b/app-doc/xmltoman/xmltoman-0.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86" IUSE="" RDEPEND="dev-lang/perl
[gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/
commit: 564563cdc04d33b946118914e5d6c6a91d2bbe99 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 07:40:46 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 07:41:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564563cd net-dns/avahi: Mark ~hppa ~ppc64 (bug #574870). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches net-dns/avahi/avahi-0.6.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.6.32.ebuild b/net-dns/avahi/avahi-0.6.32.ebuild index 66126722..e2946ca 100644 --- a/net-dns/avahi/avahi-0.6.32.ebuild +++ b/net-dns/avahi/avahi-0.6.32.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${P}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/hardened-sources/
commit: 79236e997c8e0aa8df0036a8c56e73a9768a904b Author: Anthony G. Basile gentoo org> AuthorDate: Sat Feb 20 07:51:28 2016 + Commit: Anthony G. Basile gentoo org> CommitDate: Sat Feb 20 07:51:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79236e99 sys-kernel/hardened-sources: restore version accidentally yanked, bug #575174 Package-Manager: portage-2.2.26 RepoMan-Options: --force sys-kernel/hardened-sources/Manifest | 2 + .../hardened-sources-4.3.3-r4.ebuild | 45 ++ 2 files changed, 47 insertions(+) diff --git a/sys-kernel/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index 4395e16..ff1cdfc 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -8,10 +8,12 @@ DIST deblob-check-4.3 688368 SHA256 9dff222415c2ead1edba2f6755926d6786225814d87d DIST deblob-check-4.4 694225 SHA256 e142bafdd5a05280d5280fbf109aadab3af9ce71152ab2d27ad41e96766e0c3e SHA512 6554ae567566da4d30e94a37622f88343b8e96ab39a9204fee34de4ddb5dac8c4906b25843b63c2388d03a4441821c25d395b3c39fc875c498a69e677a4f0cb5 WHIRLPOOL 414f60a64a2c14f01eedebc84f5adfabf0562bcf76545a57e757cb6ac914ffc49c90c329eedd1aafb1ee752bfc082fd4f6af173774f4f853ddd637525fbeeb9b DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8 WHIRLPOOL 13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6 DIST genpatches-4.2-9.base.tar.xz 216388 SHA256 16e1a0fdc0c8b36b87477ba11913cd9b83d5cf96651814fb017c7ebe57b65d8f SHA512 3d8d1a25571a969e1e47d37dc87657b409a03200c2d3ee8ffe2cba19344795626225374128cdb7f09df9bd4cb0035a3c8645c2cca9fbab2024f6ea1875a3591c WHIRLPOOL 13254f0c939584052aa7ac736410796bfc37b5b0ca050a0c6c63c4de7c3e84a2ebf649ea87c141702f4a53af4b946aadd1b6eb9a551a620b7d89596f2fd5958a +DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1 WHIRLPOOL 04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3 DIST genpatches-4.3-7.base.tar.xz 137724 SHA256 f45b2b6bd27dd6ba0ce82f4b143078cdb99f729d344773ef31f42fff339f295d SHA512 3a910f0c0a41b1658190b005ca6cbfd82ddea72a65f09e26b4173371f5ff1f65a1712cd35633d0692f74fd8ff0d0fdb4163113ccca8c1de197d1ee52356fbad5 WHIRLPOOL 67611446db6eb94c59842874762797cd2986399e7304eb3adcdfd9a72b104a10dbdde7a22de87381f416ebe07ab312b80dc1a8946077a003bf5646db65aaedd9 DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 76f5685698b02b81643d6b2edcd53217e0f6fa00e068a138f2eb3bc596dec2e5 SHA512 255e2ef79c56699e5b032fa392b2748570ce96c74f1172f4a4c1b4d22f8b8b0a9462c388028a0cad92e821815d39cfa6450f171d81fed5f274dce03979c39322 WHIRLPOOL 6da9edc7936f8857b929e589b2adcb17363a76ec5d85b3406fcb8308d6cb2da924f1f9af5062f85ddf4d415ca9d9524b731e8c4e0cde756e14ccc122a6e75c74 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4 WHIRLPOOL 7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1 DIST hardened-patches-4.2.7-1.extras.tar.bz2 1678777 SHA256 80a4ae498b15e7aeaefbc68f7f7983120a6b0065516510f8f631f94de3ea7eee SHA512 42c4911f0001ae4acc02cf8beb52d95f5e2860950d6f202728d4f099d06ff4fac27850168032d88bd2978471e4942a777c625667371484a0a261479a8d669386 WHIRLPOOL 891febe584c06b8fd2d8e7e9f2bdb3d0a8b10f2576e7d79359ddc50804fffe4b094ca1692ff533bf0279da1580c73ed89070436eb1a30b9cdf6e90cb0facfcb1 +DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 2a62a5eb4b98f4fbeb43511a0573d58226277d3112401abec37355d85e01ae23 SHA512 09b7272af44fb1e29cba857f7c3305d97f8997881f228a2f2eb56dda909ae5402a69336c6fccdf3920f8788a7922f10b0977517f5918d44702e1a9b668c708c7 WHIRLPOOL efc152c7680b84b682f9f6857b8c6b2b66b6d505f76b311a8e3289a606f46d4944d90478ff93e3656f41c367fdbcd65dcf3043842354b26b669b462ce49f3471 DIST hardened-patches-4.3.5-3.extras.tar.bz2 1689168 SHA256 97624ccc3a92cbb57fd2783a58436347fb5a6373e3f04a14c179ae6b291ac9f9 SHA512 1fb2acd51e39fe173783bfa693458242fbc7e16ec403741d4f86d8eadf401d1e238726c6834024f8c7ebe90d7ee22f531937bc5c2cf48073adafc70eedff664d WHIRLPOOL beec44858cc473f424fe9d9d647d8d9e8a61510c628c81256cdcd3f1372911c5dbb65b343e1e829bbf451f6bf3183d8714a309ca4d76268e3ed47ac2ae4c60cb DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/
commit: ea43eaa3188f7e006db8e13aeab9bc413945c684 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:34:16 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:34:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea43eaa3 mail-filter/rspamd: remove old versions Package-Manager: portage-2.2.26 mail-filter/rspamd/Manifest | 2 - mail-filter/rspamd/rspamd-1.1.1-r1.ebuild | 62 --- mail-filter/rspamd/rspamd-1.1.1.ebuild| 55 --- mail-filter/rspamd/rspamd-1.1.2.ebuild| 62 --- 4 files changed, 181 deletions(-) diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest index 5e36267..c4d65d7 100644 --- a/mail-filter/rspamd/Manifest +++ b/mail-filter/rspamd/Manifest @@ -1,3 +1 @@ -DIST rspamd-1.1.1.tar.xz 1291968 SHA256 3c4bda66b533861a84d82ea26bd7c19ccd1b1befe8b3e33a0fc211c036569a06 SHA512 c971000f9e6c09ae8c4a175fcd96471efa3f5e73689b038a45cc2212dcf296babfd4000fa41f0451b2fdd989e00192cbb234a73cef026c16466bfe78b04b5385 WHIRLPOOL e1ef4042e9a38bcff20a2a3ea0e9fa29fa813adede28867e176d3aeff952fe243fd4a083a60d810fe16c1ad22e6489583b50a38825bc20c338ddf1710f9294da -DIST rspamd-1.1.2.tar.xz 1351768 SHA256 211a0ff0c83d3ef4b586f59b0d3d6e12b9e10b2a2c72894c5f9116e649fb6d41 SHA512 78bbcd0130f3449b5e50f57049b1a0bca48bcfda808e08108c8dc2bfe2bb4a286b2d74084b8b9619299499105e3bf7085d086cc4cb929eb03e427c80aa49021c WHIRLPOOL 953b2d4dbe13d14c45adf445a3b7a4e039083cd44b7ea90a0bedb039962cc1f82b664ab12f6eebb2c7c5783c2433c5d955973bd333f894d4075b58ef1d07e6a5 DIST rspamd-1.1.3.tar.xz 1357696 SHA256 8604e980a81d6586d18d02f90236c83384754ef1debce0b4f0ca32f87e1ec135 SHA512 42152dd64f6265e3a17d6d53b041ded3b4a262e4d63237bc11e21dca96a4946334ab33c13fffa779b95717ed48629a9cc7a79f1af897d4dd3a831f7c121061ed WHIRLPOOL f9164ff3373bc928414b49d27fedff1d2990f4e01646f4959d759d9b3e4737aa77cced4de9bd9f8548145729fbdb765da78295b2d2e610c0f2bedb29b29ebd73 diff --git a/mail-filter/rspamd/rspamd-1.1.1-r1.ebuild b/mail-filter/rspamd/rspamd-1.1.1-r1.ebuild deleted file mode 100644 index c5ecabb..000 --- a/mail-filter/rspamd/rspamd-1.1.1-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils user - -DESCRIPTION="Rapid spam filtering system" -SRC_URI="https://rspamd.com/downloads/${P}.tar.xz"; -HOMEPAGE="https://github.com/vstakhov/rspamd"; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+jit" - -DEPEND="dev-libs/openssl:0 - jit? ( - dev-libs/libpcre[jit] - dev-lang/luajit:2 - ) - !jit? ( - dev-libs/libpcre[-jit] - >=dev-lang/lua-5.1:0 - ) - dev-libs/libevent - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/gmime - sys-apps/file - virtual/libiconv" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup rspamd - enewuser rspamd -1 -1 /var/lib/rspamd rspamd -} - -src_configure() { - local mycmakeargs=( - -DCONFDIR=/etc/rspamd - -DRUNDIR=/var/run/rspamd - -DDBDIR=/var/lib/rspamd - -DLOGDIR=/var/log/rspamd - -DENABLE_LUAJIT=$(usex jit) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/rspamd.init" rspamd - - dodir /var/lib/rspamd - dodir /var/log/rspamd - - fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd - - insinto /etc/logrotate.d - newins "${FILESDIR}/rspamd.logrotate" rspamd -} diff --git a/mail-filter/rspamd/rspamd-1.1.1.ebuild b/mail-filter/rspamd/rspamd-1.1.1.ebuild deleted file mode 100644 index ed352f4..000 --- a/mail-filter/rspamd/rspamd-1.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils user - -DESCRIPTION="Rapid spam filtering system" -SRC_URI="https://rspamd.com/downloads/${P}.tar.xz"; -HOMEPAGE="https://github.com/vstakhov/rspamd"; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/openssl:0 - dev-libs/libpcre - dev-lang/luajit:2 - dev-libs/libevent - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/gmime - sys-apps/file - virtual/libiconv" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup rspamd - enewuser rspamd -1 -1 /var/lib/rspamd rspamd -} - -src_configure() { - local mycmakeargs=( - -DCONFDIR=/etc/rspamd - -DRUNDIR=/var/run/rspamd - -DDBDIR=/var/l
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/
commit: 008a22bc4248ba012a6d9830f534344b323d24b0 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:33:14 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:34:48 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008a22bc mail-filter/rspamd: version bump to 1.1.3 (fixed luajit configuration) Package-Manager: portage-2.2.26 mail-filter/rspamd/Manifest| 1 + mail-filter/rspamd/rspamd-1.1.3.ebuild | 62 ++ 2 files changed, 63 insertions(+) diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest index 0f25642..5e36267 100644 --- a/mail-filter/rspamd/Manifest +++ b/mail-filter/rspamd/Manifest @@ -1,2 +1,3 @@ DIST rspamd-1.1.1.tar.xz 1291968 SHA256 3c4bda66b533861a84d82ea26bd7c19ccd1b1befe8b3e33a0fc211c036569a06 SHA512 c971000f9e6c09ae8c4a175fcd96471efa3f5e73689b038a45cc2212dcf296babfd4000fa41f0451b2fdd989e00192cbb234a73cef026c16466bfe78b04b5385 WHIRLPOOL e1ef4042e9a38bcff20a2a3ea0e9fa29fa813adede28867e176d3aeff952fe243fd4a083a60d810fe16c1ad22e6489583b50a38825bc20c338ddf1710f9294da DIST rspamd-1.1.2.tar.xz 1351768 SHA256 211a0ff0c83d3ef4b586f59b0d3d6e12b9e10b2a2c72894c5f9116e649fb6d41 SHA512 78bbcd0130f3449b5e50f57049b1a0bca48bcfda808e08108c8dc2bfe2bb4a286b2d74084b8b9619299499105e3bf7085d086cc4cb929eb03e427c80aa49021c WHIRLPOOL 953b2d4dbe13d14c45adf445a3b7a4e039083cd44b7ea90a0bedb039962cc1f82b664ab12f6eebb2c7c5783c2433c5d955973bd333f894d4075b58ef1d07e6a5 +DIST rspamd-1.1.3.tar.xz 1357696 SHA256 8604e980a81d6586d18d02f90236c83384754ef1debce0b4f0ca32f87e1ec135 SHA512 42152dd64f6265e3a17d6d53b041ded3b4a262e4d63237bc11e21dca96a4946334ab33c13fffa779b95717ed48629a9cc7a79f1af897d4dd3a831f7c121061ed WHIRLPOOL f9164ff3373bc928414b49d27fedff1d2990f4e01646f4959d759d9b3e4737aa77cced4de9bd9f8548145729fbdb765da78295b2d2e610c0f2bedb29b29ebd73 diff --git a/mail-filter/rspamd/rspamd-1.1.3.ebuild b/mail-filter/rspamd/rspamd-1.1.3.ebuild new file mode 100644 index 000..5656b03 --- /dev/null +++ b/mail-filter/rspamd/rspamd-1.1.3.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils user + +DESCRIPTION="Rapid spam filtering system" +SRC_URI="https://rspamd.com/downloads/${P}.tar.xz"; +HOMEPAGE="https://github.com/vstakhov/rspamd"; + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+jit" + +DEPEND="dev-libs/openssl:0 + jit? ( + dev-libs/libpcre[jit] + dev-lang/luajit:2 + ) + !jit? ( + dev-libs/libpcre[-jit] + >=dev-lang/lua-5.1:0 + ) + dev-libs/libevent + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/gmime + sys-apps/file + virtual/libiconv" +RDEPEND="${DEPEND}" + +pkg_setup() { + enewgroup rspamd + enewuser rspamd -1 -1 /var/lib/rspamd rspamd +} + +src_configure() { + local mycmakeargs=( + -DCONFDIR=/etc/rspamd + -DRUNDIR=/var/run/rspamd + -DDBDIR=/var/lib/rspamd + -DLOGDIR=/var/log/rspamd + -DENABLE_LUAJIT=$(usex jit ON OFF) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}/rspamd.init-r1" rspamd + + dodir /var/lib/rspamd + dodir /var/log/rspamd + + fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd + + insinto /etc/logrotate.d + newins "${FILESDIR}/rspamd.logrotate" rspamd +}
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/
commit: dfc4c62ec52e5742875fa83be28016a4a3ef9c5f Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:43:15 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:43:15 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc4c62e dev-vcs/hg-git: version bump to 0.8.5 Package-Manager: portage-2.2.26 dev-vcs/hg-git/Manifest| 1 + dev-vcs/hg-git/hg-git-0.8.5.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest index 56a2b81..975d844 100644 --- a/dev-vcs/hg-git/Manifest +++ b/dev-vcs/hg-git/Manifest @@ -2,3 +2,4 @@ DIST hg-git-0.7.0.tar.gz 42956 SHA256 9db9cd87b9b173c192b29336b4029122a4fe2858c3 DIST hg-git-0.8.2.tar.gz 48461 SHA256 fea6f48da28cef3fc30a51b1cfec0a52df405b35c85b2d92607158f6b089e043 SHA512 7315e60d494b73862e6c3a90624f5ba0698c885f9b66e4bfe636bb74cd178a0d5a23614c647b6d16db7f78c06516e9a8415c443effb6cc1a102cf87ac76aa041 WHIRLPOOL 1437bfa6a0ccf2e15cc3eef195a6b176606f2be74d2b1381524a1fef3431e1f8b8e0c537325daa5a11d1b709630cc282acebdffddbf602144f115e76aea61270 DIST hg-git-0.8.3.tar.gz 48198 SHA256 5c624af512c969ac3628fd658670e9170812f570eb02d2a6c76c216b80341179 SHA512 857961004103ccdabb7d15d778ef7044a5f17dd0dd045f402269b5cbf8faf1a9a4f56d2d0d5b9d24a2d6c54a0d791ad079598d5f930f4d12d3290ad3f9b90207 WHIRLPOOL 657d5cb85fe003596919db44bd53eba60e88b56fd7ca6ef8f8833c37a9b5088cceea180e83e8edde9e2a8ccd3a356722d6d01d7980819aac6460ea789fdb4406 DIST hg-git-0.8.4.tar.gz 96421 SHA256 aa8f1d4ccf110480950a7de82f30c1233e20c8148a384f0a8f43779686cfd90c SHA512 9a6d01489eaf9252a09c3778ddbde562f31637a7d8d9b67f544af5aaec31426ab74f05e065405c56ad37d58ae82ef702ef5a6e1ad9a9ea5aa23af98cf42726b1 WHIRLPOOL beb6b37911f9b4cff902fa35a857eb79b6eb4adca0077c2413801b93f64b6f450df5781716c31ccc6075313ab3d08ded2ea3011f767442945f694f414bdfe0fc +DIST hg-git-0.8.5.tar.gz 96675 SHA256 f5cab3cc610926458733a2321ad3df5a7c56870bbf0c6d962dfa742e6ea04782 SHA512 f03c118b58c1ba4cb34ba8c953c7b1d57207548cd613d1f9f716691cbd131008b802ef21baee484881c72318f46c78b946c2d3fa77ebf5efb3ab0b7e1b9d4ca2 WHIRLPOOL cf5c2e8b69b2489aa459b9c25a51dae67bc044075f2271b1ae1006113651a0053d748a1c8801fecf7d8e8d57f219a1d04ad7cd5256acfc96feecbb7d62bae264 diff --git a/dev-vcs/hg-git/hg-git-0.8.5.ebuild b/dev-vcs/hg-git/hg-git-0.8.5.ebuild new file mode 100644 index 000..55574cc --- /dev/null +++ b/dev-vcs/hg-git/hg-git-0.8.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="push to and pull from a Git repository using Mercurial" +HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}] + >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +"
[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/
commit: 1090f54ac8fe09c77c84385bb9ed485dd1446997 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 08:18:10 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 08:18:21 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1090f54a net-firewall/shorewall: Stable for HPPA (bug #573216). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches net-firewall/shorewall/shorewall-5.0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/shorewall/shorewall-5.0.2.1.ebuild b/net-firewall/shorewall/shorewall-5.0.2.1.ebuild index d0e2515..51020bc 100644 --- a/net-firewall/shorewall/shorewall-5.0.2.1.ebuild +++ b/net-firewall/shorewall/shorewall-5.0.2.1.ebuild @@ -67,7 +67,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then unset _tmp_last_index unset _tmp_suffix else - KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" + KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86" fi SRC_URI="
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/
commit: 74734d9593b4bac057ee4c254ec7b279417e5fca Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:46:39 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:46:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74734d95 dev-vcs/hgsubversion: version bump to 1.8.5 Package-Manager: portage-2.2.26 dev-vcs/hgsubversion/Manifest | 1 + dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild | 32 ++ 2 files changed, 33 insertions(+) diff --git a/dev-vcs/hgsubversion/Manifest b/dev-vcs/hgsubversion/Manifest index fc1511e..1028e7f 100644 --- a/dev-vcs/hgsubversion/Manifest +++ b/dev-vcs/hgsubversion/Manifest @@ -1,3 +1,4 @@ DIST hgsubversion-1.4.tar.gz 133564 SHA256 e3febee217ce321d316712c4c75236dcc2f2769c329c687114e2c37d303f1c0f SHA512 23305b210e2f51cbcd866a5d87caa23f8e5d405532b3139f5700572f13f5a52c1699d937e8c87a8580274ddc1240f51b773334083ced44da98fe7bf270f006fb WHIRLPOOL 5c7b4b9a5537ce4b65f806db23ab4e0ad920b394b44a015d8144c8da9456ad3ed8f3cc8911d539a2488fbd1e446aa7cb6ad5af0c195461ad580ee497cf793a91 DIST hgsubversion-1.8.2.tar.gz 179341 SHA256 1725a02f4334eceb4930cc0aee46556e11b38515e9b742be3ac3b7dcf9fbf699 SHA512 4e94e5daaf252ecbbda331e5d022be4cc24b6c6cd7ae49eb19e0acd57aa926e0a68bb9f1ef69b43b074af6dc5764ff56a4bc018c2036c2dd8fcbd8e264d78581 WHIRLPOOL 204c0f3e3a680fce42cb4b1d6ed2f394a76197279cf42042908dcf565c04419c4958f6fc7b9eba050bab791e6a2ef28c22364ceabed99650a9011aa408414da8 DIST hgsubversion-1.8.3.tar.gz 179464 SHA256 8a64bff00146bd7e03432f802f6b555cdf502d955a7f893c2e30f6b47079998d SHA512 dd712f39b2851b2466a6776cb986eddd92e32ad3b5be22e4429ab5f7a684982c4d2b3a6752fc16ac4211c4a2237f721b8672d8943bc297f591997345975ecd65 WHIRLPOOL 57848cfd343b7c9db41b0265bd05fb1bc7c5180a1704d45e51363d9e7586fb69d210302d3d7474dcbbd5ec3a611641c9c91a870edc5332fe777ad4932596206c +DIST hgsubversion-1.8.5.tar.gz 179639 SHA256 2e2a9e5c05945ba2bd2eef444ad34cc2aeac101fa43157676d72e66869042ce5 SHA512 1d3f0824c3b83a2e00485ef3f412767bdb378a5a545f2fcf533eafebb20cbd40becf54cf9a29705200d221d6d6c0eb284fae0692354b1795feb391de2a02ca0c WHIRLPOOL 1d17810ccaa0d2860c6723ad7629676e6fc01d9fc3d251934c7b0132b1fe56dcccac8e2be8c599df88d5adfd5684242cef72faecaa48d46576d8ccf270302572 diff --git a/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild new file mode 100644 index 000..4b4ce12 --- /dev/null +++ b/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories" +HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.python.org/pypi/hgsubversion"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="test" + +# although any ref absent in the source, tests fail badly with >=mercurial-2.8.1 +RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}] + dev-vcs/mercurial[${PYTHON_USEDEP}] + || ( + >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}] + >=dev-vcs/subversion-1.5[python] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +DOCS=( README ) + +#python_test() { +# "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}" +#}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 977d5eea246401dd0dd6689cab0ac17511837397 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:52:19 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:52:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977d5eea dev-python/python-daemon: version bump to 2.1.1 Package-Manager: portage-2.2.26 dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.1.1.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 306b049..61d1bf4 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -2,3 +2,4 @@ DIST python-daemon-1.6.tar.gz 41564 SHA256 1665fb16bfeae72f16aa2de40bc75661458bd DIST python-daemon-2.0.4.tar.gz 71162 SHA256 07ca8c037d85bd365ef42ad7786d9d5866e636ede8e21da695a9ab4dc8c4dc19 SHA512 923680198616ffd17bc86f92c6639afe97a13d9a8d6658fb09011ddc57dabd0bcc4009abdd0be837ab092153f22ce535796705091d0785ce6845bf1919a419b3 WHIRLPOOL 2bdf2eeef58288f7df7f96fdb667b69d8b55f702bce376acc9a260a0e07f7541970834e9db3eb5effc9d37cb3df99a05979b4ac22bfb9ff72efa869fabfeb69e DIST python-daemon-2.0.5.tar.gz 71298 SHA256 afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68 SHA512 6bac000e304e0828dd54cfa3c7972c07dedb07684f98e5f7e05815df2cf2f25c43ddf4f121e8d282519bdfcca0990fab585f18e43b2578123bc7fbe5f5f8b73e WHIRLPOOL db39b107f7c96cf5fd1c62262ed33bb6e53e8f79836be6d12dabd6b05ec59457df4fea70cd7fa2c38548fc0b60b22d01a62895251b6f26bfa0d9fe5577cdf55f DIST python-daemon-2.0.6.tar.gz 72668 SHA256 1730b8e80773379857bf4a792ea2cda05c151fbee986b909ceddafa27309 SHA512 0900c16cea90d8708fed22fdfb413e23a46d35a04a550535646b37063c6f5763de8653991ba600e5bf1ee29942cbc91ba8a9ec69413eea7dece407329fe4eb50 WHIRLPOOL f9684036f6aebb0b3f84bad2f48bc48f2a33e30f28af751a9f37dc95e0cae64cc7c19e4a17bd948e5401a23b920b7b6fa261bc028c87227ae6eb6090fbffb956 +DIST python-daemon-2.1.1.tar.gz 74276 SHA256 58a8c187ee37c3a28913bef00f83240c9ecd4a59dce09a24d92f5c941606689f SHA512 e2abb9fafea32fe5bc7d239387e3c22aa99f63df31cc4f57908ffdb5dc7f2768358df6ba5f3e827b4f83163628649f58a973b548066e8c79ab3c6c6ce09d8007 WHIRLPOOL 066509bccc63719553749446863996e592cbc28c23ffb6226044ff027c934396c6605938b4554048475dec3cd0fd6a965de5db50ac6c4e4952880abc13ee0c3a diff --git a/dev-python/python-daemon/python-daemon-2.1.1.ebuild b/dev-python/python-daemon/python-daemon-2.1.1.ebuild new file mode 100644 index 000..12dd258 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.python.org/pypi/python-daemon"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + )" + +DOCS=( ChangeLog ) + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: virtual/perl6/
commit: 3e77a54542e950662a4961bab2cf32787e90faac Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 10:54:09 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 10:54:35 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e77a545 virtual/perl6: Add convenience virtual Rakudo is not an obvious name, makes it easier for users to figure out what to install for perl6 support Package-Manager: portage-2.2.27 virtual/perl6/metadata.xml | 8 virtual/perl6/perl6-0.ebuild | 16 2 files changed, 24 insertions(+) diff --git a/virtual/perl6/metadata.xml b/virtual/perl6/metadata.xml new file mode 100644 index 000..15f71f0 --- /dev/null +++ b/virtual/perl6/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + p...@gentoo.org + perl + + diff --git a/virtual/perl6/perl6-0.ebuild b/virtual/perl6/perl6-0.ebuild new file mode 100644 index 000..165fb10 --- /dev/null +++ b/virtual/perl6/perl6-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Convenience virtual for perl6" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="dev-lang/rakudo"
[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-accountmanager/
commit: e4a84c158ad4e4cde839bec4ba4e1e35db089149 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:58:27 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:59:15 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a84c15 www-apps/trac-accountmanager: remove old versions Package-Manager: portage-2.2.26 www-apps/trac-accountmanager/Manifest | 2 -- .../trac-accountmanager-0.3_p9766.ebuild | 30 -- .../trac-accountmanager-0.4.2.ebuild | 25 -- .../trac-accountmanager-0.4_p10645.ebuild | 30 -- 4 files changed, 87 deletions(-) diff --git a/www-apps/trac-accountmanager/Manifest b/www-apps/trac-accountmanager/Manifest index fff99d1..959aaf6 100644 --- a/www-apps/trac-accountmanager/Manifest +++ b/www-apps/trac-accountmanager/Manifest @@ -1,4 +1,2 @@ DIST TracAccountManager-0.4.2.tar.gz 157706 SHA256 4f527394db9316e1f826b1bd0fb8d97253516daf35c6d5f71a016df317a57d74 SHA512 b73046dd15cefbe4d7854107af1bdf372ab5c2c6e83855395383b4a894d85325d867eaa1e9013f41ffcf8907baf3ea64873ac1b6c3b333af6dfd6480ab4016b4 WHIRLPOOL 5607957625a104596975fdf0283d9ae1c85a2f5c4a309aff0a04475e7f5123c8c53e45ba0f7d69a4bbe1e7c62912490356e5c48220d51ebbc9497b160f2bfac6 DIST TracAccountManager-0.4.4.tar.gz 157666 SHA256 64b238e8a435156a08aeee64705b2cb60382132f022b3327d681b179680fdf4b SHA512 622e011c5cd956c3e32fe578b60d0cc060b109893a6bbd5ea12dea36373a9a47a8a226ae6a297d69a22f9d1d1deae686ccdf2258623877ee794febb99c9a99e4 WHIRLPOOL 1f38ce9672c7633920041dbd73c0a61e5358b7c70d0ab70a23baac224f4a72ca2c4056171bc3a95b5dc5e3de6e1afe0eb8b74df23537564d60332d4b682f4d8f -DIST trac-accountmanager-0.3_p9766.zip 91200 SHA256 c1c6a23d464f53e148aa79272e6d76513d32379778d2c76afe42fc68a9c5568f SHA512 b74a280daf6f6e9e26d691e0361881c688bdba62265962f32e194e39720b0babd7d86b719a721528d0163f9df9070a1d2c5cad40bbb418c938d9151b83cfb6d8 WHIRLPOOL 5040cf71fbc06dbcc8eaa6441c290e43c78477022ef3a781282cd725bd2606d9cdc4245f14a4c5753d5d4fdceffa3e6492d00a5a624a20358fbd1dd853603bab -DIST trac-accountmanager-0.4_p10645.zip 145212 SHA256 51d63b3c01ef951942a53669297aa7bb46285b4ef611a250a62f4f2d98d91f7b SHA512 ed5ad707770e4a0f0abf89e6de02d1be3e7bdd0fb5baaa35dbc6a5f89706888cd81d09aca549a66035799c0ee90d0e1cba5213d5acb650c174f3861aaf4ebe6f WHIRLPOOL 9733aa9c82bc341804aca4f96fcb44a18af593084d1df5116a31e67a20b85b8daf2efb9393ff4744ee3c2aac9f8c5e1f9bd0bbc1175077441de526fb21077375 diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.3_p9766.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.3_p9766.ebuild deleted file mode 100644 index cb4f81c..000 --- a/www-apps/trac-accountmanager/trac-accountmanager-0.3_p9766.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_DIR="accountmanagerplugin/trunk" -MY_REV="${PV#*_p}" - -DESCRIPTION="A Trac plugin for manage user accounts" -HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"; -SRC_URI="http://trac-hacks.org/changeset/${MY_REV}/${MY_DIR}?old_path=/&filename=${MY_DIR}&format=zip - -> ${P}.zip" - -LICENSE="BEER-WARE" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools - app-arch/unzip" -RDEPEND=">=www-apps/trac-0.12" - -S="${WORKDIR}/${MY_DIR}" diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.4.2.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.4.2.ebuild deleted file mode 100644 index d98b934..000 --- a/www-apps/trac-accountmanager/trac-accountmanager-0.4.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="A Trac plugin for manage user accounts" -HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"; -SRC_URI="mirror://pypi/T/TracAccountManager/TracAccountManager-${PV}.tar.gz" - -LICENSE="BSD BEER-WARE" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND=">=www-apps/trac-0.12" - -S="${WORKDIR}/acct_mgr-${PV}" diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.4_p10645.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.4_p10645.ebuild deleted file mode 100644 index cb4f81c..000 --- a/www-apps/trac-accountmanager/trac-accountmanager-0.4_p10645.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_DIR="accountmanagerplugin/trunk" -MY_REV="${PV#*_p}" - -DESCRI
[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-accountmanager/
commit: 612e9e434adf3d3fc2175d27be14a0fdfd3435cb Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:56:44 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:59:09 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612e9e43 www-apps/trac-accountmanager: version bump to 0.4.4 Package-Manager: portage-2.2.26 www-apps/trac-accountmanager/Manifest | 1 + .../trac-accountmanager-0.4.4.ebuild | 23 ++ 2 files changed, 24 insertions(+) diff --git a/www-apps/trac-accountmanager/Manifest b/www-apps/trac-accountmanager/Manifest index e468254..fff99d1 100644 --- a/www-apps/trac-accountmanager/Manifest +++ b/www-apps/trac-accountmanager/Manifest @@ -1,3 +1,4 @@ DIST TracAccountManager-0.4.2.tar.gz 157706 SHA256 4f527394db9316e1f826b1bd0fb8d97253516daf35c6d5f71a016df317a57d74 SHA512 b73046dd15cefbe4d7854107af1bdf372ab5c2c6e83855395383b4a894d85325d867eaa1e9013f41ffcf8907baf3ea64873ac1b6c3b333af6dfd6480ab4016b4 WHIRLPOOL 5607957625a104596975fdf0283d9ae1c85a2f5c4a309aff0a04475e7f5123c8c53e45ba0f7d69a4bbe1e7c62912490356e5c48220d51ebbc9497b160f2bfac6 +DIST TracAccountManager-0.4.4.tar.gz 157666 SHA256 64b238e8a435156a08aeee64705b2cb60382132f022b3327d681b179680fdf4b SHA512 622e011c5cd956c3e32fe578b60d0cc060b109893a6bbd5ea12dea36373a9a47a8a226ae6a297d69a22f9d1d1deae686ccdf2258623877ee794febb99c9a99e4 WHIRLPOOL 1f38ce9672c7633920041dbd73c0a61e5358b7c70d0ab70a23baac224f4a72ca2c4056171bc3a95b5dc5e3de6e1afe0eb8b74df23537564d60332d4b682f4d8f DIST trac-accountmanager-0.3_p9766.zip 91200 SHA256 c1c6a23d464f53e148aa79272e6d76513d32379778d2c76afe42fc68a9c5568f SHA512 b74a280daf6f6e9e26d691e0361881c688bdba62265962f32e194e39720b0babd7d86b719a721528d0163f9df9070a1d2c5cad40bbb418c938d9151b83cfb6d8 WHIRLPOOL 5040cf71fbc06dbcc8eaa6441c290e43c78477022ef3a781282cd725bd2606d9cdc4245f14a4c5753d5d4fdceffa3e6492d00a5a624a20358fbd1dd853603bab DIST trac-accountmanager-0.4_p10645.zip 145212 SHA256 51d63b3c01ef951942a53669297aa7bb46285b4ef611a250a62f4f2d98d91f7b SHA512 ed5ad707770e4a0f0abf89e6de02d1be3e7bdd0fb5baaa35dbc6a5f89706888cd81d09aca549a66035799c0ee90d0e1cba5213d5acb650c174f3861aaf4ebe6f WHIRLPOOL 9733aa9c82bc341804aca4f96fcb44a18af593084d1df5116a31e67a20b85b8daf2efb9393ff4744ee3c2aac9f8c5e1f9bd0bbc1175077441de526fb21077375 diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild new file mode 100644 index 000..5761045 --- /dev/null +++ b/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A Trac plugin for manage user accounts" +HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"; +SRC_URI="mirror://pypi/T/TracAccountManager/TracAccountManager-${PV}.tar.gz" + +LICENSE="BSD BEER-WARE" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=www-apps/trac-0.12" + +S="${WORKDIR}/acct_mgr-${PV}"
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-jstl-compat/
commit: 1a748b805a4952936513fdb7bd02f448ad4d9329 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 20 10:53:03 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 11:11:01 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a748b80 dev-java/tomcat-jstl-compat: Housekeeping. Add missing die. Package-Manager: portage-2.2.26 dev-java/tomcat-jstl-compat/Manifest | 2 +- .../tomcat-jstl-compat-1.2.5-r1.ebuild | 22 ++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/dev-java/tomcat-jstl-compat/Manifest b/dev-java/tomcat-jstl-compat/Manifest index 3d40f62..8f09839 100644 --- a/dev-java/tomcat-jstl-compat/Manifest +++ b/dev-java/tomcat-jstl-compat/Manifest @@ -1 +1 @@ -DIST taglibs-standard-1.2.5-source-release.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff +DIST tomcat-jstl-compat-1.2.5.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff diff --git a/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5-r1.ebuild b/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5-r1.ebuild index 7e94860..527fd4b 100644 --- a/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5-r1.ebuild +++ b/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5-r1.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 eutils @@ -13,24 +14,29 @@ MY_COMPAT="${MY_PN}-compat" DESCRIPTION="JSP Standard Tag Library (JSTL) - Compat jar" HOMEPAGE="https://tomcat.apache.org/taglibs/standard/"; -SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip"; +SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -CDEPEND="java-virtuals/servlet-api:3.0 +CDEPEND=" dev-java/tomcat-jstl-spec:0 - dev-java/tomcat-jstl-impl:0" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 + dev-java/tomcat-jstl-impl:0 + java-virtuals/servlet-api:3.0" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} test? ( dev-java/ant-junit:0 dev-java/easymock:3.2 ) - ${CDEPEND}" + >=virtual/jdk-1.6" S="${WORKDIR}/${MY_P}" @@ -40,7 +46,7 @@ EANT_BUILD_TARGET="package" EANT_BUILD_XML="compat/build.xml" java_prepare() { - cp "${FILESDIR}"/${P}-build.xml "${S}"/compat/build.xml + cp "${FILESDIR}"/${P}-build.xml "${S}"/compat/build.xml || die } EANT_TEST_TARGET="test"
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-jstl-impl/
commit: a1ddf16a0cd7946def0d9aac93c12f85cdf7 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 20 11:02:47 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 11:11:09 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ddf16a dev-java/tomcat-jstl-impl: Housekeeping. Add missing die. Package-Manager: portage-2.2.26 dev-java/tomcat-jstl-impl/Manifest | 2 +- .../tomcat-jstl-impl-1.2.5-r1.ebuild | 38 +- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/dev-java/tomcat-jstl-impl/Manifest b/dev-java/tomcat-jstl-impl/Manifest index 3d40f62..e67d6af 100644 --- a/dev-java/tomcat-jstl-impl/Manifest +++ b/dev-java/tomcat-jstl-impl/Manifest @@ -1 +1 @@ -DIST taglibs-standard-1.2.5-source-release.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff +DIST tomcat-jstl-impl-1.2.5.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff diff --git a/dev-java/tomcat-jstl-impl/tomcat-jstl-impl-1.2.5-r1.ebuild b/dev-java/tomcat-jstl-impl/tomcat-jstl-impl-1.2.5-r1.ebuild index 065b69e..9ab517d 100644 --- a/dev-java/tomcat-jstl-impl/tomcat-jstl-impl-1.2.5-r1.ebuild +++ b/dev-java/tomcat-jstl-impl/tomcat-jstl-impl-1.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,24 +13,29 @@ MY_IMPL="${MY_PN}-impl" DESCRIPTION="JSP Standard Tag Library (JSTL) - Implementation jar" HOMEPAGE="https://tomcat.apache.org/taglibs/standard/"; -SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip"; +SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -CDEPEND="dev-java/xalan:0 +CDEPEND=" + dev-java/xalan:0 dev-java/tomcat-jstl-spec:0 dev-java/tomcat-servlet-api:3.1" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} test? ( dev-java/ant-junit:0 dev-java/easymock:3.2 ) - ${CDEPEND}" + >=virtual/jdk-1.6" S="${WORKDIR}/${MY_P}" @@ -39,18 +44,21 @@ EANT_GENTOO_CLASSPATH="tomcat-servlet-api-3.1,tomcat-jstl-spec,xalan" EANT_BUILD_TARGET="package" EANT_BUILD_XML="impl/build.xml" -java_prepare() { - cp "${FILESDIR}"/${P}-build.xml "${S}"/impl/build.xml +JAVA_RM_FILES=( + impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/BundleSupportTest.java +) +PATCHES=( # This patch overrides a couple of methods. - epatch "${FILESDIR}"/${P}-ImportSupport.patch - + "${FILESDIR}"/${P}-ImportSupport.patch # This one disables one test case which doesn't work. - epatch "${FILESDIR}"/${P}-SetSupport.patch + "${FILESDIR}"/${P}-SetSupport.patch +) + +java_prepare() { + cp "${FILESDIR}"/${P}-build.xml "${S}"/impl/build.xml || die - # This test case doesn't pass. - rm -v \ - impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/BundleSupportTest.java + epatch "${PATCHES[@]}" } EANT_TEST_TARGET="test"
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-jstl-spec/
commit: 2bc2951b8b17f136d9bee970bf77f1435fb50a46 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 20 11:09:24 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 11:11:13 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc2951b dev-java/tomcat-jstl-spec: Housekeeping. Add missing die. Package-Manager: portage-2.2.26 dev-java/tomcat-jstl-spec/Manifest| 2 +- .../tomcat-jstl-spec/tomcat-jstl-spec-1.2.5-r1.ebuild | 19 --- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/dev-java/tomcat-jstl-spec/Manifest b/dev-java/tomcat-jstl-spec/Manifest index 3d40f62..4a70207 100644 --- a/dev-java/tomcat-jstl-spec/Manifest +++ b/dev-java/tomcat-jstl-spec/Manifest @@ -1 +1 @@ -DIST taglibs-standard-1.2.5-source-release.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff +DIST tomcat-jstl-spec-1.2.5.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff diff --git a/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5-r1.ebuild b/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5-r1.ebuild index 9479bfb..5db72ed 100644 --- a/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5-r1.ebuild +++ b/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 @@ -13,7 +14,7 @@ MY_SPEC="${MY_PN}-spec" DESCRIPTION="JSP Standard Tag Library (JSTL) - Specification jar" HOMEPAGE="https://tomcat.apache.org/taglibs/standard/"; -SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip"; +SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" @@ -21,14 +22,18 @@ KEYWORDS="amd64 x86" IUSE="test" CDEPEND="java-virtuals/servlet-api:3.0" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} test? ( dev-java/ant-junit:0 dev-java/easymock:3.2 ) - ${CDEPEND}" + >=virtual/jdk-1.6" S="${WORKDIR}/${MY_P}" @@ -38,7 +43,7 @@ EANT_BUILD_TARGET="package" EANT_BUILD_XML="spec/build.xml" java_prepare() { - cp "${FILESDIR}"/${P}-build.xml "${S}"/spec/build.xml + cp "${FILESDIR}"/${P}-build.xml "${S}"/spec/build.xml || die } EANT_TEST_TARGET="test"
[gentoo-commits] repo/gentoo:master commit in: dev-java/jacoco/
commit: b07cacf780f1a4d14edbdffd0f2a62d317efb4a4 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 20 11:10:31 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 11:11:16 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07cacf7 dev-java/jacoco: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/jacoco/jacoco-0.7.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/jacoco/jacoco-0.7.5.ebuild b/dev-java/jacoco/jacoco-0.7.5.ebuild index c7dc86c..bc66630 100644 --- a/dev-java/jacoco/jacoco-0.7.5.ebuild +++ b/dev-java/jacoco/jacoco-0.7.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -17,7 +18,7 @@ SRC_URI=" https://repo1.maven.org/maven2/org/${PN}/org.${PN}.ant/${PV}.${DATE}/org.${PN}.ant-${PV}.${DATE}-sources.jar -> ${P}-ant.jar" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-jstl-el/
commit: 5c906fe9f55b7870b874bdbb7281caa1473d6848 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 20 11:02:23 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 11:11:05 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c906fe9 dev-java/tomcat-jstl-el: Housekeeping. Add missing die. Package-Manager: portage-2.2.26 dev-java/tomcat-jstl-el/Manifest | 2 +- .../tomcat-jstl-el/tomcat-jstl-el-1.2.5-r1.ebuild | 24 ++ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/dev-java/tomcat-jstl-el/Manifest b/dev-java/tomcat-jstl-el/Manifest index 3d40f62..1ca781d 100644 --- a/dev-java/tomcat-jstl-el/Manifest +++ b/dev-java/tomcat-jstl-el/Manifest @@ -1 +1 @@ -DIST taglibs-standard-1.2.5-source-release.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff +DIST tomcat-jstl-el-1.2.5.zip 615779 SHA256 09206f14ae3bbfc5442476414feee422d4371a6dbe0e3435eb84462b6f36cd84 SHA512 ad4122cd75c66df901034e333c2b38ac3d2d8f5b0299abd36d0fd1c8f5975eacc71d66a475fc05638dd562ab0670ea532fe6a3ccb5497dfbeb9d859b03b659d0 WHIRLPOOL 2cc5c667fbce1bda85b935b0081c99ce454dad666e5a1609ba0ff7c9363265427df48dbe86e549e608f9d977d726f7d6f3b1dea803ebc6b1c78eb139eb2464ff diff --git a/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5-r1.ebuild b/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5-r1.ebuild index e8d6939..fd00193 100644 --- a/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5-r1.ebuild +++ b/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 @@ -13,24 +14,29 @@ MY_EL="${MY_PN}-jstlel" DESCRIPTION="JSP Standard Tag Library (JSTL) - EL jar" HOMEPAGE="https://tomcat.apache.org/taglibs/standard/"; -SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip"; +SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/taglibs/${MY_P}/${MY_P}-source-release.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -CDEPEND="java-virtuals/servlet-api:3.0 +CDEPEND=" dev-java/tomcat-jstl-impl:0 - dev-java/tomcat-jstl-spec:0" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 + dev-java/tomcat-jstl-spec:0 + java-virtuals/servlet-api:3.0" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} test? ( dev-java/ant-junit:0 dev-java/easymock:3.2 ) - ${CDEPEND}" + >=virtual/jdk-1.6" S="${WORKDIR}/${MY_P}" @@ -40,7 +46,7 @@ EANT_BUILD_TARGET="package" EANT_BUILD_XML="jstlel/build.xml" java_prepare() { - cp "${FILESDIR}"/${P}-build.xml "${S}"/jstlel/build.xml + cp "${FILESDIR}"/${P}-build.xml "${S}"/jstlel/build.xml || die } EANT_TEST_TARGET="test"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libfpx/
commit: b8e66d798f0705146b1e1602a1adf2f4c2a7247d Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 11:23:50 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 11:24:05 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e66d79 media-libs/libfpx: Version bump (bug #395367) Also, store the upstream revision in PV Package-Manager: portage-2.2.27 media-libs/libfpx/Manifest | 1 + media-libs/libfpx/libfpx-1.3.1_p6.ebuild | 44 2 files changed, 45 insertions(+) diff --git a/media-libs/libfpx/Manifest b/media-libs/libfpx/Manifest index 2ea3eee..2d22911 100644 --- a/media-libs/libfpx/Manifest +++ b/media-libs/libfpx/Manifest @@ -1 +1,2 @@ DIST libfpx-1.3.0-1.tar.bz2 2285921 SHA256 0cc240e9458d099c0a50db9c771b3e5b109164472c08f40f31e1190716af48b6 SHA512 f045edb01046ec3d2fee88a861ebcb63b3b9094a93d4bda28e8009117bdbb7e843bdf4aa8d0502482acec7c2ea51df53b88ab2bf6a61c37aed8653579e67 WHIRLPOOL 16dc643d2602d44fe626fd2c1d35e743dbcfb825fc53e8a20a95145275d71d770fafd75e59b4b74fa5b42ef52f9339474fe877455c04a8f668c47d700d580fb3 +DIST libfpx-1.3.1-6.tar.bz2 2358328 SHA256 84e663bb23619e19195777a7c5d348046756f28cffda3d0ea2160ed0b55a698a SHA512 d33bc59f091100f4e0f7db396ba2f3a93951b348f8b175070fa23186f7ce488e71b7be43a45ebd9a3af21affe5342f63955df8549ff15582f8b29e67601531fb WHIRLPOOL d107a1ee69d018699567761603ce21ba6f6b80e25d5e3e53f6a76ef262602d0d344127c6a0c7f372c2da60a3b293882184513d4a77e674c32b384d5c8798a4bf diff --git a/media-libs/libfpx/libfpx-1.3.1_p6.ebuild b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild new file mode 100644 index 000..ef50b4e --- /dev/null +++ b/media-libs/libfpx/libfpx-1.3.1_p6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils flag-o-matic libtool + +DESCRIPTION="A library for manipulating FlashPIX images" +HOMEPAGE="http://www.i3a.org/"; +SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2" + +LICENSE="Flashpix" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="static-libs" + +S=${WORKDIR}/${P/_p/-} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.2.0.13-export-symbols.patch + + eapply_user + + # we're not windows, even though we don't define __unix by default + [[ ${CHOST} == *-darwin* ]] && append-flags -D__unix + + elibtoolize +} + +src_configure() { + append-ldflags -Wl,--no-undefined + econf \ + $(use_enable static-libs static) \ + LIBS="-lstdc++ -lm" +} + +src_install() { + default + + dodoc AUTHORS ChangeLog doc/*.txt + + insinto /usr/share/doc/${PF}/pdf + doins doc/*.pdf +}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
commit: 62e42cd43c69ac223d8facea425d6785d1630916 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 11:28:53 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 11:28:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e42cd4 x11-libs/mx: Drop old Package-Manager: portage-2.2.27 x11-libs/mx/metadata.xml | 6 - x11-libs/mx/mx-1.4.7-r1.ebuild | 60 -- 2 files changed, 66 deletions(-) diff --git a/x11-libs/mx/metadata.xml b/x11-libs/mx/metadata.xml index 65fdb58..6838de4 100644 --- a/x11-libs/mx/metadata.xml +++ b/x11-libs/mx/metadata.xml @@ -5,12 +5,6 @@ gn...@gentoo.org Gentoo GNOME Desktop - - Use dev-libs/gobject-introspection - for introspection - Build the dev-util/glade catalog - files - clutter-project/mx diff --git a/x11-libs/mx/mx-1.4.7-r1.ebuild b/x11-libs/mx/mx-1.4.7-r1.ebuild deleted file mode 100644 index a845ad7..000 --- a/x11-libs/mx/mx-1.4.7-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit gnome2 eutils - -DESCRIPTION="A widget toolkit using Clutter" -HOMEPAGE="http://clutter-project.org/"; -SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="1.0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="dbus debug glade +gtk +introspection startup-notification" - -RDEPEND=" - >=dev-libs/glib-2.28.0:2 - >=media-libs/clutter-1.7.91:1.0 - media-libs/cogl:= - >=x11-apps/xrandr-1.2.0 - - x11-libs/gdk-pixbuf:2[introspection?] - - dbus? ( >=dev-libs/dbus-glib-0.82 ) - glade? ( - >=dev-util/glade-3.4.5:3 - =x11-libs/gtk+-2.20:2[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - startup-notification? ( >=x11-libs/startup-notification-0.9 ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.35.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - # Tests are interactive, no use for us - sed -e 's/^\(SUBDIRS .*\)tests\(.*\)/\1 \2/g' \ - -i Makefile.am -i Makefile.in || die - # In 1.4.8 - epatch "${FILESDIR}/${P}-gl-types.patch" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --with-winsys=x11 \ - $(use_enable gtk gtk-widgets) \ - $(use_enable introspection) \ - $(use_enable debug) \ - $(use_with dbus) \ - $(use_with glade) \ - $(use_with startup-notification) -}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/
commit: 92bd6dd5b2bc58e15765937bc5c243eed065423c Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 20 11:56:19 2016 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 20 11:56:36 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bd6dd5 net-proxy/squid: Stable for HPPA PPC64 (bug #573076). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches net-proxy/squid/squid-3.5.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/squid/squid-3.5.12.ebuild b/net-proxy/squid/squid-3.5.12.ebuild index 0fa63c4..5b02352 100644 --- a/net-proxy/squid/squid-3.5.12.ebuild +++ b/net-proxy/squid/squid-3.5.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test \ ecap esi ssl-crtd \ mysql postgres sqlite \
[gentoo-commits] repo/gentoo:master commit in: net-libs/libzrtpcpp/
commit: ef13d4e68fda9095c9cca28108ea7803a0fe0dc9 Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 11:55:31 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 11:59:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef13d4e6 net-libs/libzrtpcpp: Drop stable ppc keywords Package-Manager: portage-2.2.27 net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild index 044db2a..4f71ea2 100644 --- a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild +++ b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann" HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"; SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" LICENSE="GPL-3" IUSE="" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/
commit: fd89115d49dad0077f95113642e345acd51e9e0e Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 11:57:31 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 11:59:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd89115d profiles/arch/powerpc: Mask net-libs/ortp[zrtp] useflag profiles/arch/powerpc/package.use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 8182905..9e37940 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Patrick Lauer (20 Feb 2015) +# Missing keywords on deps +net-libs/ortp zrtp + # Pacho Ramos (15 Nov 2015) # Missing keywords media-sound/rhythmbox upnp-av
[gentoo-commits] repo/gentoo:master commit in: net-libs/ccrtp/
commit: b2c169f188f1802adf3fd1bbe0722426e2281bfe Author: Patrick Lauer gentoo org> AuthorDate: Sat Feb 20 11:54:40 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Feb 20 11:59:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c169f1 net-libs/ccrtp: Drop stable ppc keywords Package-Manager: portage-2.2.27 net-libs/ccrtp/ccrtp-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild index 230c8a4..66cd827 100644 --- a/net-libs/ccrtp/ccrtp-2.0.9.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.9.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport prot HOMEPAGE="https://www.gnu.org/software/ccrtp/"; SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" LICENSE="GPL-2" IUSE="doc" SLOT="0/2"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
commit: 429198421662ec9e60f77ae488bc18bdb5d26f54 Author: Michael Weber gentoo org> AuthorDate: Sat Feb 20 12:05:27 2016 + Commit: Michael Weber gentoo org> CommitDate: Sat Feb 20 12:07:21 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42919842 sys-kernel/raspberrypi-image: Fix SLOT. Package-Manager: portage-2.2.27 sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild index 2f524af..d9d0dae 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild @@ -12,7 +12,7 @@ MY_PV="1.20160209" SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV} -> raspberrypi-firmware-${MY_PV}.tar.gz" LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" +SLOT="${PVR}" KEYWORDS="~arm -*" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/
commit: c366ddd7e9366e5d32bdfacb7e6d4b1eeded3a0b Author: Keri Harris gentoo org> AuthorDate: Sat Feb 20 12:07:39 2016 + Commit: Keri Harris gentoo org> CommitDate: Sat Feb 20 12:07:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c366ddd7 dev-lang/yap: provide clean YAP/SWI interface Package-Manager: portage-2.2.26 dev-lang/yap/Manifest | 2 +- dev-lang/yap/yap-6.3.3.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lang/yap/Manifest b/dev-lang/yap/Manifest index 37b1c02..c261094 100644 --- a/dev-lang/yap/Manifest +++ b/dev-lang/yap/Manifest @@ -2,5 +2,5 @@ DIST yap-6.2.2-gentoo-patchset-2.tar.gz 5736 SHA256 a4c74594a1342ae748c6f00b2ddd DIST yap-6.2.2.tar.gz 5496746 SHA256 c9b5feb1ac6488797e8c722053db239cc208f7f6f09135f1e6d5f5802f90878e SHA512 8b357f02cd631b7e4d6a44911d82d329b82a654b24637d448ba0e4393ab34918df685c453f4e8b8ebb3aba71034f653c4522478cfafbb24f157c083b623bfc5e WHIRLPOOL 7d266b06874aab2c5b56391ee0d03be025f7cf2ae5ab9a2ca2ef5989b6ef5229bde491919a1b77f3af362798af83bc47614fd3bd293c0d9f4b74d202adb86ea5 DIST yap-6.3.2-gentoo-patchset-6.tar.gz 4138 SHA256 a5691612842b89e8dc3f5755fe076f3203574da34256bcba78ce282451cfde27 SHA512 c2dc49c0e185e6b6d7bdae175d470926f7b072dad1e46d30e36e885ca4d0abc8a7908b3abc946b1d7c77006973f8ef9e7dc862ecc4ef756eff5d83a06674e5a7 WHIRLPOOL 7046a9d74d34e9f561f71b762f81ae208784eb6daccb4e0bfe7980729bd5094d34858f7d88b54c9d4589e6b835707a0150fd0a6c2b98d41d9238efbc1badb805 DIST yap-6.3.2.tar.gz 6447312 SHA256 876a31a05a8e50a32bda8597d3381953e3ed99f37f06e7075209a501b8e2d1ed SHA512 8fd93d4e448e92f5dfd4b0dd18e0ce988766d99b3bf7a72bce3931d551c873a11468764bef6bbb132a5518870f2bce0a00658536614db3cdc6586af27d56555d WHIRLPOOL f4507cb41735f40bf343b608a443f017e118c2b99da38e8a59e630b397c4812ce087ce097e85d5af9552191b5f77559609b22f446d05a3513fec08582ea43804 -DIST yap-6.3.3-gentoo-patchset-3.tar.gz 3499 SHA256 1226fc9ed37a08e08706342012349c7c33ceceacb7c22a7c653439cfc1985c58 SHA512 e470f5a4a4415b1834507c6a7a4b6c4a8116d4e98008c85df8bf6f504fb90eb16a1f4c8434c3049d4677f0afda939ea26260b8bb28acb27502651482b5ee9afc WHIRLPOOL c33d8aea97a7c28017484214ba39444b69f3f57e734758aeb8ed3f7f40a138c84b91d289dce94b31b01d9ae97ca9547915de0fa005e7b8a0a801491dd69041a1 +DIST yap-6.3.3-gentoo-patchset-4.tar.gz 4428 SHA256 6fbf0e18191b768b608c1dc781a78fb3c8e3a4050ca4ba933b9651c80d6a0842 SHA512 fce5e997fe2efb1b1253dd8f36da14b351108b150a77c27e8d5404f96f106b7329e6ffc6a55e135ada975386c4e6ab8ccfc9a1c44e5d3eeb0e89f2aab52fcbf5 WHIRLPOOL 81ff5a6133d63a6c9588043fe0133ccf7f58cd79338531a625271384b686226287fb608a4712378232d6e7fa6e7944236be3183f6ecd51c699fb9a853ed7 DIST yap-6.3.3.tar.gz 7879301 SHA256 aee3b449b1669af07a8291ce6e7fb0a9b35e1343e2ab96fadb1a37552397fa78 SHA512 4ef45277ec84b6e072fa54afc7d6c18f11c3a0cdf477e35e35a0ce2181c9ff2e693f8735f63a1899373f6baf79ce0a972b37e1ae6ed8271bec60663f477bbe80 WHIRLPOOL 3b4095ff9ecbd532d2211e9158f6bd400248b43386027894c08754aadc14712a60325aeb950b361f14b2bc105053ff8a70b025e305fb79003a68f4226a39b724 diff --git a/dev-lang/yap/yap-6.3.3.ebuild b/dev-lang/yap/yap-6.3.3.ebuild index 8258c30..4dc1964 100644 --- a/dev-lang/yap/yap-6.3.3.ebuild +++ b/dev-lang/yap/yap-6.3.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils flag-o-matic java-pkg-opt-2 multilib -PATCHSET_VER="3" +PATCHSET_VER="4" DESCRIPTION="YAP is a high-performance Prolog compiler" HOMEPAGE="http://www.dcc.fc.up.pt/~vsc/Yap/"; @@ -50,6 +50,7 @@ src_configure() { econf \ --libdir=/usr/$(get_libdir) \ + --disable-prism \ $(use_enable !static dynamic-loading) \ $(use_enable threads) \ $(use_enable threads pthread-locking) \
[gentoo-commits] proj/tinderbox-cluster:master commit in: pym/tbc/
commit: 426c02c2521b862ed7876c3fdb3018b34f843224 Author: Magnus Granberg gentoo org> AuthorDate: Sat Feb 20 12:12:50 2016 + Commit: Magnus Granberg gentoo org> CommitDate: Sat Feb 20 12:12:50 2016 + URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=426c02c2 Remove the profile/config and some prints pym/tbc/flags.py | 3 --- pym/tbc/sync.py | 14 -- 2 files changed, 17 deletions(-) diff --git a/pym/tbc/flags.py b/pym/tbc/flags.py index eea48f3..82b7d42 100644 --- a/pym/tbc/flags.py +++ b/pym/tbc/flags.py @@ -117,7 +117,6 @@ class tbc_use_flags(object): # reset cpv filter self._mysettings.reset() self._mysettings.lock() - print(usemask) return use, use_expand_hidden, usemask, useforce def get_all_cpv_use_looked(self): @@ -218,7 +217,6 @@ class tbc_use_flags(object): use_flagsDict[x] = True for x in use_disable: use_flagsDict[x] = False - print("use_flagsDict", use_flagsDict) for k, v in use_flagsDict.items(): if build_use_flags_dict[k] != v: if build_use_flags_dict[k]: @@ -227,5 +225,4 @@ class tbc_use_flags(object): build_use_flags_list.append("-" + k) if build_use_flags_list == []: build_use_flags_list = None - print(build_use_flags_list) return build_use_flags_list diff --git a/pym/tbc/sync.py b/pym/tbc/sync.py index 59560f0..7063bfb 100644 --- a/pym/tbc/sync.py +++ b/pym/tbc/sync.py @@ -63,12 +63,6 @@ def git_sync_main(session): GuestBusy = False else: time.sleep(60) - #remove the needed base profile clone - try: - os.remove(mysettings['PORTDIR'] + "/profiles/config/parent") - os.rmdir(mysettings['PORTDIR'] + "/profiles/config") - except: - pass # check git diffs witch get updated and pass that to a dict # fetch and merge the repo @@ -105,14 +99,6 @@ def git_sync_main(session): write_log(session, log_msg, "info", config_id, 'sync.git_sync_main') log_msg = "Checking repo %s Done" % (reponame) write_log(session, log_msg, "info", config_id, 'sync.git_sync_main') - # Need to add a clone of profiles/base for reading the tree - try: - os.mkdir(mysettings['PORTDIR'] + "/profiles/config", 0o777) - with open(mysettings['PORTDIR'] + "/profiles/config/parent", "w") as f: - f.write("../base\n") - f.close() - except: - pass log_msg = "Repo sync ... Done." write_log(session, log_msg, "info", config_id, 'sync.git_sync_main')
[gentoo-commits] repo/gentoo:master commit in: app-arch/cpio/
commit: eec52524d776027a11e0a8b9af9f26aecb448140 Author: Richard Freeman gentoo org> AuthorDate: Sat Feb 20 12:12:26 2016 + Commit: Richard Freeman gentoo org> CommitDate: Sat Feb 20 12:12:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec52524 app-arch/cpio: amd64 stable Bug: 572428 Package-Manager: portage-2.2.26 app-arch/cpio/cpio-2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/cpio/cpio-2.12-r1.ebuild b/app-arch/cpio/cpio-2.12-r1.ebuild index e2eefee..9cdc8ef 100644 --- a/app-arch/cpio/cpio-2.12-r1.ebuild +++ b/app-arch/cpio/cpio-2.12-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: app-misc/qlcplus/
commit: fc935d9243f9716b4d6ebb3a86cbb6daeef34598 Author: Michael Weber gentoo org> AuthorDate: Sat Feb 20 12:29:30 2016 + Commit: Michael Weber gentoo org> CommitDate: Sat Feb 20 12:31:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc935d92 app-misc/qlcplus: Initial import (fixes bug 492426, thanks jannis). Package-Manager: portage-2.2.27 app-misc/qlcplus/Manifest | 1 + app-misc/qlcplus/metadata.xml | 8 + app-misc/qlcplus/qlcplus-4.10.2b.ebuild | 61 + 3 files changed, 70 insertions(+) diff --git a/app-misc/qlcplus/Manifest b/app-misc/qlcplus/Manifest new file mode 100644 index 000..ba5576c --- /dev/null +++ b/app-misc/qlcplus/Manifest @@ -0,0 +1 @@ +DIST qlcplus_4.10.2b.tar.gz 9711691 SHA256 1bcd2eef3e327714b3a83d0f0ff4695caa81bc1336f35abce29a047232b1a780 SHA512 d9716bcdd7289a0d5b94482ae3a7a4a047dc548c0a0b0b488c1f5af50280921a6769fe6479810862291d08508884a1403327be7722681a3a367ee3f77b895eab WHIRLPOOL 5b08afb4cac96926220140dba7283666829dc46e0fdcc517f28442c0b311febce81d0127adc3eaeb7bb3b7a570662558daa98a661acecd9b889e3669d8105ef8 diff --git a/app-misc/qlcplus/metadata.xml b/app-misc/qlcplus/metadata.xml new file mode 100644 index 000..3c3d5ce --- /dev/null +++ b/app-misc/qlcplus/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + x...@gentoo.org + Michael Weber + + diff --git a/app-misc/qlcplus/qlcplus-4.10.2b.ebuild b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild new file mode 100644 index 000..059430a --- /dev/null +++ b/app-misc/qlcplus/qlcplus-4.10.2b.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit qmake-utils qt4-r2 eutils virtualx + +DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces" +HOMEPAGE="http://www.qlcplus.org/"; +SRC_URI="http://www.${PN}.org/downloads/${PV/b/}/${PN}_${PV}.tar.gz"; + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="qt4 qt5" + +REQUIRED_USE="?? ( qt4 qt5 )" + +RDEPEND="dev-libs/glib:2 + virtual/libusb:0 + virtual/libusb:1 + media-libs/alsa-lib + media-libs/libmad + media-libs/libsndfile + sci-libs/fftw:3.0 + virtual/udev + || ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 ) + qt4? ( dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + dev-qt/qttest:4 ) + qt5? ( dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5[widgets] + dev-qt/qtnetwork + dev-qt/qtscript:5 + dev-qt/qttest:5 + dev-qt/qtwidgets:5 )" + +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${P/b/} + +src_prepare() { + sed -e "s:/etc/udev/rules.d:${EROOT}lib/udev/rules.d:" -i \ + plugins/hid/hid.pro \ + plugins/udmx/src/src.pro \ + plugins/dmxusb/src/src.pro \ + plugins/spi/spi.pro \ + plugins/peperoni/unix/unix.pro || die +} + +src_configure() { + use qt5 && eqmake5 + use qt4 && eqmake4 +} + +src_test() { + Xemake check +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/
commit: 8dfee4631a8fcc333642d387bd93b3b06bbf8cab Author: Michael Weber gentoo org> AuthorDate: Sat Feb 20 12:41:15 2016 + Commit: Michael Weber gentoo org> CommitDate: Sat Feb 20 12:41:15 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfee463 media-gfx/freecad: Require >dev-cpp/eigen-3.2.2:3 (thanks Grégory Salvan, bug 575104). Package-Manager: portage-2.2.27 media-gfx/freecad/freecad-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/freecad/freecad-.ebuild b/media-gfx/freecad/freecad-.ebuild index b0cdc37..aca47ad 100644 --- a/media-gfx/freecad/freecad-.ebuild +++ b/media-gfx/freecad/freecad-.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -COMMON_DEPEND="dev-cpp/eigen:3 +COMMON_DEPEND=">dev-cpp/eigen-3.2.2:3 dev-libs/boost dev-libs/xerces-c[icu] dev-python/matplotlib
[gentoo-commits] repo/gentoo:master commit in: media-libs/gupnp-dlna/
commit: f6b424aa06597911fd644f5b53c8a84cdf67af72 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:21:35 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:57 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b424aa media-libs/gupnp-dlna: Version bump Package-Manager: portage-2.2.27 media-libs/gupnp-dlna/Manifest | 1 + media-libs/gupnp-dlna/gupnp-dlna-0.10.4.ebuild | 62 ++ 2 files changed, 63 insertions(+) diff --git a/media-libs/gupnp-dlna/Manifest b/media-libs/gupnp-dlna/Manifest index a3dbc8b..8b9b935 100644 --- a/media-libs/gupnp-dlna/Manifest +++ b/media-libs/gupnp-dlna/Manifest @@ -1 +1,2 @@ DIST gupnp-dlna-0.10.3.tar.xz 328376 SHA256 dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5 SHA512 751969c117a21534a8137e3b89268518ee93a086e70a3d985656a14719c19abdae5c604195bbe68c114725be8ef3f56960b6288f82be59cb13b2e2ff27809f35 WHIRLPOOL b1f8680086564d661de5ff24ede40b635cc4e68597316a5c1ff1b55aa7082d9c7cd73d3e771ad0fa9540f666d36cdebc6a1df010544cf581470b92d727452069 +DIST gupnp-dlna-0.10.4.tar.xz 328596 SHA256 5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6 SHA512 167562dd493f6de0a7afd43337b8c191157b7903653c834c4219313e60e7725adf3d30f21f4c0655f9e6849677ecac80ea7d7e8a9786387204a387f1b9afa598 WHIRLPOOL 546dfed0a9ae93ceb73112855bf5a964d39d782fa215eb4fe6d0d054b0f851fa58e0c7309fa9e083a5a58eeb79dc1735a691bc32025ac09fa0f679ea44fa69fe diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.10.4.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.10.4.ebuild new file mode 100644 index 000..7ab3dd1 --- /dev/null +++ b/media-libs/gupnp-dlna/gupnp-dlna-0.10.4.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Library providing DLNA-related functionality for MediaServers" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; + +LICENSE="LGPL-2" +SLOT="2.0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.34:2 + >=dev-libs/libxml2-2.5:2 + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0[introspection?] + introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.11 + virtual/pkgconfig + introspection? ( $(vala_depend) ) +" + +src_prepare() { + # Make doc parallel installable + cd "${S}"/doc/gupnp-dlna + sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \ + -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \ + -i Makefile.am Makefile.in || die + sed -e "s/\(
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
commit: c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:43:01 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:14 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8daaaf5 x11-libs/libwnck: Drop old Package-Manager: portage-2.2.27 x11-libs/libwnck/Manifest | 1 - x11-libs/libwnck/libwnck-3.4.9.ebuild | 55 --- 2 files changed, 56 deletions(-) diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest index d7b0820..4e32195 100644 --- a/x11-libs/libwnck/Manifest +++ b/x11-libs/libwnck/Manifest @@ -1,3 +1,2 @@ DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941 DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c -DIST libwnck-3.4.9.tar.xz 674396 SHA256 96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4 SHA512 58397ab9c3ea8517503cbc51c5e72ffadfba882146936855a65756ada28339303408df17517cd6711f26bca6236e66a8755177849af28292fcc4820ce64d28b2 WHIRLPOOL 93366bbcbc45a17aff607c7db9d7d057013671f34762248388b343975c932ca174b0d471fab23b93f1d05e5064f9945a9734dceb88f0cf90cfdeab916e0e0e1f diff --git a/x11-libs/libwnck/libwnck-3.4.9.ebuild b/x11-libs/libwnck/libwnck-3.4.9.ebuild deleted file mode 100644 index 06e8d95..000 --- a/x11-libs/libwnck/libwnck-3.4.9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit flag-o-matic gnome2 - -DESCRIPTION="A window navigation construction kit" -HOMEPAGE="https://developer.gnome.org/libwnck/stable/"; - -LICENSE="LGPL-2+" -SLOT="3" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" - -IUSE="+introspection startup-notification tools" - -RDEPEND=" - >=x11-libs/gtk+-3.4:3[introspection?] - >=dev-libs/glib-2.32:2 - x11-libs/libX11 - x11-libs/libXres - x11-libs/libXext - introspection? ( >=dev-libs/gobject-introspection-0.6.14 ) - startup-notification? ( >=x11-libs/startup-notification-0.4 ) - x86-interix? ( sys-libs/itx-bind ) -" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.40.6 - sys-devel/gettext - virtual/pkgconfig -" -# eautoreconf needs -# gnome-base/gnome-common - -src_configure() { - DOCS="AUTHORS ChangeLog HACKING NEWS README" - - if use x86-interix; then - # activate the itx-bind package... - append-flags "-I${EPREFIX}/usr/include/bind" - append-ldflags "-L${EPREFIX}/usr/lib/bind" - fi - - # Don't collide with SLOT=1 - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable startup-notification) \ - $(use_enable tools) \ - --program-suffix=-${SLOT} -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
commit: 4e609fef1b3de2ffcb9238388a07d3b57f85b172 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:04:11 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:32 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e609fef x11-libs/goffice: Version bump Package-Manager: portage-2.2.27 x11-libs/goffice/Manifest | 1 + x11-libs/goffice/goffice-0.10.27.ebuild | 56 + 2 files changed, 57 insertions(+) diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest index 06c5f19..6153317 100644 --- a/x11-libs/goffice/Manifest +++ b/x11-libs/goffice/Manifest @@ -1,3 +1,4 @@ DIST goffice-0.10.24.tar.xz 2358736 SHA256 cda70eab0b0b0e29c3bea09849bcfca0c2ccc20038ee69e7e14cde664484af5a SHA512 67732854942769d221a677614edd51bfe9fcdaaf19f532a4182d5d0f0f31b4385ef6fbbf4be8a2f2b5f2d39d1cbb0218712c42cfcc0efaf754d0f4a9fd001b17 WHIRLPOOL 189e7f5ee790cd85d3f55ee6c441cfa829b692d1fc3d24dc9e036de4298653fd21db7e3853e6550fd2c2e76eaa54d0d15a233d98b2d2d47803e9ec72b833b84b DIST goffice-0.10.26.tar.xz 2358900 SHA256 2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb SHA512 4f042a0ecd9c44b864cb761753c3e42704aa7cf5973816dc30bd45be14f984594f86ed67c8c1333ba71b68c41066021a9e582d245ff8fab8032e576c5ea9f603 WHIRLPOOL 95fbafa1ce8cf5a08b7c9bbcef521b9782ddce1e77235e5ac565e84fc186cce317be3ebbb01aaebb5a8c5a29f481bdb72e067f7df1283ae443949997233fe662 +DIST goffice-0.10.27.tar.xz 2363972 SHA256 3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0 SHA512 31776e03928f7128319d3db7b6a049fbd2b9bbab5654df7fd4b65c62ec96323a298e00d61d129bf4fbd7c148d0e94eee06014bef30f544225f1fc7ddf903 WHIRLPOOL 7bef90d215ccb11ac25419fef025a542ef7403091b29345d3a5565dfea6e4cc77783251db7a8286809a8e22e1008b966c0b279ed9fdf4acf5535de8a90d8a32d DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1 diff --git a/x11-libs/goffice/goffice-0.10.27.ebuild b/x11-libs/goffice/goffice-0.10.27.ebuild new file mode 100644 index 000..3b351e2 --- /dev/null +++ b/x11-libs/goffice/goffice-0.10.27.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="A library of document-centric objects and utilities" +HOMEPAGE="https://git.gnome.org/browse/goffice/"; + +LICENSE="GPL-2" +SLOT="0.10" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" +IUSE="+introspection" + +# Build fails with -gtk +# FIXME: add lasem to tree +RDEPEND=" + >=app-text/libspectre-0.2.6:= + >=dev-libs/glib-2.38.0:2 + dev-libs/libxslt + >=gnome-base/librsvg-2.22:2 + >=gnome-extra/libgsf-1.14.24:=[introspection?] + >=dev-libs/libxml2-2.4.12:2 + >=x11-libs/pango-1.24:= + >=x11-libs/cairo-1.10:=[svg] + x11-libs/libXext:= + x11-libs/libXrender:= + >=x11-libs/gdk-pixbuf-2.22:2 + >=x11-libs/gtk+-3.8.7:3 + introspection? ( + >=dev-libs/gobject-introspection-1:= + >=gnome-extra/libgsf-1.14.23:= ) +" +DEPEND="${RDEPEND} + dev-lang/perl + virtual/perl-Getopt-Long + virtual/perl-IO-Compress + virtual/perl-Compress-Raw-Zlib + >=dev-util/gtk-doc-am-1.12 + >=dev-util/intltool-0.35 + virtual/pkgconfig +" +# eautoreconf requires: +# gnome-base/gnome-common + +src_configure() { + gnome2_src_configure \ + --without-lasem \ + --with-gtk \ + --with-config-backend=gsettings \ + $(use_enable introspection) +}
[gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/
commit: 79d3c852bd535d3f113acb42541d7ba76b81dbab Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:08:45 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:37 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d3c852 app-office/gnumeric: Version bump Package-Manager: portage-2.2.27 app-office/gnumeric/Manifest| 1 + app-office/gnumeric/gnumeric-1.12.27.ebuild | 64 + 2 files changed, 65 insertions(+) diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index 8b25ce9..b3a7e86 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,2 +1,3 @@ DIST gnumeric-1.12.24.tar.xz 18526768 SHA256 c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551 SHA512 71bed41a1b50ed57e9ab4993df8d963cb14a9f6f3fbf87d81c30f71359a23c4092daab00079936e587a118041a303c1c563bcd3f38f2aaea78a9ae5593dcdd4b WHIRLPOOL 648930de4d37d25db471fe9b639b91a64a1d1ebf1a50291ef2c79a23d4082b7249e6197467e86ce752e96699b38a7c3d86730cead7d0438c7e6605521b61e7b8 DIST gnumeric-1.12.26.tar.xz 18537376 SHA256 48250718133e998f7b2e73f71be970542e46c9096afb936dbcb152cf5394ee14 SHA512 8a9ae470d3d9df9b44783abdb9a46a63433a797936fe5a19ccc7fbafb890282af8dd12fa89ff7352cec1506a51d2775c5b8078b4d35527a7bfdb18ba269e557b WHIRLPOOL 0327ff9c8c61a3ba9c6016d2f82e70f0de3ba07fa684a985830f65ea14afd5c0b2de4d6479569a4759fd6985f892dcc5d8b350e43c9090d1043f65162b510452 +DIST gnumeric-1.12.27.tar.xz 18558196 SHA256 383a5b6eca17f0a5a0b552edcc10320fa719d10c69c7b6fb29d5a11808f1d1c9 SHA512 7111c311bc7e0ac8e6ad016ff68667b215c1d0aec20d26a573a4c14b4ca3c3fb3002bf6ff15d6472d635ef6f6eadff7532dd65ea00d531a8e15ff24b3d261554 WHIRLPOOL a7a93f4c37f5b30d626c796d516d7ff6bca92845081bc0b92f0f539c023853f095acaf2876e668c650b7ae3375604dc372fdeb9789e8088e6e116306515641f4 diff --git a/app-office/gnumeric/gnumeric-1.12.27.ebuild b/app-office/gnumeric/gnumeric-1.12.27.ebuild new file mode 100644 index 000..7b10739 --- /dev/null +++ b/app-office/gnumeric/gnumeric-1.12.27.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 flag-o-matic python-single-r1 + +DESCRIPTION="The GNOME Spreadsheet" +HOMEPAGE="http://www.gnumeric.org/"; +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="+introspection libgda perl python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +# Missing gnome-extra/libgnomedb required version in tree +# but its upstream is dead and will be dropped soon. + +# lots of missing files, also fails tests due to 80-bit long story +# upstream bug #721556 +RESTRICT="test" + +RDEPEND=" + app-arch/bzip2 + sys-libs/zlib + >=dev-libs/glib-2.38.0:2 + >=gnome-extra/libgsf-1.14.33:= + >=x11-libs/goffice-0.10.27:0.10 + >=dev-libs/libxml2-2.4.12:2 + >=x11-libs/pango-1.24.0:= + + >=x11-libs/gtk+-3.8.7:3 + x11-libs/cairo:=[svg] + + introspection? ( >=dev-libs/gobject-introspection-1:= ) + perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} + >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) + libgda? ( gnome-extra/libgda:5[gtk] ) +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0 + virtual/pkgconfig +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --with-zlib \ + $(use_with libgda gda) \ + $(use_enable introspection) \ + $(use_with perl) \ + $(use_with python) +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/
commit: abc636798170f0a8d0375cbea88bf7b912d71de2 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:16:30 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:47 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc63679 net-libs/gupnp: Version bump Package-Manager: portage-2.2.27 net-libs/gupnp/Manifest | 1 + net-libs/gupnp/gupnp-0.20.16.ebuild | 76 + 2 files changed, 77 insertions(+) diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest index f79c6f6..cdfee50 100644 --- a/net-libs/gupnp/Manifest +++ b/net-libs/gupnp/Manifest @@ -1,2 +1,3 @@ DIST gupnp-0.20.14.tar.xz 396764 SHA256 77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd SHA512 56d0ee6c2ef8a3c82c61793cf2ce81cd0dd86a0975c1366678337f80178e64f473fbe985e41f7e04225b150edf44e74a9ff96fe687d5710ab90f0b033750edf4 WHIRLPOOL b7de86ff4e364f775699932669dc6c58cb25cde1b8825de72243dc04828400a685c21a12d43a7a36aa1c2cfe64089c47c9ca9298f174a09ba17dcdf75422c809 DIST gupnp-0.20.15.tar.xz 403812 SHA256 0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2 SHA512 e0d62d188c364d2e56071e1050d838d155cc82320871b6e9bfac299028225a190eb288a8308a80d2f3b5b2d069f869bb81a8080507728b42be06053cec391c94 WHIRLPOOL d3b40099d7ad7ccbf79b2fb77ab4941ed0985b49e22f5d7798872b1d67141edce83ea0f8a61941893ff876c6561dbbd5b0219a6dfc3b01cf2892283c0468c4e9 +DIST gupnp-0.20.16.tar.xz 406912 SHA256 ff1119eff12529c46837e03c742f69dc4fae48d59097d79582d38a383b832602 SHA512 3db3b72a4e5eed6c7910eba4f27e7acacc21d4b4c63488dc3a0328a7a8ab4082fad203bd67923fc35cb6475a4bc918ca95cb50a6eb6ac8e1c6e88e969d9549f7 WHIRLPOOL 1f46ed6dd5725720ce6c6617d712552ec7dac05f0e75e5cf7d3d99a82299427cacb1d4b807e6149a3b9b7ea489233cf7cb299528108b80b3c8ff0210533d27e0 diff --git a/net-libs/gupnp/gupnp-0.20.16.ebuild b/net-libs/gupnp/gupnp-0.20.16.ebuild new file mode 100644 index 000..3fa8639 --- /dev/null +++ b/net-libs/gupnp/gupnp-0.20.16.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_USE_DEPEND="vapigen" +# FIXME: Claims to works with python3 but appears to be wishful thinking +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit gnome2 multilib-minimal python-r1 vala + +DESCRIPTION="An object-oriented framework for creating UPnP devs and control points" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; + +LICENSE="LGPL-2" +SLOT="0/4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="connman +introspection kernel_linux networkmanager" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} + ?? ( connman networkmanager ) +" + +# prefix: uuid dependency can be adapted to non-linux platforms +RDEPEND=" + ${PYTHON_DEPS} + >=net-libs/gssdp-0.14.13:0=[introspection?,${MULTILIB_USEDEP}] + >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}] + >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] + >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] + >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] + introspection? ( + >=dev-libs/gobject-introspection-1.36:= + $(vala_depend) ) + connman? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) + networkmanager? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) + !net-libs/gupnp-vala +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.14 + sys-devel/gettext + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] +" + +src_prepare() { + use introspection && vala_src_prepare + gnome2_src_prepare +} + +multilib_src_configure() { + local backend=unix + use kernel_linux && backend=linux + use connman && backend=connman + use networkmanager && backend=network-manager + + ECONF_SOURCE=${S} \ + gnome2_src_configure \ + $(multilib_native_use_enable introspection) \ + --disable-static \ + --with-context-manager=${backend} + + if multilib_is_native_abi; then + ln -s "${S}"/doc/html doc/html || die + fi +} + +multilib_src_install() { + gnome2_src_install +} + +multilib_src_install_all() { + einstalldocs + python_foreach_impl python_doscript tools/gupnp-binding-tool +}
[gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/
commit: fe5dc68c16a4d9da942836fee2152de42c3620cf Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:07:10 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:34 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5dc68c app-office/gnumeric: Drop old Package-Manager: portage-2.2.27 app-office/gnumeric/Manifest| 1 - app-office/gnumeric/gnumeric-1.12.25.ebuild | 64 - 2 files changed, 65 deletions(-) diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index e1152c9..8b25ce9 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,3 +1,2 @@ DIST gnumeric-1.12.24.tar.xz 18526768 SHA256 c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551 SHA512 71bed41a1b50ed57e9ab4993df8d963cb14a9f6f3fbf87d81c30f71359a23c4092daab00079936e587a118041a303c1c563bcd3f38f2aaea78a9ae5593dcdd4b WHIRLPOOL 648930de4d37d25db471fe9b639b91a64a1d1ebf1a50291ef2c79a23d4082b7249e6197467e86ce752e96699b38a7c3d86730cead7d0438c7e6605521b61e7b8 -DIST gnumeric-1.12.25.tar.xz 18536284 SHA256 9709a8fccfc371a07b1590d037a43e525531d5a46f31c5c5fe223c6054cecdb6 SHA512 260d08391b336437df7f9160ca7ceaf123f2ae84afaea81e7be3b52a3999d40b03b5292ed14a7682d4376c90ef3d69ae12a4767cf1a8fb75761e66ee1e801684 WHIRLPOOL 1f245120c2dac7cd10283597e3364d7937e646f07438f20f52af4f536ca26a1594371851316163f20dd75c0bc1047058a055edecf451b710fde459b241bcc6ef DIST gnumeric-1.12.26.tar.xz 18537376 SHA256 48250718133e998f7b2e73f71be970542e46c9096afb936dbcb152cf5394ee14 SHA512 8a9ae470d3d9df9b44783abdb9a46a63433a797936fe5a19ccc7fbafb890282af8dd12fa89ff7352cec1506a51d2775c5b8078b4d35527a7bfdb18ba269e557b WHIRLPOOL 0327ff9c8c61a3ba9c6016d2f82e70f0de3ba07fa684a985830f65ea14afd5c0b2de4d6479569a4759fd6985f892dcc5d8b350e43c9090d1043f65162b510452 diff --git a/app-office/gnumeric/gnumeric-1.12.25.ebuild b/app-office/gnumeric/gnumeric-1.12.25.ebuild deleted file mode 100644 index a78dd07..000 --- a/app-office/gnumeric/gnumeric-1.12.25.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 flag-o-matic python-single-r1 - -DESCRIPTION="The GNOME Spreadsheet" -HOMEPAGE="http://www.gnumeric.org/"; -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="+introspection libgda perl python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -# Missing gnome-extra/libgnomedb required version in tree -# but its upstream is dead and will be dropped soon. - -# lots of missing files, also fails tests due to 80-bit long story -# upstream bug #721556 -RESTRICT="test" - -RDEPEND=" - app-arch/bzip2 - sys-libs/zlib - >=dev-libs/glib-2.38.0:2 - >=gnome-extra/libgsf-1.14.33:= - >=x11-libs/goffice-0.10.22:0.10 - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.24.0:= - - >=x11-libs/gtk+-3.8.7:3 - x11-libs/cairo:=[svg] - - introspection? ( >=dev-libs/gobject-introspection-1:= ) - perl? ( dev-lang/perl ) - python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) - libgda? ( gnome-extra/libgda:5[gtk] ) -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.0 - virtual/pkgconfig -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --with-zlib \ - $(use_with libgda gda) \ - $(use_enable introspection) \ - $(use_with perl) \ - $(use_with python) -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-av/
commit: 1d83916a90b18c34ca273dbed3291f12967369ee Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:18:05 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d83916a net-libs/gupnp-av: Drop old Package-Manager: portage-2.2.27 net-libs/gupnp-av/Manifest | 1 - net-libs/gupnp-av/gupnp-av-0.12.6.ebuild | 44 2 files changed, 45 deletions(-) diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest index f047682..99df2a1 100644 --- a/net-libs/gupnp-av/Manifest +++ b/net-libs/gupnp-av/Manifest @@ -1,2 +1 @@ -DIST gupnp-av-0.12.6.tar.xz 348264 SHA256 e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44 SHA512 0eee23c8b30eae445cb9732d030d89dd6538f2683ed57482ceebc611b8a0524b60760bc76a1b26a9d2d8845dfa836183c636a798c165102f0ecdcd3ba7d9121e WHIRLPOOL c401829e74395697a6ed1e5d9e183794f3875d718517ee3ccd50f83bd30e4f69190cc7396b87f48a3add8c2384164c3141d3cead6b1eeb695c185d0b41a29f2d DIST gupnp-av-0.12.7.tar.xz 349292 SHA256 35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8 SHA512 21af09a74409c696124b7d92746ba72a46f804df65ca968034cbfe10f0c73b18446b7cceceb8e62e4d1689f699ef9a785c465cb8caf9294ec8e9bc38e86d16c2 WHIRLPOOL 4c102cb8ebab50e377159b12e0d633718fa60365f2099a8e7c0680367c41e3d7dbace96abb4790600ad2d5d1c67123883ad50e2dd978f9a0e3be16b08af56f60 diff --git a/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild deleted file mode 100644 index fd60afe..000 --- a/net-libs/gupnp-av/gupnp-av-0.12.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.22" #532568 -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 vala - -DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles" -HOMEPAGE="http://gupnp.org/"; - -LICENSE="LGPL-2" -SLOT="0/2" # subslot: soname version -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.16:2 - >=net-libs/gssdp-0.9.2[introspection?] - >=net-libs/libsoup-2.28.2:2.4[introspection?] - dev-libs/libxml2 - >=net-libs/gupnp-0.19[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - !net-libs/gupnp-vala -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.10 - virtual/pkgconfig - introspection? ( $(vala_depend) ) -" - -src_prepare() { - use introspection && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) \ - --disable-static -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
commit: 47ce3bc0bf5b4da6e91ba94d6c33ffccb0c2b645 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:50:35 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:54:21 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ce3bc0 x11-libs/vte: Drop old Package-Manager: portage-2.2.27 x11-libs/vte/Manifest | 1 - x11-libs/vte/vte-0.42.1.ebuild | 77 -- 2 files changed, 78 deletions(-) diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest index 556295b..1f76dd3 100644 --- a/x11-libs/vte/Manifest +++ b/x11-libs/vte/Manifest @@ -1,5 +1,4 @@ DIST vte-0.28.2.tar.xz 962340 SHA256 86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae SHA512 d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6 WHIRLPOOL cf491b80cdfbdda6163ec7562f922f1c449e6e927845de28ad8e0b06b47bbbf092f735fc4b72f6131797d17c02c6172888d4db37a520973118d2bfbacd374c2c DIST vte-0.36.5.tar.xz 1017504 SHA256 c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf SHA512 43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6 WHIRLPOOL 22be408deecedfb7c674fbc49bac2852e5e1c28f25cd7998d20042f15a905158b2698f3e2a0a8fd4a78b89929e773779787dff9af9c6c5e006ee30ed6efdc59d DIST vte-0.40.2.tar.xz 923852 SHA256 9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d SHA512 06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2 WHIRLPOOL 2499e01c2b0d38645b61d4c0a1814d7a3196df6d300577380f1e622c06a974a4cd0d9799fff35f1b0680603aa3a0be38730991ace83df90bfb265009873c5858 -DIST vte-0.42.1.tar.xz 924740 SHA256 9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34 SHA512 4cf917d3f343973dcb816a341276bfab7784a9f4dc6f8fb402193e9a9062503ac192ccc274fe92bb20a17ac182d21fd2268bf9c1ddea817f730db5612e3b21c0 WHIRLPOOL 65839ff61d227a62de51d31bc58fc0baa5b4126d3d1ff482c18b9086a59e91a46f0943512c056182aae1d9801656395989f0b2c8b0470b123d9cd2c6a611c061 DIST vte-0.42.3.tar.xz 927988 SHA256 96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0 SHA512 8eefe20a69cc66457bf5e55b2f141d2ba355fa8315e175dc2a2fa3ef7319f9dd91a7047cb49c105a771a9d7e060e9b0fc145bec123c508663cd0935486a7ec8e WHIRLPOOL ec557651c694869b7e8725da65e56c1f719818be61b4e304f9ae501cc88cee9fa4f01345f9a84f9bab44a55e730664cb000453606986d0c5863ab929bdef6494 diff --git a/x11-libs/vte/vte-0.42.1.ebuild b/x11-libs/vte/vte-0.42.1.ebuild deleted file mode 100644 index 909abbd..000 --- a/x11-libs/vte/vte-0.42.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 vala - -DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"; - -LICENSE="LGPL-2+" -SLOT="2.91" -IUSE="+crypt debug glade +introspection vala" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -RDEPEND=" - >=dev-libs/glib-2.40:2 - >=x11-libs/gtk+-3.8:3[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses:0= - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXft - - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) -" -DEPEND="${RDEPEND} - $(vala_depend) - >=dev-util/gtk-doc-am-1.13 - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig - - crypt? ( >=net-libs/gnutls-3.2.7 ) -" -RDEPEND="${RDEPEND} - !x11-libs/vte:2.90[glade] -" - -src_prepare() { - vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - local myconf="" - - if [[ ${CHOST} == *-interix* ]]; then - myconf="${myconf} --disable-Bsymbolic" - - # interix stropts.h is empty... - export ac_cv_header_stropts_h=no - fi - - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - gnome2_src_configure \ - --disable-test-application \ - --disable-static \ - $(use_enable debug) \ - $(use_enable glade glade-catalogue) \ - $(use_with crypt gnutls) \ - $(use_enable introspection) \ - $(use_enable vala) \ - ${myconf} -} - -src_install() { - DOCS="AUTHORS ChangeLog HACKING NEWS README" - gnome2_src_install - mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/
commit: 12fca592edd284c9d1b6537b8c9757ddc57ed2d4 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:15:06 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fca592 net-libs/gupnp: Drop old Package-Manager: portage-2.2.27 net-libs/gupnp/Manifest | 1 - net-libs/gupnp/gupnp-0.20.13.ebuild | 76 - 2 files changed, 77 deletions(-) diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest index 8e160a8..f79c6f6 100644 --- a/net-libs/gupnp/Manifest +++ b/net-libs/gupnp/Manifest @@ -1,3 +1,2 @@ -DIST gupnp-0.20.13.tar.xz 395356 SHA256 d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3 SHA512 dfc73a50f93dba84042652556a3fad870137fda3659fac4fe735c3d2cecf94d6908382d88cf85122840dd61017b9348f97edb6ded6d876d5e35058d70f9b8dc1 WHIRLPOOL 5d3cb3f9411324d73d33728e137c7b75c16386a5c57470c5213c3393582b6ebdd9889d6e5cc702128bb1c0f8514958b3bf70607cbd38dfe957b11bd03dda3009 DIST gupnp-0.20.14.tar.xz 396764 SHA256 77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd SHA512 56d0ee6c2ef8a3c82c61793cf2ce81cd0dd86a0975c1366678337f80178e64f473fbe985e41f7e04225b150edf44e74a9ff96fe687d5710ab90f0b033750edf4 WHIRLPOOL b7de86ff4e364f775699932669dc6c58cb25cde1b8825de72243dc04828400a685c21a12d43a7a36aa1c2cfe64089c47c9ca9298f174a09ba17dcdf75422c809 DIST gupnp-0.20.15.tar.xz 403812 SHA256 0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2 SHA512 e0d62d188c364d2e56071e1050d838d155cc82320871b6e9bfac299028225a190eb288a8308a80d2f3b5b2d069f869bb81a8080507728b42be06053cec391c94 WHIRLPOOL d3b40099d7ad7ccbf79b2fb77ab4941ed0985b49e22f5d7798872b1d67141edce83ea0f8a61941893ff876c6561dbbd5b0219a6dfc3b01cf2892283c0468c4e9 diff --git a/net-libs/gupnp/gupnp-0.20.13.ebuild b/net-libs/gupnp/gupnp-0.20.13.ebuild deleted file mode 100644 index 27c85ac..000 --- a/net-libs/gupnp/gupnp-0.20.13.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" -# FIXME: Claims to works with python3 but appears to be wishful thinking -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" - -inherit gnome2 multilib-minimal python-r1 vala - -DESCRIPTION="An object-oriented framework for creating UPnP devs and control points" -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; - -LICENSE="LGPL-2" -SLOT="0/4" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86" -IUSE="connman +introspection kernel_linux networkmanager" - -REQUIRED_USE="${PYTHON_REQUIRED_USE} - ?? ( connman networkmanager )" - -RDEPEND=" - ${PYTHON_DEPS} - >=net-libs/gssdp-0.14.7:0=[introspection?,${MULTILIB_USEDEP}] - >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}] - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] - || ( - >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] - =dev-libs/gobject-introspection-0.6.4 - $(vala_depend) ) - connman? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) - networkmanager? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) - !net-libs/gupnp-vala -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1 - sys-devel/gettext - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] -" - -src_prepare() { - use introspection && vala_src_prepare - gnome2_src_prepare -} - -multilib_src_configure() { - local backend=unix - use kernel_linux && backend=linux - use connman && backend=connman - use networkmanager && backend=network-manager - - ECONF_SOURCE=${S} \ - gnome2_src_configure \ - $(multilib_native_use_enable introspection) \ - --disable-static \ - --with-context-manager=${backend} - - if multilib_is_native_abi; then - ln -s "${S}"/doc/html doc/html || die - fi -} - -multilib_src_install() { - gnome2_src_install -} - -multilib_src_install_all() { - einstalldocs - python_foreach_impl python_doscript tools/gupnp-binding-tool -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/
commit: a60e2883ae18ecda880804fedd1866295ad7f733 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:09:28 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60e2883 net-libs/gssdp: Drop old Package-Manager: portage-2.2.27 net-libs/gssdp/Manifest | 1 - net-libs/gssdp/gssdp-0.14.12.1.ebuild | 59 --- 2 files changed, 60 deletions(-) diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest index e6162f4..e0d7e21 100644 --- a/net-libs/gssdp/Manifest +++ b/net-libs/gssdp/Manifest @@ -1,3 +1,2 @@ DIST gssdp-0.14.11.tar.xz 291872 SHA256 7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a SHA512 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b WHIRLPOOL 069647057f4feaffeff6dd5fadd4a51ba2a3fba742a6b2c022292bcdafdea72dc5db5405c6417db4e7962824105978c487ed2cffe30ca347282565bff18c4887 -DIST gssdp-0.14.12.1.tar.xz 297532 SHA256 b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07 SHA512 c0d1445858f4303e353ff1287eb6e28e150e8162d095c3ffde18dee8426486b0f7bcd120e67076380f5a7f4b559b335e759d2aea4032ec2152a20c5a1ac268f5 WHIRLPOOL 7d1e670c26271a8e7509159668b7c1f0fd3156c182f5aab06bb4509b04c026c25a439f0d97733150764bc954ba8f635d6dd09c682209120d3375f7e3154a9db1 DIST gssdp-0.14.13.tar.xz 297668 SHA256 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea SHA512 e9411d9afee28458d841b2455e08714260bd857384288603e8593adb3f48461b8b14e6f8b8b48f6b16715364e24119b32cd69a57f470fae3f7d6d74ba3784aca WHIRLPOOL e8ecdfec3b52386cfea719ea07d790420089a33d06b6f71ec29b0d6a75f7a1bda442c4ca39b690095424249a95c96d4e55beeb5881fa22a2b56f8fe10b2e50fc diff --git a/net-libs/gssdp/gssdp-0.14.12.1.ebuild b/net-libs/gssdp/gssdp-0.14.12.1.ebuild deleted file mode 100644 index a484bc5..000 --- a/net-libs/gssdp/gssdp-0.14.12.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 multilib-minimal vala - -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP" -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; - -LICENSE="LGPL-2" -SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+introspection +gtk" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?] - gtk? ( >=x11-libs/gtk+-3.0:3 ) - introspection? ( - $(vala_depend) - >=dev-libs/gobject-introspection-0.6.7:= ) - !
[gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
commit: ee303d25ad0c275cfdb500b80f19d27465c4931d Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:03:31 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee303d25 x11-libs/goffice: Drop old Package-Manager: portage-2.2.27 x11-libs/goffice/Manifest | 1 - x11-libs/goffice/goffice-0.10.25.ebuild | 56 - 2 files changed, 57 deletions(-) diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest index 6354317..06c5f19 100644 --- a/x11-libs/goffice/Manifest +++ b/x11-libs/goffice/Manifest @@ -1,4 +1,3 @@ DIST goffice-0.10.24.tar.xz 2358736 SHA256 cda70eab0b0b0e29c3bea09849bcfca0c2ccc20038ee69e7e14cde664484af5a SHA512 67732854942769d221a677614edd51bfe9fcdaaf19f532a4182d5d0f0f31b4385ef6fbbf4be8a2f2b5f2d39d1cbb0218712c42cfcc0efaf754d0f4a9fd001b17 WHIRLPOOL 189e7f5ee790cd85d3f55ee6c441cfa829b692d1fc3d24dc9e036de4298653fd21db7e3853e6550fd2c2e76eaa54d0d15a233d98b2d2d47803e9ec72b833b84b -DIST goffice-0.10.25.tar.xz 2358836 SHA256 cdeab902c7811a0b31c71872497f7ec21ebaeeb8a05b86bdd48d112b06c9ffa2 SHA512 eb62883833d4578309f0849c9643576cd83bb336d1e1c0a2f677b0d2849d65c005ca5e4d4ae6bf13b37a308798b204cd2a8eb9577165d6f4e0a161792115109b WHIRLPOOL 76f66e09ef3fcbe82ddc242e799cf41f540474ea952f9d7c7ac15b9422dec1989cd508cb16a2597ebf086300e45df972d1c4050a4edc1471c4efbeea5dc156e8 DIST goffice-0.10.26.tar.xz 2358900 SHA256 2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb SHA512 4f042a0ecd9c44b864cb761753c3e42704aa7cf5973816dc30bd45be14f984594f86ed67c8c1333ba71b68c41066021a9e582d245ff8fab8032e576c5ea9f603 WHIRLPOOL 95fbafa1ce8cf5a08b7c9bbcef521b9782ddce1e77235e5ac565e84fc186cce317be3ebbb01aaebb5a8c5a29f481bdb72e067f7df1283ae443949997233fe662 DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1 diff --git a/x11-libs/goffice/goffice-0.10.25.ebuild b/x11-libs/goffice/goffice-0.10.25.ebuild deleted file mode 100644 index 3b351e2..000 --- a/x11-libs/goffice/goffice-0.10.25.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="A library of document-centric objects and utilities" -HOMEPAGE="https://git.gnome.org/browse/goffice/"; - -LICENSE="GPL-2" -SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="+introspection" - -# Build fails with -gtk -# FIXME: add lasem to tree -RDEPEND=" - >=app-text/libspectre-0.2.6:= - >=dev-libs/glib-2.38.0:2 - dev-libs/libxslt - >=gnome-base/librsvg-2.22:2 - >=gnome-extra/libgsf-1.14.24:=[introspection?] - >=dev-libs/libxml2-2.4.12:2 - >=x11-libs/pango-1.24:= - >=x11-libs/cairo-1.10:=[svg] - x11-libs/libXext:= - x11-libs/libXrender:= - >=x11-libs/gdk-pixbuf-2.22:2 - >=x11-libs/gtk+-3.8.7:3 - introspection? ( - >=dev-libs/gobject-introspection-1:= - >=gnome-extra/libgsf-1.14.23:= ) -" -DEPEND="${RDEPEND} - dev-lang/perl - virtual/perl-Getopt-Long - virtual/perl-IO-Compress - virtual/perl-Compress-Raw-Zlib - >=dev-util/gtk-doc-am-1.12 - >=dev-util/intltool-0.35 - virtual/pkgconfig -" -# eautoreconf requires: -# gnome-base/gnome-common - -src_configure() { - gnome2_src_configure \ - --without-lasem \ - --with-gtk \ - --with-config-backend=gsettings \ - $(use_enable introspection) -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
commit: 9713d762476bf9cb1ccec1ecbc7b40b2701e6888 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:00:38 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9713d762 net-libs/gnome-online-accounts: Drop old Package-Manager: portage-2.2.27 net-libs/gnome-online-accounts/Manifest| 1 - .../gnome-online-accounts-3.18.2.1.ebuild | 83 -- 2 files changed, 84 deletions(-) diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index f3e57e0..816d89c 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,3 +1,2 @@ DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9 WHIRLPOOL 4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb -DIST gnome-online-accounts-3.18.2.1.tar.xz 1474116 SHA256 ca0a9c58ea5ac08437ed68fea9e8c3de69a8804e670ccf5a578c6786096ecfac SHA512 7c3fa120450c0ebce4a424e18475aebf5b93b5dbb52b9cdad70677493975e7b5dae1d5f631e63a4a6a8aebc6da76c1ab4633ad26d51cb531119493ff612467d4 WHIRLPOOL d096e285ef24b0366fa691c383bc0e6c068e118f1f47533f83e46c602f40f3d344dfa3c7f38c3fce013d2b6c9829134734b58db49c45bba802b357f2778fc140 DIST gnome-online-accounts-3.18.3.tar.xz 1475580 SHA256 bfb983831af8b1fbd81b70befda7683a38f86ca4cc911f763ae31207306e3827 SHA512 8305ee3cafdf81c7b534d76d2f8b92dfc6bd7acfc27cb02f74f901b4513d2742815a377e523b7d767b1a2e26a2899312ed86bd00e1aedc9c7ecff924f4d91bde WHIRLPOOL 62aafdc8ebb33cc6f0353a378330bb1bdbdd364503fdc86f2b79065a1ec5c5c7634dd8268a275b1f10e20fa3a3b8db1d45f159457e3bd7e5b41071e441c28246 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.2.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.2.1.ebuild deleted file mode 100644 index 96e2dc1..000 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.2.1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="GNOME framework for accessing online accounts" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"; - -LICENSE="LGPL-2+" -SLOT="0/1" -IUSE="gnome +introspection kerberos" # telepathy" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# pango used in goaeditablelabel -# libsoup used in goaoauthprovider -# goa kerberos provider is incompatible with app-crypt/heimdal, see -# https://bugzilla.gnome.org/show_bug.cgi?id=692250 -# json-glib-0.16 needed for bug #485092 -RDEPEND=" - >=dev-libs/glib-2.35:2 - >=app-crypt/libsecret-0.5 - >=dev-libs/json-glib-0.16 - dev-libs/libxml2:2 - >=net-libs/libsoup-2.42:2.4 - net-libs/rest:0.7 - net-libs/telepathy-glib - >=net-libs/webkit-gtk-2.7.2:4 - >=x11-libs/gtk+-3.11.1:3 - x11-libs/pango - - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) - kerberos? ( - app-crypt/gcr:0= - app-crypt/mit-krb5 ) -" -# telepathy? ( net-libs/telepathy-glib ) -# goa-daemon can launch gnome-control-center -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/gtk-doc-am-1.3 - >=dev-util/gdbus-codegen-2.30.0 - >=dev-util/intltool-0.50.1 - sys-devel/gettext - virtual/pkgconfig - - dev-libs/gobject-introspection-common - gnome-base/gnome-common -" -# eautoreconf needs gobject-introspection-common, gnome-common - -# Due to sub-configure -QA_CONFIGURE_OPTIONS=".*" - -src_configure() { - # TODO: Give users a way to set the G/FB/Windows Live secrets - # telepathy optional support is really a badly done, bug #494456 - gnome2_src_configure \ - --disable-static \ - --enable-backend \ - --enable-documentation \ - --enable-exchange \ - --enable-facebook \ - --enable-flickr \ - --enable-foursquare \ - --enable-imap-smtp \ - --enable-lastfm \ - --enable-media-server \ - --enable-owncloud \ - --enable-pocket \ - --enable-telepathy \ - --enable-windows-live \ - $(use_enable kerberos) - #$(use_enable telepathy) - # gudev & cheese from sub-configure is overriden - # by top level configure, and disabled so leave it like that -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/
commit: 25fa0fee9b57dc9000efa6f6df70fadfec8ff66b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:28:44 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:07 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fa0fee dev-libs/libgit2-glib: Version bump Package-Manager: portage-2.2.27 dev-libs/libgit2-glib/Manifest| 1 + dev-libs/libgit2-glib/libgit2-glib-0.23.10.ebuild | 47 +++ 2 files changed, 48 insertions(+) diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest index d51c6d7..2f80e04 100644 --- a/dev-libs/libgit2-glib/Manifest +++ b/dev-libs/libgit2-glib/Manifest @@ -1,2 +1,3 @@ DIST libgit2-glib-0.22.8.tar.xz 429300 SHA256 05c9453b195f1af0df2a5d8bc71472c9fb26d14bb8fbb5b688ad1b8ef7a30959 SHA512 caa0076127cd846b31bc9d341ecb0a07b0a4e960b16387b241f1e322627d304636bf59c34a657675444a7a5be66ab645416be0be14cc0e841078f5ce2ac7c9fd WHIRLPOOL 831b57d9da81c5fb3e5ad06a6e7080b1570e2b215eb193a3704cb4b7caa2e361c3290e0b15ab3d27ecc4402756e9d1cd4e8db0da0ea4cd119eafefe32a987213 +DIST libgit2-glib-0.23.10.tar.xz 450552 SHA256 398ea6ff5fb1eafa61f2908da5ff8722dc051a2081be6cbed76a2ab07ecab1af SHA512 bf85ca562bb1e00fb65d499d133daaa9deeb8abe37e1caa33148c469e91f43f685c222fe976985b4a5e9cef4ebaec9e92d90d5a87287f0c6012f798ed9755a07 WHIRLPOOL 91d55e52c507a80d28f110f7feb183dd046db4389732ff4a68996156ef2a04e956c71ef485c36c9b8f945208f699bed883d5c914eb8e53db1301c7e9b59eb1f1 DIST libgit2-glib-0.23.8.tar.xz 449096 SHA256 50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b SHA512 19624d7d83aef35e2d98002d75ce5dcc0fa2067ea29972b8f221758ae33c635150e46e511d748b7f4ca90de1ffdb3d5f20b22fd7b2f243ef9529295a4275dde9 WHIRLPOOL 4d630e143a50cd1bd7baa09cc8887bb144a03f71e739c924ae1c57cb1898e1666cff6be868bf2b4489cd009ec6e2fa52b4440a26d49168debaf27cdf133a44f7 diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.23.10.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.23.10.ebuild new file mode 100644 index 000..c97cbd8 --- /dev/null +++ b/dev-libs/libgit2-glib/libgit2-glib-0.23.10.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +VALA_USE_DEPEND="vapigen" + +inherit eutils gnome2 python-r1 vala + +DESCRIPTION="Git library for GLib" +HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"; + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="python ssh +vala" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + >=dev-libs/libgit2-0.23.0:= + >=dev-libs/glib-2.44.0:2 + >=dev-libs/gobject-introspection-0.10.1:= + python? ( + ${PYTHON_DEPS} + dev-python/pygobject:3[${PYTHON_USEDEP}] ) + ssh? ( dev-libs/libgit2[ssh] ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.11 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable python) \ + $(use_enable ssh) \ + $(use_enable vala) +}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/mm-common/
commit: b621cc370ccd4617d7f00d7f6493b7731c510e9b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:46:23 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:55 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b621cc37 .. dev-cpp/mm-common/Manifest| 1 + dev-cpp/mm-common/mm-common-0.9.10.ebuild | 19 +++ 2 files changed, 20 insertions(+) diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 8630ff7..1ef1233 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1,2 +1,3 @@ +DIST mm-common-0.9.10.tar.xz 266372 SHA256 16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217 SHA512 77d6836ceb806aec49a4f97bc4a037558f9fccdd8aae88b7650cd050bf7661d597b6b4dec4a64e819652961e759b132c64887a1d9bf774d9be156d1fc00b8ad3 WHIRLPOOL 2dd096ca47f2236387170c991b0b9bdbfe3fb22aeca5e54248c12a5a40e106bef5563e6ad5d77036c7ca1afad7bf5de2550d7e3e05b7c546b9a5cfca76cadc4e DIST mm-common-0.9.8.tar.xz 263200 SHA256 c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5 SHA512 b3aafe566b4d276bac41570a1b8243efa4b2d96711a410c3e9fe19f1725d248c5ea3bd4de602ee5504346100672d81e5e571ba430fed4ca938af032ce4ee54c1 WHIRLPOOL 6348781087fb91983aad449eb40ca49c8d6e71a464c9e587ff4f11ec801f9a2be772a3d4d15b635e59e2d127b318ff130a5b71c0993ad8edd0c7b15abf8fdf42 DIST mm-common-0.9.9.tar.xz 264156 SHA256 9d00bc77e77794e0bd2ae68132c4b4136aa115d255e34b310f7449b29db50b7a SHA512 59927506cae42f79d40d9524e477d655e7b137822fa0ca6cb5ec255b42c2e2c658c48f7c1dd735b9781e223ee48d1f36de5aba52247ee6ef042048eb054fe8e6 WHIRLPOOL 819f4d8ce10390ad5c011b680316e24c561dd27fd7af78a09cb0af84ca49b9f47335fa69ce3475af093ab532c8a9df8f210760851e0af8f7f09f3f9e7fa72bcb diff --git a/dev-cpp/mm-common/mm-common-0.9.10.ebuild b/dev-cpp/mm-common/mm-common-0.9.10.ebuild new file mode 100644 index 000..dfb212f --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings" +HOMEPAGE="http://www.gtkmm.org/"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
commit: f2237b797e0800c83ca6bc1682b7fa984e4c91fe Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:36:14 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2237b79 gnome-extra/libgsf: Drop old Package-Manager: portage-2.2.27 gnome-extra/libgsf/Manifest | 1 - gnome-extra/libgsf/libgsf-1.14.33.ebuild | 40 2 files changed, 41 deletions(-) diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest index 14f6e4b..c041bed 100644 --- a/gnome-extra/libgsf/Manifest +++ b/gnome-extra/libgsf/Manifest @@ -1,2 +1 @@ -DIST libgsf-1.14.33.tar.xz 608364 SHA256 82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b SHA512 9dbda65a610f3e6efaf40bb51ed9ebabe485e0c2c9c8d0ff155ae39fa1aa3074df8094f51d9b0f27eb251b1aed4b4faa77ffce4d6dc16ef7c99c5b697528be5f WHIRLPOOL e2c4bdaf9ee9ecb0255ac8af8d413cc73c6dc78295eaf9191e71841218187bf4e280500525dc7b6b8048e15e282d15f7f46b226a12361f112b63494e6d07f1bf DIST libgsf-1.14.34.tar.xz 609880 SHA256 f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532 WHIRLPOOL c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48 diff --git a/gnome-extra/libgsf/libgsf-1.14.33.ebuild b/gnome-extra/libgsf/libgsf-1.14.33.ebuild deleted file mode 100644 index 63692f1..000 --- a/gnome-extra/libgsf/libgsf-1.14.33.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="https://developer.gnome.org/gsf/"; - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/114" # libgsf-1.so version -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 gtk +introspection" - -RDEPEND=" - >=dev-libs/glib-2.26:2 - >=dev-libs/libxml2-2.4.16:2 - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - gtk? ( x11-libs/gtk+:2 ) - introspection? ( >=dev-libs/gobject-introspection-1 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 - >=dev-util/intltool-0.35.0 - dev-libs/gobject-introspection-common - virtual/pkgconfig -" - -src_configure() { - DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" - gnome2_src_configure \ - --disable-static \ - $(use_with bzip2 bz2) \ - $(use_enable introspection) \ - $(use_with gtk gdk-pixbuf) -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-av/
commit: 417802e2e6c7a92c71fbc1cfb73f362fb27444ad Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:18:40 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:52 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417802e2 net-libs/gupnp-av: Version bump Package-Manager: portage-2.2.27 net-libs/gupnp-av/Manifest | 1 + net-libs/gupnp-av/gupnp-av-0.12.8.ebuild | 43 2 files changed, 44 insertions(+) diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest index 99df2a1..9de6a2f 100644 --- a/net-libs/gupnp-av/Manifest +++ b/net-libs/gupnp-av/Manifest @@ -1 +1,2 @@ DIST gupnp-av-0.12.7.tar.xz 349292 SHA256 35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8 SHA512 21af09a74409c696124b7d92746ba72a46f804df65ca968034cbfe10f0c73b18446b7cceceb8e62e4d1689f699ef9a785c465cb8caf9294ec8e9bc38e86d16c2 WHIRLPOOL 4c102cb8ebab50e377159b12e0d633718fa60365f2099a8e7c0680367c41e3d7dbace96abb4790600ad2d5d1c67123883ad50e2dd978f9a0e3be16b08af56f60 +DIST gupnp-av-0.12.8.tar.xz 357248 SHA256 759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c SHA512 d56b9316758c0e4f4fbe3c5f4ca25b60c6f5a4fbbdd6037695598f1643fa112b334a7eca72df531c37e3c994e018c3fc018694f29f5c4240cff3a3e63075bcb7 WHIRLPOOL 67e20c07126b28f53ce69c3ba9a71a8a17a9943b262c25ab65a3f9a6438a2e7c5a7435d5b72c7156e2f1f93f59ce0b86dde8604e52d80ee8482f643c57417a0e diff --git a/net-libs/gupnp-av/gupnp-av-0.12.8.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.8.ebuild new file mode 100644 index 000..fa953a4 --- /dev/null +++ b/net-libs/gupnp-av/gupnp-av-0.12.8.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_USE_DEPEND="vapigen" + +inherit eutils gnome2 vala + +DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; + +LICENSE="LGPL-2" +SLOT="0/2" # subslot: soname version +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.16:2 + >=net-libs/gssdp-0.9.2[introspection?] + >=net-libs/libsoup-2.28.2:2.4[introspection?] + dev-libs/libxml2 + >=net-libs/gupnp-0.19[introspection?] + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) + !net-libs/gupnp-vala +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.10 + virtual/pkgconfig + introspection? ( $(vala_depend) ) +" + +src_prepare() { + use introspection && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + --disable-static +}
[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/
commit: 30e407905eacdc94d35aecdcc30d24e55b3fcab6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:25:41 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e40790 gnome-base/gvfs: Version bump Package-Manager: portage-2.2.27 gnome-base/gvfs/Manifest | 1 + gnome-base/gvfs/gvfs-1.26.3.ebuild | 128 + 2 files changed, 129 insertions(+) diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest index 1f559a5..fd397e8 100644 --- a/gnome-base/gvfs/Manifest +++ b/gnome-base/gvfs/Manifest @@ -1,2 +1,3 @@ DIST gvfs-1.24.2.tar.xz 1627808 SHA256 0949eaedd1df7175f8d7ee2700df8210d1f854b8ee37d963bc32ee7091eeb228 SHA512 4e5a3150ec4a57ca1229653fd2ce91840e8f7c372de8eb3cd9196b83a687c4336b6fd6fec3f6f6dca740ff1033906cce8f42377c45014f4ce7fd9c33bdcedc59 WHIRLPOOL c65c2402a77cb5de3180f9988b6f0c29af3d979863e32943bca70a30dda89197a0747ed18ebfffe6d70a06d790be195a749c7b34afbfd780c80273aacad9844f DIST gvfs-1.26.2.tar.xz 1680404 SHA256 695b6e0f3de5ac2cb4d188917edef3f13299328150a2413f1a7131d9b2d48d18 SHA512 0745b850d476311c5d1de357f902ff0c18f34be05fc2d047e1435b2ca3732ce6e2f95f9bd41ce100ed590939c45c6f7dcf8274799c7b552d80f56af7919df110 WHIRLPOOL 86116ac7878252e9078c1215198787a96c987e0ac0ef5e06bda24938ec142f7f073755bfa5409aee208ba516a6c36698798a4772d214c9897cbece0d50b6defb +DIST gvfs-1.26.3.tar.xz 1682264 SHA256 a70f75fa60d66f3f478c0c8aec43d0e43455a8cc75a4dfa8029e51c816401b4a SHA512 ce75dbb42c07572b4829deeacee39a1875a894bc874eb6e542ca42c3908150d890b7dbb39fadb744fecdab635fb1fedd3df31fabf5bd7be0fa537714f874c94e WHIRLPOOL d048d411caa614d5aebcb1026af5870d589661f4db527b07f525c1c1a68199e0d6b8a428f6d9afa0291a7222d04c723d1442c08cc132fc1fc30973fc3946da3c diff --git a/gnome-base/gvfs/gvfs-1.26.3.ebuild b/gnome-base/gvfs/gvfs-1.26.3.ebuild new file mode 100644 index 000..4646dba --- /dev/null +++ b/gnome-base/gvfs/gvfs-1.26.3.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit autotools bash-completion-r1 eutils gnome2 + +DESCRIPTION="Virtual filesystem implementation for gio" +HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"; + +LICENSE="LGPL-2+" +SLOT="0" + +IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" +REQUIRED_USE=" + cdda? ( udev ) + google? ( gnome-online-accounts ) + mtp? ( udev ) + udisks? ( udev ) + systemd? ( udisks ) +" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" + +# Can use libgphoto-2.5.0 as well. Automagic detection. +RDEPEND=" + app-crypt/gcr:= + >=dev-libs/glib-2.45.7:2 + sys-apps/dbus + dev-libs/libxml2:2 + net-misc/openssh + afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) + archive? ( app-arch/libarchive:= ) + bluray? ( media-libs/libbluray ) + fuse? ( >=sys-fs/fuse-2.8.0 ) + gnome-keyring? ( app-crypt/libsecret ) + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) + google? ( + >=dev-libs/libgdata-0.17.3:=[crypt,gnome-online-accounts] + >=net-libs/gnome-online-accounts-3.17.1 ) + gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) + gtk? ( >=x11-libs/gtk+-3.0:3 ) + http? ( >=net-libs/libsoup-2.42:2.4 ) + ios? ( + >=app-pda/libimobiledevice-1.1.5:= + >=app-pda/libplist-1:= ) + mtp? ( >=media-libs/libmtp-1.1.6 ) + nfs? ( >=net-fs/libnfs-1.9.7 ) + samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) ) + systemd? ( sys-apps/systemd:0= ) + udev? ( + cdda? ( dev-libs/libcdio-paranoia ) + virtual/libgudev:= + virtual/libudev:= ) + udisks? ( >=sys-fs/udisks-1.97:2 ) + zeroconf? ( >=net-dns/avahi-0.6 ) +" +DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + >=dev-util/intltool-0.40 + virtual/pkgconfig + dev-util/gdbus-codegen + dev-util/gtk-doc-am + test? ( + >=dev-python/twisted-core-12.3.0 + || ( + net-analyzer/netcat + net-analyzer/netcat6 ) ) + !udev? ( >=dev-libs/libgcrypt-1.2.2:0 ) +" +# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043 +# test dependencies needed per https://bugzilla.gnome.org/700162 + +# Tests with multiple failures, this is being handled upstream at: +# https://bugzilla.gnome.org/700162 +RESTRICT="test" + +src_prepare() { + DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # Chan
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
commit: 0c812d9af63f82392f2115e036a1bb739a193cca Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:44:56 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c812d9a x11-libs/libwnck: Version bump Package-Manager: portage-2.2.27 x11-libs/libwnck/Manifest | 1 + x11-libs/libwnck/libwnck-3.14.1.ebuild | 56 ++ 2 files changed, 57 insertions(+) diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest index 4e32195..17a8711 100644 --- a/x11-libs/libwnck/Manifest +++ b/x11-libs/libwnck/Manifest @@ -1,2 +1,3 @@ DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941 DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c +DIST libwnck-3.14.1.tar.xz 683652 SHA256 bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa SHA512 9ea05047b88e3bb47ab7d144089abbad8384a15b3d435ac250bd67ef45466f3bd264e6b4e36bb12d4acebb7da8c210ea7dae03ab5e020d7d6c1beb1658b97972 WHIRLPOOL 12a6c251f32814342f3ede40d28585c5d0afc79a51be136c0b3f30457104e3eb941ec1eafc0e53ec1acf9f4e73e633cb124ffc6d0b88edf3e8da6019ee095599 diff --git a/x11-libs/libwnck/libwnck-3.14.1.ebuild b/x11-libs/libwnck/libwnck-3.14.1.ebuild new file mode 100644 index 000..07688d6 --- /dev/null +++ b/x11-libs/libwnck/libwnck-3.14.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit flag-o-matic gnome2 + +DESCRIPTION="A window navigation construction kit" +HOMEPAGE="https://developer.gnome.org/libwnck/stable/"; + +LICENSE="LGPL-2+" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" + +IUSE="+introspection startup-notification tools" + +RDEPEND=" + x11-libs/cairo[X] + >=x11-libs/gtk+-3.10:3[introspection?] + >=dev-libs/glib-2.32:2 + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext + introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) + startup-notification? ( >=x11-libs/startup-notification-0.4 ) + x86-interix? ( sys-libs/itx-bind ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.40.6 + sys-devel/gettext + virtual/pkgconfig +" +# eautoreconf needs +# gnome-base/gnome-common + +src_configure() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + + if use x86-interix; then + # activate the itx-bind package... + append-flags "-I${EPREFIX}/usr/include/bind" + append-ldflags "-L${EPREFIX}/usr/lib/bind" + fi + + # Don't collide with SLOT=1 + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable startup-notification) \ + $(use_enable tools) \ + --program-suffix=-${SLOT} +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/
commit: 61c13457095bd713f40d928aa1dbc0e8654abc5f Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:12:22 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:42 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c13457 net-libs/gssdp: Version bump Package-Manager: portage-2.2.27 net-libs/gssdp/Manifest | 1 + net-libs/gssdp/gssdp-0.14.14.ebuild | 59 + 2 files changed, 60 insertions(+) diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest index e0d7e21..9b73bb0 100644 --- a/net-libs/gssdp/Manifest +++ b/net-libs/gssdp/Manifest @@ -1,2 +1,3 @@ DIST gssdp-0.14.11.tar.xz 291872 SHA256 7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a SHA512 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b WHIRLPOOL 069647057f4feaffeff6dd5fadd4a51ba2a3fba742a6b2c022292bcdafdea72dc5db5405c6417db4e7962824105978c487ed2cffe30ca347282565bff18c4887 DIST gssdp-0.14.13.tar.xz 297668 SHA256 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea SHA512 e9411d9afee28458d841b2455e08714260bd857384288603e8593adb3f48461b8b14e6f8b8b48f6b16715364e24119b32cd69a57f470fae3f7d6d74ba3784aca WHIRLPOOL e8ecdfec3b52386cfea719ea07d790420089a33d06b6f71ec29b0d6a75f7a1bda442c4ca39b690095424249a95c96d4e55beeb5881fa22a2b56f8fe10b2e50fc +DIST gssdp-0.14.14.tar.xz 298488 SHA256 685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6 SHA512 07edc257b93db80e47d427da140a62f5d4e8084d15be4c2e6d575748cd30cfb87aedd7a9259ea10aca783fb82a7f9db5f67a2d2e8da37d2c4eab0effb4569f36 WHIRLPOOL fe1fd9db6331c4a58da9196abb4113bc027614671c70b361af4496a31e9a50d139854a3050cb46331b7658ccb7db74053f76a4d9a8da8642596e3f6c5482ce11 diff --git a/net-libs/gssdp/gssdp-0.14.14.ebuild b/net-libs/gssdp/gssdp-0.14.14.ebuild new file mode 100644 index 000..5cdb351 --- /dev/null +++ b/net-libs/gssdp/gssdp-0.14.14.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 multilib-minimal vala + +DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"; + +LICENSE="LGPL-2" +SLOT="0/3" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="+introspection +gtk" + +RDEPEND=" + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?] + gtk? ( >=x11-libs/gtk+-3.0:3 ) + introspection? ( + $(vala_depend) + >=dev-libs/gobject-introspection-1.36:= ) + !
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
commit: 4ae2c13221897e3c09fd319f7397daa2b3afc872 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:39:07 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:12 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae2c132 gnome-extra/libgsf: Version bump, fix gdk pixbuf dependencies (#570854 by Marinus Schraal) Package-Manager: portage-2.2.27 gnome-extra/libgsf/Manifest | 1 + gnome-extra/libgsf/libgsf-1.14.36.ebuild | 43 2 files changed, 44 insertions(+) diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest index c041bed..d65501e 100644 --- a/gnome-extra/libgsf/Manifest +++ b/gnome-extra/libgsf/Manifest @@ -1 +1,2 @@ DIST libgsf-1.14.34.tar.xz 609880 SHA256 f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532 WHIRLPOOL c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48 +DIST libgsf-1.14.36.tar.xz 609764 SHA256 71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85 WHIRLPOOL e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2 diff --git a/gnome-extra/libgsf/libgsf-1.14.36.ebuild b/gnome-extra/libgsf/libgsf-1.14.36.ebuild new file mode 100644 index 000..79bee5c --- /dev/null +++ b/gnome-extra/libgsf/libgsf-1.14.36.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="The GNOME Structured File Library" +HOMEPAGE="https://developer.gnome.org/gsf/"; + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0/114" # libgsf-1.so version +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 gtk +introspection" + +RDEPEND=" + >=dev-libs/glib-2.26:2 + >=dev-libs/libxml2-2.4.16:2 + sys-libs/zlib + bzip2? ( app-arch/bzip2 ) + gtk? ( + x11-libs/gdk-pixbuf:2 + || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) + ) + introspection? ( >=dev-libs/gobject-introspection-1:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.12 + >=dev-util/intltool-0.35.0 + dev-libs/gobject-introspection-common + virtual/pkgconfig +" + +src_configure() { + DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" + gnome2_src_configure \ + --disable-static \ + $(use_with bzip2 bz2) \ + $(use_enable introspection) \ + $(use_with gtk gdk-pixbuf) +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/
commit: 6ba9af0057877851b95927101d4dfd905bf43e59 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:28:19 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:05 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba9af00 dev-libs/libgit2-glib: Drop old Package-Manager: portage-2.2.27 dev-libs/libgit2-glib/Manifest | 1 - dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild | 48 2 files changed, 49 deletions(-) diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest index 1c34b02..d51c6d7 100644 --- a/dev-libs/libgit2-glib/Manifest +++ b/dev-libs/libgit2-glib/Manifest @@ -1,3 +1,2 @@ DIST libgit2-glib-0.22.8.tar.xz 429300 SHA256 05c9453b195f1af0df2a5d8bc71472c9fb26d14bb8fbb5b688ad1b8ef7a30959 SHA512 caa0076127cd846b31bc9d341ecb0a07b0a4e960b16387b241f1e322627d304636bf59c34a657675444a7a5be66ab645416be0be14cc0e841078f5ce2ac7c9fd WHIRLPOOL 831b57d9da81c5fb3e5ad06a6e7080b1570e2b215eb193a3704cb4b7caa2e361c3290e0b15ab3d27ecc4402756e9d1cd4e8db0da0ea4cd119eafefe32a987213 -DIST libgit2-glib-0.23.6.tar.xz 448916 SHA256 5c8d6b5cb81ab64b96cb0c52ef37463b6d8998a40ce77a08eda9db66fb781144 SHA512 463bc92cd27fdcb6cce0f9f5232a3288b40059fe0ed525b1969cbb7380f76f5bd666e0fdc160b02ef5a4987feb96064b9a3b04682e5b54dbfaa70f5372bfe6f6 WHIRLPOOL f311a5f772008707cb11869bb9960dc355d40c6781457a5efbb554929e769c019a22a741d83eb96dc80f81a004aae4714aa9c0ffd1af794b4ed0cd7ae1c6c9e1 DIST libgit2-glib-0.23.8.tar.xz 449096 SHA256 50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b SHA512 19624d7d83aef35e2d98002d75ce5dcc0fa2067ea29972b8f221758ae33c635150e46e511d748b7f4ca90de1ffdb3d5f20b22fd7b2f243ef9529295a4275dde9 WHIRLPOOL 4d630e143a50cd1bd7baa09cc8887bb144a03f71e739c924ae1c57cb1898e1666cff6be868bf2b4489cd009ec6e2fa52b4440a26d49168debaf27cdf133a44f7 diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild deleted file mode 100644 index d5f0661..000 --- a/dev-libs/libgit2-glib/libgit2-glib-0.23.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) -VALA_MIN_API_VERSION="0.22" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 python-r1 vala - -DESCRIPTION="Git library for GLib" -HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"; - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="python ssh +vala" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - >=dev-libs/libgit2-0.23.0:= - >=dev-libs/glib-2.44.0:2 - >=dev-libs/gobject-introspection-0.10.1:= - python? ( - ${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] ) - ssh? ( dev-libs/libgit2[ssh] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.11 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable python) \ - $(use_enable ssh) \ - $(use_enable vala) -}
[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/
commit: 3f4b16ac7c45a5b28b4e7bd60f2cb843606fd006 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:24:53 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:53:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4b16ac gnome-base/gvfs: Drop old Package-Manager: portage-2.2.27 gnome-base/gvfs/gvfs-1.26.2.ebuild | 128 - 1 file changed, 128 deletions(-) diff --git a/gnome-base/gvfs/gvfs-1.26.2.ebuild b/gnome-base/gvfs/gvfs-1.26.2.ebuild deleted file mode 100644 index ed7f6f9..000 --- a/gnome-base/gvfs/gvfs-1.26.2.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit autotools bash-completion-r1 eutils gnome2 - -DESCRIPTION="Virtual filesystem implementation for gio" -HOMEPAGE="https://git.gnome.org/browse/gvfs"; - -LICENSE="LGPL-2+" -SLOT="0" - -IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" -REQUIRED_USE=" - cdda? ( udev ) - google? ( gnome-online-accounts ) - mtp? ( udev ) - udisks? ( udev ) - systemd? ( udisks ) -" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" - -# Can use libgphoto-2.5.0 as well. Automagic detection. -RDEPEND=" - app-crypt/gcr:= - >=dev-libs/glib-2.45.7:2 - sys-apps/dbus - dev-libs/libxml2:2 - net-misc/openssh - afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) - archive? ( app-arch/libarchive:= ) - bluray? ( media-libs/libbluray ) - fuse? ( >=sys-fs/fuse-2.8.0 ) - gnome-keyring? ( app-crypt/libsecret ) - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) - google? ( - >=dev-libs/libgdata-0.17.3:=[gnome] - >=net-libs/gnome-online-accounts-3.17.1 ) - gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) - gtk? ( >=x11-libs/gtk+-3.0:3 ) - http? ( >=net-libs/libsoup-2.42:2.4 ) - ios? ( - >=app-pda/libimobiledevice-1.1.5:= - >=app-pda/libplist-1:= ) - mtp? ( >=media-libs/libmtp-1.1.6 ) - nfs? ( >=net-fs/libnfs-1.9.7 ) - samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) ) - systemd? ( sys-apps/systemd:0= ) - udev? ( - cdda? ( dev-libs/libcdio-paranoia ) - virtual/libgudev:= - virtual/libudev:= ) - udisks? ( >=sys-fs/udisks-1.97:2 ) - zeroconf? ( >=net-dns/avahi-0.6 ) -" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - >=dev-util/intltool-0.40 - virtual/pkgconfig - dev-util/gdbus-codegen - dev-util/gtk-doc-am - test? ( - >=dev-python/twisted-core-12.3.0 - || ( - net-analyzer/netcat - net-analyzer/netcat6 ) ) - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 ) -" -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043 -# test dependencies needed per https://bugzilla.gnome.org/700162 - -# Tests with multiple failures, this is being handled upstream at: -# https://bugzilla.gnome.org/700162 -RESTRICT="test" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits - - if ! use udev; then - sed -e 's/gvfsd-burn/ /' \ - -e 's/burn.mount.in/ /' \ - -e 's/burn.mount/ /' \ - -i daemon/Makefile.am || die - - # Uncomment when eautoreconf stops being needed always - eautoreconf - fi - - gnome2_src_prepare -} - -src_configure() { - # --enable-documentation installs man pages - # --disable-obexftp, upstream bug #729945 - gnome2_src_configure \ - --enable-bash-completion \ - --with-bash-completion-dir="$(get_bashcompdir)" \ - --enable-gcr \ - --disable-gdu \ - --disable-hal \ - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \ - --enable-documentation \ - $(use_enable afp) \ - $(use_enable archive) \ - $(use_enable bluray) \ - $(use_enable cdda) \ - $(use_enable fuse) \ - $(use_enable gnome-keyring keyring) \ - $(use_enable gnome-online-accounts goa) \ - $(use_enable google) \ - $(use_enable gphoto2) \ - $(use_enable gtk) \ - $(use_enable ios afc) \ - $(use_enable mtp libmtp) \ - $(use_
[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
commit: ded4b4deb0525d74ee9617d2008c8b8a9f46583b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:51:23 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:54:23 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded4b4de x11-libs/vte: Version bump Package-Manager: portage-2.2.27 x11-libs/vte/Manifest | 1 + x11-libs/vte/vte-0.42.4.ebuild | 77 ++ 2 files changed, 78 insertions(+) diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest index 1f76dd3..86d6c75 100644 --- a/x11-libs/vte/Manifest +++ b/x11-libs/vte/Manifest @@ -2,3 +2,4 @@ DIST vte-0.28.2.tar.xz 962340 SHA256 86cf0b81aa023fa93ed415653d51c96767f20b2d733 DIST vte-0.36.5.tar.xz 1017504 SHA256 c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf SHA512 43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6 WHIRLPOOL 22be408deecedfb7c674fbc49bac2852e5e1c28f25cd7998d20042f15a905158b2698f3e2a0a8fd4a78b89929e773779787dff9af9c6c5e006ee30ed6efdc59d DIST vte-0.40.2.tar.xz 923852 SHA256 9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d SHA512 06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2 WHIRLPOOL 2499e01c2b0d38645b61d4c0a1814d7a3196df6d300577380f1e622c06a974a4cd0d9799fff35f1b0680603aa3a0be38730991ace83df90bfb265009873c5858 DIST vte-0.42.3.tar.xz 927988 SHA256 96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0 SHA512 8eefe20a69cc66457bf5e55b2f141d2ba355fa8315e175dc2a2fa3ef7319f9dd91a7047cb49c105a771a9d7e060e9b0fc145bec123c508663cd0935486a7ec8e WHIRLPOOL ec557651c694869b7e8725da65e56c1f719818be61b4e304f9ae501cc88cee9fa4f01345f9a84f9bab44a55e730664cb000453606986d0c5863ab929bdef6494 +DIST vte-0.42.4.tar.xz 928048 SHA256 08c88bf5c0aa1dfa3711e2e83b784fb5ea82025661f30b54e93eebd5f4bce113 SHA512 871b47d976ae8faafabd2b9dd092b40b2b452fcfd7f60182db7c12ade0c265a1810e811a9a54b6a2c2061ff05f06743b90057babf300b98f391481bb02265fb5 WHIRLPOOL e3e9fbf5303770244b10259f1a07e41a7c0168debda2e81673f8fa1e19f591a4d2c643f614636e691ecaf22fc00eb8fce79d9d4a8d20c899f5a7e4ac187259db diff --git a/x11-libs/vte/vte-0.42.4.ebuild b/x11-libs/vte/vte-0.42.4.ebuild new file mode 100644 index 000..909abbd --- /dev/null +++ b/x11-libs/vte/vte-0.42.4.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_USE_DEPEND="vapigen" + +inherit eutils gnome2 vala + +DESCRIPTION="Library providing a virtual terminal emulator widget" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"; + +LICENSE="LGPL-2+" +SLOT="2.91" +IUSE="+crypt debug glade +introspection vala" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=x11-libs/gtk+-3.8:3[introspection?] + >=x11-libs/pango-1.22.0 + + sys-libs/ncurses:0= + sys-libs/zlib + x11-libs/libX11 + x11-libs/libXft + + glade? ( >=dev-util/glade-3.9:3.10 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) +" +DEPEND="${RDEPEND} + $(vala_depend) + >=dev-util/gtk-doc-am-1.13 + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig + + crypt? ( >=net-libs/gnutls-3.2.7 ) +" +RDEPEND="${RDEPEND} + !x11-libs/vte:2.90[glade] +" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + local myconf="" + + if [[ ${CHOST} == *-interix* ]]; then + myconf="${myconf} --disable-Bsymbolic" + + # interix stropts.h is empty... + export ac_cv_header_stropts_h=no + fi + + # Python bindings are via gobject-introspection + # Ex: from gi.repository import Vte + gnome2_src_configure \ + --disable-test-application \ + --disable-static \ + $(use_enable debug) \ + $(use_enable glade glade-catalogue) \ + $(use_with crypt gnutls) \ + $(use_enable introspection) \ + $(use_enable vala) \ + ${myconf} +} + +src_install() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + gnome2_src_install + mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
commit: 229a0becdfc5d610ae8f373b788f26ff5077e726 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:01:29 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:27 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229a0bec net-libs/gnome-online-accounts: Version bump Package-Manager: portage-2.2.27 net-libs/gnome-online-accounts/Manifest| 1 + .../gnome-online-accounts-3.18.4.ebuild| 83 ++ 2 files changed, 84 insertions(+) diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index 816d89c..1ec1e39 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,2 +1,3 @@ DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9 WHIRLPOOL 4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb DIST gnome-online-accounts-3.18.3.tar.xz 1475580 SHA256 bfb983831af8b1fbd81b70befda7683a38f86ca4cc911f763ae31207306e3827 SHA512 8305ee3cafdf81c7b534d76d2f8b92dfc6bd7acfc27cb02f74f901b4513d2742815a377e523b7d767b1a2e26a2899312ed86bd00e1aedc9c7ecff924f4d91bde WHIRLPOOL 62aafdc8ebb33cc6f0353a378330bb1bdbdd364503fdc86f2b79065a1ec5c5c7634dd8268a275b1f10e20fa3a3b8db1d45f159457e3bd7e5b41071e441c28246 +DIST gnome-online-accounts-3.18.4.tar.xz 1384756 SHA256 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d SHA512 1d78d8720d3547e782a9c9b1fee5ec794c8a0ec56d94f690adc1cce9d4f20da07b85a7c6e657b591153db667b3580d8900217e789144ac2e40eb963a7ac8d1a8 WHIRLPOOL 5459b9670c555a331c1c89583abd81836b8da2369355a97784fa370473341c49d5543d88870c49a8f47afd72a11feb27e3bfdb081b10fce8eb1a057eab279d02 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.4.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.4.ebuild new file mode 100644 index 000..96e2dc1 --- /dev/null +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.4.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="GNOME framework for accessing online accounts" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"; + +LICENSE="LGPL-2+" +SLOT="0/1" +IUSE="gnome +introspection kerberos" # telepathy" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# pango used in goaeditablelabel +# libsoup used in goaoauthprovider +# goa kerberos provider is incompatible with app-crypt/heimdal, see +# https://bugzilla.gnome.org/show_bug.cgi?id=692250 +# json-glib-0.16 needed for bug #485092 +RDEPEND=" + >=dev-libs/glib-2.35:2 + >=app-crypt/libsecret-0.5 + >=dev-libs/json-glib-0.16 + dev-libs/libxml2:2 + >=net-libs/libsoup-2.42:2.4 + net-libs/rest:0.7 + net-libs/telepathy-glib + >=net-libs/webkit-gtk-2.7.2:4 + >=x11-libs/gtk+-3.11.1:3 + x11-libs/pango + + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) + kerberos? ( + app-crypt/gcr:0= + app-crypt/mit-krb5 ) +" +# telepathy? ( net-libs/telepathy-glib ) +# goa-daemon can launch gnome-control-center +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" + +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.3 + >=dev-util/gdbus-codegen-2.30.0 + >=dev-util/intltool-0.50.1 + sys-devel/gettext + virtual/pkgconfig + + dev-libs/gobject-introspection-common + gnome-base/gnome-common +" +# eautoreconf needs gobject-introspection-common, gnome-common + +# Due to sub-configure +QA_CONFIGURE_OPTIONS=".*" + +src_configure() { + # TODO: Give users a way to set the G/FB/Windows Live secrets + # telepathy optional support is really a badly done, bug #494456 + gnome2_src_configure \ + --disable-static \ + --enable-backend \ + --enable-documentation \ + --enable-exchange \ + --enable-facebook \ + --enable-flickr \ + --enable-foursquare \ + --enable-imap-smtp \ + --enable-lastfm \ + --enable-media-server \ + --enable-owncloud \ + --enable-pocket \ + --enable-telepathy \ + --enable-windows-live \ + $(use_enable kerberos) + #$(use_enable telepathy) + # gudev & cheese from sub-configure is overriden + # by top level configure, and disabled so leave it like that +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/gupnp-dlna/
commit: 7603dcf7f356419f958e02bd265e9afba069ad5b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:20:08 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:55 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7603dcf7 media-libs/gupnp-dlna: Drop old Package-Manager: portage-2.2.27 media-libs/gupnp-dlna/Manifest | 1 - media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild | 63 -- 2 files changed, 64 deletions(-) diff --git a/media-libs/gupnp-dlna/Manifest b/media-libs/gupnp-dlna/Manifest index eed1a01..a3dbc8b 100644 --- a/media-libs/gupnp-dlna/Manifest +++ b/media-libs/gupnp-dlna/Manifest @@ -1,2 +1 @@ -DIST gupnp-dlna-0.10.2.tar.xz 314088 SHA256 158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3 SHA512 b4a889e77022339a25ba532c3160e590c080a732de9fd6961d4109ab310937dec531b9a92ba6d6a7918f3b96bf70b85e068cda116d33c58bc55f015809889402 WHIRLPOOL 67d6c135429c0b30c4464907025065c3666fb7433538e13117cc5b83e42ebc04f227b4e692a5a334c3cd47e2c2d8ac4ea89791a05e72d81af835c4d47af49a51 DIST gupnp-dlna-0.10.3.tar.xz 328376 SHA256 dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5 SHA512 751969c117a21534a8137e3b89268518ee93a086e70a3d985656a14719c19abdae5c604195bbe68c114725be8ef3f56960b6288f82be59cb13b2e2ff27809f35 WHIRLPOOL b1f8680086564d661de5ff24ede40b635cc4e68597316a5c1ff1b55aa7082d9c7cd73d3e771ad0fa9540f666d36cdebc6a1df010544cf581470b92d727452069 diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild deleted file mode 100644 index 5debb4e..000 --- a/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Library providing DLNA-related functionality for MediaServers" -HOMEPAGE="http://gupnp.org/"; - -LICENSE="LGPL-2" -SLOT="2.0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.34:2 - >=dev-libs/libxml2-2.5:2 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.11 - virtual/pkgconfig - introspection? ( $(vala_depend) ) -" - -src_prepare() { - # Make doc parallel installable - cd "${S}"/doc/gupnp-dlna - sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \ - -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \ - -i Makefile.am Makefile.in || die - sed -e "s/\(
[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
commit: c809c109267443a0b76d1cf0b314565b20b1b482 Author: Fabian Groffen gentoo org> AuthorDate: Sat Feb 20 14:06:24 2016 + Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 20 14:06:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c809c109 profiles/prefix/package.mask: remove now obsolete python-exec mask profiles/prefix/package.mask | 5 - 1 file changed, 5 deletions(-) diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 4505b8b..66a43ff 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -10,11 +10,6 @@ # -# Fabian Groffen (17 Feb 2016) -# Kills python, and confuses eselect-python completely (listing -# duplicates, selecting multiple python versions as primary) -=dev-lang/python-exec-2.3.1 - # Bernard Cafarelli (27 Jan 2016) # New llvm version, masked for testing =sys-devel/llvm-3.8.0*
[gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
commit: bf0d4b1ee9a4f0d04936df63ea44a4fa439ea38d Author: Sebastian Pipping gentoo org> AuthorDate: Sat Feb 20 14:08:30 2016 + Commit: Sebastian Pipping gentoo org> CommitDate: Sat Feb 20 14:11:16 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0d4b1e app-admin/checksec: 1.7.4 Package-Manager: portage-2.2.27 app-admin/checksec/Manifest | 1 + app-admin/checksec/checksec-1.7.4.ebuild | 37 2 files changed, 38 insertions(+) diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest index e100ff8..568d666 100644 --- a/app-admin/checksec/Manifest +++ b/app-admin/checksec/Manifest @@ -1,2 +1,3 @@ DIST checksec-1.7.2.tar.gz 16717 SHA256 eb17f2162e7f563ba0f97d9cf15f92cf1ba2d360c8293a33d66573d5a48822a8 SHA512 1f1c1867b889266c0d035c3f7b028e61ed2cf3413caa789dfb8589b56834194e3367b3868a80984242dadb7629a9a5a7563376a2f37e3971899e2ecc319ee2f1 WHIRLPOOL 3abf206d666751b2449387848afb320185102ddc0f1685db2aa6f4e974a3349e1c4d9551565459d9070cac5218354af1919c5c70af6f0131b9443fcf24a72d35 DIST checksec-1.7.3.tar.gz 49136 SHA256 d9bb3dd6be95a4d30d3ebe6adb8ae2aa64db0b9d2c475db00134a9596d555cbf SHA512 daf311cceb1a2132e87169b3c7a1254a2be418e7274ea9dda0aa7a1a6dbf72aa7531a7d157cd0a776fd7076e75db91ba5fc901fa94ab49d97f9ff7e4c2a56806 WHIRLPOOL 8be332a89727a6d397f5ba8a0e7032d85fce054ef68b83bd7d4460fc521b895eb37b7aa701ff84df6193bd0e032f5c5aa4e67d8823ee0854a1febf73febc10cf +DIST checksec-1.7.4.tar.gz 51677 SHA256 ffa9b73b41f97d341fca5d46ebe93480110450bf37deb1126a29ea8548f854ae SHA512 ed14f5f8917983a10faa06a2659ccea3256799bc2a4a151ad06ca7b1a984b70673b4fd10191be7c97bbdf9e5def64161b00434b84130ae0464610afec8754e69 WHIRLPOOL ebaa662ed272489fef860650bb6ca094b6bbb992604235bbfbf4806a502dcd8393aff6ba5a1f20b43f4019209077c3d2aa6ef2e62180b4abbeb289c790267f08 diff --git a/app-admin/checksec/checksec-1.7.4.ebuild b/app-admin/checksec/checksec-1.7.4.ebuild new file mode 100644 index 000..60545f7 --- /dev/null +++ b/app-admin/checksec/checksec-1.7.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +MY_PN=${PN}.sh +DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)" +HOMEPAGE="https://github.com/slimm609/checksec.sh"; +SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}"/${MY_PN}-${PV} + +DOCS=( ChangeLog README.md ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.7.2-path.patch + sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die +} + +src_install() { + default + + doman extras/man/* + + insinto /usr/share/zsh/site-functions + doins extras/zsh/_${PN} + + dobin ${PN} +}
[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/, lxde-base/lxsession/files/
commit: 17ad18643650c711ccce601d9a376d2eae1dce1b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 14:12:23 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 14:14:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ad1864 lxde-base/lxsession: Version bump (#524660) Package-Manager: portage-2.2.27 lxde-base/lxsession/Manifest | 1 + .../files/lxsession-0.5.2-fix-invalid-memcpy.patch | 20 ++ .../files/lxsession-0.5.2-key2-null.patch | 20 ++ .../lxsession-0.5.2-notify-daemon-default.patch| 13 .../lxsession/files/lxsession-0.5.2-reload.patch | 43 + lxde-base/lxsession/lxsession-0.5.2.ebuild | 73 ++ 6 files changed, 170 insertions(+) diff --git a/lxde-base/lxsession/Manifest b/lxde-base/lxsession/Manifest index cfc6210..35eaf96 100644 --- a/lxde-base/lxsession/Manifest +++ b/lxde-base/lxsession/Manifest @@ -1 +1,2 @@ DIST lxsession-0.4.9.2.tar.gz 745637 SHA256 eff03e573b561cabe81c5d015d825e3d998e98d6621040113d7df471c8b9cfb4 SHA512 cffcd15faab79ad165f969edf65b6b106c5b4405b78e6c102a74ab96da9cf61b781d0be7587849ce56672ae3015e8f63bc1b84465f5ec0084c299ec588992172 WHIRLPOOL 5a5c172cda30a4690d82a4a8acd3b983cbcc60ed71fefdfbfbb97e8b4363f4c26825267a0bd45c71589c2dd180f9699a2d05dd759fe23bcfdd5e9d3a10ccdda2 +DIST lxsession-0.5.2.tar.xz 354092 SHA256 2d55e9ea80057fe5ffd68a91a15bb004ad7bf019e50807a8bb9b342115efaada SHA512 2e08e5263bb4ef9d8051e84997347a12d2f1ba75cf4e70f9e3ba783a509246f0d6efd672ac1cc1d0fffc8707710ddb148298449b5365deb6785623d596bc3da1 WHIRLPOOL 720144b89c7719b283478427d5858ee0de8ca25dce77a19eef1646983c22927b3af079ec24f218b92141b77c414ebf7f85e4f863e47646b29fccb96d94586ce7 diff --git a/lxde-base/lxsession/files/lxsession-0.5.2-fix-invalid-memcpy.patch b/lxde-base/lxsession/files/lxsession-0.5.2-fix-invalid-memcpy.patch new file mode 100644 index 000..6728899 --- /dev/null +++ b/lxde-base/lxsession/files/lxsession-0.5.2-fix-invalid-memcpy.patch @@ -0,0 +1,20 @@ +--- lxsession-0.5.2/lxsession-edit/lxsession-edit-common.c.memmove 2014-10-05 08:49:49.0 +0900 lxsession-0.5.2/lxsession-edit/lxsession-edit-common.c 2016-02-15 19:21:23.780783021 +0900 +@@ -216,7 +216,7 @@ void update_enable_state(GKeyFile* kf, g + if( strcmp(list[i], session_name) == 0 ) + { + g_free(list[i]); +-memcpy( list + i, list + i + 1, (n-i) * sizeof(char*) ); ++memmove( list + i, list + i + 1, (n-i) * sizeof(char*) ); + --n; + break; + } +@@ -259,7 +259,7 @@ void update_enable_state(GKeyFile* kf, g + if( strcmp(list[i], session_name) == 0 ) + { + g_free(list[i]); +-memcpy( list + i, list + i + 1, (n-i) * sizeof(char*) ); ++memmove( list + i, list + i + 1, (n-i) * sizeof(char*) ); + --n; + break; + } diff --git a/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch b/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch new file mode 100644 index 000..31c88a9 --- /dev/null +++ b/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch @@ -0,0 +1,20 @@ +--- lxsession-0.5.2/lxsession/settings.vala.key2 2014-10-18 01:54:57.0 +0900 lxsession-0.5.2/lxsession/settings.vala2015-07-13 14:56:00.830117779 +0900 +@@ -56,7 +56,7 @@ namespace Lxsession + return return_map; + } + +-public void create_config_item (string categorie, string key1, string key2, string type, string? variable) ++public void create_config_item (string categorie, string key1, string? key2, string type, string? variable) + { + /* only support string for now */ + string item_key = categorie + ";" + key1 + ";" + key2 + ";"; +@@ -71,7 +71,7 @@ namespace Lxsession + update_support_keys (categorie, key1, key2); + } + +-public void delete_config_item (string categorie, string key1, string key2, string type) ++public void delete_config_item (string categorie, string key1, string? key2, string type) + { + /* only support string for now */ + string item_key = categorie + ";" + key1 + ";" + key2 + ";"; diff --git a/lxde-base/lxsession/files/lxsession-0.5.2-notify-daemon-default.patch b/lxde-base/lxsession/files/lxsession-0.5.2-notify-daemon-default.patch new file mode 100644 index 000..ffca822 --- /dev/null +++ b/lxde-base/lxsession/files/lxsession-0.5.2-notify-daemon-default.patch @@ -0,0 +1,13 @@ +--- lxsession-0.5.2/lxsession/settings.vala.notify 2015-08-11 14:14:22.187535605 +0900 lxsession-0.5.2/lxsession/settings.vala2015-08-11 14:37:18.868694268 +0900 +@@ -258,6 +258,10 @@ + set_generic
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: db0a17078431509d7806e37379e6acd06bae9958 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:21:09 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:21:09 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0a1707 dev-db/postgresql: arm stable, bug #574122 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.5.1.ebuild b/dev-db/postgresql/postgresql-9.5.1.ebuild index 446d631..8a77d20 100644 --- a/dev-db/postgresql/postgresql-9.5.1.ebuild +++ b/dev-db/postgresql/postgresql-9.5.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/
commit: 4c43b19dc99e1e607372e794f8cd0f5df1cc71d5 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 14:23:04 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 14:23:26 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c43b19d gentoo/profiles/arch/sparc: try to unbreak sparc tree profiles/arch/sparc/package.use.mask | 4 profiles/arch/sparc/use.mask | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 9f4d02f..52aa1c3 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Pacho Ramos (20 Feb 2016) +# Missing keywords, bug #551580 +app-office/planner eds + # Pacho Ramos (31 Jan 2016) # Missing keywords, bug #560382 media-video/ffmpeg snappy diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index c7739f8..dcbebce 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -7,10 +7,6 @@ # This file contains a list of useflags that cannot be used on sparc. -# Pacho Ramos (20 Feb 2016) -# Missing keywords, bug #551580 -eds - # Julian Ospald (20 Sep 2015) # no LibreSSL support yet curl_ssl_libressl
[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/
commit: af230cd0ff2d25793283a08d4202cb17ab62de00 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:23:45 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:24:03 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af230cd0 dev-python/cryptography-vectors: arm stable, bug #574150 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild index 1910f0b..f1c6f54 100644 --- a/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild +++ b/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
commit: d7ce449b2200444b382ea0dead8059415f5a6cce Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:24:35 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:24:35 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ce449b dev-python/cryptography: arm stable, bug #574150 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-python/cryptography/cryptography-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-1.1.2.ebuild b/dev-python/cryptography/cryptography-1.1.2.ebuild index 0cdf522..0556b6a 100644 --- a/dev-python/cryptography/cryptography-1.1.2.ebuild +++ b/dev-python/cryptography/cryptography-1.1.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="libressl test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
commit: 8d4aced52ab950c10e56eee7822e2f1377ac9768 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:25:26 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:25:26 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4aced5 sys-devel/bison: arm stable, bug #574600 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" sys-devel/bison/bison-3.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 1d8f034..bd0664a 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" RDEPEND=">=sys-devel/m4-1.4.16"
[gentoo-commits] repo/gentoo:master commit in: app-arch/cpio/
commit: 4f0bca5c56c438b5604916796bb33da017b11ec5 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:26:17 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:26:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0bca5c app-arch/cpio: arm stable, bug #572428 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" app-arch/cpio/cpio-2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/cpio/cpio-2.12-r1.ebuild b/app-arch/cpio/cpio-2.12-r1.ebuild index 9cdc8ef..72895ae 100644 --- a/app-arch/cpio/cpio-2.12-r1.ebuild +++ b/app-arch/cpio/cpio-2.12-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: 86efe15fd368777046c1ff81ca856e6712c5d0cc Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:27:19 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:27:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86efe15f dev-db/postgresql: arm stable, bug #574456 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.1.20.ebuild b/dev-db/postgresql/postgresql-9.1.20.ebuild index 2d4c890..b8227f2 100644 --- a/dev-db/postgresql/postgresql-9.1.20.ebuild +++ b/dev-db/postgresql/postgresql-9.1.20.ebuild @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: fb6515da7702c66acc5110586fd99d67a5ac5a75 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:28:10 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:28:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6515da dev-db/postgresql: arm stable, bug #574456 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.2.15.ebuild b/dev-db/postgresql/postgresql-9.2.15.ebuild index 40198f0..49e7f99 100644 --- a/dev-db/postgresql/postgresql-9.2.15.ebuild +++ b/dev-db/postgresql/postgresql-9.2.15.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"
[gentoo-commits] repo/gentoo:master commit in: www-servers/resin/files/4.0.44/, www-servers/resin/
commit: 8cbc945637c5f3ee115da32db508c3897ce239b1 Author: James Le Cuirot gentoo org> AuthorDate: Fri Feb 19 22:52:42 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 20 14:28:56 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbc9456 www-servers/resin: Remove old Package-Manager: portage-2.2.27 www-servers/resin/Manifest | 1 - www-servers/resin/files/4.0.44/VarType.java.patch | 35 www-servers/resin/files/4.0.44/build.xml.patch | 59 --- www-servers/resin/files/4.0.44/resin-compile.patch | 53 -- www-servers/resin/files/4.0.44/resin.conf | 16 -- www-servers/resin/files/4.0.44/resin.init | 37 www-servers/resin/resin-4.0.44-r4.ebuild | 191 - 7 files changed, 392 deletions(-) diff --git a/www-servers/resin/Manifest b/www-servers/resin/Manifest index 10026ee..b4d6330 100644 --- a/www-servers/resin/Manifest +++ b/www-servers/resin/Manifest @@ -1,2 +1 @@ -DIST resin-4.0.44-src.zip 40342346 SHA256 dc2900e03d5a328ad4801df4ea2413f5d96bc1408301fa0f74545b3061c4ddfd SHA512 bef7cc8e42522396b6041e6b38858f8f2ef92f0a753b7a86e191f62f6060810930765cb834eeb53404e08f8b9b3f2e4c4d3b632cb9b80edf929b4a41bbb3d5f8 WHIRLPOOL bec0fa955dc2c6f1b04b18eb9f68424ba05814f25b690018fdb6fbe9c424730c9f19cfcec3f93f0ff1b6ce2e998d22a435788bcd52370b7c9653ef17a4cc75fa DIST resin-4.0.46-src.zip 40400255 SHA256 e762506c432dc12f5100903993220b7ace6ff98ce1ed2c17a53737d04f47ebcf SHA512 49f468706a3269f851a6b359d6020b01dadb312890c97208b1a66353fb82b2d95625947a472d8d3e535d0c52ec6ad3e110eb4d227014fe7a89f313ae1df6970f WHIRLPOOL a3d12e09e2596a1e705d4cd1b1870e411080ca6371411574e7830d48ec0058463944fded005e94fc929a0635403cba27d78fc379bf1f222b0e953828ae280238 diff --git a/www-servers/resin/files/4.0.44/VarType.java.patch b/www-servers/resin/files/4.0.44/VarType.java.patch deleted file mode 100644 index 05f03f2..000 --- a/www-servers/resin/files/4.0.44/VarType.java.patch +++ /dev/null @@ -1,35 +0,0 @@ modules/kernel/src/com/caucho/config/reflect/VarType.java.orig 2015-08-12 21:05:11.89200 + -+++ modules/kernel/src/com/caucho/config/reflect/VarType.java 2015-08-12 21:06:04.47500 + -@@ -33,6 +33,7 @@ - import java.lang.reflect.GenericDeclaration; - import java.lang.reflect.Type; - import java.lang.reflect.TypeVariable; -+import java.lang.reflect.AnnotatedType; - import java.util.Set; - - import com.caucho.inject.Module; -@@ -188,7 +189,23 @@ - - return sb.toString(); - } -- -+ -+ public AnnotatedType[] getAnnotatedBounds() { -+ return null; -+ } -+ -+ public Annotation[] getDeclaredAnnotations() { -+ return null; -+ } -+ -+ public Annotation[] getAnnotations() { -+ return null; -+ } -+ -+ public T getAnnotation(Class klass) { -+ return null; -+ } -+ - static class GenericDeclarationImpl implements GenericDeclaration { - @Override - public TypeVariable[] getTypeParameters() diff --git a/www-servers/resin/files/4.0.44/build.xml.patch b/www-servers/resin/files/4.0.44/build.xml.patch deleted file mode 100644 index dc3a413..000 --- a/www-servers/resin/files/4.0.44/build.xml.patch +++ /dev/null @@ -1,59 +0,0 @@ build.xml.orig 2015-08-12 23:14:20.30200 + -+++ build.xml 2015-08-12 23:14:47.90900 + -@@ -12,7 +12,7 @@ - - - -+ depends="init, hessian, javaee, jaxstream, portlet, script, resin-kernel, quercus-dev, resin, ecmascript, cdi, webutil, conf, ext, j2ee-management, gae"> - - - -- -- -- - - - -@@ -92,13 +88,6 @@ - - - -- -- -- -- -- -- -- - - - -@@ -437,13 +426,6 @@ - - - -- -- -- -- -- -- -- - - - - -- -+ - - - T getLocalProxy(Class api) - { --OwnerCreationalContext owner = new OwnerCreationalContext(null); -- --return getSessionContext(api).createProxy(owner); -+ return null; - } - - protected AbstractSessionContext diff --git a/www-servers/resin/files/4.0.44/resin.conf b/www-servers/resin/files/4.0.44/resin.conf deleted file mode 100644 index a48840b..000 --- a/www-servers/resin/files/4.0.44/resin.conf +++ /dev/null @@ -1,16 +0,0 @@ -# JVM Runtime -# Using the default setting, it will determine your JVM from the system-vm -# set using java-config. -# See java-config(1) manual page for assistance in determining this value. - -# You can override this value with whatever JDK you want. -# For a list of valid values for GENTOO_VM see output of -# java-config -L -#GENTOO_VM=sun-jdk-1.5 - -# Verbose starting and stopping? (yes/no, defaults to no) -#VERBOSE="yes" - -# Select which server will be started, this is an advanced feature, please refer -# to Resin documentation. -SERVER_ID="" diff --git a/www-servers/resin/files/4.0.44/resin.init b/www-servers/resin/files/4.0.44/resin.init deleted file mode 10
[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_caucho/
commit: 72e05a0caa5d4fd43e67d0ac2dcd33f21aa5ba9e Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 20 14:28:12 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 20 14:29:00 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e05a0c www-apache/mod_caucho: Remove old This drops the only stable version but there are no revdeps and we need to clear this for the removal of Java 6. I recommend not marking it stable again until someone has done more than just build it. I don't use Resin or Apache and I'm not entirely confident that it would work. Package-Manager: portage-2.2.27 www-apache/mod_caucho/Manifest| 2 - www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild | 53 --- www-apache/mod_caucho/mod_caucho-4.0.26.ebuild| 48 3 files changed, 103 deletions(-) diff --git a/www-apache/mod_caucho/Manifest b/www-apache/mod_caucho/Manifest index ec19af8..7211ad8 100644 --- a/www-apache/mod_caucho/Manifest +++ b/www-apache/mod_caucho/Manifest @@ -1,3 +1 @@ -DIST resin-4.0.26-src.zip 17879008 SHA256 0f7bbea8bd4803d499e1d212a49ac8672500ede80194c4daa12c980ad405e34e SHA512 aae0304664c67667b9abf304ccc3dbaf073be42fcd1dd6aa380d841a34a2a44f0187fa91abe6bf92bf66f394b4b2d4eda7c4c9a55b5cb8a76436446cca3d5512 WHIRLPOOL a536b28cad14219ce5c8aaa791a859d21539176b6f729072483e6278fa9b45de2bb367d6696225c1bafe0148c86c3bb0e46ec81595222160aa742ffdf9d5674c DIST resin-4.0.47-src.tar.gz 33022378 SHA256 b97ce450a1059336a4cdf05a16d072128009f7172d028a3b1c2f4eefba4d353a SHA512 c070277c970144a990c45afc86b0626d424618c0ec8122cd7e0e60745339a7f79f5d47483b5a33c24f7fb192e72a2d49823155718b8565a2c27119279703 WHIRLPOOL 3e703a7c68c0c6cc930277e918656d11a1ff65e5f8bbfccb9dac7ea41b22a7f65b2d28efae8fdbaa181402d0416d87db56f9c974f76f2d5d075db92df8a32f0c -DIST resin-gentoo-patches-4.0.26.tar.bz2 3826 SHA256 adff1fb68e38af68add2e16e3832406a105e14532ee022ad315a955d6d6f4f31 SHA512 fc23c6b82f55b76c063276169e8b6be40ab697dfa07ab8f8f560db33b9c48993526f07190b137406f952e0d1a548cc45f30b6a9ceb4983e2a9eed5de8f4ab5d3 WHIRLPOOL cf7403adcdd0b98fcab2ace7733af7e9fa57361f9e2b2fb128ee8c3a9d787c5e8437f6749889cea1aacbf1ec9b9725647e6737fe4e3d1a98d69d1965c129c2d2 diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild deleted file mode 100644 index 7549272..000 --- a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils apache-module autotools - -DESCRIPTION="mod_caucho connects Resin and Apache2" -HOMEPAGE="http://www.caucho.com/"; -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip - ~virtual/jre-1.6.0" -RDEPEND="~virtual/jre-1.6.0" - -S="${WORKDIR}/resin-${PV}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="88_${PN}" -APACHE2_MOD_DEFINE="CAUCHO" -APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so" - -need_apache2_4 - -src_prepare() { - # Apache 2.4 - sed -i \ - -e 's/remote_ip/client_ip/g' \ - -e 's/remote_addr/client_addr/g' \ - modules/c/src/apache2/mod_caucho.c || die - - for i in "${WORKDIR}"/${PV}/mod_caucho-*; do - epatch "${i}" - done - - mkdir m4 - eautoreconf - chmod 755 ./configure -} - -src_configure() { - econf --with-apxs=${APXS} --with-java-home=/usr -} - -src_compile() { - emake -C "${S}/modules/c/src/apache2/" -} diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild deleted file mode 100644 index aa80f16..000 --- a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils apache-module autotools - -DESCRIPTION="mod_caucho connects Resin and Apache2" -HOMEPAGE="http://www.caucho.com/"; -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="" - -DEPEND="app-arch/unzip - ~virtual/jre-1.6.0" -RDEPEND="~virtual/jre-1.6.0" - -S="${WORKDIR}/resin-${PV}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="88_${PN}" -APACHE2_MOD_DEFINE="CAUCHO" -APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so" - -need_apache2_2 - -src_prepare() { - for i in "${WORKDIR}"/${PV}/mod_caucho-*; do - epatch "${i}" - done - - mkdir m4 - eautoreconf - chmod 755 ./configure -} - -src_conf
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: e2037d1d6f14a025341ea397ee077096ea971940 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:29:01 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:29:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2037d1d dev-db/postgresql: arm stable, bug #574456 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.3.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.3.11.ebuild b/dev-db/postgresql/postgresql-9.3.11.ebuild index e814863..ef0898e 100644 --- a/dev-db/postgresql/postgresql-9.3.11.ebuild +++ b/dev-db/postgresql/postgresql-9.3.11.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"
[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_caucho/
commit: 0b2fc6dc4e13ca4a647ccf60848789ae78e07457 Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 20 12:14:55 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 20 14:28:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2fc6dc www-apache/mod_caucho: Version bump to 4.0.47 This ebuild is a rewrite that builds with apxs manually as that is easier. See the ebuild for details but the short version is that Java isn't really needed. Package-Manager: portage-2.2.27 www-apache/mod_caucho/Manifest | 1 + www-apache/mod_caucho/mod_caucho-4.0.47.ebuild | 39 ++ 2 files changed, 40 insertions(+) diff --git a/www-apache/mod_caucho/Manifest b/www-apache/mod_caucho/Manifest index cb7fcad..ec19af8 100644 --- a/www-apache/mod_caucho/Manifest +++ b/www-apache/mod_caucho/Manifest @@ -1,2 +1,3 @@ DIST resin-4.0.26-src.zip 17879008 SHA256 0f7bbea8bd4803d499e1d212a49ac8672500ede80194c4daa12c980ad405e34e SHA512 aae0304664c67667b9abf304ccc3dbaf073be42fcd1dd6aa380d841a34a2a44f0187fa91abe6bf92bf66f394b4b2d4eda7c4c9a55b5cb8a76436446cca3d5512 WHIRLPOOL a536b28cad14219ce5c8aaa791a859d21539176b6f729072483e6278fa9b45de2bb367d6696225c1bafe0148c86c3bb0e46ec81595222160aa742ffdf9d5674c +DIST resin-4.0.47-src.tar.gz 33022378 SHA256 b97ce450a1059336a4cdf05a16d072128009f7172d028a3b1c2f4eefba4d353a SHA512 c070277c970144a990c45afc86b0626d424618c0ec8122cd7e0e60745339a7f79f5d47483b5a33c24f7fb192e72a2d49823155718b8565a2c27119279703 WHIRLPOOL 3e703a7c68c0c6cc930277e918656d11a1ff65e5f8bbfccb9dac7ea41b22a7f65b2d28efae8fdbaa181402d0416d87db56f9c974f76f2d5d075db92df8a32f0c DIST resin-gentoo-patches-4.0.26.tar.bz2 3826 SHA256 adff1fb68e38af68add2e16e3832406a105e14532ee022ad315a955d6d6f4f31 SHA512 fc23c6b82f55b76c063276169e8b6be40ab697dfa07ab8f8f560db33b9c48993526f07190b137406f952e0d1a548cc45f30b6a9ceb4983e2a9eed5de8f4ab5d3 WHIRLPOOL cf7403adcdd0b98fcab2ace7733af7e9fa57361f9e2b2fb128ee8c3a9d787c5e8437f6749889cea1aacbf1ec9b9725647e6737fe4e3d1a98d69d1965c129c2d2 diff --git a/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild new file mode 100644 index 000..7ec8139 --- /dev/null +++ b/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils apache-module + +DESCRIPTION="mod_caucho connects Resin and Apache2" +HOMEPAGE="http://www.caucho.com/"; +SRC_URI="http://www.caucho.com/download/resin-${PV}-src.tar.gz"; +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +need_apache2_4 + +APACHE2_MOD_CONF="88_${PN}" +APACHE2_MOD_DEFINE="CAUCHO" + +S="${WORKDIR}/resin-${PV}" + +# Although building this manually with apxs is bad, trying to make the +# build scripts behave is worse. You have to: +# +# * Patch configure.ac and Makefile.in to respect flags. +# * Run eautoreconf (or patch configure and chmod it too). +# * Inherit java-pkg-2, DEPEND on virtual/jdk, and define pkg_setup just +# to needlessly satisfy configure or patch out large chunks of it. +# * Define src_compile to only build the Apache module. +# * It will still report an implicit declaration of cse_free. If you try +# to fix this, it will complain that the argument count doesn't match. + +APXS2_S="${S}/modules/c/src/apache2" +APXS2_ARGS="-c -DAPACHE_24 -I../common ${PN}.c ../common/stream.c ../common/config.c ../common/memory.c" + +src_configure() { + : +}
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: 603e1bf6871945a2f8c05de7a118384ebd6a766d Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:29:59 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:29:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603e1bf6 dev-db/postgresql: arm stable, bug #574456 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.4.6.ebuild b/dev-db/postgresql/postgresql-9.4.6.ebuild index 446d631..8a77d20 100644 --- a/dev-db/postgresql/postgresql-9.4.6.ebuild +++ b/dev-db/postgresql/postgresql-9.4.6.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"
[gentoo-commits] repo/gentoo:master commit in: app-admin/pydf/
commit: 540cde3dbb8eb76eeb34c685f2b2141aab6b1028 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:30:51 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:30:51 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540cde3d app-admin/pydf: arm stable, bug #574898 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" app-admin/pydf/pydf-12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pydf/pydf-12.ebuild b/app-admin/pydf/pydf-12.ebuild index 1c5f021..fe141d9 100644 --- a/app-admin/pydf/pydf-12.ebuild +++ b/app-admin/pydf/pydf-12.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/
commit: ade538ceabaad95de4bfcfc091b043cbd49b5135 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 20 14:31:54 2016 + Commit: Markus Meier gentoo org> CommitDate: Sat Feb 20 14:31:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade538ce app-admin/eselect: arm stable, bug #574974 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" app-admin/eselect/eselect-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/eselect/eselect-1.4.5.ebuild b/app-admin/eselect/eselect-1.4.5.ebuild index 68d8e46..2cf1251 100644 --- a/app-admin/eselect/eselect-1.4.5.ebuild +++ b/app-admin/eselect/eselect-1.4.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"; LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs vim-syntax" RDEPEND="sys-apps/sed
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/files/, app-emulation/lxd/
commit: 05546cbcaafe79f8e90bf4cda89e0800e49a138f Author: Erik Mackdanz gentoo org> AuthorDate: Fri Feb 19 03:15:45 2016 + Commit: Erik Mackdanz gentoo org> CommitDate: Sat Feb 20 14:37:54 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05546cbc app-emulation/lxd: remove old Package-Manager: portage-2.2.27 app-emulation/lxd/Manifest | 1 - app-emulation/lxd/files/lxd-0.26-dont-go-get.patch | 20 --- .../lxd/files/lxd-0.26-nc-binary-name.patch| 11 -- app-emulation/lxd/files/lxd-0.26.confd | 27 app-emulation/lxd/files/lxd-0.26.initd | 50 --- app-emulation/lxd/lxd-0.26.ebuild | 157 - 6 files changed, 266 deletions(-) diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest index 961359e..ebd047c 100644 --- a/app-emulation/lxd/Manifest +++ b/app-emulation/lxd/Manifest @@ -1,4 +1,3 @@ -DIST lxd-0.26.tar.bz2 1985288 SHA256 71079140946e3e66563cc3025c3e4f756fd45cc413af1d5396c56a608427d0aa SHA512 25aa73274b03163698646fe2f49c2401ae93a9b90be46f0ba0414521bc920e68c61db7e6617d75a19675e22a705afd5d3220e24a518e30819daf3dc75670b900 WHIRLPOOL d59471f02744efbe3d3dbb1ae32dcf17141f8414a1614535451e75c5422928d3c5d54dceebcf0d829f7395ae3cb49bf424ff7999d1e32b9384a3f81b3d3ab01e DIST lxd-0.27.tar.bz2 2247266 SHA256 290d05a792f2f146b302d500eadd3168822ed99aecb4ea96762570580f29910a SHA512 37d5fef677a943dc7e84c73836aa1d4e5f0353c165aa33cefcd87dcd1fdae574760e74fb290404182badfee96e04ef929a81d6633d2c0f91c458ccd19996b9c3 WHIRLPOOL d1d0c0fad0e604f41482c133f4425461546599aded2e948d5c58f7698eba963746ac8c3c3085ffbd244b0169cedb26ad8ec5d85babea6aa9a7688ee6ce342589 DIST lxd-2.0.0_beta1.tar.bz2 2253384 SHA256 443d8004aea80a9295eeb28c81b930947163b5af5e7c5ec15e6123938268bd6c SHA512 21cc90e18173f832f7aa2f39762ba1c47ac54dbb947519302075d10f8c55cce766d436cb7f9ec96cb2fe538952b801398ce3b1320d878e8835d58e4fb3b81c86 WHIRLPOOL 85a11976fbf74f8b408c75aa7abf645d3e27eed3f82021fbcb7b2d8db95cc986fdf2cd6a38ef8749857027b380382e66678fb1f1656274159dbc2531c3860761 DIST lxd-2.0.0_beta3.tar.bz2 2283443 SHA256 a3bdf6c081ebed01fcd1ae92a6d3ebf2e7d6ffea606fe3cb83559366e7dc90aa SHA512 3f80c1236ac9a92a350b4221478dd69eb2693672d73859738b691b9462155d0a907de90deab9950980500ab0faa5ec815bc6191cedf2d34d3757757f585570ec WHIRLPOOL 6d425c26ef37bc65871cf08946f0a80e5b9a3e01da5edd07605e94a2b418e6d2163ee90210c443935c35a18efa97102dcbab90ccd1577d6164b5b2e271b4 diff --git a/app-emulation/lxd/files/lxd-0.26-dont-go-get.patch b/app-emulation/lxd/files/lxd-0.26-dont-go-get.patch deleted file mode 100644 index 9964af6..000 --- a/app-emulation/lxd/files/lxd-0.26-dont-go-get.patch +++ /dev/null @@ -1,20 +0,0 @@ Makefile.orig 2015-12-28 19:23:28.425122306 -0600 -+++ Makefile 2015-12-28 19:25:09.482123654 -0600 -@@ -12,17 +12,11 @@ - - .PHONY: default - default: -- # Must run twice due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v ./... - @echo "LXD built succesfuly" - - .PHONY: client - client: -- # Must run twice due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v ./lxc - @echo "LXD client built succesfuly" - diff --git a/app-emulation/lxd/files/lxd-0.26-nc-binary-name.patch b/app-emulation/lxd/files/lxd-0.26-nc-binary-name.patch deleted file mode 100644 index 7373b66..000 --- a/app-emulation/lxd/files/lxd-0.26-nc-binary-name.patch +++ /dev/null @@ -1,11 +0,0 @@ lxd/rsync.go.orig 2015-11-11 20:54:37.402700202 -0600 -+++ lxd/rsync.go 2015-11-11 20:55:06.704698199 -0600 -@@ -91,7 +91,7 @@ -* command (i.e. the command to run on --server). However, we're -* hardcoding that at the other end, so we can just ignore it. -*/ -- rsyncCmd := fmt.Sprintf("sh -c \"nc -U %s\"", f.Name()) -+ rsyncCmd := fmt.Sprintf("sh -c \"nc.openbsd -U %s\"", f.Name()) - cmd := exec.Command( - "rsync", - "-arvP", diff --git a/app-emulation/lxd/files/lxd-0.26.confd b/app-emulation/lxd/files/lxd-0.26.confd deleted file mode 100644 index 3d55327..000 --- a/app-emulation/lxd/files/lxd-0.26.confd +++ /dev/null @@ -1,27 +0,0 @@ -# Group which owns the shared socket -LXD_OPTIONS+=" --group lxd" - - - -# Enable cpu profiling into the specified file -#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile" - -# Enable memory profiling into the specified file -#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile" - - - -# Enables debug mode -#LXD_OPTIONS+=" --debug" - -# For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS+=" --print-goroutines-every 5" - -# Enables verbose mode -#LXD_OPTIONS+=" -v" - -# Logfile to log to -#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" - -# Enables syslog logging -#LXD_OPTIONS+=" --syslog" diff --git a/app-emulation/lxd/files/lxd-0.26.initd b/app-emulation/lxd/files
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 744793f3307e18528e11926eaf878db7d1c06754 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 14:40:56 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 14:41:16 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744793f3 profiles/package.mask: unmask fixed package profiles/package.mask | 4 1 file changed, 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index dc5ca2a..f5b33ae 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -684,10 +684,6 @@ dev-scheme/schemik # Fails to build, bug #514602. Removal in a month. app-crypt/shishi -# Pacho Ramos (05 Jan 2016) -# Fails to build, bug #514634. Removal in a month. -app-arch/torrentzip - # Patrice Clement (05 Jan 2016) # According to its maintainer. this project is slowly dying # and there's no activity occuring on mailing lists / git repo.
[gentoo-commits] repo/gentoo:master commit in: dev-java/json/
commit: 3655adbc745713ef555622da8b013e824dba5bec Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 20 14:54:14 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 20 14:54:42 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3655adbc dev-java/json: Remove pointless maintainer entries Package-Manager: portage-2.2.27 dev-java/json/metadata.xml | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-java/json/metadata.xml b/dev-java/json/metadata.xml index 925cb10..ed6abb8 100644 --- a/dev-java/json/metadata.xml +++ b/dev-java/json/metadata.xml @@ -7,13 +7,7 @@ douglascrockford/JSON-java - - ch...@gentoo.org - - - monsie...@gentoo.org - - + j...@gentoo.org Java
[gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
commit: 6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 20 14:51:21 2016 + Commit: Michał Górny gentoo org> CommitDate: Sat Feb 20 14:55:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afaf54b sys-devel/crossdev: Move gentoo-functions to RDEP, reported by slyfox sys-devel/crossdev/crossdev-20151026-r1.ebuild | 4 ++-- sys-devel/crossdev/crossdev-.ebuild| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/crossdev/crossdev-20151026-r1.ebuild b/sys-devel/crossdev/crossdev-20151026-r1.ebuild index eb84933..d9e3862 100644 --- a/sys-devel/crossdev/crossdev-20151026-r1.ebuild +++ b/sys-devel/crossdev/crossdev-20151026-r1.ebuild @@ -26,9 +26,9 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash + sys-apps/gentoo-functions !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils - sys-apps/gentoo-functions" +DEPEND="app-arch/xz-utils" src_prepare() { epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch diff --git a/sys-devel/crossdev/crossdev-.ebuild b/sys-devel/crossdev/crossdev-.ebuild index eb84933..d9e3862 100644 --- a/sys-devel/crossdev/crossdev-.ebuild +++ b/sys-devel/crossdev/crossdev-.ebuild @@ -26,9 +26,9 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash + sys-apps/gentoo-functions !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils - sys-apps/gentoo-functions" +DEPEND="app-arch/xz-utils" src_prepare() { epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch
[gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/files/, sci-libs/mathgl/
commit: 585d5b592d35130304541dcd3d17f0f8714a8343 Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 20 15:29:17 2016 + Commit: Justin Lecher gentoo org> CommitDate: Sat Feb 20 15:39:18 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585d5b59 sci-libs/mathgl: Add compatibility patch for gsl API change Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575158 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-libs/mathgl/files/mathgl-2.3.3-gsl-2.patch | 25 + sci-libs/mathgl/mathgl-2.1.3.1.ebuild | 4 ++-- sci-libs/mathgl/mathgl-2.1.3.ebuild| 4 ++-- ...{mathgl-2.3.3.ebuild => mathgl-2.3.3-r1.ebuild} | 26 +- sci-libs/mathgl/mathgl-2.3.3.ebuild| 2 +- 5 files changed, 50 insertions(+), 11 deletions(-) diff --git a/sci-libs/mathgl/files/mathgl-2.3.3-gsl-2.patch b/sci-libs/mathgl/files/mathgl-2.3.3-gsl-2.patch new file mode 100644 index 000..6254321 --- /dev/null +++ b/sci-libs/mathgl/files/mathgl-2.3.3-gsl-2.patch @@ -0,0 +1,25 @@ + src/fit.cpp | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/fit.cpp b/src/fit.cpp +index 6a42a4b..d167022 100644 +--- a/src/fit.cpp b/src/fit.cpp +@@ -179,6 +179,7 @@ mreal MGL_NO_EXPORT mgl_fit_base(mglFitData &fd, mreal *ini) + const gsl_multifit_fdfsolver_type *T = gsl_multifit_fdfsolver_lmsder; + gsl_multifit_fdfsolver *s = gsl_multifit_fdfsolver_alloc(T, n, m); + gsl_multifit_function_fdf f; ++ gsl_matrix *J; + f.f = mgl_fit__f; f.df = mgl_fit__df; + f.fdf = mgl_fit__fdf; f.n = n;f.p = m; + f.params = &fd; +@@ -193,7 +194,8 @@ mreal MGL_NO_EXPORT mgl_fit_base(mglFitData &fd, mreal *ini) + } + while ( status == GSL_CONTINUE && iter < 500 ); + gsl_matrix *covar = gsl_matrix_alloc(m, m); +- gsl_multifit_covar (s->J, 0.0, covar ); ++ gsl_multifit_fdfsolver_jac (s, J); ++ gsl_multifit_covar (J, 0.0, covar); + mglFitCovar.Set(covar); + mreal res = gsl_blas_dnrm2(s->f); + for(i=0;ix, i); diff --git a/sci-libs/mathgl/mathgl-2.1.3.1.ebuild b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild index 7f0ff4a..7b50859 100644 --- a/sci-libs/mathgl/mathgl-2.1.3.1.ebuild +++ b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ RDEPEND=" fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) - gsl? ( sci-libs/gsl ) + gsl? ( =sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg:0 ) diff --git a/sci-libs/mathgl/mathgl-2.1.3.ebuild b/sci-libs/mathgl/mathgl-2.1.3.ebuild index 65ff4c8..ce36b9d 100644 --- a/sci-libs/mathgl/mathgl-2.1.3.ebuild +++ b/sci-libs/mathgl/mathgl-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ RDEPEND=" fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) - gsl? ( sci-libs/gsl ) + gsl? ( =sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg:0 ) diff --git a/sci-libs/mathgl/mathgl-2.3.3.ebuild b/sci-libs/mathgl/mathgl-2.3.3-r1.ebuild similarity index 90% copy from sci-libs/mathgl/mathgl-2.3.3.ebuild copy to sci-libs/mathgl/mathgl-2.3.3-r1.ebuild index f75fe4b..7b3109f 100644 --- a/sci-libs/mathgl/mathgl-2.3.3.ebuild +++ b/sci-libs/mathgl/mathgl-2.3.3-r1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) - gsl? ( sci-libs/gsl ) + gsl? ( >=sci-libs/gsl-2 ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg:0 ) @@ -56,19 +56,27 @@ REQUIRED_USE=" pdf? ( png ) python? ( ${PYTHON_REQUIRED_USE} )" +PATCHES=( + "${FILESDIR}"/${P}-gsl-2.patch +) + pkg_setup() { use mpi && export CC=mpicc CXX=mpicxx use python && python-single-r1_pkg_setup } src_unpack() { - unpack ${A} - [[ -d "${S}"/fonts ]] || mkdir "${S}"/fonts + default + if ! [[ -d "${S}"/fonts ]]; then + mkdir "${S}"/fonts || die + fi cd "${S}"/fonts || die unpack STIX_font.tgz } src_prepare() { + default + epatch "${PATCHES[@]}" # fix for location of hdf headers sed -i -e 's:hdf/::g' src/data_io.cpp || die # bored of reporting bad libdir upstream @@ -82,9 +90,13 @@ src_prepare() { sed -i -e 's/update-mime-database/true/' udav/CMakeLists.txt || die sed -i -e 's/update-desktop-database/true/' udav/CMakeLists.txt || die # fix