Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Mon, 08 Jan 2018 00:18:53
Message-Id: 1515370718.9691acc7f879013d75fdbba3ce6316fa14e6a5f3.asturm@gentoo
1 commit: 9691acc7f879013d75fdbba3ce6316fa14e6a5f3
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Sun Jan 7 23:30:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 00:18:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9691acc7
7
8 app-editors/gummi: Cleanup old.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6788
12
13 app-editors/gummi/gummi-0.6.6.ebuild | 43 ------------------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
17 deleted file mode 100644
18 index c44f10339e2..00000000000
19 --- a/app-editors/gummi/gummi-0.6.6.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit autotools eutils
28 -
29 -DESCRIPTION="Simple LaTeX editor for GTK+ users"
30 -HOMEPAGE="https://github.com/alexandervdm/gummi"
31 -SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
39 -
40 -RDEPEND="
41 - dev-libs/glib:2
42 - dev-texlive/texlive-latex
43 - dev-texlive/texlive-latexextra
44 - x11-libs/gtk+:2"
45 -
46 -DEPEND="${RDEPEND}
47 - app-text/gtkspell:2
48 - app-text/poppler[cairo]
49 - x11-libs/gtksourceview:2.0
50 - x11-libs/pango"
51 -
52 -DOCS=( AUTHORS ChangeLog README.md )
53 -
54 -src_prepare() {
55 - strip-linguas ${LANGS}
56 - eautoreconf
57 - default
58 -}
59 -
60 -pkg_postinst() {
61 - elog "Gummi supports spell-checking through gtkspell. Support for"
62 - elog "additional languages can be added by installing myspell-**-"
63 - elog "packages for your language of choice."
64 -}