diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-02 22:56:46 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-03 09:07:50 -0500 |
commit | a17e7af5d6d5dc4be77880c929d86d02f7cd3136 (patch) | |
tree | 374ca0a7777e3a2bae1812b89ffe10e11e96ff59 /gnome-extra/gnome-calendar | |
parent | gnome-extra/gnome-calculator: Drop old versions (diff) | |
download | gentoo-a17e7af5d6d5dc4be77880c929d86d02f7cd3136.tar.gz gentoo-a17e7af5d6d5dc4be77880c929d86d02f7cd3136.tar.bz2 gentoo-a17e7af5d6d5dc4be77880c929d86d02f7cd3136.zip |
gnome-extra/gnome-calendar: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-calendar')
-rw-r--r-- | gnome-extra/gnome-calendar/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-calendar/gnome-calendar-42.2-r2.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 69ba6d94b66c..6c7356e85385 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1,2 +1 @@ -DIST gnome-calendar-42.2.tar.xz 578276 BLAKE2B 44684f7c1b6db6865bf0b9bc7096a990212b086d7c2e748cb41e4ac6ced4a1bec0e14f5ed3d6253f49006f4e736666578ded9cd6cd84533fcc03316c5a437b4d SHA512 6ab72017dc0230dc396c7c19cdeab633744b6a44ac4a5c2183389cadca1507bf696c5cdf39def1c0158fb0be5f1988f2a30a6fc2ea0090d6fc341adc45daddbe DIST gnome-calendar-43.1.tar.xz 423132 BLAKE2B abc68034794343a644bc61165195aa0bf5ce85d741cb5f5fdf32128e857938eba085a7a4dd7321b1c02eab6c02dadbfe00a063738ba976121e36168151b01c2d SHA512 a527cb672794a8ce452f6bd0cc389547c8293cb18ce94fc80c47d171926fbc5901f02761f723a853bf83af359fbe276e4c634ef47f94e7d72d73e25b2d725483 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-42.2-r2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-42.2-r2.ebuild deleted file mode 100644 index 958720c039d7..000000000000 --- a/gnome-extra/gnome-calendar/gnome-calendar-42.2-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome.org gnome2-utils meson virtualx xdg - -DESCRIPTION="Manage your online calendars with simple and modern interface" -HOMEPAGE="https://wiki.gnome.org/Apps/Calendar" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" - -# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 -# <libgweather-4.2.0 because of libsoup:3 transition -DEPEND=" - >=dev-libs/libical-1.0.1:0= - >=gnome-base/gsettings-desktop-schemas-3.21.2 - >=gnome-extra/evolution-data-server-3.33.2:=[gtk] - net-libs/libsoup:2.4 - >=gui-libs/libadwaita-1.0.0:1= - >=dev-libs/glib-2.67.5:2 - >=gui-libs/gtk-4.6.0:4 - >=dev-libs/libgweather-4.0.0:4= - <dev-libs/libgweather-4.2.0:4= - >=app-misc/geoclue-2.4:2.0 - >=sci-geosciences/geocode-glib-3.23:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/gdbus-codegen - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |