diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:17:47 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:22:56 -0700 |
commit | d60d5b79cc4c07580df580fec5385524a8e7ab0f (patch) | |
tree | 41dbe8d32acd326a2909cc94df33e0b81b581be1 /gnome-extra/gnome-calendar | |
parent | gnome-extra/gnome-calculator: Drop old versions (diff) | |
download | gentoo-d60d5b79cc4c07580df580fec5385524a8e7ab0f.tar.gz gentoo-d60d5b79cc4c07580df580fec5385524a8e7ab0f.tar.bz2 gentoo-d60d5b79cc4c07580df580fec5385524a8e7ab0f.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-40.2.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 275c75ab5c7b..64955d1d7f06 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1,2 +1 @@ -DIST gnome-calendar-40.2.tar.xz 553344 BLAKE2B a144d94d16502ce6d864b66405f07f8115ef9705859d4e54025dfabcb8e99add6d1b25ba84152850378a79db858c4c7eb35b30c8e9ce80cac9384fb4876b0676 SHA512 1697eedfebd72fbd946024998246f7636c724550583ddc04d1c333b0824d38b2a806db0838a9ea5f39b64802c83fcb97cac792aeb4dc344e955e9c811dabd9b7 DIST gnome-calendar-41.2.tar.xz 583584 BLAKE2B ef21836ef87ba19de0c25f5cb73631b73a60352ca97db88dabbc1632097d3ef7e12c257fe946f7d92466f232248e1b27891394b44d73d61a3336521b2bb5d883 SHA512 1540a1e24d54bb157fadabe4201a97f2cae2c9487e267fff98273aa0dfc3715c4f734ba1e459c3c296c470337547a2b303309911ee7762e17738b292c18cc1bb diff --git a/gnome-extra/gnome-calendar/gnome-calendar-40.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-40.2.ebuild deleted file mode 100644 index 58d18e57b30e..000000000000 --- a/gnome-extra/gnome-calendar/gnome-calendar-40.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 x86" - -# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 -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 - >=dev-libs/libdazzle-3.33.1 - >=gui-libs/libhandy-1.0.0:1= - >=dev-libs/glib-2.67.5:2 - >=x11-libs/gtk+-3.22.0:3 - >=net-libs/gnome-online-accounts-3.2.0:= - >=dev-libs/libgweather-40.0:= - >=app-misc/geoclue-2.4:2.0 - >=sci-geosciences/geocode-glib-3.23 -" -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 -" - -PATCHES=( - "${FILESDIR}"/${PN}-40.2-meson-0.61.patch -) - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |