diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-22 11:34:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-22 11:53:52 +0100 |
commit | 0cd977c79d67f4a6275b79f57a43748776df98a2 (patch) | |
tree | 182c01da56cd44dc3f571b5c10675761226b0fc1 /app-editors | |
parent | app-editors/juffed: Fix build with QScintilla-2.10.3 (diff) | |
download | gentoo-0cd977c79d67f4a6275b79f57a43748776df98a2.tar.gz gentoo-0cd977c79d67f4a6275b79f57a43748776df98a2.tar.bz2 gentoo-0cd977c79d67f4a6275b79f57a43748776df98a2.zip |
app-editors/juffed: EAPI-7 bump, drop vcs-snapshot, use xdg.eclass
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild index 1c1f52f7c75b..ef84d7ef4612 100644 --- a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild +++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=5ba17f90ec173e773470bc80ea26bca9a3f093fd -inherit cmake-utils vcs-snapshot xdg-utils +inherit cmake-utils xdg DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting" HOMEPAGE="http://juffed.com/en/" @@ -29,6 +29,8 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog README ) +S="${WORKDIR}/Mezomish-${PN}-5ba17f9" + PATCHES=( "${FILESDIR}/${P}-qscintilla-2.10.patch" "${FILESDIR}/${P}-qt-5.11.patch" @@ -54,13 +56,3 @@ src_configure() { ) cmake-utils_src_configure } - -pkg_postinst() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} |