diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:38 +0100 |
commit | 6ac8c3b6358be7f98b8d8c6129ca0100ed2ff947 (patch) | |
tree | 9d49374bc65d2fdb703f176444e6c0c66ecabdb4 /x11-libs | |
parent | x11-libs/libtinynotify-cli: update EAPI 6 -> 8 (diff) | |
download | gentoo-6ac8c3b6358be7f98b8d8c6129ca0100ed2ff947.tar.gz gentoo-6ac8c3b6358be7f98b8d8c6129ca0100ed2ff947.tar.bz2 gentoo-6ac8c3b6358be7f98b8d8c6129ca0100ed2ff947.zip |
x11-libs/libtinynotify-systemwide: drop 9999
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild deleted file mode 100644 index d4effe7755cf..000000000000 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" -inherit autotools git-r3 - -DESCRIPTION="A system-wide notifications module for libtinynotify" -HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="doc static-libs" - -RDEPEND="sys-process/procps:0= - x11-libs/libtinynotify:0=" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-1.18 - virtual/pkgconfig - doc? ( dev-util/gtk-doc )" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable doc gtk-doc) - $(use_enable static-libs static) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |