Skip to content

Commit

Permalink
app-arch/gtk-splitter: Port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Nov 14, 2020
1 parent fe4887e commit f458767
Showing 1 changed file with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

inherit eutils
EAPI=7

DESCRIPTION="Split files into smaller pieces and combine them back together"
HOMEPAGE="http://gtk-splitter.sourceforge.net"
Expand All @@ -14,18 +12,16 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="crypt"

RDEPEND="x11-libs/gtk+:2
RDEPEND="
x11-libs/gtk+:2
virtual/libintl:0
crypt? ( >=app-crypt/mhash-0.8:0 )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

DEPEND="${RDEPEND}
virtual/pkgconfig:*"

src_prepare() {
epatch "${FILESDIR}/"${P}-r1-desktop-QA-fixes.patch
}
PATCHES=( "${FILESDIR}"/${P}-r1-desktop-QA-fixes.patch )

src_compile() {
src_configure() {
default

if ! use crypt ; then
Expand All @@ -35,5 +31,5 @@ src_compile() {
}

src_install() {
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install
}

0 comments on commit f458767

Please sign in to comment.