public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/
Date: Fri, 31 May 2024 15:21:02 +0000 (UTC)	[thread overview]
Message-ID: <1717167491.4bf06d14c3a219452a6c789fb256f8ebba90a35e.mgorny@gentoo> (raw)

commit:     4bf06d14c3a219452a6c789fb256f8ebba90a35e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 12:43:52 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 31 14:58:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf06d14

dev-python/nautilus-python: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nautilus-python/Manifest                |  1 -
 .../nautilus-python/nautilus-python-4.0.ebuild     | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-python/nautilus-python/Manifest b/dev-python/nautilus-python/Manifest
index 26b2dff5b382..8c2e9d658ae1 100644
--- a/dev-python/nautilus-python/Manifest
+++ b/dev-python/nautilus-python/Manifest
@@ -1,2 +1 @@
 DIST nautilus-python-4.0.1.tar.xz 32236 BLAKE2B 822812ac86bbfa9e3978468968ec9291cf2f95ab4954cffeebe62f4d297b5816ad1a59cf04bbc31a146c0858e45509a4b5988789f17e7b76c4221e9c6fb1e285 SHA512 24e64af1c1cb8c70a4ea53bb064baf681d8848b2e8b549f682913a4883260b3f2384f985285d17e03736e414503ab82ea79bade9bcbe482a2cbecbb0a8356cea
-DIST nautilus-python-4.0.tar.xz 32184 BLAKE2B cc910de82e54cd687d23541a0b283a70dc5a0626acebf8787110ae1b5a4c080741c0879968816e217a4da968a77169d79b6614dd055f1ae57999a9a49f2553cb SHA512 f70f825b821f266caafd1b347066de01462b8256ec126072042d09dd7fd6c9324847d5ddab65671589d0a411f8b8fed428dbc94806ac679d646861c66c3a0dd5

diff --git a/dev-python/nautilus-python/nautilus-python-4.0.ebuild b/dev-python/nautilus-python/nautilus-python-4.0.ebuild
deleted file mode 100644
index b69fde0145da..000000000000
--- a/dev-python/nautilus-python/nautilus-python-4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit gnome2 meson python-single-r1
-
-DESCRIPTION="Python bindings for the Nautilus file manager"
-HOMEPAGE="https://projects.gnome.org/nautilus-python/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="gtk-doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Require pygobject:3 and USE=introspection on nautilus for sanity,
-# because no (user) plugins could work without them; meson.build
-# requires pygobject:3 and >=nautilus-43.0
-RDEPEND="
-	$(python_gen_cond_dep '
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
-	')
-	>=gnome-base/nautilus-43.0[introspection]
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	gtk-doc? ( dev-util/gtk-doc )
-	>=dev-build/gtk-doc-am-1.14
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature gtk-doc docs)
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-
-	mv "${ED}/usr/share/doc/${PN}/"* "${ED}/usr/share/doc/${P}" || die
-	rm -d "${ED}/usr/share/doc/${PN}" || die
-
-	# Directory for systemwide extensions
-	keepdir /usr/share/nautilus-python/extensions
-}


             reply	other threads:[~2024-05-31 15:21 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31 15:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31  5:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/ Joonas Niilola
2024-05-08 11:34 Sam James
2024-04-20 14:36 Mart Raudsepp
2024-03-09 17:41 Conrad Kostecki
2023-11-17  7:47 Sam James
2023-06-26 13:15 Sam James
2023-06-09  3:01 Matt Turner
2022-12-25 18:10 Arthur Zamarin
2022-12-25 18:09 Arthur Zamarin
2022-12-22 11:14 Arthur Zamarin
2022-11-29 23:42 Georgy Yakovlev
2022-11-23  5:35 Arthur Zamarin
2022-11-21 22:48 Matt Turner
2022-11-03 22:37 Conrad Kostecki
2022-10-30  1:50 Matt Turner
2022-10-01 22:30 Matt Turner
2022-09-19 21:58 Georgy Yakovlev
2020-09-20  8:16 Michał Górny
2020-08-27 15:43 Conrad Kostecki
2020-08-27 15:43 Conrad Kostecki
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-06-04  3:12 Matt Turner
2020-02-09 16:18 Michał Górny
2019-05-18 19:59 Mart Raudsepp
2019-03-10 10:37 Mart Raudsepp
2018-12-12 19:16 Mart Raudsepp
2018-03-31 19:01 Mart Raudsepp
2016-09-18 11:01 Pacho Ramos
2015-11-11  9:12 Agostino Sarubbo
2015-11-10 11:45 Agostino Sarubbo

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=1717167491.4bf06d14c3a219452a6c789fb256f8ebba90a35e.mgorny@gentoo \
    --to=mgorny@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