diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-25 23:13:20 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-26 00:14:44 -0700 |
commit | 098af53a03f401704ac91e9cef2d21ea88095caa (patch) | |
tree | 2980e63ef2b0321581ff58198c0d914a86f6f51b /gnome-extra | |
parent | gnome-extra/gnome-boxes: Drop old versions (diff) | |
download | gentoo-098af53a03f401704ac91e9cef2d21ea88095caa.tar.gz gentoo-098af53a03f401704ac91e9cef2d21ea88095caa.tar.bz2 gentoo-098af53a03f401704ac91e9cef2d21ea88095caa.zip |
gnome-extra/gnome-calendar: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-calendar/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index fd35f1d6f676..0ebca092126f 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1,2 +1 @@ -DIST gnome-calendar-40.1.tar.xz 553592 BLAKE2B 83517f9fc23d3b61f4b9ee824e7a95d0b002b61a6e8afc68805dd28b947347b9d68751e4ad9ce5a92287e3973f19a99e5daa3ad6829eae961988b56d9349f6b7 SHA512 f04db5da5ceb5518766d57ddf14eb0c3de19c499ba00a0f426f4059cf53b064529c2e317198d92f45f400d6f4ae2d34d0fde4dc60293a480584a199d2d3a3a5a DIST gnome-calendar-40.2.tar.xz 553344 BLAKE2B a144d94d16502ce6d864b66405f07f8115ef9705859d4e54025dfabcb8e99add6d1b25ba84152850378a79db858c4c7eb35b30c8e9ce80cac9384fb4876b0676 SHA512 1697eedfebd72fbd946024998246f7636c724550583ddc04d1c333b0824d38b2a806db0838a9ea5f39b64802c83fcb97cac792aeb4dc344e955e9c811dabd9b7 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild deleted file mode 100644 index 3b44fd1d02ec..000000000000 --- a/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 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-3.27.2:= - >=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 -" - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |