Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-dict/
Date: Sun, 25 Mar 2018 17:27:33
Message-Id: 1521998832.3e7d38cb71348ea2db928355e0f499a3c92ffed8.mgorny@gentoo
1 commit: 3e7d38cb71348ea2db928355e0f499a3c92ffed8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:10:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7d38cb
7
8 xfce-extra/xfce4-dict: Drop old
9
10 xfce-extra/xfce4-dict/Manifest | 1 -
11 xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild | 32 ---------------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest
15 index c493e15cb63..7abdc7efca1 100644
16 --- a/xfce-extra/xfce4-dict/Manifest
17 +++ b/xfce-extra/xfce4-dict/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-dict-0.7.2.tar.bz2 489918 BLAKE2B 2156e07375fc7c97ee99163a5aa74180235c1d94f11f2d100b28747cb399a71b67d11d4ceebbf2d61545c457f60e61f2984affe9777b97eacebbc663415e16fd SHA512 fc2f254fdf56cc1d736dda6ee1d8df590f7513841923533a2d220afc5a514395839e330f277e315135343df53eabd57693777062c80f08fd5827a00cd90fe090
20 DIST xfce4-dict-0.8.0.tar.bz2 483618 BLAKE2B 8365fe96710b6350be350fff0479d71fa2d2c85403e4bbb3e759cdfca9e4ed22ccd5ffcffa71f6ae6ca43e79cbd9c6d25bd675603ffd523fc7782d5040208673 SHA512 96e59b21b91352970e33aea84fe67fa9bce5f1fab47d794a129ec68285bd03c5e26a02b03519b1834d08a15c2cb54fe3d91c64799a8df283b89f304800024cb4
21
22 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild
23 deleted file mode 100644
24 index 9d19a6aabde..00000000000
25 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -EAUTORECONF=yes
33 -inherit multilib xfconf
34 -
35 -DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop"
36 -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-dict"
37 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
42 -IUSE=""
43 -
44 -RDEPEND=">=dev-libs/glib-2.24:=
45 - >=x11-libs/gtk+-2.20:2=
46 - >=xfce-base/libxfce4util-4.10:=
47 - >=xfce-base/libxfce4ui-4.10:=
48 - >=xfce-base/xfce4-panel-4.10:="
49 -DEPEND="${RDEPEND}
50 - dev-util/intltool
51 - virtual/pkgconfig"
52 -
53 -pkg_setup() {
54 - XFCONF=(
55 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
56 - )
57 -
58 - DOCS=( AUTHORS ChangeLog README )
59 -}