summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:53:20 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:05 +0000
commitdd1c2f0493f3a13c38c1943769cab38d24c7bd81 (patch)
tree6b4db293aff001a93fd48b8886fc9e364d8c6e0b /x11-misc
parentx11-misc/piedock: drop 1.6.6-r1 (diff)
downloadgentoo-dd1c2f0493f3a13c38c1943769cab38d24c7bd81.tar.gz
gentoo-dd1c2f0493f3a13c38c1943769cab38d24c7bd81.tar.bz2
gentoo-dd1c2f0493f3a13c38c1943769cab38d24c7bd81.zip
x11-misc/piedock: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/piedock/piedock-1.6.9.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-misc/piedock/piedock-1.6.9.ebuild b/x11-misc/piedock/piedock-1.6.9.ebuild
index 8a2ea62a1509..2f6dc152253d 100644
--- a/x11-misc/piedock/piedock-1.6.9.ebuild
+++ b/x11-misc/piedock/piedock-1.6.9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -10,15 +10,15 @@ HOMEPAGE="
http://markusfisch.de/PieDock
https://github.com/markusfisch/PieDock
"
-SRC_URI="
- https://github.com/markusfisch/PieDock/archive/${PV}.tar.gz -> ${P}.tar.gz
-"
+SRC_URI="https://github.com/markusfisch/PieDock/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/PieDock-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
media-libs/libpng:0=
x11-libs/libX11
@@ -32,8 +32,7 @@ RDEPEND="
x11-libs/gtk+:2
)
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
DOCS=( res/${PN}rc.sample AUTHORS ChangeLog NEWS )
@@ -42,8 +41,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.6.9-freetype_pkgconfig.patch
)
-S="${WORKDIR}/PieDock-${PV}"
-
src_prepare() {
default
eautoreconf