commit: 12e5fe3332e9287cf866ac21aa78c2812aa3a55a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 1 09:26:42 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 09:40:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e5fe33
x11-libs/libtinynotify: Remove the live ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-libs/libtinynotify/libtinynotify-9999.ebuild | 39 ------------------------ 1 file changed, 39 deletions(-) diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild deleted file mode 100644 index 17f57c6cdd00..000000000000 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" -inherit autotools git-r3 - -DESCRIPTION="A lightweight implementation of Desktop Notification Spec" -HOMEPAGE="https://github.com/mgorny/libtinynotify/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="debug static-libs" - -RDEPEND="sys-apps/dbus:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable debug) - $(use_enable static-libs static) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete -}
