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: Sat, 16 Nov 2019 09:46:05
Message-Id: 1573897550.d28cb94d711095d3b93301cf538983421670902f.juippis@gentoo
1 commit: d28cb94d711095d3b93301cf538983421670902f
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Fri Nov 15 19:39:35 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 09:45:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28cb94d
7
8 app-editors/gummi: Remove old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
12 Closes: https://github.com/gentoo/gentoo/pull/13668
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-editors/gummi/Manifest | 1 -
16 app-editors/gummi/gummi-0.7.999.ebuild | 46 ----------------------------------
17 2 files changed, 47 deletions(-)
18
19 diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
20 index fe69b8521a1..e4c9787e6f0 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.7.999.tar.gz 578026 BLAKE2B b3305560d621eab029f0931dfc9978d0883acb886d89d2f9e452a60e465a10736191987523c47fe9f5373d7dd7d112383ebf7eaf030e6f0751197e535e461708 SHA512 1da2171cbb26b8be71c34dd7b1bc025813d35604e465caf67e480c3356a706991e6dcaca3bc99bb862895e4597186850c7d4f203a81a9532a4cd742cd2744dc1
26 DIST gummi-0.8.0-rc2.tar.gz 581744 BLAKE2B c0665c8c2f8d6c0b4472ce4b9510362b942b7197ce205be763afe6272c848d4195a31b1cab0515d2d68ed517b153d943d52909744d9c91097d6fbc2a9a2b8793 SHA512 cc50a1d331dd93cca50aa50d2ceeeaa37740631b3cacbfc22d6b0a706bf8d9b00fb0935d1c712534108a3d7b32420e6bebf3f5592cd36a92b290f49b355d22fb
27
28 diff --git a/app-editors/gummi/gummi-0.7.999.ebuild b/app-editors/gummi/gummi-0.7.999.ebuild
29 deleted file mode 100644
30 index 1b970f9dfd1..00000000000
31 --- a/app-editors/gummi/gummi-0.7.999.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 -}