summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-recipes/gnome-recipes-2.0.2.ebuild')
-rw-r--r--gnome-extra/gnome-recipes/gnome-recipes-2.0.2.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/gnome-extra/gnome-recipes/gnome-recipes-2.0.2.ebuild b/gnome-extra/gnome-recipes/gnome-recipes-2.0.2.ebuild
deleted file mode 100644
index a76a1ae7..00000000
--- a/gnome-extra/gnome-recipes/gnome-recipes-2.0.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils gnome.org meson xdg
-
-DESCRIPTION="Cooking recipe application"
-HOMEPAGE="https://wiki.gnome.org/Apps/Recipes"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="archive spell"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/libcanberra
- net-libs/libsoup:2.4
- >=x11-libs/gtk+-3.22:3
- >=dev-libs/json-glib-1
- >=net-libs/rest-0.7
- net-libs/gnome-online-accounts
- archive? ( app-arch/gnome-autoar )
- spell? ( >=app-text/gspell-1 )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- -Denable-autoar=$(usex archive yes no)
- -Denable-gspell=$(usex spell yes no)
- -Denable-canberra=yes
- )
-
- meson_src_configure
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- gnome2_icon_cache_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- gnome2_icon_cache_update
- xdg_pkg_postrm
-}