public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma-plugins/
Date: Tue, 17 Sep 2024 17:50:30 +0000 (UTC)	[thread overview]
Message-ID: <1726595410.dfa839ed010336f04696bb77ef9fb6019bc975cd.asturm@gentoo> (raw)

commit:     dfa839ed010336f04696bb77ef9fb6019bc975cd
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 12:31:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa839ed

app-editors/pluma-plugins: drop 1.26.0-r2, 1.26.0-r3

remove unneeded local USE

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/pluma-plugins/Manifest                 |  1 -
 app-editors/pluma-plugins/metadata.xml             |  7 --
 .../pluma-plugins/pluma-plugins-1.26.0-r2.ebuild   | 79 ----------------------
 .../pluma-plugins/pluma-plugins-1.26.0-r3.ebuild   | 72 --------------------
 4 files changed, 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/"
-}


             reply	other threads:[~2024-09-17 17:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-17 17:50 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  3:17 [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma-plugins/ Sam James
2024-08-01  0:27 Jakov Smolić
2024-08-01  0:27 Jakov Smolić
2024-06-16  6:06 Joonas Niilola
2024-06-16  6:06 Joonas Niilola
2024-06-06  0:45 Sam James
2024-06-06  0:45 Sam James
2024-06-06  0:45 Sam James
2024-06-06  0:45 Sam James
2023-10-29 22:23 Mart Raudsepp
2022-12-03  1:04 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1726595410.dfa839ed010336f04696bb77ef9fb6019bc975cd.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox