commit: 1ba0d8ba277e04ad91564dd85c63b5613fb10d2d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 09:46:06 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 10:35:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba0d8ba
xfce-extra/xfce4-verve-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-verve-plugin/Manifest | 1 - .../xfce4-verve-plugin-2.0.1.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/xfce-extra/xfce4-verve-plugin/Manifest b/xfce-extra/xfce4-verve-plugin/Manifest index ff045b823d09..b3acb087b687 100644 --- a/xfce-extra/xfce4-verve-plugin/Manifest +++ b/xfce-extra/xfce4-verve-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-verve-plugin-2.0.1.tar.bz2 384412 BLAKE2B 3a0370b1027fef00d748de43bf420271e8d093a203a1c77dfbb8ecd093e139d35ce6f7d585558635b2f5566dc49d8c226c9d6ebe88e7a785ffeabe1a9c8f63eb SHA512 c8397bd833e2a2cf25d86bd9234bdbafed00ce0783273532a57e87a5182d26b3e84b402ed8c9fd9204d5d46fbca257fcf6601f279d9929d806a4c36338379876 DIST xfce4-verve-plugin-2.0.3.tar.bz2 383536 BLAKE2B 42202d50d3c8533658b096d5a8b6347d71bf82dd3b30d61d3adaaf313d53047d0bd78a6195f18205b095f088ba08a7411a1a9493637a0ffcc5acafdbbd9dbcc9 SHA512 acfa0c9ee19904a0cbb5118bbb3324499a6fcfbf881478bfb745e0675be89aacb4ccd23137ba78fab0fe77e2e4b67a0c815cb3f37ee8132ebc09aecf9aaf1d1e diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild deleted file mode 100644 index 595178f2a348..000000000000 --- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A comfortable command line plugin for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:= - >=xfce-base/xfce4-panel-4.12:= - dev-libs/glib:2= - >=dev-libs/libpcre-5:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local myconf=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}
