diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/gnome-dictionary | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/gnome-dictionary')
-rw-r--r-- | app-dicts/gnome-dictionary/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild | 40 | ||||
-rw-r--r-- | app-dicts/gnome-dictionary/metadata.xml | 11 |
3 files changed, 0 insertions, 54 deletions
diff --git a/app-dicts/gnome-dictionary/Manifest b/app-dicts/gnome-dictionary/Manifest deleted file mode 100644 index 35962b0f8a7e..000000000000 --- a/app-dicts/gnome-dictionary/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gnome-dictionary-3.24.1.tar.xz 880500 BLAKE2B f730276612d2578e7b25121b49be9639cf7a9fc67bda9687285f6d3873d3b825301246447d968b24ed29240a1b0e7fc48d63c8454e704b799eebdf340f5f6da2 SHA512 b3ee838888a97e914add58dd4b61fa096b9488aab360815f2e7b674e7a57b237849a1ccaf107c1e94968e534b24ee24d827c42a3a1b0dfd8c5ef25eeb90456d3 -EBUILD gnome-dictionary-3.24.1.ebuild 1032 BLAKE2B 226863b951121fe5190d892b087237493ce32c83869bb7402026afba37de83c09fa3e0d6b016374194f0a412be7a7dda402af4520ac485d1c6ebcacb3a0fed35 SHA512 0650e59d1c2cdaf26f2c2617b886e80a9118fbb2337c3a1acef5445e0f64327ed87939739821fdbf21fde6c2f594a868a88e12e71a7a7e4bc49a8a7a1068f39d -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 21f7fccae549..000000000000 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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/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) -} diff --git a/app-dicts/gnome-dictionary/metadata.xml b/app-dicts/gnome-dictionary/metadata.xml deleted file mode 100644 index a7272621102e..000000000000 --- a/app-dicts/gnome-dictionary/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<slots> - <subslots>libgdict-1.0 soname version</subslots> -</slots> -</pkgmetadata> |