From e95fa879a0de45cb8a793ab01bbfb91b5ea380b1 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 21 Sep 2018 09:55:24 +0200 Subject: Version bumps --- app-shells/fast-syntax-highlighting/Manifest | 2 +- .../fast-syntax-highlighting-1.26.ebuild | 50 ----- .../fast-syntax-highlighting-1.27.ebuild | 50 +++++ metadata/pkg_desc_index | 4 +- x11-libs/gtk+/Manifest | 2 +- x11-libs/gtk+/gtk+-3.24.0.ebuild | 237 --------------------- x11-libs/gtk+/gtk+-3.24.1.ebuild | 237 +++++++++++++++++++++ 7 files changed, 291 insertions(+), 291 deletions(-) delete mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild create mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.ebuild delete mode 100644 x11-libs/gtk+/gtk+-3.24.0.ebuild create mode 100644 x11-libs/gtk+/gtk+-3.24.1.ebuild diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest index e187ec29..a71d9e2a 100644 --- a/app-shells/fast-syntax-highlighting/Manifest +++ b/app-shells/fast-syntax-highlighting/Manifest @@ -1 +1 @@ -DIST fast-syntax-highlighting-1.26.tar.gz 391359 SHA512 f7cfb752d2da2c4a50459c32f1f29499d8b00794f079a4218ce742a50f88b42bdbc80e085003458f8e8ce512fcef5e577a5a093c738dc06f16f8fb832d8f5e99 +DIST fast-syntax-highlighting-1.27.tar.gz 421207 SHA512 1ef02aa457c7c716b3c335fef4bb609770dbb03f24ca72ec1ed295308e5e926d7ca4303c99776c165f2dba9336e85f7048e32e4decc87672ddd02a07a4825039 diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild deleted file mode 100644 index b40002f6..00000000 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.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.27.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.ebuild new file mode 100644 index 00000000..b40002f6 --- /dev/null +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.ebuild @@ -0,0 +1,50 @@ +# 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/metadata/pkg_desc_index b/metadata/pkg_desc_index index 9b11c088..539c14e2 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -36,7 +36,7 @@ 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.26 99999999: Optimized and extended zsh-syntax-highlighting +app-shells/fast-syntax-highlighting 1.27 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-r1: A POSIX shell function to treat a variable like an array, quoting args app-shells/quoter 4.1-r1: Quote arguments or standard input for usage in POSIX shell by eval @@ -132,6 +132,6 @@ www-plugins/noscript 10.1.9.6: Firefox webextension: restrict active contents li www-plugins/skip-redirect 2.2.1: Firefox webextension: skip intermediary pages before redirecting www-plugins/translate-to-me 1.1: Firefox webextension: translate the selected text with www.linguee.com www-plugins/ublock-origin 1.16.20: Firefox webextension: An efficient list-based blocker -x11-libs/gtk+ 2.24.32-r1 3.24.0: Gimp ToolKit + +x11-libs/gtk+ 2.24.32-r1 3.24.1: Gimp ToolKit + x11-libs/motif 2.3.8-r1: The Motif user interface component toolkit x11-wm/fvwm 2.6.8: An extremely powerful ICCCM-compliant multiple virtual desktop window manager diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest index 78767c65..7160ee1e 100644 --- a/x11-libs/gtk+/Manifest +++ b/x11-libs/gtk+/Manifest @@ -1,3 +1,3 @@ DIST gtk+-2.24.32-patchset.tar.xz 6392 SHA512 6c8763826b479c9c122bb991ae42b0ce0e754d460be5c6ea8d1bba28f7318c014822eccaae0b39c3b7c16804991c8c46c53cd8ded3ad6212830a2f5746567543 DIST gtk+-2.24.32.tar.xz 12620860 SHA512 8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696 -DIST gtk+-3.24.0.tar.xz 19273044 SHA512 c82228f31a422d7f180b1157de697d941f2826f9a85a44d2a583564130626c88759a62269bb01f54969e00ff7499db4e1b026dbfb060dda1b6e62f36f3267981 +DIST gtk+-3.24.1.tar.xz 19307612 SHA512 13ddb1099a2a0eb44ea53fa4be5054a403e1b27468a33862646ba111577b7bb72b9bbe4f6aea15889c2a2bee1238023bc23524b901cf2dbb3adf0e126eb6ea5d diff --git a/x11-libs/gtk+/gtk+-3.24.0.ebuild b/x11-libs/gtk+/gtk+-3.24.0.ebuild deleted file mode 100644 index 8deb4c6c..00000000 --- a/x11-libs/gtk+/gtk+-3.24.0.ebuild +++ /dev/null @@ -1,237 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" - -inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal - -DESCRIPTION="Gimp ToolKit +" -HOMEPAGE="https://www.gtk.org/" -SRC_URI=${SRC_URI} - -LICENSE="LGPL-2+" -SLOT="3" -IUSE="adwaita-icon-theme aqua atk-bridge broadway cloudprint colord cups examples +introspection test vim-syntax wayland +X xinerama" -REQUIRED_USE=" - || ( aqua wayland X ) - xinerama? ( X ) -" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# Upstream wants us to do their job: -# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1 -RESTRICT="test" - -# FIXME: introspection data is built against system installation of gtk+:3, -# bug #???? -COMMON_DEPEND=" - >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] - >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}] - media-libs/fontconfig[${MULTILIB_USEDEP}] - >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}] - >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}] - >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}] - >=media-libs/harfbuzz-0.9:= - x11-misc/shared-mime-info - - cloudprint? ( - >=net-libs/rest-0.7[${MULTILIB_USEDEP}] - >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] ) - colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) - cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] ) - introspection? ( >=dev-libs/gobject-introspection-1.39:= ) - wayland? ( - >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}] - >=dev-libs/wayland-protocols-1.12 - media-libs/mesa[wayland,${MULTILIB_USEDEP}] - >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}] - ) - X? ( - atk-bridge? ( >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}] ) - x11-libs/libX11[${MULTILIB_USEDEP}] - >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}] - x11-libs/libXcursor[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - x11-libs/libXcomposite[${MULTILIB_USEDEP}] - x11-libs/libXdamage[${MULTILIB_USEDEP}] - xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) - ) -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xsl-stylesheets - app-text/docbook-xml-dtd:4.1.2 - dev-libs/libxslt - dev-libs/gobject-introspection-common - >=dev-util/gdbus-codegen-2.48 - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.20 - >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}] - virtual/pkgconfig[${MULTILIB_USEDEP}] - X? ( x11-base/xorg-proto ) - test? ( - media-fonts/font-misc-misc - media-fonts/font-cursor-misc ) -" -# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90 -# gtk+-3.3.18 breaks scrolling in <=x11-libs/vte-0.31.0:2.90 -RDEPEND="${COMMON_DEPEND} - >=dev-util/gtk-update-icon-cache-3 - !