diff options
author | 2024-09-03 13:31:16 +0100 | |
---|---|---|
committer | 2024-09-17 19:50:10 +0200 | |
commit | dfa839ed010336f04696bb77ef9fb6019bc975cd (patch) | |
tree | f502f5e68fc0b16479a38d7dad5f0e4e9c563f9d /app-editors/pluma-plugins | |
parent | app-editors/pluma: drop 1.26.1 (diff) | |
download | gentoo-dfa839ed010336f04696bb77ef9fb6019bc975cd.tar.gz gentoo-dfa839ed010336f04696bb77ef9fb6019bc975cd.tar.bz2 gentoo-dfa839ed010336f04696bb77ef9fb6019bc975cd.zip |
app-editors/pluma-plugins: drop 1.26.0-r2, 1.26.0-r3
remove unneeded local USE
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/pluma-plugins')
-rw-r--r-- | app-editors/pluma-plugins/Manifest | 1 | ||||
-rw-r--r-- | app-editors/pluma-plugins/metadata.xml | 7 | ||||
-rw-r--r-- | app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild | 79 | ||||
-rw-r--r-- | app-editors/pluma-plugins/pluma-plugins-1.26.0-r3.ebuild | 72 |
4 files changed, 0 insertions, 159 deletions
diff --git a/app-editors/pluma-plugins/Manifest b/app-editors/pluma-plugins/Manifest index 30437f2c59cd..7b91355e7970 100644 --- a/app-editors/pluma-plugins/Manifest +++ b/app-editors/pluma-plugins/Manifest @@ -1,2 +1 @@ -DIST pluma-plugins-1.26.0.tar.xz 505652 BLAKE2B 09d34a3205796aab0b94b6e4d1c44b9902091b46511735b74a9cc1d1bee8a28352bf673ea7788eb4522e1dd0614a0399471aa8a076fd50f70bf1cf66e80326ad SHA512 ee59d52e0f879a5adf745c4be4a274f5c5b5403d7a9485236879e6e6db1c8f743de74be379fe84d2da73efe3eeb63bfa089a28f73762a6f0ceee0dbbbc464fa4 DIST pluma-plugins-1.28.0.tar.xz 520696 BLAKE2B ebc5019e13993b51af1abc323b4a7d6dba32ba33cb7dc86286b10f8678d36e52db6d778482a2c0293f678e6158eef1b33878de0b27c83b22248e7df5ab801eb6 SHA512 63fc17649a967f15751541a1292e6dc9c318f2e66f30df3a477ee7b3dc6a2f3560512ed89a775b8e14fbc5942e06ed46099f0aa2ed24f7b4991146ad2ed55228 diff --git a/app-editors/pluma-plugins/metadata.xml b/app-editors/pluma-plugins/metadata.xml index 82fa790eb229..5e69456af750 100644 --- a/app-editors/pluma-plugins/metadata.xml +++ b/app-editors/pluma-plugins/metadata.xml @@ -9,13 +9,6 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> -<use> - <flag name="bracketcompletion">Auto complete bracket pairs</flag> - <flag name="codecomment">Comment code blocks</flag> - <flag name="smartspaces">Insert smart spaces</flag> - <flag name="synctex">Enable synctex support for pdflatex</flag> - <flag name="terminal">Embed a terminal in the bottom pane</flag> -</use> <upstream> <remote-id type="github">mate-desktop/pluma-plugins</remote-id> </upstream> diff --git a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild deleted file mode 100644 index 0c6a11fbb5eb..000000000000 --- a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 2021-2024 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/pluma-1.25.3 - - >=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/pluma[${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_configure() { - local myeconfargs=( - $(use_enable python) - ) - - econf "${myeconfargs[@]}" -} - -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-r3.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r3.ebuild deleted file mode 100644 index cf3247965042..000000000000 --- a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 2021-2024 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" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - >=dev-libs/libpeas-1.14.1:0[gtk] - >=app-editors/pluma-1.25.3 - - >=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/pluma[${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}] - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] - >=x11-libs/vte-0.52:2.91[introspection] - ') - >=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] - - )" - -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_configure() { - local myeconfargs=( - $(use_enable python) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - mate_src_install - use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" -} |