commit:     b256cae2cb9a41adcb9f070b9739833a6f7be56e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:37 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256cae2

x11-libs/libtinynotify-cli: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ....2.1.ebuild => libtinynotify-cli-1.2.1-r1.ebuild} | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
similarity index 68%
rename from x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
rename to x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
index d71dbc25ec9e..dbe4aa355e0b 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+MY_P="tinynotify-send-${PV}"
 
-MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/";
 
SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2";
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs"
+IUSE="doc"
 
-RDEPEND="x11-libs/libtinynotify:0="
-DEPEND="${RDEPEND}
+RDEPEND="x11-libs/libtinynotify:="
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        doc? ( dev-util/gtk-doc )"
 
-S=${WORKDIR}/${MY_P}
-
 src_configure() {
        local myconf=(
                $(use_enable doc gtk-doc)
-               $(use_enable static-libs static)
                --disable-regular
                --disable-system-wide
        )
@@ -33,5 +33,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to