[gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/
commit: 40043d4962e06a2ca87fd97b06e837b8302d0490 Author: Yixun Lan gentoo org> AuthorDate: Mon Dec 5 07:56:14 2016 + Commit: Yixun Lan gentoo org> CommitDate: Mon Dec 5 07:57:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40043d49 media-libs/libde265: fix PIX_FMT_YUV420P undefined err Gentoo-Bug: 575554 Package-Manager: portage-2.3.2 media-libs/libde265/libde265-1.0.2.ebuild | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-libs/libde265/libde265-1.0.2.ebuild b/media-libs/libde265/libde265-1.0.2.ebuild index 7b52f00..e132363 100644 --- a/media-libs/libde265/libde265-1.0.2.ebuild +++ b/media-libs/libde265/libde265-1.0.2.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$ @@ -27,6 +27,11 @@ RDEPEND="${DEPEND}" REQUIRED_USE="tools? ( || ( qt4 qt5 ) )" +src_prepare() { + sed -ri 's/(PIX_FMT_)/AV_\1/g' sherlock265/VideoDecoder.cc || die + autotools-multilib_src_prepare +} + src_configure() { local myeconfargs=( $(use_enable cpu_flags_x86_sse sse)
[gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/, htdocs/
commit: f12592f37eacbcf525e9ff8bde379b4822628bf8 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 5 07:34:18 2016 + Commit: Michał Górny gentoo org> CommitDate: Mon Dec 5 07:34:18 2016 + URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f12592f3 pkgcheck2html: move CSS to htdocs pkgcheck2html/output.css => htdocs/pkgcheck2html.css | 0 pkgcheck2html/output.html.jinja | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgcheck2html/output.css b/htdocs/pkgcheck2html.css similarity index 100% rename from pkgcheck2html/output.css rename to htdocs/pkgcheck2html.css diff --git a/pkgcheck2html/output.html.jinja b/pkgcheck2html/output.html.jinja index 2e44619..e04d27e 100644 --- a/pkgcheck2html/output.html.jinja +++ b/pkgcheck2html/output.html.jinja @@ -3,7 +3,7 @@ Gentoo CI - QA check results - +
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby2ruby/
commit: 4c3611b55345e7baedddfcd3f65570bff69492fd Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 5 06:43:25 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 5 06:43:25 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3611b5 dev-ruby/ruby2ruby: add 2.3.2 Package-Manager: portage-2.3.0 dev-ruby/ruby2ruby/Manifest | 1 + dev-ruby/ruby2ruby/ruby2ruby-2.3.2.ebuild | 32 +++ 2 files changed, 33 insertions(+) diff --git a/dev-ruby/ruby2ruby/Manifest b/dev-ruby/ruby2ruby/Manifest index 8649e87..9bbe44c 100644 --- a/dev-ruby/ruby2ruby/Manifest +++ b/dev-ruby/ruby2ruby/Manifest @@ -1,2 +1,3 @@ DIST ruby2ruby-2.3.0.gem 25088 SHA256 19d9648bebce9eb08f279192ba18a03b9776a29fa527f2654191b4a12daad487 SHA512 82630abf24ddf53b5bbd8f9d399f49b043e6f1c418ec83f1ff5011044d3a7b52864a3c7c5f628a9afb5afcf59f7c5126a413e7743ceb1e03bf623d919af1fbda WHIRLPOOL d1b6cca7d61ba149e91c9c407631adf4bc9985e977ca1141c13fdbf169011e5371bf78e8599a63d6111204f7e39786b751f1aa1592b0893c0a647e7914e26027 DIST ruby2ruby-2.3.1.gem 25088 SHA256 77c36c6ce3f26c1166782c75110d3c3f70b40c85707d9094ab0ff6ef1ca5e011 SHA512 4b6ca39cc469f44697e2924a1074452a9453d7d809d088d89583040e1743dc49c1d5d92b2b74207ee5862565d6293e9563c698ddd53e18157e06a6f7fae6bad0 WHIRLPOOL b73393251d4a9a652f8ce076b4c37f80197edbb6d0f7898c610383e413f055027c4cb9acb244a05fe46184efea59980d5acb15836b4b0fa0c53166346ae88e55 +DIST ruby2ruby-2.3.2.gem 26112 SHA256 17cefcd766567087b0f53f1a7c541f07dd3bd9b708dc9de67b7eaf91d2228a91 SHA512 4cccbc0498ed2af8302860b5547a54b4fada04eff8158ceb9e6a8969f85ddd84dcf315e90b2308b3f5e9e685d6e2105125ca9197dd1cf26cd03179c50e460ee7 WHIRLPOOL 6826f25ebdd31d2963694bcf980b7d38f2690a9fcbdc6e805a6a4f20bed17e9095271f5957d6dbd8d10378bfcdf420bc07c22e0515b94a4e73661d94c710019d diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.3.2.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-2.3.2.ebuild new file mode 100644 index ..a1bee67 --- /dev/null +++ b/dev-ruby/ruby2ruby/ruby2ruby-2.3.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +inherit ruby-fakegem + +DESCRIPTION="Generates readable ruby from ParseTree" +HOMEPAGE="https://github.com/seattlerb/ruby2ruby"; + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="test" + +ruby_add_rdepend " + >=dev-ruby/sexp_processor-4.6.0:4 + >=dev-ruby/ruby_parser-3.1:3 + !=dev-ruby/minitest-5.3:5 )" + +all_ruby_prepare() { + sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/domain_name/
commit: 88338c2e35e79dd117340a3250370b602627d2e1 Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 5 06:38:45 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 5 06:38:45 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88338c2e dev-ruby/domain_name: add 0.5.20161129 Package-Manager: portage-2.3.0 dev-ruby/domain_name/Manifest | 1 + .../domain_name/domain_name-0.5.20161129.ebuild| 47 ++ 2 files changed, 48 insertions(+) diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest index 2c67181..4c4201d 100644 --- a/dev-ruby/domain_name/Manifest +++ b/dev-ruby/domain_name/Manifest @@ -1,4 +1,5 @@ DIST domain_name-0.5.20160615.gem 116224 SHA256 afb018732f1d0b322b213413868cd21011dba62fd77b38ceba2e7a9ee67690b9 SHA512 c21068813f47553a617e28e941e8184d8b98dbf3b298a8899082013e8f83e4dadd49e29fd32137ad485930ef1908b107b0f88391c0ea322c977a1f9d6c8a26c8 WHIRLPOOL 9df0cefda0f38fe37ed3dd81fd83e63c63db1bbe84bbbde57b5c11dd7f4e33d562f397329adb11acbea7ec10dd7329cd599eabbd8f81da6884741a31ba8851ca DIST domain_name-0.5.20160826.gem 118784 SHA256 bd177e0e1354fbb96fe66ad5330da417c202f88ee7368f3e2eabf642ee7ee765 SHA512 7e01cd405c099198624a3c904adf43ef6c24673d19de3961bf29a08853de3f6c279c3c7d6cdbd9bd1534a59bbdc8d6adc37f275af123d9d0f94dfb71dd33 WHIRLPOOL 62a1d97aa5ad9b1effebf0f3862313daeeb6b69b07d225be3c808cf0bada6a3a721921a61c80123157db8a0dda9d4cf51980fa55d6dff359a0b0adb41be042e0 DIST domain_name-0.5.20161021.gem 119296 SHA256 549ebe3f9ca703354f319c3733d46a926ef72c9654c769b325df40ff9f49acf8 SHA512 a77436b7c250fac717aeed494c58f2e1444e09a98387e6187746d0756cdfcb4848752415258358f5db9843c08a73aa904a193b5894e8f7499f98c4c3f2118a74 WHIRLPOOL 4a55767b73e4ff3f4d6969af46610abbfaad0e49c320e518f3735434b07a64dde78281d3bc2bde9febfaf3648a9533cfaa91374de3986291bde943d23a438c2c +DIST domain_name-0.5.20161129.gem 120320 SHA256 e8f92582942a41348f02eaa7cc061b9b9d54d81ff9251d1bc3f0cc499c78083f SHA512 87faedd07e3ab521c5468108afa09dba26476dc15493e27c3f0bab49ba0deb609d2a43626a0a9573fc36c9343bc9a641fefe61bab0a4525704e3083bcca2edd9 WHIRLPOOL abd5622d2692ae2a15b044e299b53b05d40d94c08c9705033484e02aa8a8ec7502d7ce515a1128886a7f5715c38c356a6a71a7ee60df7671b84a630b2fff87d9 DIST domain_name-0.5.24.gem 104448 SHA256 8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602 WHIRLPOOL df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161 diff --git a/dev-ruby/domain_name/domain_name-0.5.20161129.ebuild b/dev-ruby/domain_name/domain_name-0.5.20161129.ebuild new file mode 100644 index ..45680ed --- /dev/null +++ b/dev-ruby/domain_name/domain_name-0.5.20161129.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Domain Name manipulation library for Ruby" +HOMEPAGE="https://github.com/knu/ruby-domain_name"; + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0" + +ruby_add_bdepend " + test? ( + >=dev-ruby/test-unit-2.5.5 + dev-ruby/shoulda + )" + +all_ruby_prepare() { + sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die + rm Gemfile* || die + + # Remove development dependencies + sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \ + ${RUBY_FAKEGEM_GEMSPEC} || die + + # Avoid dependency on git. + sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib:test test/test_*.rb +}
[gentoo-commits] proj/musl:master commit in: dev-util/strace/
commit: 8f518cf1cba4e2a9a6b3daeb5da00a5d4d36dd40 Author: Aric Belsito gmail com> AuthorDate: Mon Dec 5 05:41:28 2016 + Commit: Aric Belsito gmail com> CommitDate: Mon Dec 5 05:41:28 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8f518cf1 dev-util/strace: Sync with upstream Drop r99 suffix dev-util/strace/Manifest | 2 +- .../strace/{strace-4.11-r99.ebuild => strace-4.11.ebuild} | 11 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest index ca018d8..c432910 100644 --- a/dev-util/strace/Manifest +++ b/dev-util/strace/Manifest @@ -1,3 +1,3 @@ DIST strace-4.11.tar.xz 679924 SHA256 e86a5f6cd8f941f67f3e4b28f4e60f3d9185c951cf266404533210a2e5cd8152 SHA512 e1e07ed427f504f53bcd117b61bb96a780b0f531010856ed157e4d8c2090371bf320ab59a02b88e67bf2afd443fba67e12f90e53afeab795188c89c6496daecd WHIRLPOOL eee2ae13670dc6f52c45e8275e54655216bd63f1bba2b056a31cb2ee1431f3f15060112a4807eb552a36429bee5d358a5ac3290d25f8875ffd818bb6fcb21a2f -EBUILD strace-4.11-r99.ebuild 1429 SHA256 6cf6c6334dfd175471ff430a3c68d302e576adf9052830171454e36d6ef6ad2f SHA512 0caca3d6e31726b26092bebe765d71f69dc550367477158339b9f3d9c00c1979fb02c79ceb13b6f4933992233de524e3f069202b8baa4fc15b20f098f59b949b WHIRLPOOL 901db0e1c1740a9cd5c986ea0bd15a05d0cd167d4dcdf99aa107994203cd540b8de7ccd8a3958690e59c99c9d076d511816eef769dc2517ff24a02b946d10014 +EBUILD strace-4.11.ebuild 1467 SHA256 d7b27a303b5d43c8e53a4ed282372ce010229ea90ebc2112174ecce6a5d74e9b SHA512 f24b9649ad3baf40964675e13d939166b36b1fa9943c5433aa7d9feb193f15e720b13d34939b478fdbe2551725b5a8a0394c8946055c2cff2d8a9b7c59611c6b WHIRLPOOL d92169bcaccbc82ebbabceaaa0ec45b7556db82ab4b16036e7ab633b9162d11e6e725f8e208dbb3f4f0fc81167c02ed9f0babfce492b2f907c2f2a391319cec6 MISC metadata.xml 593 SHA256 e109b90d149d7f0a92316f83f9695c40f2d702625c274b3a9c48bfab2b38dd53 SHA512 67300cfcaba830a47e49cd327bf2d8490b084b016a321fd6e19e52d8dc28968395b3ffc114675a7d4dc723a9ddd7b57c3ede10207a226d60a2225f88aceb59e4 WHIRLPOOL 1af581a8525b849b93b4e2f1c7106fb4805c61818d374e451b5cdf88d7e0d87a41e5175d08e789daab6daf4832ed4b055e9b7de4ad7516220c9da0c203bdc910 diff --git a/dev-util/strace/strace-4.11-r99.ebuild b/dev-util/strace/strace-4.11.ebuild similarity index 86% rename from dev-util/strace/strace-4.11-r99.ebuild rename to dev-util/strace/strace-4.11.ebuild index 87e5477..0139ab8 100644 --- a/dev-util/strace/strace-4.11-r99.ebuild +++ b/dev-util/strace/strace-4.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI="5" inherit flag-o-matic eutils if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace" + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code" + EGIT_PROJECT="${PN}" inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" @@ -15,7 +15,7 @@ else fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" -HOMEPAGE="http://sourceforge.net/projects/strace/"; +HOMEPAGE="https://sourceforge.net/projects/strace/"; LICENSE="BSD" SLOT="0" @@ -32,7 +32,8 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh + ./xlat/gen.sh || die + ./generate_mpers_am.sh || die eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi
[gentoo-commits] proj/musl:master commit in: dev-util/valgrind/files/, dev-util/valgrind/
commit: e2ff1c62569ad1795cdbfac9856eaa11d8f8ad48 Author: Aric Belsito gmail com> AuthorDate: Mon Dec 5 05:36:04 2016 + Commit: Aric Belsito gmail com> CommitDate: Mon Dec 5 05:36:04 2016 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e2ff1c62 dev-util/valgrind: add stable and unstable version dev-util/valgrind/Manifest | 15 +++ .../files/valgrind-3.10.1-glibc-2.21.patch | 17 +++ .../files/valgrind-3.10.1-glibc-2.22.patch | 17 +++ .../valgrind/files/valgrind-3.10.1-linux-4.patch | 29 dev-util/valgrind/files/valgrind-3.10.1-musl.patch | 44 ++ .../files/valgrind-3.10.1-non-exec-stack.patch | 148 + dev-util/valgrind/files/valgrind-3.11.0-musl.patch | 45 +++ .../files/valgrind-3.6.0-local-labels.patch| 24 .../files/valgrind-3.7.0-fno-stack-protector.patch | 12 ++ .../files/valgrind-3.7.0-respect-flags.patch | 13 ++ .../valgrind/files/valgrind-3.9.0-glibc-2.19.patch | 37 ++ dev-util/valgrind/metadata.xml | 24 dev-util/valgrind/valgrind-3.10.1.ebuild | 121 + dev-util/valgrind/valgrind-3.12.0.ebuild | 99 ++ 14 files changed, 645 insertions(+) diff --git a/dev-util/valgrind/Manifest b/dev-util/valgrind/Manifest new file mode 100644 index 000..c4f9e3c --- /dev/null +++ b/dev-util/valgrind/Manifest @@ -0,0 +1,15 @@ +AUX valgrind-3.10.1-glibc-2.21.patch 754 SHA256 a26812fc17bad388e3a30e74cec313ffc8c13bb61f8bb2667008af3d5e4d8984 SHA512 e5fa252633629d0688cbc97d60c91b51796c142c4336f0775266cedc14e53530397290dcdb4d6a4170b0579051fa8a33766d7c43980d6785e56880409ae39218 WHIRLPOOL e106fe74225329e05c89b5e69471c88fe65f7044e357c66509ff4731cf5f2f410e79fed0885af015e7c49d4b9b37e4e491fc870f900da18ef9cab146a37c9050 +AUX valgrind-3.10.1-glibc-2.22.patch 754 SHA256 c1fb0353065c03abc3867e0c0ffd030abbe9050bd6c0df1622633eac0156f5bc SHA512 c9d6511097b4270474011ee5dd7e87b20ca946c8fc227766db017948d0fcff7b5f8031ce2827b90917c2c9fb059fa65173cc2243c3d57b7e9edfcab740b7250e WHIRLPOOL 5a45da79add0334989ba85697a958416e762593e1b60d604002dea081191ad1aba45c4502191b212db64e208a7b2e7f8a80e5955157487782b31b09e9626e2e4 +AUX valgrind-3.10.1-linux-4.patch 972 SHA256 08956afc6390188a6c8bc0cebb81e806d4006e635076878e21043a57e5df4816 SHA512 22fda4cb41ee38e5b871217abf7c697ac6d1f088e9d6f5c035c6c54b0d008f2f23fe900fc036f0990fbad6284d357838e344ec43c156a5d8ec60d7b377abceaf WHIRLPOOL 99528549388b189328de8fe40715cdeac86f22726c62f9ae5aa677ac1a33aeb610230c421738342c4ed8b3b55e43372ecda943d5c2a4e74a26484ff1c1ef8c50 +AUX valgrind-3.10.1-musl.patch 1884 SHA256 9f94b5a8674f5f3c1dead32cff036ae5a513158e14c89cf230cd6f3d47e77feb SHA512 5a8ce93abd83a66983f0b47acce4e375dd6b8c57d6772d42f51aea0ec0f0c233cef88230d10e54c06446a84c772810d382fd1861019ad9b28578b0e0bd8ff57c WHIRLPOOL d62e7ddf61e9fd8a810c358051448cf742dd145738e7fbea8bf1f56ea8ceadf9683da6e6e596807dc810ba5e2c8688b45e1c06451742c8598e712227d5a2 +AUX valgrind-3.10.1-non-exec-stack.patch 6019 SHA256 812560566e56c32db2ad3a97a2e52327d84648698987079ccf3843203c1e6ddc SHA512 015da8132bb72b81bd017b3e3faefb408a8f053676ff605bec411e40d9b7de21b197f660139df7e540756462406442325305d52ae0da04ac44ec66612fb1b0b3 WHIRLPOOL ddaf89092c4915662e6ba048668715f13e8634edc7cf490099870edda3b23799a76e3c677a430bf966295f84010829217aa0c0f887e48762969b805a365ef101 +AUX valgrind-3.11.0-musl.patch 2031 SHA256 c3c036b5976320f5c4f949a5c10c1b361b6328e5ca766658975305892c46efd0 SHA512 29bb3f4719b6ec6e921220135f6d11eb4fa130edf3c94b9b63ddd68fba1426aaa6b1bb7629b25c853a1b2a902f4fd0d8e74a3d641f395d43f0553209e6c5f5d5 WHIRLPOOL 8f06d02c36a52f753ad8103b13b11cc07dcaf531769ca99f142244d737d75d25cb5290eefebd0e7b9b18f40d5a855cee72cef89efae100961566df0b48e63977 +AUX valgrind-3.6.0-local-labels.patch 1388 SHA256 34ae13eda378677f1e662e0813f138de9b897d6592d20872c58ed8ac1bcf7def SHA512 079abe5bd99e2acf0e33a46db3772e264a2051d048c1cd34a4ee350395ea38b815f7909008ed1123324857ed25ab0159da4c5da37701570be012a0664481bbc6 WHIRLPOOL ba737636a547154947073478048f693bb28a9e353b8a1ac195d701bb8be69e182aa5d043b1c6085639c80752c68e5c8b26e3ec54bdcff7ac53ca71bc62768f58 +AUX valgrind-3.7.0-fno-stack-protector.patch 554 SHA256 83ed90a0e8a8b06dca8aad4e7f1a12e3c84621d502427c0913b72740b310f479 SHA512 4f9573fd68a0e1e209518fb4100c27b697ccd28e7a39abaa921f1949cd87ffb79a6784d2d1f6e006d68a08c7217cee77cba378c18aab48b87a3824eedb53ed5e WHIRLPOOL 097a9658c0b83cec2b49fc0011bc63512d1a1b2e12048203ac963ad1fd526f932d8fee4052e6b8daacec3fa0bc9a0ea25e69f88bbb5df588e9b668252c0dc517 +AUX valgrind-3.7.0-respect-flags.patch 360 SHA256 6b1e5938ecafc29428a698296423c71924848b1e746d6ee8a0f1dd91141f1019 SHA512 efdb017283b6a5829d1a5acc31b42ddd177a3ab468eb062b8c4fd90b2dbd06679e8d8bc2d6f813e3001efdda831d4410cc8da3a3e42ee2e49efea0423e4b3ca3 WHIRLPOOL 5bff165cf8f6042905a4d682b0114ee41301de173d43412b16208a08a351fe8ca74a527e4d09f9649dca28cbb61dd8ea2392e10e2b8d7b
[gentoo-commits] proj/portage:master commit in: bin/, pym/portage/util/
commit: c2078c8e836282f20eebf4d756eb8e2859b9afc7 Author: Brian Dolbec gentoo org> AuthorDate: Wed Nov 30 02:25:36 2016 + Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 05:13:15 2016 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c2078c8e egencache: Migrate _special_filename class to portage.utils.changelog for api use Requested move by Robin gentoo.org> for the new split changelog repo scripts. Rename the class more appropriately. Make the file_type_lt() private. bin/egencache | 76 +++ pym/portage/util/changelog.py | 69 +++ 2 files changed, 74 insertions(+), 71 deletions(-) diff --git a/bin/egencache b/bin/egencache index 80738cf..e994b4a 100755 --- a/bin/egencache +++ b/bin/egencache @@ -52,16 +52,16 @@ from _emerge.MetadataRegen import MetadataRegen from portage.cache.cache_errors import CacheError, StatCollision from portage.cache.index.pkg_desc_index import pkg_desc_index_line_format from portage.const import TIMESTAMP_FORMAT -from portage.manifest import guessManifestFileType from portage.package.ebuild._parallel_manifest.ManifestScheduler import ManifestScheduler from portage.util import cmp_sort_key, writemsg_level from portage.util._async.AsyncFunction import AsyncFunction from portage.util._async.run_main_scheduler import run_main_scheduler from portage.util._async.TaskScheduler import TaskScheduler from portage.util._eventloop.global_event_loop import global_event_loop +from portage.util.changelog import ChangeLogTypeSort from portage import cpv_getkey from portage.dep import Atom, isjustname -from portage.versions import pkgsplit, vercmp, _pkg_str +from portage.versions import vercmp try: from xml.etree import ElementTree @@ -668,72 +668,6 @@ class GenUseLocalDesc(object): os.utime(desc_path, (mtime, mtime)) -if sys.hexversion < 0x300: - _filename_base = unicode -else: - _filename_base = str - -class _special_filename(_filename_base): - """ - Helps to sort file names by file type and other criteria. - """ - def __new__(cls, status_change, file_name): - return _filename_base.__new__(cls, status_change + file_name) - - def __init__(self, status_change, file_name): - _filename_base.__init__(status_change + file_name) - self.status_change = status_change - self.file_name = file_name - self.file_type = guessManifestFileType(file_name) - - @staticmethod - def file_type_lt(a, b): - """ - Defines an ordering between file types. - """ - first = a.file_type - second = b.file_type - if first == second: - return False - - if first == "EBUILD": - return True - elif first == "MISC": - return second in ("EBUILD",) - elif first == "AUX": - return second in ("EBUILD", "MISC") - elif first == "DIST": - return second in ("EBUILD", "MISC", "AUX") - elif first is None: - return False - else: - raise ValueError("Unknown file type '%s'" % first) - - def __lt__(self, other): - """ - Compare different file names, first by file type and then - for ebuilds by version and lexicographically for others. - EBUILD < MISC < AUX < DIST < None - """ - if self.__class__ != other.__class__: - raise NotImplementedError - - # Sort by file type as defined by file_type_lt(). - if self.file_type_lt(self, other): - return True - elif self.file_type_lt(other, self): - return False - - # Files have the same type. - if self.file_type == "EBUILD": - # Sort by version. Lowest first. - ver = "-".join(pkgsplit(self.file_name[:-7])[1:3]) - other_ver = "-".join(pkgsplit(other.file_name[:-7])[1:3]) - return vercmp(ver, other_ver) < 0 - else: - # Sort lexicographically. - return self.file_name < other.file_name - class GenChangeLogs(object): def __init__(self, portdb, changelog_output, changelog_reversed, max_jobs=None, max_load=None): @@ -853,11 +787,11 @@ class GenChangeLogs(object): elif f[1].startswith('ChangeLog'): pass elif f[0].startswith('A'): -
[gentoo-commits] proj/portage:master commit in: pym/portage/
commit: 0473d6bc3b879fa5ce8182c7e241122cb93887d3 Author: Brian Dolbec gentoo org> AuthorDate: Wed Nov 30 02:58:28 2016 + Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 05:13:15 2016 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0473d6bc portage/versions.py: Pyflakes and Whitespace cleanup pym/portage/versions.py | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/pym/portage/versions.py b/pym/portage/versions.py index 1ca9a36..a028d93 100644 --- a/pym/portage/versions.py +++ b/pym/portage/versions.py @@ -127,7 +127,7 @@ def vercmp(ver1, ver2, silent=1): positive number >>> vercmp('1.0_p3','1.0_p3') 0 - + @param pkg1: version to compare with (see ver_regexp in portage.versions.py) @type pkg1: string (example: "2.1.2-r3") @param pkg2: version to compare againts (see ver_regexp in portage.versions.py) @@ -135,7 +135,7 @@ def vercmp(ver1, ver2, silent=1): @rtype: None or float @return: 1. positive if ver1 is greater than ver2 - 2. negative if ver1 is less than ver2 + 2. negative if ver1 is less than ver2 3. 0 if ver1 equals ver2 4. None if ver1 or ver2 are invalid (see ver_regexp in portage.versions.py) """ @@ -145,7 +145,7 @@ def vercmp(ver1, ver2, silent=1): match1 = ver_regexp.match(ver1) match2 = ver_regexp.match(ver2) - + # checking that the versions are valid if not match1 or not match1.groups(): if not silent: @@ -161,7 +161,7 @@ def vercmp(ver1, ver2, silent=1): return 1 elif match2.group(1) and not match1.group(1): return -1 - + # building lists of the version parts before the suffix # first part is simple list1 = [int(match1.group(2))] @@ -225,7 +225,7 @@ def vercmp(ver1, ver2, silent=1): # main version is equal, so now compare the _suffix part list1 = match1.group(6).split("_")[1:] list2 = match2.group(6).split("_")[1:] - + for i in range(0, max(len(list1), len(list2))): # Implicit _p0 is given a value of -1, so that 1 < 1_p0 if len(list1) <= i: @@ -267,7 +267,7 @@ def vercmp(ver1, ver2, silent=1): r2 = 0 rval = (r1 > r2) - (r1 < r2) return rval - + def pkgcmp(pkg1, pkg2): """ Compare 2 package versions created in pkgsplit format. @@ -284,10 +284,10 @@ def pkgcmp(pkg1, pkg2): @param pkg2: package to compare againts @type pkg2: list (example: ['test', '1.0', 'r1']) @rtype: None or integer - @return: + @return: 1. None if package names are not the same 2. 1 if pkg1 is greater than pkg2 - 3. -1 if pkg1 is less than pkg2 + 3. -1 if pkg1 is less than pkg2 4. 0 if pkg1 equals pkg2 """ if pkg1[0] != pkg2[0]: @@ -314,7 +314,7 @@ def _pkgsplit(mypkg, eapi=None): rev = '0' rev = 'r' + rev - return (m.group('pn'), m.group('ver'), rev) + return (m.group('pn'), m.group('ver'), rev) _cat_re = re.compile('^%s$' % _cat, re.UNICODE) _missing_cat = 'null' @@ -322,9 +322,9 @@ _missing_cat = 'null' def catpkgsplit(mydata, silent=1, eapi=None): """ Takes a Category/Package-Version-Rev and returns a list of each. - + @param mydata: Data to split - @type mydata: string + @type mydata: string @param silent: suppress error messages @type silent: Boolean (integer) @rype: list @@ -449,7 +449,6 @@ class _pkg_str(_unicode): return self._stable except AttributeError: try: - metadata = self._metadata settings = self._settings except AttributeError: raise AttributeError('stable')
[gentoo-commits] proj/portage:master commit in: pym/_emerge/
commit: 40e3bbe96c522eb02870550b0f976efdbdd0c033 Author: hackers.terabit Yandex com> AuthorDate: Thu Oct 27 03:29:16 2016 + Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 05:13:14 2016 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=40e3bbe9 _emerge/depgraph.py: Autounmask-write fails when there isn't a file in package.*/ bug 598116 Instead of outputting "!!! No file to write for ..." error message, Use a sane default filename. Add zz- prefix to ensure it remains the last file in sorted order. X-Gentoo-bug: 598116 X-Gentoo-bug-url: https://bugs.gentoo.org/598116 pym/_emerge/depgraph.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index ee6cf68..cb12b05 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -8247,6 +8247,12 @@ class depgraph(object): child.endswith("~"): continue stack.append(os.path.join(p, child)) + # If the directory is empty add a file with name + # pattern file_name.default + if last_file_path is None: + last_file_path = os.path.join(file_path, file_path, "zz-autounmask") + with open(last_file_path, "a+") as default: + default.write("# " + file_name) return last_file_path
[gentoo-commits] proj/portage:master commit in: pym/_emerge/
commit: ab07ac68fa1e04ed64e2e0f6c753ff169a32d517 Author: Zac Medico gentoo org> AuthorDate: Mon Dec 5 02:38:49 2016 + Commit: Zac Medico gentoo org> CommitDate: Mon Dec 5 04:55:32 2016 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ab07ac68 depgraph: select highest version involved in slot conflict (bug 554070) Fix depgraph's package selection logic to choose the highest version involved in a slot conflict, for correct operation of conflict_downgrade logic in the dep_zapdeps function which was introduced in commit a9064d08ef4c92a5d0d1bfb3dc8a01b7850812b0. This will prevent incorrect re-ordering of || deps in dep_zapdeps, as reported in bug 554070. X-Gentoo-Bug: 554070 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554070 Fixes a9064d08ef4c ("Solve more slot-operator conflicts (531656)") Acked-by: Brian Dolbec gentoo.org> pym/_emerge/depgraph.py | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 9161914..ee6cf68 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6071,8 +6071,15 @@ class depgraph(object): # will always end with a break statement below # this point. if find_existing_node: - e_pkg = next(self._dynamic_config._package_tracker.match( - root, pkg.slot_atom, installed=False), None) + # Use reversed iteration in order to get + # descending order here, so that the highest + # version involved in a slot conflict is + # selected. This is needed for correct operation + # of conflict_downgrade logic in the dep_zapdeps + # function (see bug 554070). + e_pkg = next(reversed(list( + self._dynamic_config._package_tracker.match( + root, pkg.slot_atom, installed=False))), None) if not e_pkg: break
[gentoo-commits] repo/gentoo:master commit in: profiles/desc/
commit: a5ce9048025fbdf21811b17eb6d7d4b9c26c0710 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Dec 5 03:38:20 2016 + Commit: Michael Orlitzky gentoo org> CommitDate: Mon Dec 5 03:38:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ce9048 profiles: add the php7-1 flag to desc/php_targets.desc. profiles/desc/php_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index 75d09ce..8cb3365 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -4,6 +4,7 @@ # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php7-1 - Build against PHP 7.1 php7-0 - Build against PHP 7.0 php5-6 - Build against PHP 5.6 php5-5 - Build against PHP 5.5
[gentoo-commits] repo/gentoo:master commit in: virtual/httpd-php/
commit: fa57346dff7a8e5d911e28c0891d2e87fe4f341d Author: Craig Andrews integralblue com> AuthorDate: Sun Dec 4 03:41:48 2016 + Commit: Michael Orlitzky gentoo org> CommitDate: Mon Dec 5 02:47:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa57346d virtual/httpd-php: add version 7.1 Package-Manager: portage-2.3.2 Signed-off-by: Michael Orlitzky gentoo.org> virtual/httpd-php/httpd-php-7.1.ebuild | 19 +++ 1 file changed, 19 insertions(+) diff --git a/virtual/httpd-php/httpd-php-7.1.ebuild b/virtual/httpd-php/httpd-php-7.1.ebuild new file mode 100644 index ..f8f670c --- /dev/null +++ b/virtual/httpd-php/httpd-php-7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="Virtual to provide PHP-enabled webservers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] + dev-lang/php:${SLOT}[apache2] + dev-lang/php:${SLOT}[cgi] )" +DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/
commit: 82c311373a4a777948f6f39351719ce8f427e325 Author: Mike Gilbert gentoo org> AuthorDate: Mon Dec 5 02:44:53 2016 + Commit: Mike Gilbert gentoo org> CommitDate: Mon Dec 5 02:45:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c31137 dev-python/urllib3: remove old Package-Manager: portage-2.3.2_p13 dev-python/urllib3/Manifest | 3 - dev-python/urllib3/urllib3-1.10.4.ebuild| 71 - dev-python/urllib3/urllib3-1.13.1-r1.ebuild | 111 --- dev-python/urllib3/urllib3-1.14.ebuild | 114 4 files changed, 299 deletions(-) diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest index 8c2e3a5..edf56fa 100644 --- a/dev-python/urllib3/Manifest +++ b/dev-python/urllib3/Manifest @@ -1,7 +1,4 @@ -DIST urllib3-1.10.4.tar.gz 138538 SHA256 52131e6a561466f1206e1a648d9a73dda2a804d0f70e83782bd88494542ded09 SHA512 83118aa5bf23add5bb5dafd98d32459315d971246ac2a49f7f0d0fcad6414099885f6d4fc7847de17e983b949c8a21fa4ed71c0216e578bdfc8eb351672f7c09 WHIRLPOOL 03431b6c575f3399bf8876d7dfad126986864e3a3f09d05e7e682b5b374ed420854c776a3d7bac91538086e43a9b832975aaf0b1b2e3fcde1ba8cfe93417bdc3 DIST urllib3-1.12.tar.gz 151072 SHA256 0ea512776971fe4e76192600fe41e4e7ee96b4b9a5b15aefc1ac31d2a63872c6 SHA512 44f1cf9c5d5538e35d026551a2d1dc7119786c1148b9a769fa9f652f0368e996512962c6245c92d1f4bb1d8e816e2fb0ffebeb0060b01f92b2a5d6e01d15426f WHIRLPOOL d386e4fb47b2ea4d78d2ad690c9252d6be1b3f5a624e20670e22c9b3a28dc910e3d5ecd24ca54d8f8337f8e9a9875208efce06952cd392d9c8254257eadeee70 -DIST urllib3-1.13.1.tar.gz 156259 SHA256 6eba1d713f8552e37ac4081c6bdf7be9f5a79f58447aed762bf24cc34c5e3983 SHA512 663c0a10b0e6b8a2c337cf799e45b8d949cbf0f542e22204fe31af193c7275c499ddf0ac3470152cc51bed56a0f5b77f1897140801b732773f606e77e8cea420 WHIRLPOOL d0c3ea06f7a8180eca9b22197ddad6f04ea9b9c5fe254ade00e12fb9a5ffeaa9264a5a160cc49ebd87a1822ba13af22bef357a241b7b76b2281f400f776e309e -DIST urllib3-1.14.tar.gz 161497 SHA256 dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37 SHA512 8c315b442bc7454e421f2c801cc2bbfc011fb2eb5dcbd2ff7d6078dab0bb5254e3e1489496758cec190ebd0c249962fa1fe24fe6535e844a681350e9d7353562 WHIRLPOOL 3be475d5591328d304bbf48392ab563a7d5013907c96298abaf34b06a7a16fe81d56a03f6a73d50c9679334b140f00789a71a918f2ea1e6951e5351324852f3c DIST urllib3-1.16.tar.gz 179763 SHA256 63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab SHA512 646b35a9a4490b2d1f068883a29cbb5be5050a6eea7bb7842f77cd666b7f88101a7612e8eb45ae0eb900d914518db5202f548ab688b8db1c20ed248ba2edac66 WHIRLPOOL a4a813a5fc560a1487a87e492185122ffe8a41ba263e3c5e5962a48b9f4577a6360fa5d47d474f3c97a56e7ef99b2854c0f742075c05b88461f41d69e10c7a04 DIST urllib3-1.19.1.tar.gz 187416 SHA256 53bc34c8ee268c3bd83ecf5e9c80fa783f3148484579bd4e20f4a7c1bb2dd6a0 SHA512 a23ce0dec72dd080a355a5dfde1886b7e831314785302d2dbb67db645e25d8a175169a2ed80534657ce0376bd6d38294d4cd479c9142324b179c7607cfe5d13b WHIRLPOOL 2e1b3c71476404a39750c19efd91678398ff3f3bc9f499be3b7af5ba095dac4a2158edaa5b9f4a0906c79cb83d55d77c414715df1beff85a038b148ee7c59674 DIST urllib3-1.19.tar.gz 187217 SHA256 87f362d061184191d07ced0b947d8526f3e1884f21b0fe97fab313dedcb895be SHA512 3c4a6cbcf8e6797c1ba0d0945ae4f767314607f746a79aeac95230130682c91de5c16826b299973e9e3374a284facc10be39df8cef3dea876d1dea4314c62d94 WHIRLPOOL 978f4c7c9fc9d858c423229d91b0c8d80256dcd0ad08400c8aaf9bfbbcbb7c0abad2eec86deddac3b41ed8dcf9348d70e7e8f2e2ae6e3edbe5c3827b2b44db21 diff --git a/dev-python/urllib3/urllib3-1.10.4.ebuild b/dev-python/urllib3/urllib3-1.10.4.ebuild deleted file mode 100644 index e112ae1.. --- a/dev-python/urllib3/urllib3-1.10.4.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE="https://github.com/shazow/urllib3"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" -IUSE="doc test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - $(python_gen_cond_dep \ - 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python2_7 pypy)" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - >=www-servers/tornado-4.1[$(python_gen_usedep 'python*')] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - " - -# Testsuite written requiring mock to be installed under all Cpythons - -python_prepare_all() { - # Replace bundled copy of dev-python/six - cat > urllib3/packages/six.py <<-EOF - from __future__ import absolute_import
[gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/
commit: 665b3703248a3676917902bc4d3af9b8f708ac5e Author: Mike Gilbert gentoo org> AuthorDate: Mon Dec 5 02:43:36 2016 + Commit: Mike Gilbert gentoo org> CommitDate: Mon Dec 5 02:45:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665b3703 dev-python/urllib3: bump to 1.19.1 Tests disabled for now due to errors. Package-Manager: portage-2.3.2_p13 dev-python/urllib3/Manifest | 1 + dev-python/urllib3/urllib3-1.19.1.ebuild | 62 2 files changed, 63 insertions(+) diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest index 95f38f0..8c2e3a5 100644 --- a/dev-python/urllib3/Manifest +++ b/dev-python/urllib3/Manifest @@ -3,4 +3,5 @@ DIST urllib3-1.12.tar.gz 151072 SHA256 0ea512776971fe4e76192600fe41e4e7ee96b4b9a DIST urllib3-1.13.1.tar.gz 156259 SHA256 6eba1d713f8552e37ac4081c6bdf7be9f5a79f58447aed762bf24cc34c5e3983 SHA512 663c0a10b0e6b8a2c337cf799e45b8d949cbf0f542e22204fe31af193c7275c499ddf0ac3470152cc51bed56a0f5b77f1897140801b732773f606e77e8cea420 WHIRLPOOL d0c3ea06f7a8180eca9b22197ddad6f04ea9b9c5fe254ade00e12fb9a5ffeaa9264a5a160cc49ebd87a1822ba13af22bef357a241b7b76b2281f400f776e309e DIST urllib3-1.14.tar.gz 161497 SHA256 dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37 SHA512 8c315b442bc7454e421f2c801cc2bbfc011fb2eb5dcbd2ff7d6078dab0bb5254e3e1489496758cec190ebd0c249962fa1fe24fe6535e844a681350e9d7353562 WHIRLPOOL 3be475d5591328d304bbf48392ab563a7d5013907c96298abaf34b06a7a16fe81d56a03f6a73d50c9679334b140f00789a71a918f2ea1e6951e5351324852f3c DIST urllib3-1.16.tar.gz 179763 SHA256 63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab SHA512 646b35a9a4490b2d1f068883a29cbb5be5050a6eea7bb7842f77cd666b7f88101a7612e8eb45ae0eb900d914518db5202f548ab688b8db1c20ed248ba2edac66 WHIRLPOOL a4a813a5fc560a1487a87e492185122ffe8a41ba263e3c5e5962a48b9f4577a6360fa5d47d474f3c97a56e7ef99b2854c0f742075c05b88461f41d69e10c7a04 +DIST urllib3-1.19.1.tar.gz 187416 SHA256 53bc34c8ee268c3bd83ecf5e9c80fa783f3148484579bd4e20f4a7c1bb2dd6a0 SHA512 a23ce0dec72dd080a355a5dfde1886b7e831314785302d2dbb67db645e25d8a175169a2ed80534657ce0376bd6d38294d4cd479c9142324b179c7607cfe5d13b WHIRLPOOL 2e1b3c71476404a39750c19efd91678398ff3f3bc9f499be3b7af5ba095dac4a2158edaa5b9f4a0906c79cb83d55d77c414715df1beff85a038b148ee7c59674 DIST urllib3-1.19.tar.gz 187217 SHA256 87f362d061184191d07ced0b947d8526f3e1884f21b0fe97fab313dedcb895be SHA512 3c4a6cbcf8e6797c1ba0d0945ae4f767314607f746a79aeac95230130682c91de5c16826b299973e9e3374a284facc10be39df8cef3dea876d1dea4314c62d94 WHIRLPOOL 978f4c7c9fc9d858c423229d91b0c8d80256dcd0ad08400c8aaf9bfbbcbb7c0abad2eec86deddac3b41ed8dcf9348d70e7e8f2e2ae6e3edbe5c3827b2b44db21 diff --git a/dev-python/urllib3/urllib3-1.19.1.ebuild b/dev-python/urllib3/urllib3-1.19.1.ebuild new file mode 100644 index ..8adef3e --- /dev/null +++ b/dev-python/urllib3/urllib3-1.19.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_REQ_USE="ssl(+)" + +inherit distutils-r1 + +DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" +HOMEPAGE="https://github.com/shazow/urllib3"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux" +IUSE="doc test" +RESTRICT="test" + +RDEPEND=" + >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] + >=dev-python/idna-2.0.0[${PYTHON_USEDEP}] + virtual/python-ipaddress[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + >=www-servers/tornado-4.2.1[$(python_gen_usedep 'python*')] + >=dev-python/mock-1.3.0[${PYTHON_USEDEP}] + >=dev-python/nose-1.3.7[${PYTHON_USEDEP}] + >=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}] + ) + doc? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ) +" + +# Testsuite written requiring mock to be installed under all Cpythons + +python_compile_all() { + use doc && emake -C docs SPHINXOPTS= html +} + +python_test() { + # FIXME: get tornado ported + if [[ ${EPYTHON} == python* ]]; then + nosetests -v test || die "Testing failed with ${EPYTHON}" + fi +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
commit: 023b204a3ff9f6692bb70b54cd23ecd0bb10f9d1 Author: Aaron Bauman gentoo org> AuthorDate: Mon Dec 5 01:50:39 2016 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Dec 5 01:50:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023b204a dev-libs/libgit2: revert cleanup wrt security bug #596758 This reverts commit 9b64de1489263019495731928a65665e3ab3daba. dev-libs/libgit2/Manifest | 2 + dev-libs/libgit2/libgit2-0.22.3.ebuild | 75 + dev-libs/libgit2/libgit2-0.23.4.ebuild | 76 ++ 3 files changed, 153 insertions(+) diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest index 485c6a3..0a02cf0 100644 --- a/dev-libs/libgit2/Manifest +++ b/dev-libs/libgit2/Manifest @@ -1 +1,3 @@ +DIST libgit2-0.22.3.tar.gz 3594098 SHA256 511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60 SHA512 2bbb04789702d206e65b18d96752113d2c1b0af7b7779cf7c90c326ec47f535b36327b0171ae1f614179c24275e2c04c51d62e44eedba87530509a29c15ab25c WHIRLPOOL 2fbb2739856e6cef3ae1a103e1b999b3362c79536423e5cd6d46d60276a14e87298ec36e2e03e8ea0fa8ebe28a140ba20ce077fb30ab3fc0d1337ec3b04fde87 +DIST libgit2-0.23.4.tar.gz 4065303 SHA256 c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029 SHA512 f2f6244dfee4dab2dc5ef9607808404467a1f6baa684aa4e24b7116e7e7f63f396eef3282c1bcffbef47f19824731c2887deadbe3b2dad8a075b0639e5965d9e WHIRLPOOL 7346fd24616ba68929f02d686229a2f91caf2bf44ff88aadbb663ffb776dc6a5a222f0a9d7145ac9ef08ebcd321671e5c3d0175eca77230955bfaa2ca375ca6a DIST libgit2-0.24.2.tar.gz 4177238 SHA256 00f0a7403143fba69601accc80cacf49becc568b890ba232f300c1b2a37475e6 SHA512 aaba85ef65e00b5916642121dbf0e785c20332f29312e772186eef0eebba5c997a60f94dfb651cbab25c3070c7b4cc37e8619d9cb9fed590e1fb0460bcb7af02 WHIRLPOOL 090cc7b3f8ec3db468128d1441b4c4b02e8ec02b1e9f3d73ced5973083c81a811ac0e50ecfb61470e4a85a57af94772a74e9cf9d71fccac17e36938b05892e8a diff --git a/dev-libs/libgit2/libgit2-0.22.3.ebuild b/dev-libs/libgit2/libgit2-0.22.3.ebuild new file mode 100644 index ..699bee9 --- /dev/null +++ b/dev-libs/libgit2/libgit2-0.22.3.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils multilib + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86 ~ppc-macos" +fi + +DESCRIPTION="A linkable library for Git" +HOMEPAGE="https://libgit2.github.com/"; + +LICENSE="GPL-2-with-linking-exception" +SLOT="0/22" +IUSE="examples gssapi ssh test threads trace" + +RDEPEND=" + dev-libs/openssl:0 + sys-libs/zlib + net-libs/http-parser + gssapi? ( virtual/krb5 ) + ssh? ( net-libs/libssh2 ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md ) + +src_prepare() { + # skip online tests + sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die + + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" + $(cmake-utils_use_build test CLAR) + $(cmake-utils_use_enable trace TRACE) + $(cmake-utils_use_use gssapi GSSAPI) + $(cmake-utils_use_use ssh SSH) + $(cmake-utils_use threads THREADSAFE) + ) + cmake-utils_src_configure +} + +src_test() { + if [[ ${EUID} -eq 0 ]] ; then + # repo::iterator::fs_preserves_error fails if run as root + # since root can still access dirs with perms + ewarn "Skipping tests: non-root privileges are required for all tests to pass" + else + local TEST_VERBOSE=1 + cmake-utils_src_test + fi +} + +src_install() { + cmake-utils_src_install + + if use examples ; then + egit_clean examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +} diff --git a/dev-libs/libgit2/libgit2-0.23.4.ebuild b/dev-libs/libgit2/libgit2-0.23.4.ebuild new file mode 100644 index ..7881474 --- /dev/null +++ b/dev-libs/libgit2/libgit2-0.23.4.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils multilib + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 ~arm x86 ~ppc-macos" +fi + +DESCRIPTION="A linkable library for Git" +HOMEPAGE="https://libgit2.github.com/";
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
commit: 9b64de1489263019495731928a65665e3ab3daba Author: Aaron Bauman gentoo org> AuthorDate: Mon Dec 5 01:07:21 2016 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Dec 5 01:07:21 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b64de14 dev-libs/libgit2: cleanup vulnerable versions wrt security bug #596758 dev-libs/libgit2/Manifest | 2 - dev-libs/libgit2/libgit2-0.22.3.ebuild | 75 - dev-libs/libgit2/libgit2-0.23.4.ebuild | 76 -- 3 files changed, 153 deletions(-) diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest index 0a02cf0..485c6a3 100644 --- a/dev-libs/libgit2/Manifest +++ b/dev-libs/libgit2/Manifest @@ -1,3 +1 @@ -DIST libgit2-0.22.3.tar.gz 3594098 SHA256 511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60 SHA512 2bbb04789702d206e65b18d96752113d2c1b0af7b7779cf7c90c326ec47f535b36327b0171ae1f614179c24275e2c04c51d62e44eedba87530509a29c15ab25c WHIRLPOOL 2fbb2739856e6cef3ae1a103e1b999b3362c79536423e5cd6d46d60276a14e87298ec36e2e03e8ea0fa8ebe28a140ba20ce077fb30ab3fc0d1337ec3b04fde87 -DIST libgit2-0.23.4.tar.gz 4065303 SHA256 c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029 SHA512 f2f6244dfee4dab2dc5ef9607808404467a1f6baa684aa4e24b7116e7e7f63f396eef3282c1bcffbef47f19824731c2887deadbe3b2dad8a075b0639e5965d9e WHIRLPOOL 7346fd24616ba68929f02d686229a2f91caf2bf44ff88aadbb663ffb776dc6a5a222f0a9d7145ac9ef08ebcd321671e5c3d0175eca77230955bfaa2ca375ca6a DIST libgit2-0.24.2.tar.gz 4177238 SHA256 00f0a7403143fba69601accc80cacf49becc568b890ba232f300c1b2a37475e6 SHA512 aaba85ef65e00b5916642121dbf0e785c20332f29312e772186eef0eebba5c997a60f94dfb651cbab25c3070c7b4cc37e8619d9cb9fed590e1fb0460bcb7af02 WHIRLPOOL 090cc7b3f8ec3db468128d1441b4c4b02e8ec02b1e9f3d73ced5973083c81a811ac0e50ecfb61470e4a85a57af94772a74e9cf9d71fccac17e36938b05892e8a diff --git a/dev-libs/libgit2/libgit2-0.22.3.ebuild b/dev-libs/libgit2/libgit2-0.22.3.ebuild deleted file mode 100644 index 699bee9.. --- a/dev-libs/libgit2/libgit2-0.22.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils multilib - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~ppc-macos" -fi - -DESCRIPTION="A linkable library for Git" -HOMEPAGE="https://libgit2.github.com/"; - -LICENSE="GPL-2-with-linking-exception" -SLOT="0/22" -IUSE="examples gssapi ssh test threads trace" - -RDEPEND=" - dev-libs/openssl:0 - sys-libs/zlib - net-libs/http-parser - gssapi? ( virtual/krb5 ) - ssh? ( net-libs/libssh2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md ) - -src_prepare() { - # skip online tests - sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" - $(cmake-utils_use_build test CLAR) - $(cmake-utils_use_enable trace TRACE) - $(cmake-utils_use_use gssapi GSSAPI) - $(cmake-utils_use_use ssh SSH) - $(cmake-utils_use threads THREADSAFE) - ) - cmake-utils_src_configure -} - -src_test() { - if [[ ${EUID} -eq 0 ]] ; then - # repo::iterator::fs_preserves_error fails if run as root - # since root can still access dirs with perms - ewarn "Skipping tests: non-root privileges are required for all tests to pass" - else - local TEST_VERBOSE=1 - cmake-utils_src_test - fi -} - -src_install() { - cmake-utils_src_install - - if use examples ; then - egit_clean examples - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-libs/libgit2/libgit2-0.23.4.ebuild b/dev-libs/libgit2/libgit2-0.23.4.ebuild deleted file mode 100644 index 7881474.. --- a/dev-libs/libgit2/libgit2-0.23.4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils multilib - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86 ~ppc-macos" -fi - -DESCRIPTION="A linkable library for Git" -HOMEPAGE="https://libgit2.github.com/"; - -LICENSE="GPL-2-with-linking-exception" -
[gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/
commit: eb24c22a0bc4ad9851c68f84a52291d670c9b440 Author: Matthew Thode gentoo org> AuthorDate: Mon Dec 5 00:45:24 2016 + Commit: Matt Thode gentoo org> CommitDate: Mon Dec 5 00:45:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb24c22a dev-python/keyring: bup Package-Manager: portage-2.3.0 dev-python/keyring/Manifest| 1 + dev-python/keyring/keyring-10.1.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest index 2b39233..9b2634b 100644 --- a/dev-python/keyring/Manifest +++ b/dev-python/keyring/Manifest @@ -1,3 +1,4 @@ DIST keyring-10.0.2.tar.gz 36587 SHA256 91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 SHA512 e9018415e99c50d806e2c1d4a057551afedbd91efef7163ceac150f2b0857244ba6ab7cb867596a94b96ea23eb6b0b765ccd62ce7283e52d1d926c15cf92f9ba WHIRLPOOL 2be86bde3cf433a8129f34428206f0ce345a29de58ed229e1e074a5822dc922b5e0216a5748c75961a8df863ad7bf7554faf592cc6cde7f363c21b6b08baf944 +DIST keyring-10.1.tar.gz 37088 SHA256 af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f SHA512 955cc59eaef2f8fd690ee68e646196c1579fcae227c8df5012f3a884a7f596d964a8a2f1a37c17dc7f7c34a4aea88920e95e0adfbaf25a7a0f7474274696bae6 WHIRLPOOL b827d42553175a06bdeb21e08a5e702d81b4debaed25f98ad16e7319d493c82e7f9541c39e97db1584a901a892096af8c2206f345321fd4f2da834db67714915 DIST keyring-8.6.tar.gz 38526 SHA256 92b28d9713ed77bc157680e95a3643a5777f5c3e0690e772c2f2da7df81ce46d SHA512 a139736381ee706da1c5456259ce0ca07d4079003f2eb90bab6b3dc4b8ff6b7bf68a907427f1f4014e861ed697bbbc89f7fa68a3b53507632d3f668b8bc0 WHIRLPOOL f242f7b5b4c5f22cddc82ee97223aa55d25d85bdb81ccb139571d434a9b4bb5ceac85395a94e7e95491a1ad19d1bd58681a51f9af58fd6350744f88411fa538a DIST keyring-9.3.1.tar.gz 40579 SHA256 3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 SHA512 b899e45e479806e9d01cb490925e291608dfa32bdac212a09922c2fa11196bf18b3ccdefd05aa3777588df43f1dbc5352d6705b93cae23bc7525c727254a938c WHIRLPOOL 5e0213331bafa0e387129f6ae705835cfb01aac3daadd2e142b3ebccc9b6bde1c2ebf7ba30610a89bbcffe728f1fc6efa42227ab2afccef81144ec3d0a7cc935 diff --git a/dev-python/keyring/keyring-10.1.ebuild b/dev-python/keyring/keyring-10.1.ebuild new file mode 100644 index ..6f63d2c --- /dev/null +++ b/dev-python/keyring/keyring-10.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Provides access to the system keyring service" +HOMEPAGE="https://github.com/jaraco/keyring"; +SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] + dev-python/secretstorage[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + )" +RDEPEND="" + +python_test() { + py.test -v -v || die "testsuite failed under ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: app-vim/session/
commit: 857a02b0aa020a2f7da443c183f4d8465f619ee6 Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 4 23:11:23 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 23:11:36 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857a02b0 app-vim/session: clean up old. Package-Manager: portage-2.3.0 app-vim/session/Manifest| 1 - app-vim/session/session-2.12.ebuild | 24 2 files changed, 25 deletions(-) diff --git a/app-vim/session/Manifest b/app-vim/session/Manifest index 3476eb7..c25fc0e 100644 --- a/app-vim/session/Manifest +++ b/app-vim/session/Manifest @@ -1,2 +1 @@ -DIST session-2.12.tar.gz 78846 SHA256 97c904fde38e97eeb907b1338d670f7704964622cac4fd089348cb514bed59d4 SHA512 6b7ca72d3e267ff9daebd8c9fe816dedb7711dd24a12575b4e80d5f198ec68a1c6540b53d36e44baa3e118793484d9b601e1450dc91198e53187198f06de9eb5 WHIRLPOOL 46ce822e35ec958017efd2278c89fdb1a06ebbfce937e01df887afe3400f914820f0c1ade6f2578e885397bd5253ec8657e0437fc90ca2ed18cd7529f4ec738c DIST session-2.13.1.tar.gz 79688 SHA256 827dc571b22d8f6bce4da6a939950164a915894781444920cda07dd5113df29c SHA512 44a7ca107da6710f70705646b4ace26a92abfd56802dc38e22e620f4155c3752d4c880b0055089d85d52b54e34a5c7b47bfc4c39721bd3569ec335c4d3a91efe WHIRLPOOL 17affbf3a603902b5c27eaf510ffa06103a68aa77bda47a6261f510843e8757fd7bffe7f123d311c5d5c946d90d6cec0f10b352fb7b160b2063b06085a5c0ebe diff --git a/app-vim/session/session-2.12.ebuild b/app-vim/session/session-2.12.ebuild deleted file mode 100644 index 3ea91b5.. --- a/app-vim/session/session-2.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: extended session management for vim" -HOMEPAGE="http://peterodding.com/code/vim/session/"; -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND=">=app-vim/vim-misc-1.17.6" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unneeded files - rm addon-info.json *.md || die -}
[gentoo-commits] repo/gentoo:master commit in: app-vim/session/
commit: ddd105fea98da582b8ceab45c3c55b71478bd2aa Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 4 22:56:58 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 23:11:33 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd105fe app-vim/session: stable for amd64+x86. Package-Manager: portage-2.3.0 app-vim/session/session-2.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/session/session-2.13.1.ebuild b/app-vim/session/session-2.13.1.ebuild index 80891da..6525a12 100644 --- a/app-vim/session/session-2.13.1.ebuild +++ b/app-vim/session/session-2.13.1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: extended session management for vim" HOMEPAGE="http://peterodding.com/code/vim/session/"; SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt"
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/
commit: dd8f2882a3498d340046a91f8111307ca964e63c Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 4 22:42:39 2016 + Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 4 22:43:05 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8f2882 www-client/chromium: remove unused files Package-Manager: portage-2.3.2_p13 www-client/chromium/files/chromium-gn-r8.patch | 24 - www-client/chromium/files/chromium-gn-r9.patch | 12 - www-client/chromium/files/chromium-launcher-r2.sh | 32 .../chromium/files/chromium-system-ffmpeg-r3.patch | 48 -- .../chromium/files/chromium-system-jinja-r13.patch | 59 -- www-client/chromium/files/dot-gclient | 6 --- 6 files changed, 181 deletions(-) diff --git a/www-client/chromium/files/chromium-gn-r8.patch b/www-client/chromium/files/chromium-gn-r8.patch deleted file mode 100644 index acbe500.. --- a/www-client/chromium/files/chromium-gn-r8.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 034d808c4d4042cf9944450bc45efc23aa868fdd Mon Sep 17 00:00:00 2001 -From: Mike Gilbert -Date: Mon, 24 Oct 2016 10:43:11 -0400 -Subject: [PATCH] gn: fix bootstrap script - - tools/gn/bootstrap/bootstrap.py | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py -index d66da12..6059741 100755 a/tools/gn/bootstrap/bootstrap.py -+++ b/tools/gn/bootstrap/bootstrap.py -@@ -450,7 +450,6 @@ def write_gn_ninja(path, root_gen_dir, options): - 'base/task_scheduler/post_task.cc', - 'base/task_scheduler/priority_queue.cc', - 'base/task_scheduler/scheduler_lock_impl.cc', -- 'base/task_scheduler/scheduler_service_thread.cc', - 'base/task_scheduler/scheduler_worker.cc', - 'base/task_scheduler/scheduler_worker_pool_impl.cc', - 'base/task_scheduler/scheduler_worker_stack.cc', --- -2.10.1 - diff --git a/www-client/chromium/files/chromium-gn-r9.patch b/www-client/chromium/files/chromium-gn-r9.patch deleted file mode 100644 index dde262d.. --- a/www-client/chromium/files/chromium-gn-r9.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py -index 6059741..78e508d 100755 a/tools/gn/bootstrap/bootstrap.py -+++ b/tools/gn/bootstrap/bootstrap.py -@@ -532,6 +532,7 @@ def write_gn_ninja(path, root_gen_dir, options): - 'base/synchronization/read_write_lock_posix.cc', - 'base/synchronization/waitable_event_posix.cc', - 'base/sys_info_posix.cc', -+'base/task_scheduler/task_tracker_posix.cc', - 'base/threading/platform_thread_internal_posix.cc', - 'base/threading/platform_thread_posix.cc', - 'base/threading/thread_local_storage_posix.cc', diff --git a/www-client/chromium/files/chromium-launcher-r2.sh b/www-client/chromium/files/chromium-launcher-r2.sh deleted file mode 100644 index e20bcea.. --- a/www-client/chromium/files/chromium-launcher-r2.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -# Allow the user to override command-line flags, bug #357629. -# This is based on Debian's chromium-browser package, and is intended -# to be consistent with Debian. -if [ -f /etc/chromium/default ] ; then - . /etc/chromium/default -fi - -# Prefer user defined CHROMIUM_USER_FLAGS (from env) over system -# default CHROMIUM_FLAGS (from /etc/chromium/default). -CHROMIUM_FLAGS=${CHROMIUM_USER_FLAGS:-"$CHROMIUM_FLAGS"} - -# Let the wrapped binary know that it has been run through the wrapper -export CHROME_WRAPPER="`readlink -f "$0"`" - -PROGDIR="`dirname "$CHROME_WRAPPER"`" - -case ":$PATH:" in - *:$PROGDIR:*) -# $PATH already contains $PROGDIR -;; - *) -# Append $PROGDIR to $PATH -export PATH="$PATH:$PROGDIR" -;; -esac - -# Set the .desktop file name -export CHROME_DESKTOP="chromium-browser-chromium.desktop" - -exec -a "chromium-browser" "$PROGDIR/chrome" --extra-plugin-dir=/usr/lib/nsbrowser/plugins ${CHROMIUM_FLAGS} "$@" diff --git a/www-client/chromium/files/chromium-system-ffmpeg-r3.patch b/www-client/chromium/files/chromium-system-ffmpeg-r3.patch deleted file mode 100644 index 023dd26.. --- a/www-client/chromium/files/chromium-system-ffmpeg-r3.patch +++ /dev/null @@ -1,48 +0,0 @@ a/media/ffmpeg/ffmpeg_common.h 2015-11-27 12:01:56.155462264 + -+++ b/media/ffmpeg/ffmpeg_common.h 2015-11-27 12:03:03.348846300 + -@@ -19,10 +19,6 @@ - - // Include FFmpeg header files. - extern "C" { --// Disable deprecated features which result in spammy compile warnings. This --// list of defines must mirror those in the 'defines' section of BUILD.gn file & --// ffmpeg.gyp file or the headers below will generate different structures! --#define FF_API_CONVERGENCE_DURATION 0 - // Upstream libavcodec/utils.c still uses the deprecated - // av_dup_packet(), causing deprecation warnings. - // The normal fi
[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-xtrabackup/
commit: 5d26699fd833bf201b2380dceaba32b1a267eb92 Author: Tomas Mozes gmail com> AuthorDate: Fri Dec 2 11:38:47 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:36:46 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d26699f dev-db/percona-xtrabackup: version bump to 2.4.5. Package-Manager: portage-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/2984 dev-db/percona-xtrabackup/Manifest | 1 + .../percona-xtrabackup-2.4.5.ebuild| 54 ++ 2 files changed, 55 insertions(+) diff --git a/dev-db/percona-xtrabackup/Manifest b/dev-db/percona-xtrabackup/Manifest index 65c21a3..bf632d5 100644 --- a/dev-db/percona-xtrabackup/Manifest +++ b/dev-db/percona-xtrabackup/Manifest @@ -1,2 +1,3 @@ DIST boost_1_59_0.tar.gz 83709983 SHA256 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac SHA512 05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae WHIRLPOOL b316c2b5e445010766b7ce3f6582565177e1ed763381912dd6b21a882176e19e382c929e1f5a2419e2ed701058c56320cdbf8487234835a00fb94e7115059b67 DIST percona-xtrabackup-2.4.4.tar.gz 54060567 SHA256 e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3 SHA512 aa013aa8f2bef49c66fd14a980444039bdbabb17c09efec3119d5fc074623d6c5f7492602c759f1d51e3a01898729e1209d2195081b537f679a3713b37a7cf0d WHIRLPOOL 77ef90b028cfcec60b0aa7dea4aab2bbebb3be8f18ae50406af81c1cdfe6339f08b29eded004ca6b91ce86303ef694803e34dc5c4d723606b34c1b95120bd8f7 +DIST percona-xtrabackup-2.4.5.tar.gz 54104240 SHA256 1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036 SHA512 07d93ea7de987a06687cc772b32dff13e75e34061163bf990abe640015f765d9fe4deb6d78ddb91a667ddb312448400a5e7e1114cf955837584b5fd16821c66b WHIRLPOOL a3be4ee0eb39c23aeabf1f70dadecf23fda7e3c2d2b033097c66cab7616a84a2e5703c64c1738c3c251297c4c64930590610cb99001f65cd76ef71c204d192f8 diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.5.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.5.ebuild new file mode 100644 index ..e2fe46c --- /dev/null +++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Hot backup utility for MySQL based servers" +HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup"; +SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz + !system-boost? ( http://jenkins.percona.com/downloads/boost/boost_1_59_0.tar.gz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="system-boost" + +DEPEND="system-boost? ( =dev-libs/boost-1.59.0 ) + app-editors/vim-core + dev-libs/libaio + dev-libs/libev + dev-libs/libgcrypt:0= + dev-libs/libgpg-error + dev-python/sphinx + net-misc/curl + sys-libs/zlib" +RDEPEND="${DEPEND} + !dev-db/xtrabackup-bin + dev-perl/DBD-mysql" + +src_configure() { + local my_args + + if ! use system-boost; then + my_args="-DDOWNLOAD_BOOST=0 -DWITH_BOOST=${WORKDIR}" + fi + + cmake -DBUILD_CONFIG=xtrabackup_release $my_args || die +} + +src_compile() { + emake +} + +src_install() { + local p="storage/innobase/xtrabackup" + + for tool in xbcloud xbcrypt xbstream xtrabackup; do + dobin ${p}/src/${tool} + done + + dosym xtrabackup /usr/bin/innobackupex + + doman ${p}/doc/source/build/man/* +}
[gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
commit: 1aef5edb3f0528f5b234d079238c27f61903995f Author: Muhammad Herdiansyah openmailbox org> AuthorDate: Fri Dec 2 10:05:16 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:32:09 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aef5edb app-misc/neofetch: version bump to 2.0. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2981 app-misc/neofetch/Manifest | 1 + app-misc/neofetch/neofetch-2.0.ebuild | 30 ++ app-misc/neofetch/neofetch-.ebuild | 7 ++- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest index 2aca928..41cf2dd 100644 --- a/app-misc/neofetch/Manifest +++ b/app-misc/neofetch/Manifest @@ -1,2 +1,3 @@ DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37 DIST neofetch-1.9.1.tar.gz 55739 SHA256 d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9 WHIRLPOOL 74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac +DIST neofetch-2.0.tar.gz 57634 SHA256 27c208311d5aef8031987b689e3ba3f7663e5487273fa05698132a10a6ef4a48 SHA512 77eddfa6edd90976fe552d425bf130719715775082768b13cb55a203908b06858d8ba90098703a73b07fb13951a2ec1fb928492e1d74faa9866d3d36619afc0e WHIRLPOOL 8b286364f8d3a0ad0e5e60d2f64f78820cf4a1d3d816d9b4d3872595908e351d4f882796a9611e79583cd2b5d448bcbaa8029f66c52e005a9b6063cf88bb diff --git a/app-misc/neofetch/neofetch-2.0.ebuild b/app-misc/neofetch/neofetch-2.0.ebuild new file mode 100644 index ..70a6deb --- /dev/null +++ b/app-misc/neofetch/neofetch-2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Simple information system script" +HOMEPAGE="https://github.com/dylanaraps/neofetch"; +SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"; +LICENSE="MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +RDEPEND="sys-apps/pciutils + X? ( + x11-apps/xprop + x11-apps/xwininfo + x11-apps/xrandr + www-client/w3m[imlib] + media-libs/imlib2 + media-gfx/imagemagick + )" + +pkg_postinst() { + ewarn "If you were updating this from 1.9.x, you may want to update your" + ewarn "configuration to the latest version because some old flags are" + ewarn "deprecated and may break neofetch. You can copy from" + ewarn "/usr/share/neofetch/config to your own config directory." +} diff --git a/app-misc/neofetch/neofetch-.ebuild b/app-misc/neofetch/neofetch-.ebuild index e0bb14e..85203ce 100644 --- a/app-misc/neofetch/neofetch-.ebuild +++ b/app-misc/neofetch/neofetch-.ebuild @@ -6,14 +6,11 @@ inherit git-r3 DESCRIPTION="Simple information system script" HOMEPAGE="https://github.com/dylanaraps/neofetch"; EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"; -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" IUSE="X" -DEPEND="app-shells/bash:* - sys-apps/pciutils" - -RDEPEND="${DEPEND} +RDEPEND="sys-apps/pciutils X? ( x11-apps/xprop x11-apps/xwininfo x11-apps/xrandr
[gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/
commit: de29b981d3e17fa3e87b237465ab106019556b4e Author: Felix Janda posteo de> AuthorDate: Sun Dec 4 00:51:25 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:32:13 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de29b981 sys-devel/slibtool: new package. slibtool is an alternative libtool implementation written in C. Closes: https://github.com/gentoo/gentoo/pull/3000 sys-devel/slibtool/Manifest | 1 + sys-devel/slibtool/metadata.xml | 12 sys-devel/slibtool/slibtool-0.5.12.ebuild | 18 ++ 3 files changed, 31 insertions(+) diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest new file mode 100644 index ..4fe5177 --- /dev/null +++ b/sys-devel/slibtool/Manifest @@ -0,0 +1 @@ +DIST slibtool-0.5.12.tar.xz 50024 SHA256 5e70e3fa41f42e0e4569795dc9bed6261b93a6fa5dc2a354ffa7fdf0cff85c1b SHA512 02ec00c6c4819f6686cce0483cdaa7247a3a25002679e26f7414f2ee9b10db11018e38da09666a50e1cc14fef1f777a6c400e9e3c0a6c0fef8c47d5a56942d25 WHIRLPOOL 9dead8400e449154bc6a2608b46514ae576b835bf7a864b404031bd34d264e8190529e99ccff795b18f1ea401fa4c5ec4292c8a187e1b9816da4efefdd06f836 diff --git a/sys-devel/slibtool/metadata.xml b/sys-devel/slibtool/metadata.xml new file mode 100644 index ..f954e7f --- /dev/null +++ b/sys-devel/slibtool/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + felix.ja...@posteo.de + Felix Janda + + + proxy-ma...@gentoo.org + Proxy Maintainers + + diff --git a/sys-devel/slibtool/slibtool-0.5.12.ebuild b/sys-devel/slibtool/slibtool-0.5.12.ebuild new file mode 100644 index ..6cc713d --- /dev/null +++ b/sys-devel/slibtool/slibtool-0.5.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A skinny libtool implementation, written in C" + +HOMEPAGE="http://git.midipix.org/cgit.cgi/slibtool"; +SRC_URI="http://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm" + +src_configure() { + ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/
commit: 3ac225b090e00f74c532e94bc62a780bd18bec2e Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Dec 4 00:49:37 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:32:15 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac225b0 dev-games/aseprite: stable for x86. Gentoo-Bug: https://bugs.gentoo.org/590976 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2950 dev-games/aseprite/aseprite-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild b/dev-games/aseprite/aseprite-1.1.6.ebuild index a471f71..ece52dc 100644 --- a/dev-games/aseprite/aseprite-1.1.6.ebuild +++ b/dev-games/aseprite/aseprite-1.1.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/aseprite/aseprite/releases/download/v${PV}/Aseprite- # gtest duktape modp_b64 simpleini LICENSE="BSD GPL-2 MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug kde gtk3 test webp"
[gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/
commit: 8d38c7522a2be72a72a7c6a0e511d92e27df41cd Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Dec 4 00:50:10 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:32:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d38c752 dev-games/aseprite: remove old. Removed old 0.9.5-r1 as linked to Google Code. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2950 dev-games/aseprite/Manifest | 1 - dev-games/aseprite/aseprite-0.9.5-r1.ebuild | 102 dev-games/aseprite/metadata.xml | 2 - 3 files changed, 105 deletions(-) diff --git a/dev-games/aseprite/Manifest b/dev-games/aseprite/Manifest index e0c25a1..c715d75 100644 --- a/dev-games/aseprite/Manifest +++ b/dev-games/aseprite/Manifest @@ -1,3 +1,2 @@ DIST Aseprite-v1.1.6-Source.zip 11801981 SHA256 259c6418d5bc48a04f63a27f4a8c5a0aa44ce759403ba976ebbfad293eab08e8 SHA512 d87bcc5ece64cbc772ea5d4dc1edf29943d9038221905c0263511852afbb4e9119ce82468502a78c286729bb91389d08e3a8b7f358e4f6f8fe88507e7e69c9ac WHIRLPOOL 8f9168551be29d8c453fc1db27930a87e8228081b837c8c1a608045acdb7968715a8eb3994e04df83288f1fb12c5744f2bbb6c0733e578dd20bc4c4a2a234801 DIST Aseprite-v1.1.7-Source.zip 11801711 SHA256 7b5b42d301fc37d3b62a50432a0fbff1483857b8f1829bb6fdac3b1a22d19ade SHA512 9a92853042c7de567a7eb33d10ddd38c6d6bd53acfe4b93dc96e11408a7bda39ef7503c159934c483f0455700933c541dfdc0cb4c505d3385778e40686e474e6 WHIRLPOOL 09097fe4784395370c7d8e1af7ee921943e0798c8e0853fdc6491f2daa0e80e1cf6e637041972a05abcfe687581ab1d2d72f99696def6ddbd69e2b8c1220db5e -DIST aseprite-0.9.5.tar.xz 507744 SHA256 81e0360d9d8a32d6c548775dbacdb1520aac94b54c2d9f1327d52f219737f154 SHA512 fc6df942aefea67fd05e1b688209b70a2d5879a1441f61a6e3ee4d72fcdab4e580e1d4d7392fd493e0a46c45401a3eef759aa3efee17450e4c98df7f310b2d00 WHIRLPOOL 060dcf2754827ab3b30dde55cfcecd25e2d88f6e296b45529737e2194f4a9891d171776d10f9c571890efb9766b64080b85dc3d737102d2ac7be9843d27fdaef diff --git a/dev-games/aseprite/aseprite-0.9.5-r1.ebuild b/dev-games/aseprite/aseprite-0.9.5-r1.ebuild deleted file mode 100644 index 9965cf3.. --- a/dev-games/aseprite/aseprite-0.9.5-r1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit cmake-utils flag-o-matic - -DESCRIPTION="Animated sprite editor & pixel art tool" -HOMEPAGE="http://www.aseprite.org"; -SRC_URI="https://aseprite.googlecode.com/files/aseprite-${PV}.tar.xz"; - -LICENSE="GPL-2 FTL" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="debug memleak static test" - -RDEPEND="dev-libs/tinyxml - media-libs/allegro:0[X,png] - media-libs/giflib - media-libs/libpng:0 - net-misc/curl - sys-libs/zlib - virtual/jpeg:0 - x11-libs/libX11" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" - -PATCHES=( "${FILESDIR}"/aseprite-0.9.5-as-needed.patch - "${FILESDIR}"/aseprite-0.9.5-underlinking.patch ) - -DOCS=( docs/quickref.odt - docs/files/ase.txt - docs/files/fli.txt - docs/files/msk.txt - docs/files/pic.txt - docs/files/picpro.txt ) - -src_prepare() { - cmake-utils_src_prepare - - # Fix to make flag-o-matic work. - if use debug ; then - sed -i '/-DNDEBUG/d' CMakeLists.txt || die - fi - - # Only do a static link with Allegro if the user explicitly wants it. - if ! use static ; then - sed -i '/-DALLEGRO_STATICLINK/d' CMakeLists.txt || die - fi - - # Remove long compiling tests for users with FEATURES="-test", - # also removes the gtest dependency from the build. - if ! use test ; then - sed -i '/^find_unittests/d' src/CMakeLists.txt || die - sed -i '/include_directories(.*third_party\/gtest.*)/d' src/CMakeLists.txt || die - sed -i '/add_subdirectory(gtest)/d' third_party/CMakeLists.txt || die - fi - - # Fix from https://465450.bugs.gentoo.org/attachment.cgi?id=345154 - # for "error: ‘png_sizeof’ was not declared in this scope". - sed -i 's/png_\(sizeof\)/\1/g' src/file/png_format.cpp || die -} - -src_configure() { - use debug && append-cppflags -DDEBUGMODE -D_DEBUG - - local mycmakeargs - - mycmakeargs=( - -DENABLE_UPDATER=OFF - -DUSE_SHARED_ALLEGRO4=ON - -DUSE_SHARED_CURL=ON - -DUSE_SHARED_GIFLIB=ON - -DUSE_SHARED_JPEGLIB=ON - -DUSE_SHARED_LIBLOADPNG=ON - -DUSE_SHARED_LIBPNG=ON - -DUSE_SHARED_TINYXML=ON - -DUSE_SHARED_ZLIB=ON - -DFULLSCREEN_PLATFORM=ON - $(cmake-utils_use_enable memleak) - $(cmake-utils_use_use static STATIC_LIBC) - ) - - if use test ; then - mycmakeargs+=(
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
commit: e42aa32dbbf84df2c954615fb1815f5cfc149443 Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 4 22:29:26 2016 + Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 4 22:29:26 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42aa32d www-client/chromium: remove old Package-Manager: portage-2.3.2_p13 www-client/chromium/Manifest | 1 - www-client/chromium/chromium-54.0.2840.100.ebuild | 735 -- 2 files changed, 736 deletions(-) diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index e2ef177..610d114 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,4 +1,3 @@ -DIST chromium-54.0.2840.100.tar.xz 479762112 SHA256 e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df SHA512 52f34db6f68bbf2c8a1ac71789dfa7b6ee17ea97519d0a9a1079d78324cffe55572652701e05055f08e03230d887674757322399062f2f5354b1e43c3fdf8f78 WHIRLPOOL e9e47d695b32aff2a5c654cdec664ea3f94307639e9f330bd231ff6d762ea9caffe1130595dbb36443eefc8bccac92839bc967db89dbed236c5bfa91c6fc6e9b DIST chromium-55.0.2883.75.tar.xz 511256096 SHA256 5bcf7180935bebc7648f7e2577f612da681f7846127f79dac22630ded9984e55 SHA512 9830b02e05ebaf120b02b4c67196ba5c7f2d5aa917b9e5f8516b1f0cce1abd8e752c379e8ac1f16c7b7e451341486d9356d47a1b77b72ab5117390ce16b9 WHIRLPOOL ab752b9e9a6c7a536424ac1384d9f0ad0f23dd40bbf6784e4185554602628e8e1f45acbb264fff33f7f00c8ee14f293bfaf23259d2db4f785c9c9c49e72b28eb DIST chromium-56.0.2924.10.tar.xz 512579188 SHA256 6fd603951fdefc5e513f7b19325edd81ca17648e9aeb9bab458ff756a268953b SHA512 6901587421fa47530d4343fe77a644bfe8759f7a310b234a563f5662251272fb70a9bde9b5b083bd98c72ef52378d0746eacb2c1baab8df4fbc0f6abc21b96a7 WHIRLPOOL 670eb556245d6c60cd954f7c8ffbc6ffbd2dce27dea85f9e171f8ba0941970f57e14cef3f3cdd8132faf61a0d4559250a1faf4d116094635cb60e460e58eaaf4 DIST chromium-56.0.2924.14.tar.xz 513240844 SHA256 4e8d340abdbdeb6c0ddbda7c8692010dd48515161c2f67532546947660f11b92 SHA512 dd814726d786450c47719715264bad3dd5682d0c4bae9e84355e1f67772dd20032c06b491615e41c9af08f6af47204405f777f85543b36d9b5f51e8bba3d8042 WHIRLPOOL 12cd0fa35d0829cb6206b40ab91fae9cb7b42afdd9b89bc75edc0a6f8fe0e494d573912ac2bd9166ef30c9db3e536150dbf35875ec75d466594ddf891586d60d diff --git a/www-client/chromium/chromium-54.0.2840.100.ebuild b/www-client/chromium/chromium-54.0.2840.100.ebuild deleted file mode 100644 index 3c2597f.. --- a/www-client/chromium/chromium-54.0.2840.100.ebuild +++ /dev/null @@ -1,735 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" -PYTHON_COMPAT=( python2_7 ) - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr - sv sw ta te th tr uk vi zh-CN zh-TW" - -inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator virtualx xdg-utils - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/"; -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine" -RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" - -# Native Client binaries are compiled with different set of flags, bug #452066. -QA_FLAGS_IGNORED=".*\.nexe" - -# Native Client binaries may be stripped by the build system, which uses the -# right tools for it, bug #469144 . -QA_PRESTRIPPED=".*\.nexe" - -COMMON_DEPEND=" - app-arch/bzip2:= - cups? ( >=net-print/cups-1.3.11:= ) - >=dev-libs/elfutils-0.149 - dev-libs/expat:= - dev-libs/glib:= - >=dev-libs/jsoncpp-0.5.0-r1:= - dev-libs/nspr:= - >=dev-libs/nss-3.14.3:= - >=dev-libs/re2-0.2016.05.01:= - gnome? ( >=gnome-base/gconf-2.24.0:= ) - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) - >=media-libs/alsa-lib-1.0.19:= - media-libs/fontconfig:= - media-libs/freetype:= - media-libs/libexif:= - media-libs/libjpeg-turbo:= - media-libs/libpng:= - media-libs/libvpx:=[svc] - media-libs/speex:= - pulseaudio? ( media-sound/pulseaudio:= ) - system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) - sys-apps/dbus:= - sys-apps/pciutils:= - >=sys-libs/libcap-2.22:= - virtual/udev - x11-libs/cairo:= - x11-libs/gdk-pixbuf:= - gtk3? ( x11-libs/gtk+:3= ) - !gtk3? ( x11-libs/gtk+:2= ) - x11-libs/libdrm - x11-libs/libX11:= - x11-libs/libXcomposite:= - x11-libs/libXcursor:= - x11-libs/libXdamage:= -
[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/
commit: 80c240797fbe578f63c78afb36fa6843f5704124 Author: Mykyta Holubakha gmail com> AuthorDate: Sun Dec 4 12:32:58 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:22:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c24079 app-vim/rust-vim: drop old 1_beta20150411. Closes: https://github.com/gentoo/gentoo/pull/3005 app-vim/rust-vim/Manifest | 1 - app-vim/rust-vim/rust-vim-1_beta20150411.ebuild | 18 -- 2 files changed, 19 deletions(-) diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest index 14fe9b0..1c86f9a 100644 --- a/app-vim/rust-vim/Manifest +++ b/app-vim/rust-vim/Manifest @@ -1,2 +1 @@ -DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449 WHIRLPOOL c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07 DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d WHIRLPOOL b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89 diff --git a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild deleted file mode 100644 index 81d1f63.. --- a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit vim-plugin - -MY_PN="rust-mode-vim" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Vim configuration for Rust" -HOMEPAGE="http://www.rust-lang.org/"; -SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz"; - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}"
[gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/
commit: 900dc870b0e3996a339b33c109dd63c77b664db6 Author: Mykyta Holubakha gmail com> AuthorDate: Sun Dec 4 12:34:38 2016 + Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:22:29 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900dc870 app-vim/rust-vim: version bump to 1_pre20161204. Closes: https://github.com/gentoo/gentoo/pull/3005 app-vim/rust-vim/Manifest | 1 + app-vim/rust-vim/rust-vim-1_pre20161204.ebuild | 18 ++ 2 files changed, 19 insertions(+) diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest index 1c86f9a..7600195 100644 --- a/app-vim/rust-vim/Manifest +++ b/app-vim/rust-vim/Manifest @@ -1 +1,2 @@ DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d WHIRLPOOL b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89 +DIST rust-vim-1_pre20161204.tar.gz 23759 SHA256 113442bc6fc3b9411a64ce5192a05c51438e3adac8a70ff699c2b0d7e82e8f48 SHA512 2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3 WHIRLPOOL d106a54f18e9a29a1602b9f362d5ed86316c6fb1cfdef38d448b37aa824a5f275583c2a2d97fbb79d38834b2d156750c7a4b4fa73215dcc052a617f2e588685b diff --git a/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild new file mode 100644 index ..e8ad9c7 --- /dev/null +++ b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin vcs-snapshot + +MY_PN="${PN/-/.}" +REF="eed97e75117faaf210cb6103cf39a797fe21bfbe" + +DESCRIPTION="Vim configuration for Rust" +HOMEPAGE="http://www.rust-lang.org/"; +SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz" + +LICENSE="|| ( MIT Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
commit: 2094b387301bb0de499fd5425bf1ce47da16fe48 Author: Mike Pagano gentoo org> AuthorDate: Sun Dec 4 22:15:03 2016 + Commit: Mike Pagano gentoo org> CommitDate: Sun Dec 4 22:15:10 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2094b387 sys-kernel/git-sources: Linux patch 4.9-rc8 Package-Manager: portage-2.3.0 sys-kernel/git-sources/Manifest | 1 + sys-kernel/git-sources/git-sources-4.9_rc8.ebuild | 41 +++ 2 files changed, 42 insertions(+) diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index d1a3bb8..bb4162f 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -6,3 +6,4 @@ DIST patch-4.9-rc4.xz 7182692 SHA256 5c9967a7dfe29704c18c2d98ac0b3eca6b2be585a36 DIST patch-4.9-rc5.xz 7216812 SHA256 7c6184bda1289d66906107808a476c863e6542ed7f175bdce46af05fd200ca47 SHA512 55e42e473c4e83946dc91a7a024a49521240dacb5fea5e1f8f6beba9a8d883d17b4b7faf0695425211e8da9e674380e96287ba3620a52520a7d0f59e05c2c619 WHIRLPOOL 233fc65c550fa1f53c18d3c79931158ee3cb89a7097243a1ff2f086f448f16a6b7c38bc3f41b45c87e1d7b6a12fd9769ab9de97dc76c01d69db3d99eaaad0f26 DIST patch-4.9-rc6.xz 7267788 SHA256 49be0d2cc396a0a62126e43930744416b92d572885499fc6eee3a59782fec1b0 SHA512 758505ddf3a46dbe7c511ae1ac9e1936d02b9560c4a3f0713c357a8d454f8434bd35bf434359170af86f629f0cb64cb306dc99f4f05907dc59f1e004b74a6400 WHIRLPOOL b19b5b92c6f406493cef41e417fbe76dc1b3c2309621229cd9bd0e93a4def003aa6535ff396302dee789c9dcd0687b12d9b275dd7e1b5fc368482221cb0441bf DIST patch-4.9-rc7.xz 7312520 SHA256 b12b04c739743d0bebd287cca572caea9bfeea55810d850021533608508c5762 SHA512 8342d87131ad3093422f8652bf1bce63460858c71e2170306a2955f5dc0cff00827731563afb65d3b835e74df23ec24c297490e158f9a6b8327506f058429230 WHIRLPOOL 5787ab8805f53914ff38bd7d049a06a17d0d2903d57fe6c3d58dc0d62a80a5afae10483d38e103c1b333b044ad53dc59ee7a7c1ec230bd05507b771e35816216 +DIST patch-4.9-rc8.xz 7338728 SHA256 9847a3cab6ec2434258efe63fb6723ae7cf2377ff84e58710413c3d5e6f0654c SHA512 f69bd54ad40c5e4081f2735a38c5c5bc1a49654c0071d3ded7e4ec73e655c977cba73bd653e841d7c87784df1510e4e3bdbf6e59fe76f4bd4ade6fcaa5f64732 WHIRLPOOL 27181e820c45165b3ed8021337fbbb9060684b8cca6d657bb2940f3210483c293c35416e90a62ea92b72af1d096d981363d087178e00fbaf50264013daf4586d diff --git a/sys-kernel/git-sources/git-sources-4.9_rc8.ebuild b/sys-kernel/git-sources/git-sources-4.9_rc8.ebuild new file mode 100644 index ..462921a --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.9_rc8.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="4.8" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org"; +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.4" + +pkg_postinst() { + postinst_sources +}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
commit: 84f82e852261b1cff2504ab677efce3dfdba18e4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 22:04:34 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 22:04:34 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84f82e85 dev-lisp/madeira-port: Updates header and EAPI dev-lisp/madeira-port/madeira-port-.ebuild | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/madeira-port/madeira-port-.ebuild b/dev-lisp/madeira-port/madeira-port-.ebuild index 6de19e4..560fd1a 100644 --- a/dev-lisp/madeira-port/madeira-port-.ebuild +++ b/dev-lisp/madeira-port/madeira-port-.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 -DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system" +DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system" HOMEPAGE="https://github.com/nikodemus/madeira-port"; EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lisp/eos"
[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-http/
commit: bd7ba719843864cbf649c7b73af93a920f0aec40 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:57:20 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:57:20 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd7ba719 dev-lisp/trivial-http: Updates header dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild index 8fc6e33..7307ea0 100644 --- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild +++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 -DESCRIPTION="TRIVIAL-HTTP is a library for doing HTTP POST, HEAD and GET over a socket interface." +DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket interface." HOMEPAGE="http://common-lisp.net/project/trivial-http/"; SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2";
[gentoo-commits] proj/lisp:master commit in: dev-lisp/metacopy/
commit: 5e5ef3f4f61f2fb7a0bb188a8424f695fbf73a12 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:54:11 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:54:11 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5e5ef3f4 dev-lisp/metacopy: Updates header dev-lisp/metacopy/metacopy-0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/metacopy/metacopy-0.2-r1.ebuild b/dev-lisp/metacopy/metacopy-0.2-r1.ebuild index b90661f..78e35c1 100644 --- a/dev-lisp/metacopy/metacopy-0.2-r1.ebuild +++ b/dev-lisp/metacopy/metacopy-0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
commit: fc9b645cc00b68cf5a5bd8a4645d0578e9681910 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:53:14 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:53:14 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9b645c dev-lisp/html-template: Bumps version to 0.9.2 dev-lisp/html-template/html-template-0.9.2.ebuild | 24 +++ 1 file changed, 24 insertions(+) diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild b/dev-lisp/html-template/html-template-0.9.2.ebuild new file mode 100644 index 000..adc72db --- /dev/null +++ b/dev-lisp/html-template/html-template-0.9.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="${PN} is a portable templating library for Common Lisp" +HOMEPAGE="http://weitz.de/html-template/ + http://www.cliki.net/html-template/"; +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}" + +src_install() { + common-lisp-3_src_install + dodoc CHANGELOG INSTALLATION doc/*.html +}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
commit: 8c430fea42f65e9a36b23857785638d07c4858f7 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:48:15 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:48:15 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8c430fea dev-lisp/html-template: Updates header dev-lisp/html-template/html-template-0.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/html-template/html-template-0.9.1.ebuild b/dev-lisp/html-template/html-template-0.9.1.ebuild index 5c19cd0..30d9307 100644 --- a/dev-lisp/html-template/html-template-0.9.1.ebuild +++ b/dev-lisp/html-template/html-template-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 6ba38144eb50467a86a8ffc3ec6b8d5390ee02ea Author: Rafael Martins gentoo org> AuthorDate: Sun Dec 4 21:42:33 2016 + Commit: Rafael Martins gentoo org> CommitDate: Sun Dec 4 21:42:33 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba38144 profiles: mask dev-lang/lua-5.3.3 profiles/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 40cbe0a..167e249 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -902,11 +902,14 @@ dev-ruby/weakling # Masked slotted lua for testing # William Hubbs (07 Aug 2016) # Taking this mask since Mabi is retired +# Rafael Martins (04 Dec 2016) +# Adding Lua 5.3 to mask app-eselect/eselect-lua =dev-lang/lua-5.1.5-r2 =dev-lang/lua-5.1.5-r100 =dev-lang/lua-5.2.3 =dev-lang/lua-5.2.3-r1 +=dev-lang/lua-5.3.3 # Sergey Popov (20 Mar 2014) # Security mask of vulnerable versions, wrt bug #424167
[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/, dev-lang/lua/files/
commit: 6b23d8c4a53e99b1605447eb7e9a561f860d1eed Author: Rafael Martins gentoo org> AuthorDate: Sun Dec 4 21:44:44 2016 + Commit: Rafael Martins gentoo org> CommitDate: Sun Dec 4 21:44:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b23d8c4 dev-lang/lua: added 5.3.3, masked for testing (bug #541042) Package-Manager: portage-2.2.28 dev-lang/lua/Manifest| 1 + dev-lang/lua/files/lua-5.3-make-r1.patch | 91 dev-lang/lua/lua-5.3.3.ebuild| 137 +++ 3 files changed, 229 insertions(+) diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest index 3404943..52b6621 100644 --- a/dev-lang/lua/Manifest +++ b/dev-lang/lua/Manifest @@ -1,3 +1,4 @@ DIST lua-5.1.4.tar.gz 216679 SHA256 b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f WHIRLPOOL 2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd DIST lua-5.1.5.tar.gz 221213 SHA256 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 SHA512 0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9 WHIRLPOOL 9dac93b73b9ad1ef6c69e0aa11fb53d5efe89274b65c55a1ac30bab23e8a255851b0e44306db54212b1d481e658cecd38e5ff22a25e1fa974858b7b03fb45b75 DIST lua-5.2.3.tar.gz 251195 SHA256 13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449 WHIRLPOOL d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef +DIST lua-5.3.3.tar.gz 294290 SHA256 5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2 SHA512 7b8122ed48ea2a9faa47d1b69b4a5b1523bb7be67e78f252bb4339bf75e957a88c5405156e22b4b63ccf607a5407bf017a4cee1ce12b1aa5262047655960a3cc WHIRLPOOL e9d58093327e3c67e167dad9952796f1f2f0dbfa4f165c0ec5a8808a6a73d3b25e564797a2804d408bdaeb7229e7684f907491137d4521119ba918ce87c781bc diff --git a/dev-lang/lua/files/lua-5.3-make-r1.patch b/dev-lang/lua/files/lua-5.3-make-r1.patch new file mode 100644 index ..b9e9051 --- /dev/null +++ b/dev-lang/lua/files/lua-5.3-make-r1.patch @@ -0,0 +1,91 @@ +diff -uNr lua-5.3.3.orig/Makefile lua-5.3.3/Makefile +--- lua-5.3.3.orig/Makefile2016-12-04 22:29:54.839135901 +0100 lua-5.3.3/Makefile 2016-12-04 22:31:14.235851109 +0100 +@@ -12,7 +12,7 @@ + # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h. + INSTALL_TOP= /usr/local + INSTALL_BIN= $(INSTALL_TOP)/bin +-INSTALL_INC= $(INSTALL_TOP)/include ++INSTALL_INC= $(INSTALL_TOP)/include/lua$V + INSTALL_LIB= $(INSTALL_TOP)/lib + INSTALL_MAN= $(INSTALL_TOP)/man/man1 + INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V +@@ -112,3 +112,18 @@ + .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho + + # (end of Makefile) ++ ++# Use libtool for binary installs, etc. ++ ++export V ++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC ++# See libtool manual about how to set this ++ ++gentoo_clean: ++ cd src; $(MAKE) $@ ++ ++gentoo_install: ++ mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) ++ cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) lua$V luac$V $(INSTALL_BIN) ++ cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC) ++ cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) liblua$V.la $(INSTALL_LIB) +diff -uNr lua-5.3.3.orig/src/Makefile lua-5.3.3/src/Makefile +--- lua-5.3.3.orig/src/Makefile2016-12-04 22:29:54.840135910 +0100 lua-5.3.3/src/Makefile 2016-12-04 22:34:55.980848068 +0100 +@@ -36,10 +36,10 @@ + lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o + BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS) + +-LUA_T=lua ++LUA_T= lua$V + LUA_O=lua.o + +-LUAC_T= luac ++LUAC_T= luac$V + LUAC_O= luac.o + + ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O) +@@ -59,10 +59,10 @@ + $(AR) $@ $(BASE_O) + $(RANLIB) $@ + +-$(LUA_T): $(LUA_O) $(LUA_A) ++origin$(LUA_T): $(LUA_O) $(LUA_A) + $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) + +-$(LUAC_T): $(LUAC_O) $(LUA_A) ++origin$(LUAC_T): $(LUAC_O) $(LUA_A) + $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS) + + clean: +@@ -195,3 +195,30 @@ + lobject.h ltm.h lzio.h + + # (end of Makefile) ++ ++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC ++export LIB_VERSION = 6:1:1 ++ ++# The following rules use libtool for compiling and linking in order to ++# provide shared library support. ++ ++LIB_NAME = liblua$V.la ++LIB_OBJS = $(CORE_O:.o=.lo) $(LIB_O:.o=.lo) ++ ++%.lo %.o: %.c ++ $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< ++ ++$(LIB_N
[gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/
commit: 19d9b9ed557f32110885728b904bfdb92538fb50 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:42:28 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:42:28 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=19d9b9ed dev-lisp/ltk: Updates header and EAPI dev-lisp/ltk/ltk-0.91.ebuild | 6 +++--- dev-lisp/ltk/ltk-0.981.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/ltk/ltk-0.91.ebuild b/dev-lisp/ltk/ltk-0.91.ebuild index 0649e8f..85336fc 100644 --- a/dev-lisp/ltk/ltk-0.91.ebuild +++ b/dev-lisp/ltk/ltk-0.91.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils -DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage." +DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit" HOMEPAGE="http://www.peter-herth.de/ltk/"; SRC_URI="http://www.peter-herth.de/ltk/${P}.tgz"; diff --git a/dev-lisp/ltk/ltk-0.981.ebuild b/dev-lisp/ltk/ltk-0.981.ebuild index e1d32fb..a7ca498 100644 --- a/dev-lisp/ltk/ltk-0.981.ebuild +++ b/dev-lisp/ltk/ltk-0.981.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3
[gentoo-commits] proj/lisp:master commit in: dev-lisp/xlunit/
commit: c6f7bfd8bf9befa22934eb62b41d498413946602 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:38:53 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:38:53 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c6f7bfd8 dev-lisp/xlunit: Updates header dev-lisp/xlunit/xlunit-0.6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/xlunit/xlunit-0.6.3.ebuild b/dev-lisp/xlunit/xlunit-0.6.3.ebuild index 3c49377..ef26692 100644 --- a/dev-lisp/xlunit/xlunit-0.6.3.ebuild +++ b/dev-lisp/xlunit/xlunit-0.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=2 inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/garbage-pools/
commit: 2c3036f608225c853a95e97f56349e649749ecd7 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:36:52 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:36:52 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c3036f6 dev-lisp/garbage-pools: Updates header dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild b/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild index ca6ab5b..92b48a1 100644 --- a/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild +++ b/dev-lisp/garbage-pools/garbage-pools-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/url-rewrite/
commit: d68b33e035a9c2f3388f2bf17d6a65b0395ea758 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:35:56 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:35:56 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d68b33e0 dev-lisp/url-rewrite: Updates header dev-lisp/url-rewrite/url-rewrite-0.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/url-rewrite/url-rewrite-0.1.1-r1.ebuild b/dev-lisp/url-rewrite/url-rewrite-0.1.1-r1.ebuild index 5bb8a80..3692e3e 100644 --- a/dev-lisp/url-rewrite/url-rewrite-0.1.1-r1.ebuild +++ b/dev-lisp/url-rewrite/url-rewrite-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/org-davep-newsrc/
commit: 82f3a0ce8f85f12e83b80bb6de312bf7557f5711 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:34:41 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:34:41 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=82f3a0ce dev-lisp/org-davep-newsrc: Updates header dev-lisp/org-davep-newsrc/org-davep-newsrc-2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/org-davep-newsrc/org-davep-newsrc-2.0.ebuild b/dev-lisp/org-davep-newsrc/org-davep-newsrc-2.0.ebuild index fc455bc..4d40345 100644 --- a/dev-lisp/org-davep-newsrc/org-davep-newsrc-2.0.ebuild +++ b/dev-lisp/org-davep-newsrc/org-davep-newsrc-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/external-program/
commit: a325627602f1d13f7d38fd813961e7860e505599 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:32:00 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:32:00 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a3256276 dev-lisp/external-program: Updates header dev-lisp/external-program/external-program-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/external-program/external-program-0.ebuild b/dev-lisp/external-program/external-program-0.ebuild index f93042e..0461e2d 100644 --- a/dev-lisp/external-program/external-program-0.ebuild +++ b/dev-lisp/external-program/external-program-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5
[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-shell/
commit: d53b5c225e9f92f0f52c631340a70ac884e33bde Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:30:48 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:30:48 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d53b5c22 dev-lisp/trivial-shell: Updates header dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild b/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild index 7cc27e7..de82a20 100644 --- a/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild +++ b/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/org-davep-dict/
commit: d1e9436403645cecb74f968fb7aee7e283de6d2e Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:29:42 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:29:42 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d1e94364 dev-lisp/org-davep-dict: Updates header dev-lisp/org-davep-dict/org-davep-dict-2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/org-davep-dict/org-davep-dict-2.3.ebuild b/dev-lisp/org-davep-dict/org-davep-dict-2.3.ebuild index 127e467..542e9e9 100644 --- a/dev-lisp/org-davep-dict/org-davep-dict-2.3.ebuild +++ b/dev-lisp/org-davep-dict/org-davep-dict-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/memoization/
commit: baf031d896b086814364226ea36d46fc1be4dc0a Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:27:47 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:27:47 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=baf031d8 dev-lisp/memoization: Updates header dev-lisp/memoization/memoization-20060126.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/memoization/memoization-20060126.ebuild b/dev-lisp/memoization/memoization-20060126.ebuild index c986b2d..ca3f59f 100644 --- a/dev-lisp/memoization/memoization-20060126.ebuild +++ b/dev-lisp/memoization/memoization-20060126.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
commit: 74b58a2cc8e3fb6e876606d0b3c1f337c0840ed9 Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 21:24:45 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 21:25:11 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b58a2c dev-perl/JSON-Parse: Bump to version 0.490.0 Upstream: - Input texts being undef or all whitespace now cause a fatal error, for conformance with JSON Parsing Test Suite Package-Manager: portage-2.3.2 dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild | 24 dev-perl/JSON-Parse/Manifest | 1 + 2 files changed, 25 insertions(+) diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild new file mode 100644 index ..431f645 --- /dev/null +++ b/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BKB +DIST_VERSION=0.49 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Read JSON into a Perl Variable" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Getopt-Long" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + virtual/perl-Encode + ) +" diff --git a/dev-perl/JSON-Parse/Manifest b/dev-perl/JSON-Parse/Manifest index f83796c..cf262eb 100644 --- a/dev-perl/JSON-Parse/Manifest +++ b/dev-perl/JSON-Parse/Manifest @@ -3,3 +3,4 @@ DIST JSON-Parse-0.43.tar.gz 67271 SHA256 74c642000f064f6a85e3fb07ce0cb54bdea26b5 DIST JSON-Parse-0.46.tar.gz 72873 SHA256 657d537a93d7126d01cbc41286e0d61f066e9537c9565464e052452445b22b41 SHA512 ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508 WHIRLPOOL 33b57062d67b6774b11189e783bc8cc05f6c405e3c6b699323c883622bac92ce5a337311163d571753aa31538c3067b93c10d130e08247d615f9a743bdd7eacf DIST JSON-Parse-0.47.tar.gz 73611 SHA256 c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb WHIRLPOOL 54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a DIST JSON-Parse-0.48.tar.gz 73169 SHA256 32d470f07af15778de93345d50a91a2b86c88850b9b008b91f1048d0606730f1 SHA512 62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4 WHIRLPOOL 2f86ad89015d5ef14df899fa0a613c860e21073987581d66bb611903f2a8053c5d27f3c5c70cb743b21e245043bc5ca6d8ba3ad805448f6f5802c0b0110a81aa +DIST JSON-Parse-0.49.tar.gz 74543 SHA256 e84342336d3a6d096d8e5c305a02396e2e2190dc7f1ff6a648447d49bcb979d1 SHA512 b78903470adda729c5459ea09896f4a595835f23698900eb8014ad5d66ec20c01f9d36ff997881e54dc941023a0d8c36066292322068b8f1b685618580f18c68 WHIRLPOOL d4aa260a11eebdb02a9100aa0c7bc94da9b01574feda84928490cf329f00d06ccce86c4c3ac9ec89fdada2dc048968e1b4ceaadf31d6fe4d55c0115e5c628234
[gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
commit: 0ebe66f93327b0d18b217e1ee49b43986bf17de4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 21:25:37 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 21:25:37 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0ebe66f9 dev-lisp/vecto: Bumps version to 1.4.10 dev-lisp/vecto/vecto-1.4.10.ebuild | 26 ++ 1 file changed, 26 insertions(+) diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.4.10.ebuild new file mode 100644 index 000..51e7b94 --- /dev/null +++ b/dev-lisp/vecto/vecto-1.4.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library." +HOMEPAGE="http://www.xach.com/lisp/vecto/"; +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/cl-vectors + dev-lisp/zpb-ttf + dev-lisp/zpng" + +src_install() { + common-lisp-3_src_install + dodoc doc/index.html + docinto html && dodoc doc/*.{lisp,png} +}
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 7facbc2cedd46417c537491d55ba38d77337b26f Author: Mike Pagano gentoo org> AuthorDate: Sun Dec 4 21:20:55 2016 + Commit: Mike Pagano gentoo org> CommitDate: Sun Dec 4 21:20:55 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7facbc2c kernel-2.eclass: Convert eclass to use documentation standards eclass/kernel-2.eclass | 442 + 1 file changed, 333 insertions(+), 109 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 91a24e9..b19a396 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -2,89 +2,199 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Description: kernel.eclass rewrite for a clean base regarding the 2.6 -# series of kernel with back-compatibility for 2.4 -# -# Original author: John Mylchreest -# Maintainer: ker...@gentoo.org -# +# @ECLASS: kernel-2.eclass +# @MAINTAINER: +# Gentoo Kernel project +# @AUTHOR: +# John Mylchreest +# Mike Pagano +# +# @BLURB: Eclass for kernel packages +# @DESCRIPTION: +# This ia the kernel.eclass rewrite for a clean base regarding the 2.6 +# series of kernel with back-compatibility for 2.4 # Please direct your bugs to the current eclass maintainer :) - # added functionality: # unipatch - a flexible, singular method to extract, add and remove patches. -# A Couple of env vars are available to effect usage of this eclass -# These are as follows: -# -# K_USEPV - When setting the EXTRAVERSION variable, it should -#add PV to the end. -#this is useful for thigns like wolk. IE: -#EXTRAVERSION would be something like : -wolk-4.19-r1 -# K_NOSETEXTRAVERSION - if this is set then EXTRAVERSION will not be -#automatically set within the kernel Makefile -# K_NOUSENAME - if this is set then EXTRAVERSION will not include the -#first part of ${PN} in EXTRAVERSION -# K_NOUSEPR- if this is set then EXTRAVERSION will not include the -#anything based on ${PR}. -# K_PREPATCHED - if the patchset is prepatched (ie: mm-sources, -#ck-sources, ac-sources) it will use PR (ie: -r5) as -#the patchset version for -#and not use it as a true package revision -# K_EXTRAEINFO - this is a new-line seperated list of einfo displays in -#postinst and can be used to carry additional postinst -#messages -# K_EXTRAELOG - same as K_EXTRAEINFO except using elog instead of einfo -# K_EXTRAEWARN - same as K_EXTRAEINFO except using ewarn instead of einfo -# K_SYMLINK- if this is set, then forcably create symlink anyway -# -# K_BASE_VER - for git-sources, declare the base version this patch is -#based off of. -# K_DEFCONFIG - Allow specifying a different defconfig target. -#If length zero, defaults to "defconfig". -# K_WANT_GENPATCHES- Apply genpatches to kernel source. Provide any -#combination of "base", "extras" or "experimental". -# K_EXP_GENPATCHES_PULL- If set, we pull "experimental" regardless of the USE FLAG -#but expect the ebuild maintainer to use K_EXP_GENPATCHES_LIST. -# K_EXP_GENPATCHES_NOUSE - If set, no USE flag will be provided for "experimental"; -#as a result the user cannot choose to apply those patches. -# K_EXP_GENPATCHES_LIST- A list of patches to pick from "experimental" to apply when -#the USE flag is unset and K_EXP_GENPATCHES_PULL is set. -# K_FROM_GIT - If set, this variable signals that the kernel sources derives from a git tree and special -# handling will be applied so that any patches that are applied will actually apply. -# -# K_GENPATCHES_VER - The version of the genpatches tarball(s) to apply. -#A value of "5" would apply genpatches-2.6.12-5 to -#my-sources-2.6.12.ebuild -# K_SECURITY_UNSUPPORTED- If set, this kernel is unsupported by Gentoo Security -# K_DEBLOB_AVAILABLE - A value of "
[gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
commit: 24be101b15698f036058e82542b27c97b1b5bc29 Author: Mike Pagano gentoo org> AuthorDate: Sun Dec 4 21:12:44 2016 + Commit: Mike Pagano gentoo org> CommitDate: Sun Dec 4 21:12:59 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24be101b app-portage/portpeek: Handle unreadable files. Work on bug when parsing package.use files. Bug #601446 Package-Manager: portage-2.3.0 app-portage/portpeek/Manifest | 1 + app-portage/portpeek/portpeek-2.1.21.ebuild | 30 + 2 files changed, 31 insertions(+) diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest index 4441042..9079086 100644 --- a/app-portage/portpeek/Manifest +++ b/app-portage/portpeek/Manifest @@ -2,4 +2,5 @@ DIST portpeek-2.0.25.tar.gz 11367 SHA256 38de327bdefdd853166ec0ecdae03ccd508fb27 DIST portpeek-2.1.18.tar.gz 12233 SHA256 9cda20138b3e75f6f38c3cb117b23e9c01f2b8b0418379bfd68a30b09da835c5 SHA512 f3f7e728c3255f39394393344af469f719f5d0d83e45ddc75b81d53a2c80fe0ac18a606f5c8159917f784eb10a0b0bede44f7d764e11986d492ac61da48f4ade WHIRLPOOL cb97f3cdf95e5c31ba6530757bcd5aed71aa5e0dbb5d683db9a7d5a2e5f4fb9137463167802fe131b4bc6d2d8df2bf662bba9d1282f5df4148444c52ff59fc57 DIST portpeek-2.1.19.tar.gz 12246 SHA256 d1b82b014718754c06506fe58e4a4ecffa660626273a395a0966dd985d2db4c8 SHA512 c19dfbba92094e063f2c81cbc5482712cb32d0ffb9f0984511109f141960d0cf39e1f7882880d17e97ad86c78107ddf735d4f338140460578e919f42f27f372c WHIRLPOOL fb7a00b21cdf44e8b907c46a94dceabc94870f0ef2b1ec4df179ef8a5def0b461360d782b10f972d4a8365bd35f1fbd1d93be6afacde09e3b51601074abf8edd DIST portpeek-2.1.20.tar.gz 12261 SHA256 51888feff2e1840b408e7f4e88ac340b93b4a51a625bea1bdbd49f039aaf99de SHA512 01f1d0e5b5615d7f19a1015b8cbbf92327ec20082f197acc750e38d413a09c28b42e89a19462002fa1b367f25314b85c2dad0c7918218e415a4381f0992ef363 WHIRLPOOL 3b6b2f4cdb9a39d3b3473551e45f33cdb45d38a31e8ee9a1990b6c3420c85896d2d817a7fd91c577fd834ffaf50020232c6442aa967b64ffb98735373d0b971e +DIST portpeek-2.1.21.tar.gz 12624 SHA256 cb36444a476158636d96d7b3ec0fc9c123ad2ec908338307763daa65b78e1d0e SHA512 7b430c85dcba4ac0d29e6fd680eaed2b59a60b5d21f0b93e90ff2e3ca7018f141e858accf10a035b75463c067444ef1be718be198bb6cc237827c9b7e67df76e WHIRLPOOL d1ae1ecb9e797cf809cca24f923fe879842605d1a4be1d43187bbfa2f03d15d18c2b667e86fa580a4ecea801b7db9208c374ba2aea70de086bb9115b0127027e DIST portpeek-2.1.9.tar.gz 11827 SHA256 46d7fe52bdc1113e9a790d9d77fc7284721ec6e99817a553204800d7cad19382 SHA512 751b313c605355d92a4fc11d4b717bdaf30cf9e1dd3f78346761fd0c9ed64ce195efdc33cc541f136370b264f60d1438191eae6f1ef6c10d499c6a7e084cefb5 WHIRLPOOL 3f1a18376756d837202268565fa695be0898ff4c27e297ddd3fa4c80670e9d03759e4ad4ec7b6d3032b1230769cc224e6c6444d539c8890aa57beadda2314d71 diff --git a/app-portage/portpeek/portpeek-2.1.21.ebuild b/app-portage/portpeek/portpeek-2.1.21.ebuild new file mode 100644 index ..bec3ebc --- /dev/null +++ b/app-portage/portpeek/portpeek-2.1.21.ebuild @@ -0,0 +1,30 @@ +# 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_4,3_5} ) + +inherit python-r1 + +DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" +HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"; +SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + >=app-portage/gentoolkit-0.3.2-r1 + >=sys-apps/portage-2.3.0[${PYTHON_USEDEP}]" + +src_install() { + python_foreach_impl python_doscript ${PN} + doman *.[0-9] +}
[gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/
commit: b14024a4727496da84d6c05ca6d5629a8dbce5ee Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 21:09:38 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 21:09:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14024a4 dev-perl/MongoDB: Bump to version 1.6.0 Upstream: - MongoDB::GridFS{,::FIle} deprecated - Add support for maxTimeMS in parallel_scan - Add MongoDB::GridFSBucket for new GridFS API - Database->collection_names takes a filter parameter - Add support for custom file_id values for GridFS files - Add support for maxStalenessSeconds - Add support for Decimal128 BSON - Add support for sending write concern for all allowable database commands - Add support for collations with CRUD/Indexing - Report client information to server during handshake Package-Manager: portage-2.3.2 dev-perl/MongoDB/Manifest | 1 + dev-perl/MongoDB/MongoDB-1.6.0.ebuild | 75 +++ dev-perl/MongoDB/metadata.xml | 52 3 files changed, 128 insertions(+) diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest index 3e64699..e76eb61 100644 --- a/dev-perl/MongoDB/Manifest +++ b/dev-perl/MongoDB/Manifest @@ -1,2 +1,3 @@ DIST MongoDB-v0.708.3.0.tar.gz 1627550 SHA256 03c4b885f327de7a8c0d9f449306d849d43e7fea4a6331da8a970710934378f0 SHA512 01bd174504cfb172f9ba179a97dffa4d3c1acbeee93ecb4d6a898928c9a6139f8199baa764eb6cdfcf121fd278b0eff899d774e1549a46c3bc5af7d9534f75f1 WHIRLPOOL 6b259e8391dcb883160eff7de0d9ad6c06479dfe7a3285251d9e2d954d2b1bd75c40b649cefe897bcda0cf38a2712c70e7f6297686426a5be30edea33b5d2604 DIST MongoDB-v1.2.2.tar.gz 1735147 SHA256 ed57c87c649f77cb41e122cd610111b136651e5d3b21b51d953b1fcbe79013e7 SHA512 49687c6e2d283709a2745293a00db37f16261868e47bc228926325526834c8988bd931c6befbb8c35578d63f0699dff94ed6e0e1a65ae533ebc2ca04e4de7f27 WHIRLPOOL 50e825b2d40eef73a0613f139adf6bec4b399fcb9b2fc19801c1ad2c7739c9884f3eb2d494957ec72f7de3a5eae84df6e4c32a422fb93df08489ae58af40180f +DIST MongoDB-v1.6.0.tar.gz 519810 SHA256 86806d867cd292e5b12bb94d495a838fcf83ac7f98e0d9ac1e9c7b09597a3aad SHA512 d22b696e8721e632ea5f9d62ce186306a55eb1945d869b1b81265ddb70668fc43c530a5a24a47c659a1024709705a3219ae1efb788db5b12ed07ef51daa1b988 WHIRLPOOL a03796b9d6e9ed56f8a68d2f97e20a6c0dec19852d6523b00cf812dafa4a29c253cdb5b7ce7b4cff85a40118d25ad04352648e76d4be58b070b602ff3e3f diff --git a/dev-perl/MongoDB/MongoDB-1.6.0.ebuild b/dev-perl/MongoDB/MongoDB-1.6.0.ebuild new file mode 100644 index ..1655e0d --- /dev/null +++ b/dev-perl/MongoDB/MongoDB-1.6.0.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +DIST_AUTHOR=MONGODB +DIST_VERSION="v${PV}" + +inherit perl-module + +DESCRIPTION="Official MongoDB Driver for Perl" +SLOT="0" + +KEYWORDS="~amd64" + +LICENSE="Apache-2.0" +IUSE="test minimal" + +# IO::Socket::SSL was escallated from suggested to recommended +RDEPEND=" + !minimal? ( + >=virtual/perl-IO-Socket-IP-0.250.0 + >=dev-perl/IO-Socket-SSL-1.560.0 + >=dev-perl/Mozilla-CA-20130114 + >=dev-perl/Net-SSLeay-1.490.0 + ) + >=dev-perl/Authen-SCRAM-0.3.0 + dev-perl/BSON + virtual/perl-Carp + dev-perl/Class-XSAccessor + >=dev-perl/DateTime-0.780.0 + virtual/perl-Digest-MD5 + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + virtual/perl-IO + virtual/perl-MIME-Base64 + >=dev-perl/Moo-2 + dev-perl/Safe-Isa + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + dev-perl/Tie-IxHash + virtual/perl-Time-HiRes + dev-perl/Try-Tiny + dev-perl/Type-Tiny + dev-perl/Type-Tiny-XS + virtual/perl-XSLoader + >=dev-perl/boolean-0.250.0 + virtual/perl-if + dev-perl/namespace-clean + virtual/perl-version +" +DEPEND="${RDEPEND} + >=dev-perl/Config-AutoConf-0.220.0 + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Path-Tiny-0.52.0 + test? ( + !minimal? ( + >=virtual/perl-CPAN-Meta-2.120.900 + >=dev-perl/DateTime-Tiny-1.0.0 + >=virtual/perl-Test-Harness-3.310.0 + >=dev-perl/Time-Moment-0.220.0 + ) + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/JSON-MaybeXS + virtual/perl-Math-BigInt + >=dev-perl/Path-Tiny-0.54.0 + >=dev-perl/Test-Deep-0.111.0 + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + virtual/perl-bignum + virtual/perl-threads-shared + ) +" diff --git a/dev-perl/MongoDB/metadata.xml b/dev-perl/MongoDB/metadata.xml index 3198d51..778f12
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/
commit: 2b819778b10d02b4f46b6cf52cb9cd4a7e429419 Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 4 21:05:07 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 4 21:05:07 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b819778 dev-libs/libevdev: Remove old Package-Manager: portage-2.3.2 dev-libs/libevdev/Manifest | 2 -- dev-libs/libevdev/libevdev-1.3.ebuild | 25 - dev-libs/libevdev/libevdev-1.5.1.ebuild | 25 - 3 files changed, 52 deletions(-) diff --git a/dev-libs/libevdev/Manifest b/dev-libs/libevdev/Manifest index 753c8fa..747af54 100644 --- a/dev-libs/libevdev/Manifest +++ b/dev-libs/libevdev/Manifest @@ -1,6 +1,4 @@ -DIST libevdev-1.3.tar.xz 392744 SHA256 265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446 SHA512 d208a9be788e5531e2fd83da8bdef58245a0265a0551f28645a7de157d165cee161c8c5cde50156bbf6414b719d6a0125b4263ecf0f60c71ec864a21afcd303c WHIRLPOOL 01335f51ba67c01f9cff15592468bb5ab675fefd75dee859663c8df02c04d52a14f62a442dd841d9473fcefd4ea6fb1abe3e7cc54282a605f8ba0d61ed4d0a7a DIST libevdev-1.4.4.tar.xz 409856 SHA256 ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9 SHA512 5170ce3e99588b3ce2f9d3580b2d2087b527eaf258ab69a9e8620e2c336d9fa54c36f75ba4b68a61b5ecd7c8123bb9adf538ba882ed353df08a54cd68906e210 WHIRLPOOL 6812c199e03e0eab750c83603d8f9dcc8d5b917d7b0cc2942317fff75083d91b0601401c5e5fddc4d64066c44a4d7de210f994fc01f79f7ce884fdf039b9e1c5 -DIST libevdev-1.5.1.tar.xz 397652 SHA256 17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40 SHA512 71f6f860618e19d7bea01afe1dcdf4ba295e979fecd32c0db5adf4300e8fc7eedc6df53dc3398dc49d69c8e144020daa6bdc6fd080e956af31f6d39189a7 WHIRLPOOL a6d9bccf4cb5a37f4e012b3874d5b4918dad348d538c92b64e529d6ccd1b1f95f49245060f7b537468e315b2cfd5e61cd52d845a55e98a5750f995213e178340 DIST libevdev-1.5.2.tar.xz 397848 SHA256 5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b SHA512 7f07d2eb9feb3e4bd5ae512fa7000dd8d1ad8d5334fff9440262ab45aaec95ff311e3f9c9b1711259700b3f35613b192f5a2c8ac90fcb6842390bfd861e3e30c WHIRLPOOL 92a5679722caf6222036909a8a0dadc02503592e4b06e68e74f7deeaabc8e5335bc5a94c0d765913029350dfdb6f4ee7236459c1e637fc87cbc3635eec1c6a6f DIST libevdev-1.5.4.tar.xz 397876 SHA256 11fe76d62cc76fbc9dbf8e94696a80eee63780139161e5cf54c55ec21a8173a4 SHA512 9062b8c599ccc361d39bd0d06ee7dd7ddcca21541849a5f53ff1ec6d9760a8b575d90201a9a6b5ac5a01e7a77af9d191901bb1196976de52080e351717119f4e WHIRLPOOL 2d7fbc0942fe6a2a1c1d3ee0fffe43ec11fb4e88d8bdb251171b28d58de3426aa8dfbfe43600b49ffcf0ef2e21a4c9de87c239d76c1302b190af813c7fad791b DIST libevdev-1.5.5.tar.xz 406500 SHA256 320120782018b992956b3fa29495c323832860807ac8ea74537e636a0e0280b1 SHA512 cab1679c51566c673839f001c499cd854d502fd365a962547560859658be677552c30ebecba30faebfac1b4da795d480cf494c9317906a81c27d1f2aef58b133 WHIRLPOOL 59b0e07fd6b3c160eff143b2ec7cdc77ac80f5ccde979a978231694eec362d2bda24a92d0f1b76b9ef21d851801a58a76f6d22d4ed2bd4d8ca2c7f5f9ddbabe6 diff --git a/dev-libs/libevdev/libevdev-1.3.ebuild b/dev-libs/libevdev/libevdev-1.3.ebuild deleted file mode 100644 index 377bfd4.. --- a/dev-libs/libevdev/libevdev-1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -XORG_MULTILIB=yes -PYTHON_COMPAT=( python2_7 ) - -inherit python-any-r1 xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" - -DESCRIPTION="Handler library for evdev events" - -if [[ ${PV} == * ]] ; then - SRC_URI="" -else - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"; -fi - -RESTRICT="test" # Tests need to run as root. -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" diff --git a/dev-libs/libevdev/libevdev-1.5.1.ebuild b/dev-libs/libevdev/libevdev-1.5.1.ebuild deleted file mode 100644 index 8fb04b2.. --- a/dev-libs/libevdev/libevdev-1.5.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -XORG_MULTILIB=yes -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit python-any-r1 xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" - -DESCRIPTION="Handler library for evdev events" - -if [[ ${PV} == * ]] ; then - SRC_URI="" -else - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"; -fi - -RESTRICT="test" # Tests need to run as root. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}"
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
commit: 0d3426dc1a0a6d627445f71eca4930eed8bf4fa3 Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 4 21:07:47 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 4 21:07:47 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3426dc x11-libs/libdrm: Version bump to 2.4.74 Package-Manager: portage-2.3.2 x11-libs/libdrm/Manifest | 1 + x11-libs/libdrm/libdrm-2.4.74.ebuild | 63 2 files changed, 64 insertions(+) diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest index 07d77f3..c25934d 100644 --- a/x11-libs/libdrm/Manifest +++ b/x11-libs/libdrm/Manifest @@ -3,3 +3,4 @@ DIST libdrm-2.4.65.tar.bz2 645877 SHA256 71960ac8bde7d710992b1bc8879935e8300a870 DIST libdrm-2.4.68.tar.bz2 735554 SHA256 5b4bd9a5922929bc716411cb74061fbf31b06ba36feb89bc1358a91a8d0ca9df SHA512 646ce2eb6b4d81120d5767f0c4014bfd042ea7030e33aa9a1d016129222d22a0dd012e530d37e1d580f4cc9f4d38e35176ce4d7abeccc086b38ba685cff8e38e WHIRLPOOL 75defa050c11874c7cda511b0aafc559a9a94adb8d6f5beb0434ddd387b6014580462362e1c2a025c5057ee5273497d1e43e840e5230635408fd9f04837f21c8 DIST libdrm-2.4.70.tar.bz2 692277 SHA256 b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b SHA512 f23833885f675168ce0590e7ed3d41ef081e864262007f17c3d02613dd13b9540a06420ed2ec2c83316a83039ebabbe3fc9759d9b61fc402be8830e993a799a5 WHIRLPOOL e69761297eda6c52ec8f434a0f41f39bb47f92a2ed05b6dee413a63d88dd0b07f936382f0d46b63a4f5acf5b4c5c091ccea634dcb4912195aa86b8244f222c63 DIST libdrm-2.4.73.tar.bz2 777305 SHA256 96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d SHA512 81f8ac6831926850dbbac9efc1becfc3c2e4a5299376521c38b8466e9cebfd24396c475ef96633be69e89ea8791430c02fcc19d190feb205eca29acaeb06cb55 WHIRLPOOL 02e9658e74bd039b54d4c6b67017d90e147b53d5d374933f3bb1b9a26f54071e549a595d2ad27382c8c0237e64abdc65fee5adc75c89a965773d065562df7477 +DIST libdrm-2.4.74.tar.bz2 781730 SHA256 d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b SHA512 5b9784bf00bb8179ad59f2fbe5600b51ede3f79dd1ea2cb50485ffaabf74e83d766b2deb6833b99692a303e6780286ecce41b88a2d7c15f9e839bc7182a8879d WHIRLPOOL 25a85b5cbfa02b6e4e75f517dd445b5182593a04485ad6ac715e88ae6f7f3952de49096f17c27be7c9bcd2eab064147952e49c1d0957dd95d4e672ba68cd5bc0 diff --git a/x11-libs/libdrm/libdrm-2.4.74.ebuild b/x11-libs/libdrm/libdrm-2.4.74.ebuild new file mode 100644 index ..db7a6a2 --- /dev/null +++ b/x11-libs/libdrm/libdrm-2.4.74.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org libdrm library" +HOMEPAGE="https://dri.freedesktop.org/"; +if [[ ${PV} = * ]]; then + EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm" +else + SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2"; +fi + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" +VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} libkms valgrind" +RESTRICT="test" # see bug #236845 + +RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}] + video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] ) + abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )" +DEPEND="${RDEPEND} + valgrind? ( dev-util/valgrind )" + +src_prepare() { + if [[ ${PV} = * ]]; then + # tests are restricted, no point in building them + sed -ie 's/tests //' "${S}"/Makefile.am + fi + xorg-2_src_prepare +} + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + # Udev is only used by tests now. + --disable-udev + --disable-cairo-tests + $(use_enable video_cards_amdgpu amdgpu) + $(use_enable video_cards_exynos exynos-experimental-api) + $(use_enable video_cards_freedreno freedreno) + $(use_enable video_cards_intel intel) + $(use_enable video_cards_nouveau nouveau) + $(use_enable video_cards_omap omap-experimental-api) + $(use_enable video_cards_radeon radeon) + $(use_enable video_cards_tegra tegra-experimental-api) + $(use_enable video_cards_vc4 vc4) + $(use_enable video_cards_vivante etnaviv-experimental-api) + $(use_enable video_cards_vmware vmwgfx) + $(use_enable libkms) + # valgrind installs its .pc file to the pkgconfig for the primary arch + --enable-valgrind=$(usex valgrind auto no) + ) + + xorg-2_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/
commit: 862ce4be6b8acdec15d1f51f78871143994923ba Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 4 21:04:30 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 4 21:04:30 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862ce4be dev-libs/libevdev: Version bump to 1.5.5 Package-Manager: portage-2.3.2 dev-libs/libevdev/Manifest | 1 + dev-libs/libevdev/libevdev-1.5.5.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-libs/libevdev/Manifest b/dev-libs/libevdev/Manifest index 3f6cf02..753c8fa 100644 --- a/dev-libs/libevdev/Manifest +++ b/dev-libs/libevdev/Manifest @@ -3,3 +3,4 @@ DIST libevdev-1.4.4.tar.xz 409856 SHA256 ed9979369b6a6e28f5897d099538549ecffb2b7 DIST libevdev-1.5.1.tar.xz 397652 SHA256 17630821a57e6e3f02e01ade836f24068df9bd530067091152b0d468c3a86f40 SHA512 71f6f860618e19d7bea01afe1dcdf4ba295e979fecd32c0db5adf4300e8fc7eedc6df53dc3398dc49d69c8e144020daa6bdc6fd080e956af31f6d39189a7 WHIRLPOOL a6d9bccf4cb5a37f4e012b3874d5b4918dad348d538c92b64e529d6ccd1b1f95f49245060f7b537468e315b2cfd5e61cd52d845a55e98a5750f995213e178340 DIST libevdev-1.5.2.tar.xz 397848 SHA256 5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b SHA512 7f07d2eb9feb3e4bd5ae512fa7000dd8d1ad8d5334fff9440262ab45aaec95ff311e3f9c9b1711259700b3f35613b192f5a2c8ac90fcb6842390bfd861e3e30c WHIRLPOOL 92a5679722caf6222036909a8a0dadc02503592e4b06e68e74f7deeaabc8e5335bc5a94c0d765913029350dfdb6f4ee7236459c1e637fc87cbc3635eec1c6a6f DIST libevdev-1.5.4.tar.xz 397876 SHA256 11fe76d62cc76fbc9dbf8e94696a80eee63780139161e5cf54c55ec21a8173a4 SHA512 9062b8c599ccc361d39bd0d06ee7dd7ddcca21541849a5f53ff1ec6d9760a8b575d90201a9a6b5ac5a01e7a77af9d191901bb1196976de52080e351717119f4e WHIRLPOOL 2d7fbc0942fe6a2a1c1d3ee0fffe43ec11fb4e88d8bdb251171b28d58de3426aa8dfbfe43600b49ffcf0ef2e21a4c9de87c239d76c1302b190af813c7fad791b +DIST libevdev-1.5.5.tar.xz 406500 SHA256 320120782018b992956b3fa29495c323832860807ac8ea74537e636a0e0280b1 SHA512 cab1679c51566c673839f001c499cd854d502fd365a962547560859658be677552c30ebecba30faebfac1b4da795d480cf494c9317906a81c27d1f2aef58b133 WHIRLPOOL 59b0e07fd6b3c160eff143b2ec7cdc77ac80f5ccde979a978231694eec362d2bda24a92d0f1b76b9ef21d851801a58a76f6d22d4ed2bd4d8ca2c7f5f9ddbabe6 diff --git a/dev-libs/libevdev/libevdev-1.5.5.ebuild b/dev-libs/libevdev/libevdev-1.5.5.ebuild new file mode 100644 index ..8fb04b2 --- /dev/null +++ b/dev-libs/libevdev/libevdev-1.5.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 +XORG_MULTILIB=yes +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit python-any-r1 xorg-2 + +EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" + +DESCRIPTION="Handler library for evdev events" + +if [[ ${PV} == * ]] ; then + SRC_URI="" +else + SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"; +fi + +RESTRICT="test" # Tests need to run as root. +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS}"
[gentoo-commits] repo/gentoo:master commit in: www-servers/thin/
commit: 69b431726a810b72bd70da5a1f6334c928040f0b Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 4 20:54:09 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 4 20:54:09 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b43172 www-servers/thin: Remove old Package-Manager: portage-2.3.2 www-servers/thin/Manifest | 1 - www-servers/thin/thin-1.6.4-r2.ebuild | 84 --- 2 files changed, 85 deletions(-) diff --git a/www-servers/thin/Manifest b/www-servers/thin/Manifest index 3c91b6e..1371f52 100644 --- a/www-servers/thin/Manifest +++ b/www-servers/thin/Manifest @@ -1,2 +1 @@ -DIST thin-1.6.4.tar.gz 180419 SHA256 deead8d4d755fd99fa81059bef6b9767e787f027e86d44c903aa3d2a06c082c3 SHA512 f75bbfbc855769564ff6dbbcb93381d9c9387c3ee1211f53df3eb3a050940c2dd8ffba7321d88f685ec114bf78ee437844853810ff728bad6d760d0b82f95671 WHIRLPOOL a755b434c7b038ec6a0ab24c0819a945e015705ec5234199ec82ab81f85002e2d277160069e215fd86195e84258329a8319887690f1c31174a734befa6ca037f DIST thin-1.7.0.tar.gz 180791 SHA256 8574ea81e50fc6b46bf48c147cce26eb698f60b554228498daba88f65b043927 SHA512 a41ffb8792f5dbc732696af4914e5121e83f21d18e5aae64676dc5d035f84c0e13d352565c5004ba7ac2e42c701522a6aa6a9250303877c3ac566c30336df2c3 WHIRLPOOL 029fde0ec69b4c1bbd57cd98e483c6fa8ec2ae82e4e80c43b0d328a8c424867737b9d8db7a5f642e70b6946092c26b6594d06d884efd2a5efe98b1f387ff9fec diff --git a/www-servers/thin/thin-1.6.4-r2.ebuild b/www-servers/thin/thin-1.6.4-r2.ebuild deleted file mode 100644 index 9efac81.. --- a/www-servers/thin/thin-1.6.4-r2.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# 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_TASK_TEST="spec:main spec:group:0 spec:group:1 spec:group:2" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A fast and very simple Ruby web server" -HOMEPAGE="http://code.macournoyer.com/thin/"; -SRC_URI="https://github.com/macournoyer/thin/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc test" - -DEPEND="${DEPEND} - dev-util/ragel" -RDEPEND="${RDEPEND}" - -# The runtime dependencies are used at build-time as well since the -# Rakefile loads thin! -mydeps=">=dev-ruby/daemons-1.0.9 - >=dev-ruby/rack-1.0.0:* - >=dev-ruby/eventmachine-1.0.4:0 - virtual/ruby-ssl" - -ruby_add_rdepend "${mydeps}" -ruby_add_bdepend "${mydeps} - dev-ruby/rake-compiler - test? ( dev-ruby/rspec:0 )" - -all_ruby_prepare() { - # Fix Ragel-based parser generation (uses a *very* old syntax that - # is not supported in Gentoo) - sed -i -e 's: | rlgen-cd::' Rakefile || die - - # Fix specs' dependencies so that the extension is not rebuilt - # when running tests - sed -i -e '/:spec =>/s:^:#:' tasks/spec.rake || die - - # Fix rspec version to allow newer 1.x versions - sed -i -e '/gem "rspec"/ s/1.2.9/1.0/' tasks/spec.rake spec/spec_helper.rb || die - - # Avoid CLEAN since it may not be available and we don't need it. - sed -i -e '/CLEAN/ s:^:#:' tasks/*.rake || die - - # Disable a test that is known for freezing the testsuite, - # reported upstream. In thin 1.5.1 this just fails. - sed -i \ - -e '/should force kill process in pid file/,/^ end/ s:^:#:' \ - spec/daemonizing_spec.rb || die - - # nasty but too complex to fix up for now :( - use doc || rm tasks/rdoc.rake - use test || rm tasks/spec.rake -} - -each_ruby_compile() { - ${RUBY} -S rake compile || die "rake compile failed" -} - -all_ruby_install() { - all_fakegem_install - - keepdir /etc/thin - newinitd "${FILESDIR}"/${PN}.initd-r4 ${PN} - newconfd "${FILESDIR}"/${PN}.confd-2 ${PN} - - einfo - elog "Thin is now shipped with init scripts." - elog "The default script (/etc/init.d/thin) will start all servers that have" - elog "configuration files in /etc/thin/. You can symlink the init script to" - elog "files of the format 'thin.SERVER' to be able to start individual servers." - elog "See /etc/conf.d/thin for more configuration options." - einfo -}
[gentoo-commits] repo/gentoo:master commit in: www-servers/thin/
commit: 38eae75234566b616036e9527eaa352e32c78282 Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 4 20:53:40 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Dec 4 20:53:40 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eae752 www-servers/thin: Migrate to rspec2; add ruby22, ruby23; drop x86, ppc Package-Manager: portage-2.3.2 www-servers/thin/thin-1.7.0-r1.ebuild | 89 +++ 1 file changed, 89 insertions(+) diff --git a/www-servers/thin/thin-1.7.0-r1.ebuild b/www-servers/thin/thin-1.7.0-r1.ebuild new file mode 100644 index ..10c9800 --- /dev/null +++ b/www-servers/thin/thin-1.7.0-r1.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A fast and very simple Ruby web server" +HOMEPAGE="http://code.macournoyer.com/thin/"; +SRC_URI="https://github.com/macournoyer/thin/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" +IUSE="doc test" + +DEPEND="${DEPEND} + dev-util/ragel" +RDEPEND="${RDEPEND}" + +# The runtime dependencies are used at build-time as well since the +# Rakefile loads thin! +mydeps=">=dev-ruby/daemons-1.0.9 + >=dev-ruby/rack-1.0.0:* =dev-ruby/eventmachine-1.0.4:0 + virtual/ruby-ssl" + +ruby_add_rdepend "${mydeps}" +ruby_add_bdepend "${mydeps} + dev-ruby/rake-compiler" + +all_ruby_prepare() { + # Fix Ragel-based parser generation (uses a *very* old syntax that + # is not supported in Gentoo) + sed -i -e 's: | rlgen-cd::' Rakefile || die + + # Fix specs' dependencies so that the extension is not rebuilt + # when running tests + rm tasks/spec.rake || die + + # Fix rspec version to allow newer 2.x versions + sed -i -e '/gem "rspec"/ s/1.2.9/2.0/' spec/spec_helper.rb || die + + # Avoid CLEAN since it may not be available and we don't need it. + sed -i -e '/CLEAN/ s:^:#:' tasks/*.rake || die + + # Disable a test that is known for freezing the testsuite, + # reported upstream. In thin 1.5.1 this just fails. + sed -i \ + -e '/should force kill process in pid file/,/^ end/ s:^:#:' \ + spec/daemonizing_spec.rb || die + + sed -i \ + -e '/tracing routines (with NO custom logger)/,/^ end/ s:^:#:'\ + spec/logging_spec.rb || die + + find spec/perf -name "*_spec.rb" -exec \ + sed -i '/be_faster_then/ i \pending' {} \; + + sed -i -e "s/Spec::Runner/Rspec/" spec/spec_helper.rb || die + # nasty but too complex to fix up for now :( + use doc || rm tasks/rdoc.rake +} + +each_ruby_compile() { + ${RUBY} -S rake compile || die "rake compile failed" +} + +all_ruby_install() { + all_fakegem_install + + keepdir /etc/thin + newinitd "${FILESDIR}"/${PN}.initd-r4 ${PN} + newconfd "${FILESDIR}"/${PN}.confd-2 ${PN} + + einfo + elog "Thin is now shipped with init scripts." + elog "The default script (/etc/init.d/thin) will start all servers that have" + elog "configuration files in /etc/thin/. You can symlink the init script to" + elog "files of the format 'thin.SERVER' to be able to start individual servers." + elog "See /etc/conf.d/thin for more configuration options." + einfo +}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 24e35e5a52265440bb399023e66fbb90ed772594 Author: Mike Pagano gentoo org> AuthorDate: Sun Dec 4 20:51:15 2016 + Commit: Mike Pagano gentoo org> CommitDate: Sun Dec 4 20:51:30 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e35e5a profiles: mask portpeek-2.1.21 for testing profiles/package.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 639f1af..40cbe0a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,10 @@ #--- END OF EXAMPLES --- +# Mike Pagano (04 Nov 2016) +# Masked for testing +=app-portage/portpeek-2.1.21* + # Mike Gilbert (03 Dec 2016) # Sandbox failure on install. No maintainer. # https://bugs.gentoo.org/597146
[gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
commit: 6499c0895a80615c4e01925302377749be83a799 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:43:26 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:43:26 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6499c089 dev-lisp/vecto: Updates header dev-lisp/vecto/vecto-1.4.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lisp/vecto/vecto-1.4.3.ebuild b/dev-lisp/vecto/vecto-1.4.3.ebuild index 191ea17..2abf7c6 100644 --- a/dev-lisp/vecto/vecto-1.4.3.ebuild +++ b/dev-lisp/vecto/vecto-1.4.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 -DESCRIPTION="Vecto is a simplified interface to the powerful CL-VECTORS vector rasterization library." +DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library." HOMEPAGE="http://www.xach.com/lisp/vecto/"; SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2";
[gentoo-commits] proj/lisp:master commit in: dev-lisp/common-idioms/
commit: bde30a6a83423d84a466268ea01bbc0c18c66bae Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:40:57 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:40:57 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bde30a6a dev-lisp/common-idioms: Updates header dev-lisp/common-idioms/common-idioms-3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/common-idioms/common-idioms-3.ebuild b/dev-lisp/common-idioms/common-idioms-3.ebuild index bb4b828..650eb43 100644 --- a/dev-lisp/common-idioms/common-idioms-3.ebuild +++ b/dev-lisp/common-idioms/common-idioms-3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/
commit: ccab1d8b91c29fc8b2497371ab06ff0f9a75eeb9 Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 20:34:46 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 20:39:24 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccab1d8b dev-perl/Moo: Bump to version 2.2.5 - EAPI6 Package-Manager: portage-2.3.2 dev-perl/Moo/Manifest | 1 + dev-perl/Moo/Moo-2.2.5.ebuild | 32 dev-perl/Moo/metadata.xml | 1 - 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest index 75cf72f..cd7fca5 100644 --- a/dev-perl/Moo/Manifest +++ b/dev-perl/Moo/Manifest @@ -1 +1,2 @@ DIST Moo-2.02.tar.gz 94253 SHA256 fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 SHA512 dbafbe0fe976492bc98610591c80d6f5c19c33b61a4d1cf4752ee03b7ceedf5ff5a5ef789436adf49a697508dde7db8a58dafbcec9ac88780b75896cb0dc072c WHIRLPOOL e811e0785f1ec5155d9aa90112f2c04a62d9d00c3f04cb9f8533812ac94592d60b1bb3eb0bfb4e889a776967b6ab9ed45869453d8d59801934b4fa7404f574a0 +DIST Moo-2.002005.tar.gz 106129 SHA256 8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 SHA512 eb84b6bc13873638efe201562bf4b1c799a2a9ee8dc606236ffbd69cfbc4dbb126a0990e49d29b853e2363cda4cabee4cd338757e107e75da6936a2ff6c5b6b6 WHIRLPOOL fa5b9f78d564183d018bafead56ce7d900ddf40e1a8c74b949c2c1ce27e05a6cc2eb5f1ee37aa4f417410d6fcc3cda39881b56d5f91d36934dd59f36fb3ef8a4 diff --git a/dev-perl/Moo/Moo-2.2.5.ebuild b/dev-perl/Moo/Moo-2.2.5.ebuild new file mode 100644 index ..e81e98e --- /dev/null +++ b/dev-perl/Moo/Moo-2.2.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.002005 +inherit perl-module + +DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="test" + +# needs Scalar::Util +RDEPEND=" + >=dev-perl/Class-Method-Modifiers-1.100.0 + >=dev-perl/Devel-GlobalDestruction-0.110.0 + >=virtual/perl-Exporter-5.570.0 + >=dev-perl/Module-Runtime-0.14.0 + >=dev-perl/Role-Tiny-2.0.4 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Fatal-0.3.0 + >=virtual/perl-Test-Simple-0.940.0 + ) +" diff --git a/dev-perl/Moo/metadata.xml b/dev-perl/Moo/metadata.xml index 5288188..0740775 100644 --- a/dev-perl/Moo/metadata.xml +++ b/dev-perl/Moo/metadata.xml @@ -11,7 +11,6 @@ Method::Generate::BuildAll Method::Generate::Constructor Method::Generate::DemolishAll - Method::Inliner Moo Moo::HandleMoose Moo::HandleMoose::FakeConstructor
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/
commit: 651099ec18cea23630955a96f97eba565e05bf4e Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 20:29:37 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 20:39:23 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651099ec dev-perl/Role-Tiny: Bump to version 2.0.5 - EAPI6 Upstream: - Class::Method::Modifiers delayed loading until applying modifiers to a apckage. - use croak instead of die for reporting errors - apply method modifiers only once despite multiple composition paths - Don't install subs when importing into a package that is already a role Package-Manager: portage-2.3.2 dev-perl/Role-Tiny/Manifest | 1 + dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-perl/Role-Tiny/Manifest b/dev-perl/Role-Tiny/Manifest index 24e0077..b3874bf 100644 --- a/dev-perl/Role-Tiny/Manifest +++ b/dev-perl/Role-Tiny/Manifest @@ -1 +1,2 @@ DIST Role-Tiny-2.01.tar.gz 21947 SHA256 31883410a7c85d6dc7501c718b1f83edba013a7b9bbccf0338a1033c391f296d SHA512 64d13232db363ba53d2e1e7eb69162ef4411e3ec700dbb652fa6c91aab9b2d248ff83203274d1d1e05cc03342706566a80387b0b11dda912906da8bdc9b4f816 WHIRLPOOL 9553a4adad4ffe5e6d874411a01078e6a3fd572563432d1933861211c48fd50886e95048166ffbb0c0b23cd7ee2f3e6efc093427155f6d875965c8a4944e8cef +DIST Role-Tiny-2.05.tar.gz 23119 SHA256 593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115 SHA512 5573fcbffcf6532003906b36799f5a61f46d03a71e294d79f62f7b15f358291319e928c27e3f0c24ae54a581a01429c7e18927c728028ba2a36a37d6de75ad4d WHIRLPOOL 51c34dd809008f9f8be5ec99b46a5d942c402914284cb0532fe85a432567f22e930fca77a48c8d3b6a8f4bb5103f7728bf68a20a2c4e60c75581cf6546fa2709 diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild new file mode 100644 index ..fbd25ac --- /dev/null +++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.05 +inherit perl-module + +DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + !
[gentoo-commits] repo/gentoo:master commit in: dev-perl/BSON/
commit: 922ea78eb95a890c4ca6bcf9f759c06e02dc696e Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 20:38:51 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 20:39:25 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922ea78e dev-perl/BSON: Added w/ version 1.2.2 Required for newer dev-perl/MongoDB Package-Manager: portage-2.3.2 dev-perl/BSON/BSON-1.2.2.ebuild | 43 + dev-perl/BSON/Manifest | 1 + dev-perl/BSON/metadata.xml | 33 +++ 3 files changed, 77 insertions(+) diff --git a/dev-perl/BSON/BSON-1.2.2.ebuild b/dev-perl/BSON/BSON-1.2.2.ebuild new file mode 100644 index ..c569c2d --- /dev/null +++ b/dev-perl/BSON/BSON-1.2.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MONGODB +DIST_VERSION=v1.2.2 +inherit perl-module + +DESCRIPTION="BSON serialization and deserialization" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Digest-MD5 + virtual/perl-Exporter + virtual/perl-Math-BigInt + >=dev-perl/Moo-2.2.4 + virtual/perl-Scalar-List-Utils + dev-perl/Tie-IxHash + virtual/perl-Time-HiRes + virtual/perl-Time-Local + >=dev-perl/boolean-0.450.0 + dev-perl/namespace-clean + virtual/perl-threads-shared + virtual/perl-version +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + virtual/perl-Data-Dumper + virtual/perl-File-Spec + dev-perl/JSON-MaybeXS + >=dev-perl/Path-Tiny-0.54.0 + dev-perl/Test-Deep + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/BSON/Manifest b/dev-perl/BSON/Manifest new file mode 100644 index ..b12ec59 --- /dev/null +++ b/dev-perl/BSON/Manifest @@ -0,0 +1 @@ +DIST BSON-v1.2.2.tar.gz 99492 SHA256 4a2225fbfb649504e2f9821038e067b94d33b4df4ab3ecf75b63a5def05af2f8 SHA512 e557b527ea77a443d9524779514495321af0eeb3f72f2e8eb7d53514408a13eef797143add94c93b4b563136ce62a5a95ee879c82ded7e32116650e016c1f1c3 WHIRLPOOL 94dd0356539d79cfc44187f0f451f9ef6bba71f772a413754f55c8257b55574f3f3f72b642619deed168ba71956342e491c3b688d1daaa4cfd16c5b87afc7779 diff --git a/dev-perl/BSON/metadata.xml b/dev-perl/BSON/metadata.xml new file mode 100644 index ..d535b9a --- /dev/null +++ b/dev-perl/BSON/metadata.xml @@ -0,0 +1,33 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +p...@gentoo.org +Gentoo Perl Project + + +BSON +BSON +BSON::Binary +BSON::Bool +BSON::Bytes +BSON::Code +BSON::DBRef +BSON::Decimal128 +BSON::Doc +BSON::Double +BSON::Int32 +BSON::Int64 +BSON::MaxKey +BSON::MinKey +BSON::OID +BSON::ObjectId +BSON::PP +BSON::Raw +BSON::Regex +BSON::String +BSON::Time +BSON::Timestamp +BSON::Types + +
[gentoo-commits] proj/lisp:master commit in: dev-lisp/environment/
commit: db3c20acbf0696d134365b23af322c7210355266 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:36:59 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:36:59 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=db3c20ac dev-lisp/environment: Updates header dev-lisp/environment/environment-1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/environment/environment-1.3.ebuild b/dev-lisp/environment/environment-1.3.ebuild index a98b67f..7ed2263 100644 --- a/dev-lisp/environment/environment-1.3.ebuild +++ b/dev-lisp/environment/environment-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/
commit: 454ee398ac4bca4502a9fbdd259ee3566f47271b Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:34:34 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:34:34 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=454ee398 dev-lisp/portable-threads: Bumps version to 2.3 .../portable-threads-2.3_p20161031.ebuild | 18 ++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild new file mode 100644 index 000..2871538 --- /dev/null +++ b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Portable threads API for Common Lisp (from GBBopen project)" +HOMEPAGE="http://www.cliki.net/Portable-Threads http://GBBopen.org"; +SRC_URI="https://github.com/binghe/portable-threads/archive/quicklisp-20161031.tar.gz -> ${PF}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-quicklisp-20161031"
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: aa10613ba8d16bd750930a3822a79bcdcdb99dde Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 20:13:03 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 20:13:03 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa10613b profiles: Mask KDE Frameworks 5.29.0 profiles/package.mask/kde-frameworks-5.29.0 | 78 + 1 file changed, 78 insertions(+) diff --git a/profiles/package.mask/kde-frameworks-5.29.0 b/profiles/package.mask/kde-frameworks-5.29.0 new file mode 100644 index 000..5728b4b --- /dev/null +++ b/profiles/package.mask/kde-frameworks-5.29.0 @@ -0,0 +1,78 @@ +# Johannes Huber (04 Dec 2016) +# KDE Frameworks 5.29.0 mask +# Unreleased version. +~kde-frameworks/attica-5.29.0 +~kde-frameworks/baloo-5.29.0 +~kde-frameworks/bluez-qt-5.29.0 +~kde-frameworks/breeze-icons-5.29.0 +~kde-frameworks/breeze-icons-rcc-5.29.0 +~kde-frameworks/extra-cmake-modules-5.29.0 +~kde-frameworks/frameworkintegration-5.29.0 +~kde-frameworks/kactivities-5.29.0 +~kde-frameworks/kactivities-stats-5.29.0 +~kde-frameworks/kapidox-5.29.0 +~kde-frameworks/karchive-5.29.0 +~kde-frameworks/kauth-5.29.0 +~kde-frameworks/kbookmarks-5.29.0 +~kde-frameworks/kcmutils-5.29.0 +~kde-frameworks/kcodecs-5.29.0 +~kde-frameworks/kcompletion-5.29.0 +~kde-frameworks/kconfig-5.29.0 +~kde-frameworks/kconfigwidgets-5.29.0 +~kde-frameworks/kcoreaddons-5.29.0 +~kde-frameworks/kcrash-5.29.0 +~kde-frameworks/kdbusaddons-5.29.0 +~kde-frameworks/kdeclarative-5.29.0 +~kde-frameworks/kded-5.29.0 +~kde-frameworks/kdelibs4support-5.29.0 +~kde-frameworks/kdesignerplugin-5.29.0 +~kde-frameworks/kdesu-5.29.0 +~kde-frameworks/kdewebkit-5.29.0 +~kde-frameworks/kdnssd-5.29.0 +~kde-frameworks/kdoctools-5.29.0 +~kde-frameworks/kemoticons-5.29.0 +~kde-frameworks/kfilemetadata-5.29.0 +~kde-frameworks/kglobalaccel-5.29.0 +~kde-frameworks/kguiaddons-5.29.0 +~kde-frameworks/khtml-5.29.0 +~kde-frameworks/ki18n-5.29.0 +~kde-frameworks/kiconthemes-5.29.0 +~kde-frameworks/kidletime-5.29.0 +~kde-frameworks/kimageformats-5.29.0 +~kde-frameworks/kinit-5.29.0 +~kde-frameworks/kio-5.29.0 +~kde-frameworks/kitemmodels-5.29.0 +~kde-frameworks/kitemviews-5.29.0 +~kde-frameworks/kjobwidgets-5.29.0 +~kde-frameworks/kjs-5.29.0 +~kde-frameworks/kjsembed-5.29.0 +~kde-frameworks/kmediaplayer-5.29.0 +~kde-frameworks/knewstuff-5.29.0 +~kde-frameworks/knotifications-5.29.0 +~kde-frameworks/knotifyconfig-5.29.0 +~kde-frameworks/kpackage-5.29.0 +~kde-frameworks/kparts-5.29.0 +~kde-frameworks/kpeople-5.29.0 +~kde-frameworks/kplotting-5.29.0 +~kde-frameworks/kpty-5.29.0 +~kde-frameworks/kross-5.29.0 +~kde-frameworks/krunner-5.29.0 +~kde-frameworks/kservice-5.29.0 +~kde-frameworks/ktexteditor-5.29.0 +~kde-frameworks/ktextwidgets-5.29.0 +~kde-frameworks/kunitconversion-5.29.0 +~kde-frameworks/kwallet-5.29.0 +~kde-frameworks/kwayland-5.29.0 +~kde-frameworks/kwidgetsaddons-5.29.0 +~kde-frameworks/kwindowsystem-5.29.0 +~kde-frameworks/kxmlgui-5.29.0 +~kde-frameworks/kxmlrpcclient-5.29.0 +~kde-frameworks/modemmanager-qt-5.29.0 +~kde-frameworks/networkmanager-qt-5.29.0 +~kde-frameworks/oxygen-icons-5.29.0 +~kde-frameworks/plasma-5.29.0 +~kde-frameworks/prison-5.29.0 +~kde-frameworks/solid-5.29.0 +~kde-frameworks/sonnet-5.29.0 +~kde-frameworks/syntax-highlighting-5.29.0 +~kde-frameworks/threadweaver-5.29.0
[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/.kde-frameworks-5.29/, ...
commit: b704de9d5733ee73f0425385b7166db465e1e111 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 20:06:33 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 20:06:33 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b704de9d Documentation: Add KDE Frameworks 5.29 Documentation/maintainers/regenerate-files | 2 +- .../.kde-frameworks-5.29/_HEADER_ | 2 + .../.kde-frameworks-5.29/kde-frameworks-5.29 | 1 + .../.kde-frameworks-5.29/more-deps | 1 + .../kde-frameworks-5.29.keywords | 79 ++ Documentation/package.mask/kde-frameworks-5.29 | 78 + .../package.unmask/.kde-frameworks-5.29/_HEADER_ | 2 + .../.kde-frameworks-5.29/kde-frameworks-5.29 | 1 + Documentation/package.unmask/kde-frameworks-5.29 | 78 + 9 files changed, 243 insertions(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index e1c31e8..32f7eff 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,7 +9,7 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.26 5.28" +KF_RELEASES="5.26 5.28 5.29" KF_RELEASE=${KF_RELEASE:-5.26} PLASMA_RELEASES="5.7 5.8" diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.29/_HEADER_ b/Documentation/package.accept_keywords/.kde-frameworks-5.29/_HEADER_ new file mode 100644 index 000..a21c3d9 --- /dev/null +++ b/Documentation/package.accept_keywords/.kde-frameworks-5.29/_HEADER_ @@ -0,0 +1,2 @@ +# You can use this file to keyword/unkeyword the KDE Frameworks 5.29 release. +# Edit Documentation/package.accept_keywords/.kde-frameworks-5.29/ files instead. diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.29/kde-frameworks-5.29 b/Documentation/package.accept_keywords/.kde-frameworks-5.29/kde-frameworks-5.29 new file mode 12 index 000..bb7bf4c --- /dev/null +++ b/Documentation/package.accept_keywords/.kde-frameworks-5.29/kde-frameworks-5.29 @@ -0,0 +1 @@ +../../../sets/kde-frameworks-5.29 \ No newline at end of file diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.29/more-deps b/Documentation/package.accept_keywords/.kde-frameworks-5.29/more-deps new file mode 100644 index 000..83d73bf --- /dev/null +++ b/Documentation/package.accept_keywords/.kde-frameworks-5.29/more-deps @@ -0,0 +1 @@ +>=kde-frameworks/kf-env-4 diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.29.keywords b/Documentation/package.accept_keywords/kde-frameworks-5.29.keywords new file mode 100644 index 000..82cd93a --- /dev/null +++ b/Documentation/package.accept_keywords/kde-frameworks-5.29.keywords @@ -0,0 +1,79 @@ +# Autogenerated by regenerate-files, DO NOT EDIT. +# You can use this file to keyword/unkeyword the KDE Frameworks 5.29 release. +# Edit Documentation/package.accept_keywords/.kde-frameworks-5.29/ files instead. +=kde-frameworks/kf-env-4 diff --git a/Documentation/package.mask/kde-frameworks-5.29 b/Documentation/package.mask/kde-frameworks-5.29 new file mode 100644 index 000..354645d --- /dev/null +++ b/Documentation/package.mask/kde-frameworks-5.29 @@ -0,0 +1,78 @@ +# Autogenerated by regenerate-files, DO NOT EDIT. +# You can use this file to mask/unmask the KDE Frameworks 5.29 release. +# Edit Documentation/package.unmask/.kde-frameworks-5.29/ files instead. +
[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kcompletion/, kde-frameworks/kpackage/, ...
commit: 3db7507f8bf6ad87bf995a02e3df647c62b16601 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 20:23:01 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 20:23:01 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3db7507f kde-frameworks: Version bump KDE Frameworks 5.29.0 Package-Manager: portage-2.3.2 kde-frameworks/attica/attica-5.29.0.ebuild | 17 + kde-frameworks/baloo/baloo-5.29.0.ebuild | 33 + kde-frameworks/bluez-qt/bluez-qt-5.29.0.ebuild | 30 .../breeze-icons-rcc-5.29.0.ebuild | 30 .../breeze-icons/breeze-icons-5.29.0.ebuild| 27 +++ .../extra-cmake-modules-5.29.0.ebuild | 59 +++ .../frameworkintegration-5.29.0.ebuild | 44 +++ .../kactivities-stats-5.29.0.ebuild| 22 ++ .../kactivities/kactivities-5.29.0.ebuild | 28 +++ kde-frameworks/kapidox/kapidox-5.29.0.ebuild | 29 kde-frameworks/karchive/karchive-5.29.0.ebuild | 28 +++ kde-frameworks/kauth/kauth-5.29.0.ebuild | 34 + kde-frameworks/kbookmarks/kbookmarks-5.29.0.ebuild | 30 kde-frameworks/kcmutils/kcmutils-5.29.0.ebuild | 32 kde-frameworks/kcodecs/kcodecs-5.29.0.ebuild | 14 .../kcompletion/kcompletion-5.29.0.ebuild | 22 ++ kde-frameworks/kconfig/kconfig-5.29.0.ebuild | 27 +++ .../kconfigwidgets/kconfigwidgets-5.29.0.ebuild| 38 ++ .../kcoreaddons/kcoreaddons-5.29.0.ebuild | 31 kde-frameworks/kcrash/kcrash-5.29.0.ebuild | 39 ++ .../kdbusaddons/kdbusaddons-5.29.0.ebuild | 29 .../kdeclarative/kdeclarative-5.29.0.ebuild| 32 kde-frameworks/kded/kded-5.29.0.ebuild | 36 + .../kdelibs4support/kdelibs4support-5.29.0.ebuild | 86 ++ .../kdesignerplugin/kdesignerplugin-5.29.0.ebuild | 54 ++ kde-frameworks/kdesu/kdesu-5.29.0.ebuild | 33 + kde-frameworks/kdewebkit/kdewebkit-5.29.0.ebuild | 30 kde-frameworks/kdnssd/kdnssd-5.29.0.ebuild | 32 kde-frameworks/kdoctools/kdoctools-5.29.0.ebuild | 25 +++ kde-frameworks/kemoticons/kemoticons-5.29.0.ebuild | 26 +++ .../kfilemetadata/kfilemetadata-5.29.0.ebuild | 50 + .../kglobalaccel/kglobalaccel-5.29.0.ebuild| 32 kde-frameworks/kguiaddons/kguiaddons-5.29.0.ebuild | 23 ++ kde-frameworks/khtml/khtml-5.29.0.ebuild | 67 + kde-frameworks/ki18n/ki18n-5.29.0.ebuild | 37 ++ .../kiconthemes/kiconthemes-5.29.0.ebuild | 30 kde-frameworks/kidletime/kidletime-5.29.0.ebuild | 25 +++ .../kimageformats/kimageformats-5.29.0.ebuild | 35 + kde-frameworks/kinit/kinit-5.29.0.ebuild | 41 +++ kde-frameworks/kio/kio-5.29.0.ebuild | 80 .../kitemmodels/kitemmodels-5.29.0.ebuild | 15 kde-frameworks/kitemviews/kitemviews-5.29.0.ebuild | 21 ++ .../kjobwidgets/kjobwidgets-5.29.0.ebuild | 36 + kde-frameworks/kjs/kjs-5.29.0.ebuild | 22 ++ kde-frameworks/kjsembed/kjsembed-5.29.0.ebuild | 26 +++ .../kmediaplayer/kmediaplayer-5.29.0.ebuild| 21 ++ kde-frameworks/knewstuff/knewstuff-5.29.0.ebuild | 35 + .../knotifications/knotifications-5.29.0.ebuild| 45 +++ .../knotifyconfig/knotifyconfig-5.29.0.ebuild | 25 +++ kde-frameworks/kpackage/kpackage-5.29.0.ebuild | 30 kde-frameworks/kparts/kparts-5.29.0.ebuild | 31 kde-frameworks/kpeople/kpeople-5.29.0.ebuild | 32 kde-frameworks/kplotting/kplotting-5.29.0.ebuild | 19 + kde-frameworks/kpty/kpty-5.29.0.ebuild | 27 +++ kde-frameworks/kross/kross-5.29.0.ebuild | 32 kde-frameworks/krunner/krunner-5.29.0.ebuild | 30 kde-frameworks/kservice/kservice-5.29.0.ebuild | 47 .../ktexteditor/ktexteditor-5.29.0.ebuild | 54 ++ .../ktextwidgets/ktextwidgets-5.29.0.ebuild| 38 ++ .../kunitconversion/kunitconversion-5.29.0.ebuild | 19 + kde-frameworks/kwallet/kwallet-5.29.0.ebuild | 52 + kde-frameworks/kwayland/kwayland-5.29.0.ebuild | 29 .../kwidgetsaddons/kwidgetsaddons-5.29.0.ebuild| 22 ++ .../kwindowsystem/kwindowsystem-5.29.0.ebuild | 41 +++ kde-frameworks/kxmlgui/kxmlgui-5.29.0.ebuild | 42 +++ .../kxmlrpcclient/kxmlrpcclient-5.29.0.ebuild | 22 ++ .../modemmanager-qt/modemmanager-qt-5.29.0.ebuild | 25 +++ .../networkmanager-qt-5.29.0.ebuild| 27 +++ .../oxygen-icons/oxygen-icons-5.29.0.ebuild| 30 kde-frameworks
[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/maintainers/, ...
commit: 897d7a729b7095372825869aca1f8b7d2e72ee13 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 19:55:54 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 19:55:54 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=897d7a72 Documentation: Remove KDE Frameworks 5.27 Documentation/maintainers/regenerate-files | 2 +- .../.kde-frameworks-5.27/_HEADER_ | 2 - .../.kde-frameworks-5.27/kde-frameworks-5.27 | 1 - .../.kde-frameworks-5.27/more-deps | 1 - .../kde-frameworks-5.27.keywords | 77 -- Documentation/package.mask/kde-frameworks-5.27 | 76 - .../package.unmask/.kde-frameworks-5.27/_HEADER_ | 2 - .../.kde-frameworks-5.27/kde-frameworks-5.27 | 1 - Documentation/package.unmask/kde-frameworks-5.27 | 76 - 9 files changed, 1 insertion(+), 237 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 6a0ad31..05d7e88 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,7 +9,7 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.26 5.27" +KF_RELEASES="5.26" KF_RELEASE=${KF_RELEASE:-5.26} PLASMA_RELEASES="5.7 5.8" diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.27/_HEADER_ b/Documentation/package.accept_keywords/.kde-frameworks-5.27/_HEADER_ deleted file mode 100644 index 0f2b80c..000 --- a/Documentation/package.accept_keywords/.kde-frameworks-5.27/_HEADER_ +++ /dev/null @@ -1,2 +0,0 @@ -# You can use this file to keyword/unkeyword the KDE Frameworks 5.27 release. -# Edit Documentation/package.accept_keywords/.kde-frameworks-5.27/ files instead. diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.27/kde-frameworks-5.27 b/Documentation/package.accept_keywords/.kde-frameworks-5.27/kde-frameworks-5.27 deleted file mode 12 index 2f87220..000 --- a/Documentation/package.accept_keywords/.kde-frameworks-5.27/kde-frameworks-5.27 +++ /dev/null @@ -1 +0,0 @@ -../../../sets/kde-frameworks-5.27 \ No newline at end of file diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.27/more-deps b/Documentation/package.accept_keywords/.kde-frameworks-5.27/more-deps deleted file mode 100644 index ec33d16..000 --- a/Documentation/package.accept_keywords/.kde-frameworks-5.27/more-deps +++ /dev/null @@ -1 +0,0 @@ ->=kde-frameworks/kf-env-3 diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.27.keywords b/Documentation/package.accept_keywords/kde-frameworks-5.27.keywords deleted file mode 100644 index a08775b..000 --- a/Documentation/package.accept_keywords/kde-frameworks-5.27.keywords +++ /dev/null @@ -1,77 +0,0 @@ -# Autogenerated by regenerate-files, DO NOT EDIT. -# You can use this file to keyword/unkeyword the KDE Frameworks 5.27 release. -# Edit Documentation/package.accept_keywords/.kde-frameworks-5.27/ files instead. -=kde-frameworks/kf-env-3 diff --git a/Documentation/package.mask/kde-frameworks-5.27 b/Documentation/package.mask/kde-frameworks-5.27 deleted file mode 100644 index 56a7ff8..000 --- a/Documentation/package.mask/kde-frameworks-5.27 +++ /dev/null @@ -1,76 +0,0 @@ -# Autogenerated by regenerate-files, DO NOT EDIT. -# You can use this file to mask/unmask the KDE Frameworks 5.27 release. -# Edit Documentation/package.unmask/.kde-frameworks-5.27/ files instead. -
[gentoo-commits] proj/kde:master commit in: Documentation/maintainers/
commit: a81ded81bad0b16d80d10df0146269553ca43b9c Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 19:56:43 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 19:56:43 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a81ded81 Documentation: Add KDE Frameworks 5.28 to regenerate Documentation/maintainers/regenerate-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 05d7e88..e1c31e8 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,7 +9,7 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.26" +KF_RELEASES="5.26 5.28" KF_RELEASE=${KF_RELEASE:-5.26} PLASMA_RELEASES="5.7 5.8"
[gentoo-commits] proj/kde:master commit in: sets/
commit: 841e08063ab075cb43726b7d9a8fd0d326290eb9 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 19:51:49 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 19:51:49 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=841e0806 sets: Remove kde-frameworks-5.27 sets/kde-frameworks-5.27 | 73 1 file changed, 73 deletions(-) diff --git a/sets/kde-frameworks-5.27 b/sets/kde-frameworks-5.27 deleted file mode 100644 index 2bdefd2..000 --- a/sets/kde-frameworks-5.27 +++ /dev/null @@ -1,73 +0,0 @@ -
[gentoo-commits] proj/kde:master commit in: eclass/
commit: 41125b34f88d166420a158fb3dcd3059cdcabca5 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 20:07:32 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 20:07:32 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=41125b34 kde5.eclass: Mark KDE Frameworks 5.29.0 as unreleased eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 53b5eb4..9dce208 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -127,7 +127,7 @@ fi # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. # Any package matching this will have fetch restriction enabled, and receive # a proper error message via pkg_nofetch. -KDE_UNRELEASED=( ) +KDE_UNRELEASED=( kde-frameworks-5.29.0 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/";
[gentoo-commits] proj/kde:master commit in: sets/
commit: dd7547f2c44f2f19dac782562b43843bf35d6ae8 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 4 20:00:13 2016 + Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 4 20:00:13 2016 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd7547f2 sets: Add kde-frameworks-5.29 sets/kde-frameworks-5.29 | 75 1 file changed, 75 insertions(+) diff --git a/sets/kde-frameworks-5.29 b/sets/kde-frameworks-5.29 new file mode 100644 index 000..03b05fa --- /dev/null +++ b/sets/kde-frameworks-5.29 @@ -0,0 +1,75 @@ +
[gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/
commit: c24adb2b27b1d5fab33afc94e2d5dd4a146eba99 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:26:34 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:26:34 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c24adb2b dev-lisp/portable-threads: Updates header dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild index 4a54d43..247baae 100644 --- a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild +++ b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/flexichain/
commit: 884325924cd6184317e87fe57ab209d7e26c33a4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:25:15 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:25:15 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=88432592 dev-lisp/flexichain: Updates header dev-lisp/flexichain/flexichain-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/flexichain/flexichain-1.5.1.ebuild b/dev-lisp/flexichain/flexichain-1.5.1.ebuild index 38f6ebb..02edfe6 100644 --- a/dev-lisp/flexichain/flexichain-1.5.1.ebuild +++ b/dev-lisp/flexichain/flexichain-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/sci:master commit in: sci-biology/jannovar-bin/
commit: 18cc3c3dfef3fb76ed1be70c6726b57e5f40f337 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun Dec 4 20:15:06 2016 + Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Dec 4 20:15:06 2016 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=18cc3c3d sci-biology/jannovar-bin: version bump Provided sci-biology/jannovar download through maven lots of dependencies and anyway uses plenty of upstream jar file this sci-biology/jannovar-bin package is probably better choice due to size of downloads and security Package-Manager: portage-2.3.2 sci-biology/jannovar-bin/jannovar-bin-0.16.ebuild | 30 -- sci-biology/jannovar-bin/jannovar-bin-0.17.ebuild | 37 +++ 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/sci-biology/jannovar-bin/jannovar-bin-0.16.ebuild b/sci-biology/jannovar-bin/jannovar-bin-0.16.ebuild deleted file mode 100644 index 4d56e65..000 --- a/sci-biology/jannovar-bin/jannovar-bin-0.16.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit java-pkg-2 - -DESCRIPTION="Exome annotation tool" -HOMEPAGE="http://compbio.charite.de - https://github.com/charite/jannovar"; -SRC_URI="https://github.com/charite/jannovar/releases/download/v${PV}/jannovar-cli-${PV}.jar - https://repo1.maven.org/maven2/de/charite/compbio/jped-cli/${PV}/jped-cli-${PV}.jar"; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" - -S="${WORKDIR}" - -src_install(){ - java-pkg_newjar "${DISTDIR}"/jannovar-cli-"${PV}".jar jannovar-cli.jar - java-pkg_dolauncher jannovar-cli-bin --jar jannovar-cli.jar - java-pkg_newjar "${DISTDIR}"/jped-cli-"${PV}".jar jped-cli.jar - java-pkg_dolauncher jped-cli-bin --jar jped-cli.jar -} diff --git a/sci-biology/jannovar-bin/jannovar-bin-0.17.ebuild b/sci-biology/jannovar-bin/jannovar-bin-0.17.ebuild new file mode 100644 index 000..e6f392e --- /dev/null +++ b/sci-biology/jannovar-bin/jannovar-bin-0.17.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 java-pkg-2 + +DESCRIPTION="Exome annotation tool (upstream jar binaries)" +HOMEPAGE="http://compbio.charite.de + https://github.com/charite/jannovar"; +SRC_URI="https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-cli/${PV}/jannovar-cli-${PV}.jar + https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-vardbs/${PV}/jannovar-vardbs-${PV}.jar + https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-htsjdk/${PV}/jannovar-htsjdk-${PV}.jar + https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-inheritance-checker/${PV}/jannovar-inheritance-checker-${PV}.jar + https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-core/${PV}/jannovar-core-${PV}.jar + https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-hgvs/${PV}/jannovar-hgvs-${PV}.jar"; + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +S="${WORKDIR}" + +src_install(){ + java-pkg_newjar "${DISTDIR}"/jannovar-cli-"${PV}".jar jannovar-cli.jar + java-pkg_dolauncher jannovar-cli-bin --jar jannovar-cli.jar + java-pkg_newjar "${DISTDIR}"/jannovar-vardbs-"${PV}".jar jannovar-vardbs.jar + java-pkg_newjar "${DISTDIR}"/jannovar-htsjdk-"${PV}".jar jannovar-htsjdk.jar + java-pkg_newjar "${DISTDIR}"/jannovar-inheritance-checker-"${PV}".jar jannovar-inheritance-checker.jar + java-pkg_newjar "${DISTDIR}"/jannovar-core-${PV}.jar jannovar-core.jar + java-pkg_newjar "${DISTDIR}"/jannovar-hgvs-${PV}.jar jannovar-hgvs.jar +}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/wiki-parser/
commit: ac7e10d56163e68d863c7a996c0389ce4a647e5a Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:15:27 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:15:27 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ac7e10d5 dev-lisp/wiki: Updates header and EAPI dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild index 10690e1..c8f0a74 100644 --- a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild +++ b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3
[gentoo-commits] proj/sci:master commit in: sci-biology/jannovar/
commit: ab03f1ed818e7a64731b1634cb37f28aba3617c1 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun Dec 4 20:10:19 2016 + Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Dec 4 20:10:19 2016 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ab03f1ed sci-biology/jannovar: version bump, seems only one jar can be directly executed https://github.com/charite/jannovar/issues/218 https://github.com/charite/jannovar/releases Package-Manager: portage-2.3.2 .../{jannovar-0.16.ebuild => jannovar-0.17.ebuild} | 26 +- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/sci-biology/jannovar/jannovar-0.16.ebuild b/sci-biology/jannovar/jannovar-0.17.ebuild similarity index 54% rename from sci-biology/jannovar/jannovar-0.16.ebuild rename to sci-biology/jannovar/jannovar-0.17.ebuild index 5b13048..1e8ca0d 100644 --- a/sci-biology/jannovar/jannovar-0.16.ebuild +++ b/sci-biology/jannovar/jannovar-0.17.ebuild @@ -8,7 +8,7 @@ inherit java-pkg-2 DESCRIPTION="Exome annotation tool" HOMEPAGE="http://compbio.charite.de/contao/index.php/jannovar.html"; -SRC_URI="https://github.com/charite/jannovar/archive/v0.16.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/charite/jannovar/archive/v"${PV}".tar.gz -> ${P}.tar.gz" # https://github.com/charite/jannovar LICENSE="BSD-2" @@ -46,18 +46,14 @@ src_install(){ # maven download 95MB from the network into "${PORTAGE_BUILDDIR}/homedir/" export M2="${HOME}" mvn install -Dmaven.test.skip.exec=true -Duser.home="${HOME}" || die - java-pkg_dojar jannovar-cli/target/jannovar-cli-0.16.jar - java-pkg_dolauncher jannovar-cli --jar jannovar-cli-0.16.jar - java-pkg_dojar jped-cli/target/jped-cli-0.16.jar - java-pkg_dolauncher jped-cli --jar jped-cli-0.16.jar - #java-pkg_dojar jannovar-hgvs/target/jannovar-hgvs-0.16.jar - #java-pkg_dolauncher jannovar-hgvs --jar jannovar-hgvs-0.16.jar - #java-pkg_dojar jannovar-htsjdk/target/jannovar-htsjdk-0.16.jar - #java-pkg_dolauncher jannovar-htsjdk --jar jannovar-htsjdk-0.16.jar - #java-pkg_dojar jannovar-core/target/jannovar-core-0.16.jar - #java-pkg_dolauncher jannovar-core --jar jannovar-core-0.16.jar - #java-pkg_dojar jannovar-filter/target/jannovar-filter-0.16.jar - #java-pkg_dolauncher jannovar-filter --jar jannovar-filter-0.16.jar - #java-pkg_dojar jannovar-inheritance-checker/target/jannovar-inheritance-checker-0.16.jar - #java-pkg_dolauncher jannovar-inheritance-checker --jar jannovar-inheritance-checker-0.16.jar + # jannovar-cli-${PV}.jar includes all libraries (jannovar and others like htsjdk) + java-pkg_dojar jannovar-cli/target/jannovar-cli-"${PV}".jar + java-pkg_dolauncher jannovar-cli --jar jannovar-cli-"${PV}".jar + # original-jannovar-cli-0.17.jar contains only the source files of the specific package + java-pkg_dojar jannovar-cli/target/original-jannovar-cli-"${PV}".jar + java-pkg_dojar jannovar-hgvs/target/jannovar-hgvs-"${PV}".jar + java-pkg_dojar jannovar-htsjdk/target/jannovar-htsjdk-"${PV}".jar + java-pkg_dojar jannovar-core/target/jannovar-core-"${PV}".jar + java-pkg_dojar jannovar-vardbs/target/jannovar-vardbs-"${PV}".jar + java-pkg_dojar jannovar-inheritance-checker/target/jannovar-inheritance-checker-"${PV}".jar }
[gentoo-commits] proj/lisp:master commit in: dev-lisp/org-davep-cldict/
commit: 6a0aa82d02f613fac1c00dac1eb194c8b5546fda Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 20:06:48 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 20:06:48 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6a0aa82d dev-lisp/org-davep-cldict: Updates header dev-lisp/org-davep-cldict/org-davep-cldict-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/org-davep-cldict/org-davep-cldict-1.1.ebuild b/dev-lisp/org-davep-cldict/org-davep-cldict-1.1.ebuild index 2118f11..cb96267 100644 --- a/dev-lisp/org-davep-cldict/org-davep-cldict-1.1.ebuild +++ b/dev-lisp/org-davep-cldict/org-davep-cldict-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
commit: fd9bdfb2def5b49b818b109eb0bc0eb4f41fea83 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:55:12 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:55:12 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd9bdfb2 dev-lisp/trivial-features: Bumps version to 0.8 .../trivial-features/trivial-features-0.8.ebuild| 21 + 1 file changed, 21 insertions(+) diff --git a/dev-lisp/trivial-features/trivial-features-0.8.ebuild b/dev-lisp/trivial-features/trivial-features-0.8.ebuild new file mode 100644 index 000..9484d2a --- /dev/null +++ b/dev-lisp/trivial-features/trivial-features-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations." +HOMEPAGE="http://www.cliki.net/trivial-features"; +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + common-lisp-3_src_install + dodoc README.md SPEC.md +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/
commit: 7acd2b366e8f76f6688ed5561f4ebf47c1370d45 Author: Markos Chandras gentoo org> AuthorDate: Sun Dec 4 19:53:07 2016 + Commit: Markos Chandras gentoo org> CommitDate: Sun Dec 4 19:53:07 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acd2b36 media-sound/qmmp: Remove old ebuilds Package-Manager: portage-2.3.2 media-sound/qmmp/Manifest | 4 -- media-sound/qmmp/qmmp-0.10.4.ebuild | 125 -- media-sound/qmmp/qmmp-0.9.10.ebuild | 128 --- media-sound/qmmp/qmmp-0.9.8.ebuild | 128 --- media-sound/qmmp/qmmp-1.1.4.ebuild | 129 5 files changed, 514 deletions(-) diff --git a/media-sound/qmmp/Manifest b/media-sound/qmmp/Manifest index eea3c5f..2d70f4c 100644 --- a/media-sound/qmmp/Manifest +++ b/media-sound/qmmp/Manifest @@ -1,9 +1,5 @@ -DIST qmmp-0.10.4.tar.bz2 1340614 SHA256 3412fd079af674d4df51cd0fc4a69e1a038de40adf426fcaab12babb3c5144c2 SHA512 06165527e1f631378381b92951d176b8bf084b30c7362a140fce6521270a41d5e6563b9577eba982ff9b273a7bff4a2f5cbe9e75d39227aaa6e72b26cc9c3e4f WHIRLPOOL 40e8fd747cac3b29478f08e3cd9788ac10165478a4c7e59c7c0788c3db2a2a0c502254aa0ab1744a9265bd14892e54196b572599c13ce802c7fc84e38fc86e82 DIST qmmp-0.10.5.tar.bz2 1342190 SHA256 c1ac6aa5241f0ade901793a2e581183903e6c861a9f275f3f9735753f5e463ac SHA512 24751504101d3cf753f032515b61faf0e7f3b3b70ac1a8f7742e650868be3adb7ecae54c01bc5e7e407c6f3796da0a4347c908d976205448743163b22e211942 WHIRLPOOL 12ba0e0ef6bd3116326af6624628ebf2128d9d882e32ef3474bc4a6d4047c68de404bec07e893f101bdd8b6a0b843f5e3b1941e537fcdf436997a545b19ee027 -DIST qmmp-0.9.10.tar.bz2 1126355 SHA256 a93ca43b2407b917602a47b5728cd4d72d694069a3ea329572c01ff66845f7e1 SHA512 2326ac6ca91b68c0b6a98bd4f6f6596b50aa7442edca3686bf7516a9947954ad95a6107f74f8ea6e3013325eeb2e59d53d034410e27845208e2486916556 WHIRLPOOL 4716e4f40915a37049195450b005e387069a02171dcfe331d2898f8059c956f4d1e48ea14a8e9258103f21b7728ec4546c259b43bbb809d39aa322890464 DIST qmmp-0.9.2.tar.bz2 1112974 SHA256 90ac69a21779df5073efe71b25f28a7461d6a928deb1afbaa1ef8268f62ae9c5 SHA512 fc6cb0ec4bbf52e2ceb9e87a3585f25bd58b3a323ef07ddb9fd9f21a065ef0f5deb0b014f29b9648fe9e0a8b412f3b04643f8128638558089a25d867577690ad WHIRLPOOL 47a596b0f7d9e516737bfeb10a962f79edb74f61e2985b01f2cee80c8ff252a1709459f5712700784faef824e24ff3567d73f0d5759e2cd2c0c53c267cc6a026 -DIST qmmp-0.9.8.tar.bz2 1125404 SHA256 83ca64e222b8b02a0515511d8187667f1d44a71281cf36eb0fe05560c88b1911 SHA512 1a86cd1c3552f64005d49e2a9baa2fd65bdc8fefad4e72e265cd3afdb45fd22d57c712a9c6e693e0308cd5607f8fe5905bb3a5e51747b11273f3e4eb60c4fd81 WHIRLPOOL 3d036fb3d7dd8ce7282f97d6e89a04e10c71c3bc615d0529ab0ef262f5b0d3d7b2bc9e2ed3f9e29e06be8a6b3b764ba52345b9100ead371985c00ae99c597f6e DIST qmmp-1.0.10.tar.bz2 1107784 SHA256 02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3 SHA512 45231ef8b1f0a0825336752fe9314cc0df1b937ebcf85b18c89c66e52f38cf69583eccd8ffcf92d89add11643e1f40ccf0fe720fd6279f3cf4f73db336d4d59b WHIRLPOOL 0bb7d873e58b8cdbbb71576af3080031fc0e03cc3fc3153812e2a105bad40f02ac4a3838454aef5551890e278d050bbe04caf0e77ddb1cd3b43f7fd2c77cd5e7 DIST qmmp-1.0.7.tar.bz2 1107565 SHA256 adb8c4338a22bc80e75aa667e866789b970eb3c7662fdb374f03388f45e5e09b SHA512 d9c5be464ba2c4e2eb4b0ffbb938cb277e8c483fcb1ec97100dc862acfc2f1c6c1110a3d45c5c5713c7e30bd508a7c0828ff48587ea875ac7befe5b23544cabd WHIRLPOOL d766bd45c9bb18a5cec37d23a4ca123021e79dc1ffc275e38c99a9ee88b03120534aa845a0df007b1c93e44d4867e883fd6720079333b85420e4ca4b1364e992 -DIST qmmp-1.1.4.tar.bz2 1132606 SHA256 8b48bd208506a9e98428480b1aa21daa96e3866b4cc3a11e8cb008ef564c13aa SHA512 b9a84968e4279c16b7f613256de61bbfd34dd85d4790d1b2b1078a841ea38e99778cad6b40005b49f98bc6a6bf048d4dbb2b027eb5c4bc9dc1011e9153c2c17a WHIRLPOOL e2a0cf1c2fa4633eb59b29da30f37d011d5c86c955c4cadf33c76976fb79a83a46164d920cf8b4158639e2042fbf4b5fffe82c0a813adc201e53e574c3c53095 DIST qmmp-1.1.5.tar.bz2 1132552 SHA256 9b1288f432799980a5d58d131b56b4b590055d7e66c5fe50e9199b9daa35ddbd SHA512 9117e42fe3e74eb28c147ec98db5a5825b6c027b91ff5a9e9db48edc23b98745cfdeaf15139a48465e7607028d0a1835ab707f2e0b3749487c2e204a0ca511a7 WHIRLPOOL 0a8e75ccd0932f7e2dd95401849eb7ec88cdaa2a79b62d470319364b3e319640417359425da56cda7c31021c0a4247bca2984462fedfdc9b9edf082ce74bfbcc diff --git a/media-sound/qmmp/qmmp-0.10.4.ebuild b/media-sound/qmmp/qmmp-0.10.4.ebuild deleted file mode 100644 index 0cf50f8.. --- a/media-sound/qmmp/qmmp-0.10.4.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils -[ "$PV" == "" ] && inherit subversion - -DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" -HOMEPAGE="http://qmmp.ylsoftware.com"; -if [ "$PV" != "" ]; then - SRC_URI="http://qmmp.ylsoftware.com/files/
[gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/
commit: 1fb075db6d8cae32e04c87d06f12092f424460f9 Author: Markos Chandras gentoo org> AuthorDate: Sun Dec 4 19:49:16 2016 + Commit: Markos Chandras gentoo org> CommitDate: Sun Dec 4 19:51:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb075db media-sound/qmmp: Capitalize cmake options Gentoo-Bug: 576592, 601526 Package-Manager: portage-2.3.2 .../{qmmp-1.0.10.ebuild => qmmp-1.0.10-r1.ebuild} | 60 +- media-sound/qmmp/qmmp-.ebuild | 74 ++ 2 files changed, 65 insertions(+), 69 deletions(-) diff --git a/media-sound/qmmp/qmmp-1.0.10.ebuild b/media-sound/qmmp/qmmp-1.0.10-r1.ebuild similarity index 75% rename from media-sound/qmmp/qmmp-1.0.10.ebuild rename to media-sound/qmmp/qmmp-1.0.10-r1.ebuild index 0713ab9..902fb39 100644 --- a/media-sound/qmmp/qmmp-1.0.10.ebuild +++ b/media-sound/qmmp/qmmp-1.0.10-r1.ebuild @@ -87,46 +87,46 @@ src_prepare() { src_configure() { mycmakeargs=( - -DUSE_alsa="$(usex alsa)" - -DUSE_aac="$(usex aac)" - -DUSE_analyzer="$(usex analyzer)" - -DUSE_bs2b="$(usex bs2b)" + -DUSE_ALSA="$(usex alsa)" + -DUSE_AAC="$(usex aac)" + -DUSE_ANALYZER="$(usex analyzer)" + -DUSE_BS2B="$(usex bs2b)" -DUSE_CDA="$(usex cdda)" - -DUSE_crossfade="$(usex crossfade)" - -DUSE_cover="$(usex cover)" - -DUSE_cue="$(usex cue)" - -DUSE_curl="$(usex curl)" - -DUSE_dbus="$(usex dbus)" - -DUSE_enca="$(usex enca)" - -DUSE_ffmpeg="$(usex ffmpeg)" - -DUSE_flac="$(usex flac)" + -DUSE_CROSSFADE="$(usex crossfade)" + -DUSE_COVER="$(usex cover)" + -DUSE_CUE="$(usex cue)" + -DUSE_CURL="$(usex curl)" + -DUSE_DBUS="$(usex dbus)" + -DUSE_ENCA="$(usex enca)" + -DUSE_FFMPEG="$(usex ffmpeg)" + -DUSE_FLAC="$(usex flac)" -DUSE_GME="$(usex game)" -DUSE_HAL=OFF - -DUSE_jack="$(usex jack)" + -DUSE_JACK="$(usex jack)" -DUSE_KDENOTIFY="$(usex kde)" - -DUSE_ladspa="$(usex ladspa)" - -DUSE_lyrics="$(usex lyrics)" - -DUSE_mad="$(usex mad)" + -DUSE_LADSPA="$(usex ladspa)" + -DUSE_LYRICS="$(usex lyrics)" + -DUSE_MAD="$(usex mad)" -DUSE_MIDI_WILDMIDI="$(usex midi)" - -DUSE_mplayer="$(usex mplayer)" - -DUSE_mms="$(usex mms)" - -DUSE_modplug="$(usex modplug)" - -DUSE_mpris="$(usex mpris)" + -DUSE_MPLAYER="$(usex mplayer)" + -DUSE_MMS="$(usex mms)" + -DUSE_MODPLUG="$(usex modplug)" + -DUSE_MPRIS="$(usex mpris)" -DUSE_MPC="$(usex musepack)" - -DUSE_notifier="$(usex notifier)" - -DUSE_opus="$(usex opus)" - -DUSE_oss="$(usex oss)" - -DUSE_projectm="$(usex projectm)" + -DUSE_NOTIFIER="$(usex notifier)" + -DUSE_OPUS="$(usex opus)" + -DUSE_OSS="$(usex oss)" + -DUSE_PROJECTM="$(usex projectm)" -DUSE_PULSE="$(usex pulseaudio)" - -DUSE_qsui="$(usex qsui)" - -DUSE_scrobbler="$(usex scrobbler)" - -DUSE_sndfile="$(usex sndfile)" - -DUSE_stereo="$(usex stereo)" + -DUSE_QSUI="$(usex qsui)" + -DUSE_SCROBBLER="$(usex scrobbler)" + -DUSE_SNDFILE="$(usex sndfile)" + -DUSE_STEREO="$(usex stereo)" -DUSE_STATICON="$(usex tray)" -DUSE_UDISKS2="$(usex udisks)" -DUSE_SRC="$(usex libsamplerate)" - -DUSE_vorbis="$(usex vorbis)" - -DUSE_wavpack="$(usex wavpack)" + -DUSE_VORBIS="$(usex vorbis)" + -DUSE_WAVPACK="$(usex wavpack)" ) cmake-utils_src_configure diff --git a/media-sound/qmmp/qmmp-.ebuild b/media-sound/qmmp/qmmp-.ebuild index 0713ab9..488c726 100644 --- a/media-sound/qmmp/qmmp-.ebuild +++ b/media-sound/qmmp/qmmp-.ebuild @@ -22,9 +22,9 @@ fi LICENSE="GPL-2" SLOT="0" # KEYWORDS further up -IUSE="analyzer aac +alsa +dbus bs2b cdda cover crossfade cue curl enca ffmpeg flac jack game kde ladspa -libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier opus oss -projectm pulseaudio qsui scrobbler sndfile stereo tray udisks +vorbis wavpack" +IUSE="analyzer aac +alsa bs2b cdda cover crossfade cue curl enca ffmpeg flac jack game kde ladspa +lyrics +mad midi mms modplug mplayer mpris musepack notifier opus oss projectm +pulseaudio qsui scrobbler sndfile soxr stereo tray udisks +vorbis wavpack" RDEPEND="m
[gentoo-commits] proj/lisp:master commit in: dev-lisp/s-xml/
commit: 9eb22f6324971cd92a630c24469537a193587768 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:49:34 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:49:34 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9eb22f63 dev-lisp/s-xml: Updates header dev-lisp/s-xml/s-xml-20060521-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild b/dev-lisp/s-xml/s-xml-20060521-r1.ebuild index 5c5a9ae..4c9a51c 100644 --- a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild +++ b/dev-lisp/s-xml/s-xml-20060521-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
commit: fbf81f564578247d70cc4aedc253f619d2cd26ea Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:43:19 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:43:19 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbf81f56 dev-lisp/trivial-features: Updates header dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild | 7 --- dev-lisp/trivial-features/trivial-features-0.7.ebuild| 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild index b5cafe8..5e503d6 100644 --- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild +++ b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=2 + inherit common-lisp-3 eutils MY_P=${PN}_${PV} -DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations." +DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations." HOMEPAGE="http://www.cliki.net/trivial-features"; SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"; diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-0.7.ebuild index 84faad8..9cdc09b 100644 --- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild +++ b/dev-lisp/trivial-features/trivial-features-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -8,7 +8,7 @@ inherit common-lisp-3 MY_PV="v${PV}" -DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations." +DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations." HOMEPAGE="http://www.cliki.net/trivial-features"; SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
commit: 8fb6e61574b0727120e3c7dcf4f8ed5b6f56d06c Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 19:36:51 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 19:37:22 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb6e615 dev-perl/Mojolicious: Bump to version 7.110.0 Package-Manager: portage-2.3.2 dev-perl/Mojolicious/Manifest | 1 + dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild | 35 + dev-perl/Mojolicious/metadata.xml | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest index 2c621e6..a4b7abf 100644 --- a/dev-perl/Mojolicious/Manifest +++ b/dev-perl/Mojolicious/Manifest @@ -1 +1,2 @@ DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32c629028ed700e3b48ad43e0d0ba SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2 WHIRLPOOL b57d7202dfb3a6c19237fe78892a09b65e0a7dd661480c99f2c69017a6aa81e557a2ebabeb6ab3b27d4c9aa492b590976a8045a0af9fe04040d9bfa2926d2baa +DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd9db0933dcafd6111a35ba8be764 SHA512 4ccb3c2e82328dbd01ecd8fc6d0934dc4ad215d443a0a2a7af0d1822d692b5bee96c8103c0361a89c3708c7c1363842e0a4a008c963fa59f420afbee0aba25ea WHIRLPOOL ac7bc5acf0a2b5308a6fac6cc6e047a33a1df57ca0af08ce788f619f4829948b9963c0331cfcf80c517384b8619a1ddf78aa0bc22bd098f14f7e2e415596910b diff --git a/dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild new file mode 100644 index ..79e5ab4 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=SRI +DIST_VERSION=7.11 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Real-time web framework" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !minimal? ( + >=dev-perl/EV-4.0.0 + ) + >=virtual/perl-IO-Socket-IP-0.370.0 + >=virtual/perl-JSON-PP-2.271.30 + >=virtual/perl-Pod-Simple-3.90.0 + >=virtual/perl-Time-Local-1.200.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" +src_test() { + perl_rm_files t/pod{,_coverage}.t + perl-module_src_test +} diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml index 1498f10..3022300 100644 --- a/dev-perl/Mojolicious/metadata.xml +++ b/dev-perl/Mojolicious/metadata.xml @@ -35,6 +35,7 @@ Mojo::IOLoop::Delay Mojo::IOLoop::Server Mojo::IOLoop::Stream +Mojo::IOLoop::Subprocess Mojo::JSON Mojo::JSON::Pointer Mojo::Loader @@ -89,7 +90,6 @@ Mojolicious::Controller Mojolicious::Lite Mojolicious::Plugin -Mojolicious::Plugin::Charset Mojolicious::Plugin::Config Mojolicious::Plugin::DefaultHelpers Mojolicious::Plugin::EPLRenderer
[gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/
commit: 9bfb161347c959f559f998bf50eb3e80728400f4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:33:36 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:33:36 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9bfb1613 dev-lisp/s-base64: Updates header dev-lisp/s-base64/s-base64-20060521.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild index 205c8bf..5737dec 100644 --- a/dev-lisp/s-base64/s-base64-20060521.ebuild +++ b/dev-lisp/s-base64/s-base64-20060521.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2
[gentoo-commits] proj/lisp:master commit in: dev-lisp/metatilities/
commit: 6f55a395d449737d439e94b8ef7459cf1ab74503 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:31:42 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:31:42 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6f55a395 dev-lisp/metatilities: Updates header dev-lisp/metatilities/metatilities-0.6.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/metatilities/metatilities-0.6.18.ebuild b/dev-lisp/metatilities/metatilities-0.6.18.ebuild index 26f307e..2c0d665 100644 --- a/dev-lisp/metatilities/metatilities-0.6.18.ebuild +++ b/dev-lisp/metatilities/metatilities-0.6.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
commit: d9ee7060f762d428d6b58a74dc5d45855a562f75 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:30:54 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:30:54 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d9ee7060 dev-lisp/chronicity: Bumps version to 0.3.0 dev-lisp/chronicity/chronicity-0.3.0.ebuild | 28 1 file changed, 28 insertions(+) diff --git a/dev-lisp/chronicity/chronicity-0.3.0.ebuild b/dev-lisp/chronicity/chronicity-0.3.0.ebuild new file mode 100644 index 000..fc3fbfd --- /dev/null +++ b/dev-lisp/chronicity/chronicity-0.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="A natural language date and time parser for Common Lisp." +HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/"; +SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lisp/cl-ppcre-2.0.0 +dev-lisp/cl-interpol +>=dev-lisp/local-time-1.0.1" + +CLPACKAGES="${PN} ${PN}-test" + +src_install() { + common-lisp-install-sources src test + common-lisp-install-asdf + dodoc README +}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-interpol/
commit: b3e9f67420afa7b6d51134672b4994a92c1003ad Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:29:42 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:29:42 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b3e9f674 dev-lisp/cl-interpol: Bumps version to 0.2.6 dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild | 20 1 file changed, 20 insertions(+) diff --git a/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild new file mode 100644 index 000..f1f3c81 --- /dev/null +++ b/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="String interpolation for Common Lisp similar to Perl or Unix shell scripts." +HOMEPAGE="http://weitz.de/cl-interpol/ + http://www.cliki.net/cl-interpol"; +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/cl-unicode + dev-lisp/flexi-streams"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
commit: 05307e4b2c199686722c7d7c89fa4018339fbf83 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Dec 4 19:28:08 2016 + Commit: Sebastian Pipping gentoo org> CommitDate: Sun Dec 4 19:28:08 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05307e4b media-gfx/gimp: Remove guard to addwrite (bug #569738 comment 21) Package-Manager: portage-2.3.2 media-gfx/gimp/gimp-2.9.2-r2.ebuild | 6 -- media-gfx/gimp/gimp-2.9.4-r1.ebuild | 6 -- media-gfx/gimp/gimp-.ebuild | 6 -- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/media-gfx/gimp/gimp-2.9.2-r2.ebuild b/media-gfx/gimp/gimp-2.9.2-r2.ebuild index 3182ecc..cfafe60 100644 --- a/media-gfx/gimp/gimp-2.9.2-r2.ebuild +++ b/media-gfx/gimp/gimp-2.9.2-r2.ebuild @@ -132,8 +132,10 @@ src_configure() { src_compile() { # Bugs #569738 and #591214 local nv - for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do - [[ -e "${nv}" ]] && addwrite "${nv}" + for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia{0..9} ; do + # We do not check for existence as they may show up later + # https://bugs.gentoo.org/show_bug.cgi?id=569738#c21 + addwrite "${nv}" done addwrite /dev/dri/ # bug #574038 addwrite /dev/ati/ # bug 589198 diff --git a/media-gfx/gimp/gimp-2.9.4-r1.ebuild b/media-gfx/gimp/gimp-2.9.4-r1.ebuild index 5b9c5ce..dd0b0d1 100644 --- a/media-gfx/gimp/gimp-2.9.4-r1.ebuild +++ b/media-gfx/gimp/gimp-2.9.4-r1.ebuild @@ -135,8 +135,10 @@ src_configure() { src_compile() { # Bugs #569738 and #591214 local nv - for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do - [[ -e "${nv}" ]] && addwrite "${nv}" + for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia{0..9} ; do + # We do not check for existence as they may show up later + # https://bugs.gentoo.org/show_bug.cgi?id=569738#c21 + addwrite "${nv}" done addwrite /dev/dri/ # bug #574038 addwrite /dev/ati/ # bug 589198 diff --git a/media-gfx/gimp/gimp-.ebuild b/media-gfx/gimp/gimp-.ebuild index 0261d40..9704f35 100644 --- a/media-gfx/gimp/gimp-.ebuild +++ b/media-gfx/gimp/gimp-.ebuild @@ -138,8 +138,10 @@ src_configure() { src_compile() { # Bugs #569738 and #591214 local nv - for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do - [[ -e "${nv}" ]] && addwrite "${nv}" + for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia{0..9} ; do + # We do not check for existence as they may show up later + # https://bugs.gentoo.org/show_bug.cgi?id=569738#c21 + addwrite "${nv}" done addwrite /dev/dri/ # bug #574038 addwrite /dev/ati/ # bug 589198
[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-MimeInfo/
commit: cfa6b4f9f0172704755583952ee502db58558e3b Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 4 19:09:32 2016 + Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 4 19:14:49 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa6b4f9 dev-perl/File-MimeInfo: Bump to version 0.280.0 - EAPI6 Upstream: - Now supports reading from XDG_CONFIG_HOME/mimeapps.list in preference to XDG_DATA_HOME/applications/defaults.list - Default write destination changed to XDG_CONFIG_HOME/mimeapps.list Package-Manager: portage-2.3.2 .../File-MimeInfo/File-MimeInfo-0.280.0.ebuild | 31 ++ dev-perl/File-MimeInfo/Manifest| 1 + 2 files changed, 32 insertions(+) diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild new file mode 100644 index ..24c8159 --- /dev/null +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MICHIELB +DIST_VERSION=0.28 +inherit perl-module + +DESCRIPTION="Determine file type" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/File-BaseDir-0.30.0 + >=dev-perl/File-DesktopEntry-0.40.0 + x11-misc/shared-mime-info +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-Test-Simple + ) +" +src_test() { + perl_rm_files t/08_changes.t t/06_pod_ok.t t/07_pod_cover.t \ + t/09_no404s.t + perl-module_src_test +} diff --git a/dev-perl/File-MimeInfo/Manifest b/dev-perl/File-MimeInfo/Manifest index 224b394..d16243e 100644 --- a/dev-perl/File-MimeInfo/Manifest +++ b/dev-perl/File-MimeInfo/Manifest @@ -1 +1,2 @@ DIST File-MimeInfo-0.27.tar.gz 30814 SHA256 579cf826fed7fe276636531a53291550c9ac36781dcd9e07e52ee7e784667234 SHA512 0be5b23d96291f792ac3190e38183021b0905870185979f11edc27ebb6fd0fb4726e3fde129cd92e42305978e15acf745eed9d7d203851b7ee2392c7f1e9a5c2 WHIRLPOOL 714f52fcd03518b8448da714157839a6fee2c47111c7c4416de6bd48b3534d8234ab7da3af0b82f4c4dafb49726891085a5e79aa863292e80a80a5dceb215fea +DIST File-MimeInfo-0.28.tar.gz 32561 SHA256 2a245db46f9aef7481d90b4e196a4d42a238e15f049f57fc1339c0b98681ebc6 SHA512 894bf234cb5ff01d6bc995f857549e854457cd3eb8df17ce55bb63348def2c63e818d1add8617ad1ace20d9024e68cce954984328707ab51afcc818d47a9d5c0 WHIRLPOOL 6da5edc71b3e1c51c3071a00f7eefc35b8de67611a20bbaa88ffc32e4064b9b2a639e05bd15d83642bdaa7f636bee262774c181eb56f09fd92ad8e6eea88b0bb
[gentoo-commits] repo/gentoo:master commit in: dev-java/jsr250/
commit: 762c32f4cc0a81520d3697c7e9b883de8c0fa1bf Author: Stefan Langenmaier gmail com> AuthorDate: Sun Dec 4 15:00:09 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 4 19:11:39 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762c32f4 dev-java/jsr250: readded ppc64 keyword The keyword was in the older version and repoman was complaining. Closes: https://github.com/gentoo/gentoo/pull/2976 dev-java/jsr250/jsr250-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jsr250/jsr250-1.2.ebuild b/dev-java/jsr250/jsr250-1.2.ebuild index 24d0f3d..67cf4ee 100644 --- a/dev-java/jsr250/jsr250-1.2.ebuild +++ b/dev-java/jsr250/jsr250-1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://central.maven.org/maven2/javax/annotation/javax.annotation-api/$ LICENSE="|| ( CDDL GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=">=virtual/jre-1.7" DEPEND=">=virtual/jdk-1.7
[gentoo-commits] repo/gentoo:master commit in: dev-java/jsr250/
commit: a6a42d45fda6c397994f5224150c8580c106e218 Author: Stefan Langenmaier gmail com> AuthorDate: Sun Dec 4 14:56:58 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 4 19:11:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a42d45 dev-java/jsr250: update jdk/jre dep to at least 1.7 compilation was tested with java7 and java8 Closes: https://github.com/gentoo/gentoo/pull/2976 dev-java/jsr250/jsr250-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jsr250/jsr250-1.2.ebuild b/dev-java/jsr250/jsr250-1.2.ebuild index 6aff1e7..24d0f3d 100644 --- a/dev-java/jsr250/jsr250-1.2.ebuild +++ b/dev-java/jsr250/jsr250-1.2.ebuild @@ -15,6 +15,6 @@ LICENSE="|| ( CDDL GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5 +RDEPEND=">=virtual/jre-1.7" +DEPEND=">=virtual/jdk-1.7 app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: dev-java/jsr250/
commit: 58fe0d0fe8092e89f7ad14be918fab6100c474f5 Author: Stefan Langenmaier savoirfairelinux com> AuthorDate: Thu Dec 1 21:07:22 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 4 19:11:38 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fe0d0f dev-java/jar250 : version bump to 1.2 Closes: https://github.com/gentoo/gentoo/pull/2976 dev-java/jsr250/Manifest | 1 + dev-java/jsr250/jsr250-1.2.ebuild | 20 2 files changed, 21 insertions(+) diff --git a/dev-java/jsr250/Manifest b/dev-java/jsr250/Manifest index 23253e2..9ae77b4 100644 --- a/dev-java/jsr250/Manifest +++ b/dev-java/jsr250/Manifest @@ -1 +1,2 @@ +DIST javax.annotation-api-1.2-sources.jar 42311 SHA256 8bd08333ac2c195e224cc4063a72f4aab3c980cf5e9fb694130fad41689689d0 SHA512 bf6e816958a74009e6aa13d03530c1ee4520ac756305544958669bd6fd0fd1de0ec036855260dea9c7a3f86a10f88a866a7cd1d86a52856097d1f1ea3ec92d63 WHIRLPOOL 59b6aa41cb704b80c7b96b6697f878a75cd2ef77ce13964cbae75e988e06bca085ddf4befe005755dbdb11a764edffb29896e2cfb363eda3df25e2520a500c43 DIST jsr250-api-1.0-sources.jar 7680 SHA256 d1c22846dcbb8e69d64e074d2017819e129afa6c4c7e6221d8c078fb7c22fb08 SHA512 3a652db6f78fd74e6256a602ea75d1b3e50fd68aee658e2b8569196710427e00b61c85786a79c094f3820856dd05dbd37cd6afd28b666a7bb1b0805812fa4d63 WHIRLPOOL f8e99af6e6893050480be067a56a0860a092d8894e4f7334ab518b0b9d919267abdb989cbd19b160e2e50237759207e1793615e6919b9aee2042c6b86f7f diff --git a/dev-java/jsr250/jsr250-1.2.ebuild b/dev-java/jsr250/jsr250-1.2.ebuild new file mode 100644 index ..6aff1e7 --- /dev/null +++ b/dev-java/jsr250/jsr250-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +JAVA_PKG_IUSE="doc source" +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="JSR 250 Common Annotations" +HOMEPAGE="https://jcp.org/en/jsr/detail?id=250"; +SRC_URI="http://central.maven.org/maven2/javax/annotation/javax.annotation-api/${PV}/javax.annotation-api-${PV}-sources.jar"; + +LICENSE="|| ( CDDL GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=virtual/jre-1.5" +DEPEND=">=virtual/jdk-1.5 + app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: a3cea1ed39ca0d91f04b841d37741471a71fa3fb Author: James Le Cuirot gentoo org> AuthorDate: Sun Dec 4 19:03:45 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 4 19:03:45 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cea1ed profiles: games-action/awesomenauts has been last-rited profiles/package.mask | 5 - 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index ac997a8..639f1af 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -467,11 +467,6 @@ sci-geosciences/googleearth # Masked for testing, see bug #588894. =x11-misc/light-locker-1.7.0-r1 -# James Le Cuirot (12 Sep 2016) -# Now only available on Steam. Binaries were removed by the publisher -# and Humble Bundle over 2 years ago. Removal in 60 days. Bug #588110. -games-action/awesomenauts - # Lars Wendler (06 Sep 2016) # Breaks samba's nmbd process (bug #592502) # Masked the possible fixed samba version until more testing has been performed.
[gentoo-commits] repo/gentoo:master commit in: games-action/awesomenauts/
commit: 6b134b7b7f1d1e2c460a3b1df65d5db91454d585 Author: James Le Cuirot gentoo org> AuthorDate: Sun Dec 4 19:02:23 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 4 19:02:23 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b134b7b games-action/awesomenauts: Last-riting as now only available on Steam games-action/awesomenauts/Manifest | 1 - .../awesomenauts-2013.5.21.3-r1.ebuild | 100 - games-action/awesomenauts/metadata.xml | 13 --- 3 files changed, 114 deletions(-) diff --git a/games-action/awesomenauts/Manifest b/games-action/awesomenauts/Manifest deleted file mode 100644 index c71ad8a.. --- a/games-action/awesomenauts/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Awesomenauts-Linux-2013-5-21-3.bin 753089168 SHA256 ad35716fd0360ee711d07c67436b654e61157d2eb1c76d7857d0335d8da7a42e SHA512 d69e6fe2ef167fd67492f4a67063bcbe43c42c1a55aed545097959156a5da51500da83b3c0cd5d7221588a9a781eda6e9e9bf63a2e3f1a9202e2980680300ff1 WHIRLPOOL b70c61431f51aea70d1c7cee32109e810e48448ba2e2d7a250b7dcecc34d9ff2d6a9cbf2f94eca6da74a533357d9d0422defb69fec90a6dc07207d35e42b4189 diff --git a/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild b/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild deleted file mode 100644 index d545675.. --- a/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils gnome2-utils unpacker games - -DESCRIPTION="Team-based competetive arena play" -HOMEPAGE="http://www.awesomenauts.com/"; -SRC_URI="Awesomenauts-Linux-${PV//./-}.bin" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="bundled-libs" -RESTRICT="bindist fetch bundled-libs? ( splitdebug )" - -MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${MYGAMEDIR#/}/Awesomenauts.bin.x86 - ${MYGAMEDIR#/}/Settings.bin.x86 - ${MYGAMEDIR#/}/lib/*" - -RDEPEND=" - virtual/opengl - virtual/glu - amd64? ( - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=virtual/glu-9.0-r1[abi_x86_32(-)] - >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - !bundled-libs? ( - >=media-libs/libtheora-1.1.1[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4:0[X,opengl,video,abi_x86_32(-)] - >=media-libs/openal-1.15.1[abi_x86_32(-)] - >=media-libs/libogg-1.3.0[abi_x86_32(-)] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] - >=media-gfx/nvidia-cg-toolkit-3.1.0013-r3[abi_x86_32(-)] - ) - ) - x86? ( - media-libs/freetype - x11-libs/libX11 - !bundled-libs? ( - media-gfx/nvidia-cg-toolkit - media-libs/libogg - media-libs/libsdl:0[X,opengl,video] - media-libs/libtheora - media-libs/libvorbis - media-libs/openal - ) - )" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/data - -pkg_nofetch() { - einfo "Please buy & download ${SRC_URI} from:" - einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" - einfo -} - -src_unpack() { - unpack_zip ${A} -} - -src_prepare() { - if use !bundled-libs ; then - rm -rv lib || die - fi -} - -src_install() { - insinto "${MYGAMEDIR}" - doins -r * - - doicon -s 256 AwesomenautsIcon.png - make_desktop_entry "${PN}" "Awesomenauts" "AwesomenautsIcon" - games_make_wrapper "${PN}" "./Awesomenauts.bin.x86" "${MYGAMEDIR}" "${MYGAMEDIR}/lib" - make_desktop_entry "${PN}-settings" "Awesomenauts (settings)" "AwesomenautsIcon" - games_make_wrapper "${PN}-settings" "./Settings.bin.x86" "${MYGAMEDIR}" "${MYGAMEDIR}/lib" - - fperms +x "${MYGAMEDIR}"/{Awesomenauts,Settings}.bin.x86 - - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-action/awesomenauts/metadata.xml b/games-action/awesomenauts/metadata.xml deleted file mode 100644 index b878aaa.. --- a/games-action/awesomenauts/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - ga...@gentoo.org - Gentoo Games Project - - - - Use the upstream provided bundled libraries. - - -
[gentoo-commits] proj/lisp:master commit in: dev-lisp/mop-features/
commit: 0b2ceeebd86305871edd98e40448eb278e8c5073 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:57:25 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:57:25 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b2ceeeb dev-lisp/mop-features: Bumps version to 1.0.0 dev-lisp/mop-features/mop-features-1.0.0.ebuild | 20 1 file changed, 20 insertions(+) diff --git a/dev-lisp/mop-features/mop-features-1.0.0.ebuild b/dev-lisp/mop-features/mop-features-1.0.0.ebuild new file mode 100644 index 000..3a4dd36 --- /dev/null +++ b/dev-lisp/mop-features/mop-features-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Provides a way to check what features a Common Lisp implementation supports." +HOMEPAGE="http://common-lisp.net/project/closer/features.html"; +SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/lw-compat" + +CLSYSTEMS="mop-feature-tests"
[gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
commit: 054f0cb0afa2af40281634b698d8939819d7 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:58:09 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:58:09 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=054f0cb0 dev-lisp/chronicity: Updates header dev-lisp/chronicity/chronicity-0.2.6.ebuild | 4 ++-- dev-lisp/chronicity/chronicity-0.2.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild index 63e57f3..a8f94f3 100644 --- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild +++ b/dev-lisp/chronicity/chronicity-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/chronicity/chronicity-0.2.7.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild index 67c3e20..52a0242 100644 --- a/dev-lisp/chronicity/chronicity-0.2.7.ebuild +++ b/dev-lisp/chronicity/chronicity-0.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5
[gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
commit: a34cce137f6f4b5e82319e0c67e30dff7bef5764 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:52:33 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:52:33 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a34cce13 dev-lisp/contextl: Bumps version to 1.0.0 dev-lisp/contextl/contextl-1.0.0.ebuild | 20 1 file changed, 20 insertions(+) diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild new file mode 100644 index 000..5834ee2 --- /dev/null +++ b/dev-lisp/contextl/contextl-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="CLOS extension for context-oriented Programming" +HOMEPAGE="http://common-lisp.net/project/closer/"; +SRC_URI="https://github.com/pcostanza/contextl/archive/v1.0.0.tar.gz"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + dev-lisp/lw-compat + >=dev-lisp/closer-mop-0.60"
[gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/
commit: a14caffe052e87811309cf28306ab72d5eaba3e7 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Dec 4 18:49:21 2016 + Commit: Tobias Klausmann gentoo org> CommitDate: Sun Dec 4 18:49:33 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14caffe media-sound/quodlibet: Bump version to 3.7.1 Package-Manager: portage-2.3.2 media-sound/quodlibet/Manifest | 1 + media-sound/quodlibet/metadata.xml | 4 ++ media-sound/quodlibet/quodlibet-3.7.1.ebuild | 71 3 files changed, 76 insertions(+) diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest index 3acb662..f5503b6 100644 --- a/media-sound/quodlibet/Manifest +++ b/media-sound/quodlibet/Manifest @@ -1,3 +1,4 @@ DIST quodlibet-3.5.1.tar.gz 3421676 SHA256 f168606ce931c30fcd478d354916bb07ae4ca9a61113af9b988e33f73adcb6c6 SHA512 c14447b17d15ad65fc54e4c81b26b190fa4622b1d83b0b7a4c85e42e332585fe067f93a2f0236bab20186072fb2af0a334bb2741660edb282f1e5e7a00a23c9d WHIRLPOOL 733a7bc88797561a27d2757422bb65bb09f366f91824772b54ac99aefa95b8769f1f566772424a8a819fc7e861bead048ab5c2f4ffc4656d46235454739d09b0 DIST quodlibet-3.6.2.tar.gz 3454566 SHA256 289233ddd26d3d436139e63b01177ead3017b5aa51ff4bd6e6198ec177c6e318 SHA512 2551f5149feb4125087f2102e1e0cfb4b810b92b3ffd9f2b1ed37a7b821933c6b7d718c6b3674569eb2dfe1fd75176bf4d5e4b6587cbbb4f405229dcd7b4a850 WHIRLPOOL ef3acbf8e809fbcd2e638347de4c6af328919114adb9ee3aa17a220a42e2fee96177598a7730a48cfa7d977f055a58a7442694d5bd6c92e953732f4fa4303b05 DIST quodlibet-3.7.0.tar.gz 3651906 SHA256 a7bf4bd1dadd6e0156380c5e82fbde396106da15a5600484f54c6904d2d9e550 SHA512 900fd49cc2ece6e681116962529e6648ed487fcb7492832940ad2210bf47a4a0fefb0500c1a1477bd440d2cb5be9a330a1b0e4a87b7d332d710e25bf087779fb WHIRLPOOL 5dc12fbe05b2a6c4ca86d510498bb6376e37cda8cfbda6614686cc543ef1ac926167ef03997caf40e83a136c8391dfb9aaa369106204e3a0cd57778340d099af +DIST quodlibet-3.7.1.tar.gz 3651908 SHA256 229a26289880860abfd0ec31d9f0aa830c84a3f78205feb11f3ec710e02f02cd SHA512 73f2a909e29178fb4074dbf451a6d04170aebecb7934248b04b909f9639c9098054eefe3343cfb67cc3c622f6d453b5417e5233d4d2ec9c87c48a0c5b4debf4f WHIRLPOOL 2149daf74da7bc01a9822d841de7634c72cca02ef2ab59ae8ac2cd4716e72bed2d6f3342c3b32ddd66c393ecab7c311729e424175a8c7264de0edf2525391187 diff --git a/media-sound/quodlibet/metadata.xml b/media-sound/quodlibet/metadata.xml index 4f37676..34f78c1 100644 --- a/media-sound/quodlibet/metadata.xml +++ b/media-sound/quodlibet/metadata.xml @@ -5,6 +5,10 @@ tam...@gentoo.org Matthias Maier + + klaus...@gentoo.org + Tobias Klausmann + so...@gentoo.org Gentoo Sound project diff --git a/media-sound/quodlibet/quodlibet-3.7.1.ebuild b/media-sound/quodlibet/quodlibet-3.7.1.ebuild new file mode 100644 index ..1453339 --- /dev/null +++ b/media-sound/quodlibet/quodlibet-3.7.1.ebuild @@ -0,0 +1,71 @@ +# 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 gnome2-utils fdo-mime + +DESCRIPTION="audio library tagger, manager, and player for GTK+" +HOMEPAGE="http://quodlibet.readthedocs.org"; +SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="+dbus gstreamer ipod +udev" + +RDEPEND="dev-libs/keybinder:3[introspection] + dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=media-libs/mutagen-1.32[${PYTHON_USEDEP}] + x11-libs/gtk+[introspection] + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + media-libs/gst-plugins-good:1.0 + media-plugins/gst-plugins-meta:1.0 + ) + !gstreamer? ( media-libs/xine-lib ) + dbus? ( + app-misc/media-player-info + dev-python/dbus-python[${PYTHON_USEDEP}] + ) + ipod? ( media-libs/libgpod[python,${PYTHON_USEDEP}] ) + udev? ( virtual/udev ) + !media-plugins/quodlibet-plugins" +DEPEND="dev-util/intltool" +REQUIRED_USE="ipod? ( dbus )" + +S="${WORKDIR}/${PN}-release-${PV}/${PN}" + +src_prepare() { + local qlconfig=${PN}/config.py + + if ! use gstreamer; then + sed -i -e '/backend/s:gstbe:xinebe:' ${qlconfig} || die + fi + + sed -i -e '/gst_pipeline/s:"":"alsasink":' ${qlconfig} || die + + distutils-r1_src_prepare +} + +src_install() { + distutils-r1_src_install + dodoc NEWS README +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update +
[gentoo-commits] proj/lisp:master commit in: dev-lisp/filtered-functions/
commit: e39b742758dad12072f68fd096ee541a25232767 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:47:32 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:47:32 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e39b7427 dev-lisp/filtered-functions: Fixes missing DESCRIPTION dev-lisp/filtered-functions/filtered-functions-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild index 8598ca1..60e5a5e 100644 --- a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild +++ b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild @@ -8,7 +8,7 @@ inherit common-lisp-2 MY_P=${PN}_${PV} -DESCRIPTION="." +DESCRIPTION="A CLOS extension for filtered dispatch. Requires Closer to MOP." HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"; SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz"
[gentoo-commits] proj/lisp:master commit in: dev-lisp/filtered-functions/
commit: e2dec90599bbc0eba6432813efcca1896f3b3fd2 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 18:45:35 2016 + Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 18:45:35 2016 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e2dec905 dev-lisp/filtered-functions: Bumps version to 0.2.0 .../filtered-functions/filtered-functions-0.2.0.ebuild | 18 ++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild new file mode 100644 index 000..b42375d --- /dev/null +++ b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="A CLOS extension for filtered dispatch. Requires Closer to MOP." +HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"; +SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/closer-mop"