summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Tietz <christian.tietz@mailbox.org>2021-07-20 21:11:02 +0200
committerIonen Wolkens <ionen@gentoo.org>2021-07-21 18:02:57 -0400
commit47d59a666a7a4c3d4b77ede3a87d9527b4f5cb18 (patch)
treeb97b6705325d74572bb7a11e8112e069de5204ff /app-editors
parentdev-libs/imath: some tweaks to the new ebuild (diff)
downloadgentoo-47d59a666a7a4c3d4b77ede3a87d9527b4f5cb18.tar.gz
gentoo-47d59a666a7a4c3d4b77ede3a87d9527b4f5cb18.tar.bz2
gentoo-47d59a666a7a4c3d4b77ede3a87d9527b4f5cb18.zip
app-editors/gummi: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/21731 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gummi/Manifest1
-rw-r--r--app-editors/gummi/gummi-0.8.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index e20ee04bf935..d7f56fa46a92 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,2 +1 @@
-DIST gummi-0.8.1.tar.gz 580887 BLAKE2B ce06df4e85e2dfd510e39aeab785d1289335802fd24fa0b25eb9a0b920849d7ab2b89d62509e91ddb41c8f4c601544f3da8819f69ff3e38fc59dbde0aa3e789d SHA512 dccef28f6ceb2743a5a44c5224cce7326e9bb9e6f1baccb51c23d801ce595914d1b960fe11d230dcad5f041d80fe57b46c0e5aa9c6abd881dd2e32db373d329a
DIST gummi-0.8.2.tar.gz 595733 BLAKE2B 9c7366df2b8fe40f7876f065a1156eb4992048b3eaec5dde332c50ccb98ef2a5d8d2cbe73ebb56eb3736bbce49f3168f165db82f562ee7265ce0859952801a2c SHA512 3882f1e2779b94348cc0cc243c3968a78165c16de41029f9fcb8ba2fa942d329c43f5ecc8ba8327590e14343556ca472a51d1e824ce0985a415ab92aa2cbbc42
diff --git a/app-editors/gummi/gummi-0.8.1.ebuild b/app-editors/gummi/gummi-0.8.1.ebuild
deleted file mode 100644
index 9c76d97c37cf..000000000000
--- a/app-editors/gummi/gummi-0.8.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="https://github.com/alexandervdm/gummi"
-SRC_URI="https://github.com/alexandervdm/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- app-text/gtkspell:3
- app-text/poppler[cairo]
- dev-libs/glib:2
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- x11-libs/pango
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-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
-}