Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Tue, 28 Jan 2020 15:03:45
Message-Id: 1580223805.79f451c91ebaedbc274e9e3f25837eafe2ed5eae.juippis@gentoo
1 commit: 79f451c91ebaedbc274e9e3f25837eafe2ed5eae
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Mon Jan 27 09:33:01 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 15:03:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f451c9
7
8 app-editors/gummi: Remove 0.8.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
12 Closes: https://github.com/gentoo/gentoo/pull/14469
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-editors/gummi/Manifest | 1 -
16 app-editors/gummi/gummi-0.8.0.ebuild | 46 ------------------------------------
17 2 files changed, 47 deletions(-)
18
19 diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
20 index aba0b0e9edc..7d306f77e9f 100644
21 --- a/app-editors/gummi/Manifest
22 +++ b/app-editors/gummi/Manifest
23 @@ -1,3 +1,2 @@
24 DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
25 -DIST gummi-0.8.0.tar.gz 580933 BLAKE2B f0591d1acf244edb4cd2a6db109532b84dd0ec741e4575c1bdc690e0763a73ebe8e8882c328627908d9cc0c23ba50e94d1d0e5cea95e60a22d0a369cd4a1f8c1 SHA512 a4ae897a9f3f6f1dabb70a09801e83e0675934298caa022ddeb2c84f90d418cbc5b1a0e02b4b021f40daa784f145b5136b53ce70acf3e4834eea04afcb663b2b
26 DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
27
28 diff --git a/app-editors/gummi/gummi-0.8.0.ebuild b/app-editors/gummi/gummi-0.8.0.ebuild
29 deleted file mode 100644
30 index 1b970f9dfd1..00000000000
31 --- a/app-editors/gummi/gummi-0.8.0.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit xdg-utils
40 -
41 -DESCRIPTION="Simple LaTeX editor for GTK+ users"
42 -HOMEPAGE="https://github.com/alexandervdm/gummi"
43 -SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - app-text/gtkspell:3
52 - app-text/poppler[cairo]
53 - dev-libs/glib:2
54 - dev-texlive/texlive-latex
55 - dev-texlive/texlive-latexextra
56 - x11-libs/gtk+:3
57 - x11-libs/gtksourceview:3.0
58 - x11-libs/pango
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 -"
63 -BDEPEND="
64 - dev-util/intltool
65 - sys-devel/gettext
66 - virtual/pkgconfig
67 -"
68 -
69 -pkg_postinst() {
70 - xdg_desktop_database_update
71 -
72 - elog "Gummi supports spell-checking through gtkspell. Support for"
73 - elog "additional languages can be added by installing myspell-**-"
74 - elog "packages for your language of choice."
75 -}
76 -
77 -pkg_postrm() {
78 - xdg_desktop_database_update
79 -}