summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-07-27 21:53:03 +0200
committerMartin Väth <martin@mvath.de>2018-07-27 21:53:03 +0200
commitd9f064cdcf1b0cc29a1646f63a08eabf966904e9 (patch)
tree751e3817152e1f39f96c5c0f44439dd6dd59a053
parentMore for repoman pickyness (diff)
downloadmv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.gz
mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.bz2
mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.zip
Version bumps
-rw-r--r--app-shells/fast-syntax-highlighting/Manifest3
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild50
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild (renamed from app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild)0
-rw-r--r--app-shells/schily-tools/Manifest2
-rw-r--r--app-shells/schily-tools/schily-tools-2018.07.25.ebuild (renamed from app-shells/schily-tools/schily-tools-2018.07.16.ebuild)0
-rw-r--r--app-shells/zsh-autosuggestions/Manifest2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild (renamed from app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild)2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild2
-rw-r--r--app-shells/zshrc-mv/Manifest2
-rw-r--r--app-shells/zshrc-mv/zshrc-mv-4.8.ebuild (renamed from app-shells/zshrc-mv/zshrc-mv-4.7.ebuild)0
-rw-r--r--metadata/pkg_desc_index10
-rw-r--r--sci-geosciences/googleearth/Manifest2
-rw-r--r--sci-geosciences/googleearth/googleearth-7.3.2.ebuild (renamed from sci-geosciences/googleearth/googleearth-7.3.1.ebuild)0
14 files changed, 13 insertions, 64 deletions
diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest
index 362476ee..781bd676 100644
--- a/app-shells/fast-syntax-highlighting/Manifest
+++ b/app-shells/fast-syntax-highlighting/Manifest
@@ -1,2 +1 @@
-DIST fast-syntax-highlighting-1.22_alpha20180721.tar.gz 266481 SHA512 8f586bb1cab60c7569c963b56d6b43618e51f4e2114a4279ce47db96279260835e9c5da93ac187b217913a7aa31f25569bd7815ff8fd9cb196c912eb6add158f
-DIST fast-syntax-highlighting-1.23.tar.gz 266188 SHA512 741cf48e2b0251d7559bff244a4012528e77b230bcd2cfeff209c1e99296bd95c969a892e1ec8d6843c02e736329121545f0270a7a2fb353028a30cdc31cb8cb
+DIST fast-syntax-highlighting-1.24.tar.gz 266316 SHA512 e2231d9846fadce96ae70a3ddc6cbfa54362e8dd25790687d714ff184313fbb31ab470f1ec05370b9023ff546f74a6f8b607c4c601a66c73ff6a238c25b12c2f
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild
deleted file mode 100644
index b40002f6..00000000
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2011-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1
-
-RESTRICT="mirror"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-case ${PV} in
-99999999*)
- EGIT_REPO_URI="https://github.com/zdharma/${PN}.git"
- inherit git-r3
- PROPERTIES="live"
- SRC_URI=""
- KEYWORDS="";;
-*alpha*)
- EGIT_COMMIT="3361bb62d66540eda6dfa23f3df34125c27d420f"
- SRC_URI="https://github.com/zdharma/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
-*)
- SRC_URI="https://github.com/zdharma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz";;
-esac
-
-DESCRIPTION="Optimized and extended zsh-syntax-highlighting"
-HOMEPAGE="https://github.com/zdharma/fast-syntax-highlighting/"
-
-LICENSE="HPND"
-SLOT="0"
-IUSE=""
-
-RDEPEND="app-shells/zsh"
-DEPEND=""
-
-src_install() {
- local DISABLE_AUTOFORMATTING DOC_CONTENTS dir
- dir="/usr/share/zsh/site-contrib/${PN}"
- DISABLE_AUTOFORMATTING="true"
- DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. ${EPREFIX}${dir}/fast-syntax-highlighting.plugin.zsh"'
-at the end of your ~/.zshrc
-For testing, you can also execute the above command in your zsh.'
- readme.gentoo_create_doc
- insinto "${dir}"
- doins -r *
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild
index b40002f6..b40002f6 100644
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild
+++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild
diff --git a/app-shells/schily-tools/Manifest b/app-shells/schily-tools/Manifest
index e0f869c5..4eda381a 100644
--- a/app-shells/schily-tools/Manifest
+++ b/app-shells/schily-tools/Manifest
@@ -1 +1 @@
-DIST schily-2018-07-16.tar.bz2 4277997 SHA512 87961ae4fbfe836e9c769948569e069507caee8ab7bc92f71496dc1b766a26dc88f8bab8b8087c787ed136b5d4ae46f31c998defb0bebd84f864ee7fb8588e85
+DIST schily-2018-07-25.tar.bz2 4287495 SHA512 b3b67ade60efcfd71b62138846bed4b533da7dfec486d233a0608e93261e1fe769a31e6fe37037bc9bda3ccca584065644c6774b6d4fa5348abb801a6c30972c
diff --git a/app-shells/schily-tools/schily-tools-2018.07.16.ebuild b/app-shells/schily-tools/schily-tools-2018.07.25.ebuild
index 1f52e262..1f52e262 100644
--- a/app-shells/schily-tools/schily-tools-2018.07.16.ebuild
+++ b/app-shells/schily-tools/schily-tools-2018.07.25.ebuild
diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest
index 2a214244..e1e7f83e 100644
--- a/app-shells/zsh-autosuggestions/Manifest
+++ b/app-shells/zsh-autosuggestions/Manifest
@@ -1,2 +1,2 @@
DIST zsh-autosuggestions-0.4.3.tar.gz 20243 SHA512 c9be728bfd4cea67cc580548bda4c1b043e275a5a6f0c2134120e7e62e4522da2eddfff4c9414b5d6f28210d2f0b0f5bf008e7275c977c81bd61194f653c922c
-DIST zsh-autosuggestions-0.4.4_alpha20180702_p1.tar.gz 21614 SHA512 9a94219709f28e240cfd82aba0c481283ccf8b20796b72124cebbe6bcd49fb5e6bfef5648e7a58b625a78357c1d96db5ecf7afd194b77725eee3c955ff63d943
+DIST zsh-autosuggestions-0.4.4_alpha20180717.tar.gz 21861 SHA512 6be82b3b03bef731c416c0e3be9c9f876584037dc9619f96bbc1246c393f3df7b0ee0ebdd14a6da4bde021fbe3b9551212b2732165646fa18eb13805e9e24b24
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
index ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild
index ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
index ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest
index 5739fce3..fdc3447d 100644
--- a/app-shells/zshrc-mv/Manifest
+++ b/app-shells/zshrc-mv/Manifest
@@ -1 +1 @@
-DIST zshrc-mv-4.7.tar.gz 12255 SHA512 6980f1adeb9a9035845ff1d8dcf8ff94ea5e7d0b7a85e914737aa1ed94f075e0e1852ec01d41c62101733bd7adca5bdf23b08614995fe22d065d81dd142cd01e
+DIST zshrc-mv-4.8.tar.gz 12272 SHA512 90bc007e86ed9c8cb91de958696df50e7f3545b57571aca2f8d0100100a884373c5dc759a87c5d58e84ea033627f07d1bb1c32cefe21cd4a3a5cc68c470879f8
diff --git a/app-shells/zshrc-mv/zshrc-mv-4.7.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild
index 0458608b..0458608b 100644
--- a/app-shells/zshrc-mv/zshrc-mv-4.7.ebuild
+++ b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 16f7f74b..ce39cadc 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -35,17 +35,17 @@ app-portage/world-mv 3.19: Organize your world file and find installed packages
app-shells/auto-fu-zsh 0.0.1.12-r4 0.0.1.12_p0 99999999: zsh automatic complete-word and list-choices: incremental completion
app-shells/command-not-found 0.4.5: search ARCH database for packages with similar commands
app-shells/dash 99999999: Descendant of the NetBSD ash. POSIX compliant except for multibyte characters
-app-shells/fast-syntax-highlighting 1.22_alpha20180721 1.23 99999999: Optimized and extended zsh-syntax-highlighting
+app-shells/fast-syntax-highlighting 1.24 99999999: Optimized and extended zsh-syntax-highlighting
app-shells/oh-my-zsh 99999999: A ready-to-use zsh configuration with plugins
app-shells/push 3.1: A POSIX shell function to treat a variable like an array, quoting args
app-shells/quoter 4.1: Quote arguments or standard input for usage in POSIX shell by eval
app-shells/runtitle 2.10: Scripts to run commands and set the hard status line (windows title)
-app-shells/schily-tools 2018.07.16: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell
+app-shells/schily-tools 2018.07.25: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell
app-shells/set_prompt 3.1: An intelligent prompt for zsh or bash with status line (window title) support
app-shells/termcolors-mv 4.7-r1: 256colors sample script and dircolors configuration for standard or 256 colors
-app-shells/zsh-autosuggestions 0.4.3 0.4.4_alpha20180702_p1 99999999: Fish-like autosuggestions for zsh
+app-shells/zsh-autosuggestions 0.4.3 0.4.4_alpha20180717 99999999: Fish-like autosuggestions for zsh
app-shells/zsh-syntax-highlighting 0.6.0 0.6.1_alpha20180411 99999999: Fish shell like syntax highlighting for zsh
-app-shells/zshrc-mv 4.7: A zshrc file initializing zsh specific interactive features
+app-shells/zshrc-mv 4.8: A zshrc file initializing zsh specific interactive features
app-text/ispell 3.3.02-r1 3.4.00: fast screen-oriented spelling checker
app-text/lesspipe 1.83-r2 1.84_alpha20180414-r2 99999999: Wolfgang Friebel's preprocessor for sys-apps/less. Disable by appending colon
app-text/mbtpdfasm 1.0.28-r1: Tool to assemble/merge, extract information from, and update the metadata in PDF
@@ -92,7 +92,7 @@ net-firewall/firewall-mv 13.0: Initialize iptables and net-related sysctl variab
net-misc/openrdate 1.2: use TCP or UDP to retrieve the current time of another machine
net-misc/sshstart 4.7: Start ssh-agent/ssh-add only if you really use ssh or friends
net-print/foo2zjs 20160722: Support for printing to ZjStream-based printers
-sci-geosciences/googleearth 7.1.8.3036-r1 7.3.0.3832-r1 7.3.1: A 3D interface to the planet
+sci-geosciences/googleearth 7.1.8.3036-r1 7.3.0.3832-r1 7.3.2: A 3D interface to the planet
sci-mathematics/genius 1.0.21: Genius Mathematics Tool and the GEL Language
sci-mathematics/reduce 20141130-r2: A general-purpose computer algebra system
sys-apps/cpi 3.1: A wrapper for cp -i -a, making use of diff
diff --git a/sci-geosciences/googleearth/Manifest b/sci-geosciences/googleearth/Manifest
index c6774eb9..057fdcc8 100644
--- a/sci-geosciences/googleearth/Manifest
+++ b/sci-geosciences/googleearth/Manifest
@@ -2,4 +2,4 @@ DIST google-earth-pro-stable_7.1.8.3036-r0_amd64.deb 45663202 SHA512 6257f8d5e7a
DIST google-earth-pro-stable_7.1.8.3036-r0_i386.deb 44460270 SHA512 74176fd389bcfb1de681b5c3e51260da8bdae1d62abd520fc457ff2b6161d6a85fa98fb012774019e23b8043c2cf74b6a14bda05f55a25ade945f9fdcdc719c3
DIST google-earth-pro-stable_7.3.0.3832-r0_amd64.deb 57842874 SHA512 af75d6dc223983aba7f84685c8f12bb06b4972fe0a50a883c5ee3321c37b16cd25ac7c60da3c80f4bf7cec41011827fab9f66ba2c9c3f404cd7270f610815251
DIST google-earth-pro-stable_7.3.0.3832-r0_i386.deb 56685312 SHA512 7bdf9cdf5d431b55ccc02e15e9f58bb9b3ed6590a6f53afe7202ba2d8fd38be333e9bfe273ea64502a78fb4263021da15b16cf474ea48a3742f0ce622eb8d151
-DIST google-earth-pro-stable_7.3.1_amd64.deb 56532932 SHA512 6325de27433b5a6aa3de3ff6df04e521a75b77105d6c6b57ecc16b9960a19a4e50a6ed7539a5b32c89207ee13b9111c39565f20484029d48c2b04f1a64693413
+DIST google-earth-pro-stable_7.3.2_amd64.deb 56514550 SHA512 ffdec42bed95a6cfe1b2704d4b2e748eab40ae95a3f09108790c68477c330c2c47f5b5dddcf2263d7d400199d973a0018bf4b5e92dd6720f19ed047b8351141f
diff --git a/sci-geosciences/googleearth/googleearth-7.3.1.ebuild b/sci-geosciences/googleearth/googleearth-7.3.2.ebuild
index 4cb0c150..4cb0c150 100644
--- a/sci-geosciences/googleearth/googleearth-7.3.1.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.3.2.ebuild