Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/portfolio/
Date: Mon, 04 Apr 2022 14:49:30
Message-Id: 1649074125.619918bbf47af9c95318599a6ef303802e9e50eb.andrewammerlaan@gentoo
1 commit: 619918bbf47af9c95318599a6ef303802e9e50eb
2 Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
3 AuthorDate: Mon Apr 4 12:08:45 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 12:08:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=619918bb
7
8 gnome-extra/portfolio: Version Bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
12
13 gnome-extra/portfolio/Manifest | 3 +-
14 gnome-extra/portfolio/metadata.xml | 3 ++
15 gnome-extra/portfolio/portfolio-0.9.12.ebuild | 48 ----------------------
16 ...folio-0.9.10.ebuild => portfolio-0.9.14.ebuild} | 2 +-
17 4 files changed, 5 insertions(+), 51 deletions(-)
18
19 diff --git a/gnome-extra/portfolio/Manifest b/gnome-extra/portfolio/Manifest
20 index 2a18786f6..1092f1d39 100644
21 --- a/gnome-extra/portfolio/Manifest
22 +++ b/gnome-extra/portfolio/Manifest
23 @@ -1,2 +1 @@
24 -DIST portfolio-0.9.10.tar.gz 406682 BLAKE2B 988619fc37d7215e923959a3155c2268e6d61c93d7b1e3ece9f3ce1ea1afa45930f44ad4cd85cba71c018c18939f7585a48ab84e908359efdf378fdb646dd02c SHA512 5182c88bc5d00f8f307cf6c23f636a1e4d9fdd79e662cd6a1cb90c80380b9108df0fe5f07f6dd79df40fa14a57dbeeafb324a83961e399d07b5c6bef0007558d
25 -DIST portfolio-0.9.12.tar.gz 435111 BLAKE2B 0094dc94ab091f7355d68233ed80dc300348fe135a916247e20408e3e516633e433323040c6531cb599321673bc84c1c7e19a53cef7dac3cfab197ac5ff05e4c SHA512 a86f1f4d730f3ef374a70715783103e1221653d2c39e420a9803c59afa67f159ae4d1680f260571566fbd95566542898b2d13adf55d897c949f43ad5d395d3e2
26 +DIST portfolio-0.9.14.tar.gz 440629 BLAKE2B 17e6fa353e314fecf8c1e08f18d8619eda0a800b9f0a805426af85da7e0c934a8fbde84d5f47c987297ebddf6f3e9474e957432460f317b703009d908c1dd0dd SHA512 d69b12751647006841c1025e752befc505238ffca856a0cb5fd771052ded6cdea021c2ff7c629bdfd6b7c550fb93adb0224b0a9d7449ada54068eea23f60ca8f
27
28 diff --git a/gnome-extra/portfolio/metadata.xml b/gnome-extra/portfolio/metadata.xml
29 index dfca8c508..ddd44684c 100644
30 --- a/gnome-extra/portfolio/metadata.xml
31 +++ b/gnome-extra/portfolio/metadata.xml
32 @@ -5,6 +5,9 @@
33 <email>gjdijkman@××××××××××××.nl</email>
34 <name>Gerben Jan Dijkman</name>
35 </maintainer>
36 + <longdescription lang="en">
37 + A minimalist file manager for those who want to use Linux mobile devices.
38 + </longdescription>
39 <upstream>
40 <doc>https://github.com/tchx84/Portfolio</doc>
41 <bugs-to>https://github.com/tchx84/Portfolio/issues</bugs-to>
42
43 diff --git a/gnome-extra/portfolio/portfolio-0.9.12.ebuild b/gnome-extra/portfolio/portfolio-0.9.12.ebuild
44 deleted file mode 100644
45 index 9ba475669..000000000
46 --- a/gnome-extra/portfolio/portfolio-0.9.12.ebuild
47 +++ /dev/null
48 @@ -1,48 +0,0 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=7
53 -
54 -PYTHON_COMPAT=( python3_{8..10} )
55 -
56 -inherit gnome2-utils meson python-single-r1 xdg
57 -
58 -DESCRIPTION="A minimalist file manager for those who want to use Linux mobile devices"
59 -HOMEPAGE="https://github.com/tchx84/Portfolio"
60 -SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-3"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~arm64"
65 -RESTRICT="test"
66 -
67 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
68 -
69 -RDEPEND="
70 - ${PYTHON_DEPS}
71 - gui-libs/libhandy
72 - x11-libs/gtk+
73 -"
74 -
75 -S="${WORKDIR}"/Portfolio-"${PV}"
76 -
77 -src_prepare() {
78 - default
79 - # shebang fixing craziness
80 - sed -i -e 's|\@PYTHON\@|/usr/bin/python|' src/dev.tchx84.Portfolio.in
81 -}
82 -
83 -src_install() {
84 - meson_src_install
85 - python_optimize "${ED}"/usr/lib/
86 -}
87 -
88 -pkg_postinst() {
89 - xdg_pkg_postinst
90 - gnome2_schemas_update
91 -}
92 -
93 -pkg_postrm() {
94 - xdg_pkg_postrm
95 - gnome2_schemas_update
96 -}
97
98 diff --git a/gnome-extra/portfolio/portfolio-0.9.10.ebuild b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
99 similarity index 96%
100 rename from gnome-extra/portfolio/portfolio-0.9.10.ebuild
101 rename to gnome-extra/portfolio/portfolio-0.9.14.ebuild
102 index 9ba475669..a55e8b507 100644
103 --- a/gnome-extra/portfolio/portfolio-0.9.10.ebuild
104 +++ b/gnome-extra/portfolio/portfolio-0.9.14.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2021 Gentoo Authors
107 +# Copyright 1999-2022 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=7