From e6a2fd03865862c81d79bd32249728f20ce99354 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Oct 2023 03:36:21 +0000 Subject: gentoo auto-resync : 30:10:2023 - 03:36:20 --- app-editors/pluma-plugins/Manifest | 2 +- .../pluma-plugins/pluma-plugins-1.26.0-r1.ebuild | 71 ++++++++++++++++++++++ .../pluma-plugins/pluma-plugins-1.26.0.ebuild | 71 ---------------------- 3 files changed, 72 insertions(+), 72 deletions(-) create mode 100644 app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild delete mode 100644 app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild (limited to 'app-editors/pluma-plugins') diff --git a/app-editors/pluma-plugins/Manifest b/app-editors/pluma-plugins/Manifest index bebc347e3189..6a50c6329456 100644 --- a/app-editors/pluma-plugins/Manifest +++ b/app-editors/pluma-plugins/Manifest @@ -1,3 +1,3 @@ DIST pluma-plugins-1.26.0.tar.xz 505652 BLAKE2B 09d34a3205796aab0b94b6e4d1c44b9902091b46511735b74a9cc1d1bee8a28352bf673ea7788eb4522e1dd0614a0399471aa8a076fd50f70bf1cf66e80326ad SHA512 ee59d52e0f879a5adf745c4be4a274f5c5b5403d7a9485236879e6e6db1c8f743de74be379fe84d2da73efe3eeb63bfa089a28f73762a6f0ceee0dbbbc464fa4 -EBUILD pluma-plugins-1.26.0.ebuild 1609 BLAKE2B bc7c8c3b7d248b6782e7ce51be302375425c8b58ff876275d7216ff0a320b3c9fb7a38bca2a6bcd8e135e354d9d866f22e33c89ee3a05ad5cf34e6c8669fa1a5 SHA512 d4412f72721c7e5d09e2f6ba2cf17122618759647fa5fc19044e3271b42948fbf2607e4252cc1176f565c1396bf7825ee52ac5452fbf4ff601f8511364ebe988 +EBUILD pluma-plugins-1.26.0-r1.ebuild 1613 BLAKE2B 968514482a0ec4220a3bab8c24d83cb0e2f6a81592588d879bad453386e2887eea1bced7ec3649af7c4e521d466e2d5ffab017ef7c537d301c8b4f1eb5cafd4f SHA512 ca207b7d2375b7e2525c8b0aea6a1f0323d89b0a73a36f9b61806c09ad36accb751bff86a9cf1a44125e206d810c6e0223d6f549f23e0c63b7f84eb2595981c1 MISC metadata.xml 483 BLAKE2B 390bb7bc8ccac4b663d86a84444b96d369a5d3d367e63157dec3f658056b5287874084b31a15275488225e78215459025ebd676e25879d5a763f577c5433bc12 SHA512 fe7d517524868b61ff87ee5a076c3c55822cbffaf0575983aed49eed6657c90e3f3c7fd09ae81b5f2290b686e843ab37ee959ba50e94ee363cbad2788ee4fb5f diff --git a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild new file mode 100644 index 000000000000..1969a87f5e98 --- /dev/null +++ b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild @@ -0,0 +1,71 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MATE_LA_PUNT="yes" + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit mate python-single-r1 + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="amd64 x86" +fi + +DESCRIPTION="A set of plugins for Pluma, the MATE text editor." +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" +SLOT="0" + +IUSE="+python bracketcompletion codecomment smartspaces synctex terminal" +REQUIRED_USE=" + "${PYTHON_REQUIRED_USE}" + bracketcompletion? ( python ) + codecomment? ( python ) + smartspaces? ( python ) + synctex? ( python ) + terminal? ( python ) + " + +RDEPEND=" + >=dev-libs/libpeas-1.14.1:0[gtk] + >=app-editors/gedit-40.0 + + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.9:3 + >=x11-libs/gtksourceview-4.0.2:4 + + python? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas:0[python,${PYTHON_SINGLE_USEDEP}] + >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + ') + >=x11-libs/gtk+-3.9:3[introspection] + >=x11-libs/gtksourceview-4.0.2:4[introspection] + x11-libs/pango[introspection] + x11-libs/gdk-pixbuf:2[introspection] + synctex? ( >=dev-python/dbus-python-0.82 ) + terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) + + )" + +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxml2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_install() { + mate_src_install + use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" +} diff --git a/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild deleted file mode 100644 index 58a230691c8f..000000000000 --- a/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MATE_LA_PUNT="yes" - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit mate python-single-r1 - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="A set of plugins for Pluma, the MATE text editor." -LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" -SLOT="0" - -IUSE="+python bracketcompletion codecomment smartspaces synctex terminal" -REQUIRED_USE=" - "${PYTHON_REQUIRED_USE}" - bracketcompletion? ( python ) - codecomment? ( python ) - smartspaces? ( python ) - synctex? ( python ) - terminal? ( python ) - " - -RDEPEND=" - >=dev-libs/libpeas-1.14.1[gtk] - >=app-editors/gedit-40.0 - - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3.9:3 - >=x11-libs/gtksourceview-4.0.2:4 - - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}] - dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - ') - >=x11-libs/gtk+-3.9:3[introspection] - >=x11-libs/gtksourceview-4.0.2:4[introspection] - x11-libs/pango[introspection] - x11-libs/gdk-pixbuf:2[introspection] - synctex? ( >=dev-python/dbus-python-0.82 ) - terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) - - )" - -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/libxml2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_install() { - mate_src_install - use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" -} -- cgit v1.2.3