Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/
Date: Thu, 27 Aug 2020 15:43:55
Message-Id: 1598542899.6ca959c067cf48f87ad5ccfc22f8608ffe45d0d2.conikost@gentoo
1 commit: 6ca959c067cf48f87ad5ccfc22f8608ffe45d0d2
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 15:41:39 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 15:41:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca959c0
7
8 dev-python/nautilus-python: drop old version
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/nautilus-python/Manifest | 1 -
14 .../nautilus-python-1.2.2-r1.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-python/nautilus-python/Manifest b/dev-python/nautilus-python/Manifest
18 index 2a0cd61b2da..9458ca5396a 100644
19 --- a/dev-python/nautilus-python/Manifest
20 +++ b/dev-python/nautilus-python/Manifest
21 @@ -1,2 +1 @@
22 -DIST nautilus-python-1.2.2.tar.xz 269220 BLAKE2B 9f2b5acc20727acf4464297bc008e8be0bb45ed418601e3658405e90eb3d56306f9aece402948491d5423d58cd261cee5cacbd39dd185957c4d72c90f877842e SHA512 541ab9e6ac15b06994cf475237e5588d21f4b9f71bb562f4bd9d976f79849a29912080de0b16c14406b052bec15c2c754381bf36e15b340d1f8e76c83a2464bc
23 DIST nautilus-python-1.2.3.tar.xz 269320 BLAKE2B 3d355bb8c0e67c488bb818d55c2bc97d8d4bfa14aeed8d6cb80d999a4b91ef5dc2f576d3dcca0e44ac004830ae326a93110aeb0cbe1987f100475cbee1b59ba2 SHA512 9c6a1a4bbf74a8c9c7d94a74c6994f0b1fc9de522c9f05d0ccbcdf3d60b1073dcf8058739ac0ee16f54b2632f2b9dd994bbe2bcd98cc165db543567bb1545443
24
25 diff --git a/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild
26 deleted file mode 100644
27 index 1938ff3e597..00000000000
28 --- a/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -GNOME2_LA_PUNT="yes"
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit gnome2 python-single-r1
40 -
41 -DESCRIPTION="Python bindings for the Nautilus file manager"
42 -HOMEPAGE="https://projects.gnome.org/nautilus-python/"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm64 x86"
47 -IUSE=""
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -# Require pygobject:3 and USE=introspection on nautilus for sanity,
51 -# because no (user) plugins could work without them; configure itself
52 -# requires pygobject:3 or :2 and >=nautilus-2.32
53 -RDEPEND="
54 - $(python_gen_cond_dep '
55 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
56 - ')
57 - >=gnome-base/nautilus-3[introspection]
58 - ${PYTHON_DEPS}
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-util/gtk-doc-am-1.14
62 - virtual/pkgconfig
63 -"
64 -
65 -src_install() {
66 - gnome2_src_install
67 - # Directory for systemwide extensions
68 - keepdir /usr/share/nautilus-python/extensions
69 -}