summaryrefslogtreecommitdiff
path: root/app-dicts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /app-dicts
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/Manifest.gzbin52097 -> 52099 bytes
-rw-r--r--app-dicts/gnome-dictionary/Manifest2
-rw-r--r--app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild41
3 files changed, 0 insertions, 43 deletions
diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz
index d8750398f39d..e998bc7cb4cf 100644
--- a/app-dicts/Manifest.gz
+++ b/app-dicts/Manifest.gz
Binary files differ
diff --git a/app-dicts/gnome-dictionary/Manifest b/app-dicts/gnome-dictionary/Manifest
index 374acc83e1fd..272fe74eea21 100644
--- a/app-dicts/gnome-dictionary/Manifest
+++ b/app-dicts/gnome-dictionary/Manifest
@@ -1,5 +1,3 @@
-DIST gnome-dictionary-3.24.1.tar.xz 880500 BLAKE2B f730276612d2578e7b25121b49be9639cf7a9fc67bda9687285f6d3873d3b825301246447d968b24ed29240a1b0e7fc48d63c8454e704b799eebdf340f5f6da2 SHA512 b3ee838888a97e914add58dd4b61fa096b9488aab360815f2e7b674e7a57b237849a1ccaf107c1e94968e534b24ee24d827c42a3a1b0dfd8c5ef25eeb90456d3
DIST gnome-dictionary-3.26.1.tar.xz 662048 BLAKE2B 3b77d3632629f8502476f029ab9ba3c66225cd619992e185b1403adfeba718b7e0fa0f32762eb086c1e9ef80a08cf79cd872e2ca3026b8cb3975954077c5f7c1 SHA512 da7169795740295c13f02143f5263603f0f6c621e96cecf88a4ee089114399d59f083987bc4571821467da64dc43f00bebbe4ea66b46a035088f85d35d6aee27
-EBUILD gnome-dictionary-3.24.1.ebuild 1050 BLAKE2B fa0f6f433e2785c838646926ec43398039e61b501eb70323b745ff471f59c2e29b2240ea9dd608f79eda1530e1676b2b454dee92f41e88e6b9b841792fd64144 SHA512 609a5a40b89a226fe75d14c7e9ed939c45a1b499aedaa977e69cdd7d41da318be31d2fc6de01a1d3cd8b89d315d318c94c852e7027f8a2833000787a7b8e51ec
EBUILD gnome-dictionary-3.26.1.ebuild 1014 BLAKE2B 8cff1255c5b103702f454c80e6666c09bec9e3405c92227e362bc9be048f181041e7ff7d7efd8c59deedc76120337a58cf8b360146834f921045f067b34f7020 SHA512 ba8a547eb97c77848ab5ce00155365156b22bc971b5097d0918c98650d699daf48407afe90bfda157af3afb5b581f1074349c4c1fe455dce5b0907f656225bec
MISC metadata.xml 316 BLAKE2B 61e50cf64e718dff6380a8840d59f5679e8f084efadcda41cfb45af74177d1121af1db7485fe57690090b0d1deaceaf9d53733fe39447827643c1785b4c68f3d SHA512 c46d3611dc1954a3229a98892c23aa1ebbc74c572dc5562660fce3390cfb74252515ee3a3048418c855c8165a5cea8e5df1fc10c94f81915eac400d7c58850aa
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild
deleted file mode 100644
index 06730a6ae42f..000000000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/10" # subslot = suffix of libgdict-1.0.so
-IUSE="debug +introspection ipv6"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.42:2[dbus]
- x11-libs/cairo:=
- >=x11-libs/gtk+-3.21.1:3
- x11-libs/pango
- introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gsettings-desktop-schemas
- !<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
- >=dev-util/gtk-doc-am-1.15
- dev-util/glib-utils
- >=dev-util/intltool-0.40
- dev-util/itstool
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- $(use_enable ipv6)
-}