Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/
Date: Sat, 25 Sep 2021 15:16:52
Message-Id: 1632582981.1ab60ca11471431b4ec729b7b9deceb44d6411dc.mgorny@gentoo
1 commit: 1ab60ca11471431b4ec729b7b9deceb44d6411dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 15:16:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 15:16:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab60ca1
7
8 app-editors/mousepad: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-editors/mousepad/Manifest | 1 -
13 app-editors/mousepad/mousepad-0.5.5.ebuild | 42 ------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
17 index 5bf976e7d79..5fe2ed4f8f0 100644
18 --- a/app-editors/mousepad/Manifest
19 +++ b/app-editors/mousepad/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST mousepad-0.5.5.tar.bz2 891263 BLAKE2B a75930385f9087f6294811c91b2a162d2e9ca2e945ec84efdfd932806211ee105d2ac2835122c2de4ea519b6728959478147d11df75ff3b00324c262983046a0 SHA512 5c6d6d048fe8a08c04ddeff7adb7d621d9beac631dd58fe5778cc8236e06ddb4ab50380eaebf4236c655b6d26058242024d5d3bbb1772607ab1f10744f8936f1
22 DIST mousepad-0.5.6.tar.bz2 916738 BLAKE2B 59506a5eb362259889e580de52ed3135c339da4148dc1c99d7c7e6aee04d776f7ef67959a54aabfa29b7b174279f205cdaa0932199b407528019def24c4915c4 SHA512 24e974f793fd8660d39fc00156f8f8f07bae44133c6f58d705b1665f0b8d333f2248a6780b48794edb56e7faf7f206069a7866f76cbf91f6ce6b8b2ac7121f34
23 DIST mousepad-0.5.7.tar.bz2 920371 BLAKE2B e019427316343a528786fc973b9aef4c63b5368140894212faea767311e6a18029aa093a9ac9f9ec831d637e0d8568bb76215a7c760162015309049b2ee10418 SHA512 0302fbf0d5e7ffe20a7f712dd0dc5878552572ec77798ed329b0e5688c0d4f80c5aa527f9fadb2de7452c8983bf1efd0e117ed7c170b0ca79e09006617f357ac
24
25 diff --git a/app-editors/mousepad/mousepad-0.5.5.ebuild b/app-editors/mousepad/mousepad-0.5.5.ebuild
26 deleted file mode 100644
27 index ea82a7eeeb5..00000000000
28 --- a/app-editors/mousepad/mousepad-0.5.5.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit gnome2-utils xdg-utils
36 -
37 -DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
38 -HOMEPAGE="https://git.xfce.org/apps/mousepad/about/"
39 -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~arm64 x86"
44 -
45 -RDEPEND=">=dev-libs/glib-2.52
46 - >=x11-libs/gtk+-3.22:3
47 - >=x11-libs/gtksourceview-4.0.0:4"
48 -DEPEND="${RDEPEND}"
49 -BDEPEND="
50 - dev-lang/perl
51 - dev-util/intltool
52 - sys-devel/gettext
53 - virtual/pkgconfig"
54 -
55 -src_configure() {
56 - local myconf=(
57 - --enable-gtksourceview4
58 - )
59 - econf "${myconf[@]}"
60 -}
61 -
62 -pkg_postinst() {
63 - gnome2_schemas_update
64 - xdg_desktop_database_update
65 - xdg_icon_cache_update
66 -}
67 -
68 -pkg_postrm() {
69 - gnome2_schemas_update
70 - xdg_desktop_database_update
71 - xdg_icon_cache_update
72 -}