From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB2FA139083 for ; Wed, 6 Dec 2017 12:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2300AE0F75; Wed, 6 Dec 2017 12:16:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E55CCE0F75 for ; Wed, 6 Dec 2017 12:16:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD7F633D4A6 for ; Wed, 6 Dec 2017 12:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CAAAE43 for ; Wed, 6 Dec 2017 12:16:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1512562605.99a08ddff6ffb718225826558422c6742c9d84da.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gummi/Manifest app-editors/gummi/gummi-0.6.6-r1.ebuild X-VCS-Directories: app-editors/gummi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 99a08ddff6ffb718225826558422c6742c9d84da X-VCS-Branch: master Date: Wed, 6 Dec 2017 12:16:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f2bd93a-858a-4448-b907-49cac1d52dc0 X-Archives-Hash: d0d245bacf66e5e153df422e2b09fb9d commit: 99a08ddff6ffb718225826558422c6742c9d84da Author: Christian Tietz mailbox org> AuthorDate: Mon Dec 4 01:36:28 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Dec 6 12:16:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a08ddf app-editors/gummi: Minor changes. * call xdg_desktop_database_update * remove redundant DOCS variable * no longer explicitly delete .po files Closes: https://github.com/gentoo/gentoo/pull/6432 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-editors/gummi/Manifest | 2 +- app-editors/gummi/gummi-0.6.6-r1.ebuild | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest index 6496d344f7a..251c8bfc522 100644 --- a/app-editors/gummi/Manifest +++ b/app-editors/gummi/Manifest @@ -1 +1 @@ -DIST gummi-0.6.6.tar.gz 792642 SHA256 4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d WHIRLPOOL 6125d930497d6f5a4f6d8604b39314b04e6e147f93a998f3fe722295f7d04f795a2e7e1f8eea21953eae7e69074dc9a9cdc6cefb29f59261c47ec000c55bc363 +DIST gummi-0.6.6.tar.gz 792642 BLAKE2B 4f6096999b06361811a9149fa08eff5d2315f01e55539c5849c4bc86aab5a482ad9a0adfe84de5d093e66a328b294b4d88e1e2e2f0355bab320f0c094581da97 SHA512 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r1.ebuild new file mode 100644 index 00000000000..13229fd758f --- /dev/null +++ b/app-editors/gummi/gummi-0.6.6-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools xdg-utils + +DESCRIPTION="Simple LaTeX editor for GTK+ users" +HOMEPAGE="https://github.com/alexandervdm/gummi" +SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + x11-libs/gtk+:2" + +DEPEND="${RDEPEND} + app-text/gtkspell:2 + app-text/poppler[cairo] + x11-libs/gtksourceview:2.0 + x11-libs/pango" + +src_prepare() { + default + eautoreconf +} + +pkg_postinst() { + xdg_desktop_database_update + + elog "Gummi supports spell-checking through gtkspell. Support for" + elog "additional languages can be added by installing myspell-**-" + elog "packages for your language of choice." +} + +pkg_postrm() { + xdg_desktop_database_update +}