commit: 401a795c1a281958ef5ead1d291d13ee8bc88325 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 7 15:39:03 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 15:44:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401a795c
app-office/orage: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-office/orage/Manifest | 1 - app-office/orage/orage-4.20.1.ebuild | 60 ------------------------------------ 2 files changed, 61 deletions(-) diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest index 01c297d5d775..ef0dceb00b4e 100644 --- a/app-office/orage/Manifest +++ b/app-office/orage/Manifest @@ -1,2 +1 @@ -DIST orage-4.20.1.tar.bz2 2353452 BLAKE2B 20f22801f6a8c8d7b6f462663c0bf7daf459a7b4b152967a96c15187c6e18d6c02c962cee6484ed06ee2d8cff2d24acb6a9ab2ea28a204b36ad15bffbe26389c SHA512 b0f5b5e35be430b36dba4ff9dc2330b7177a95fa39ed920a4a1ef766c1a1503d25c1ab48a9d2182a3d5d358ba4f11dc79b8f5fc0b26b5bb373b8d302b00e7bc2 DIST orage-4.20.2.tar.bz2 2353465 BLAKE2B b01d18745c48e843790d126a5b9903f9e08a6e4f52704cc067a76cb5e43b511d9c4a485f7aa7f32eb252df564c07b3fb8b9d2dc16fca6ff9c3ce94b6e77f2889 SHA512 725c92d516897af3e8100cc55437a3a1027b2f2cb1fc71de74cbbb056b32a00c0dc08bf0a0de8edddecffede4f44f78cef59ae559f67a067038a0dc140c3b18f diff --git a/app-office/orage/orage-4.20.1.ebuild b/app-office/orage/orage-4.20.1.ebuild deleted file mode 100644 index fc13997c98d0..000000000000 --- a/app-office/orage/orage-4.20.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A calendar application for Xfce" -HOMEPAGE=" - https://docs.xfce.org/apps/orage/start - https://gitlab.xfce.org/apps/orage/ -" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="X libnotify" - -DEPEND=" - >=dev-libs/glib-2.58.0 - >=dev-libs/libical-3.0.16:= - >=x11-libs/gtk+-3.24.0:3= - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.20.0:= - >=xfce-base/libxfce4util-4.20.0:= - libnotify? ( >=x11-libs/libnotify-0.7.0:= ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - sys-devel/gettext - >=dev-build/libtool-2.2.6 - virtual/pkgconfig -" - -src_configure() { - local myconf=( - $(use_enable libnotify) - $(use_enable X x11-tray-icon) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}
