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: Tue, 02 Aug 2016 16:11:01
Message-Id: 1470154187.31fac54b7397232a282f01d17170d374ea98145c.mgorny@gentoo
1 commit: 31fac54b7397232a282f01d17170d374ea98145c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:19:53 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fac54b
7
8 xfce-extra/xfce4-dict: Prune old
9
10 xfce-extra/xfce4-dict/Manifest | 1 -
11 xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild | 33 ---------------------------
12 2 files changed, 34 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest
15 index 343bc80..8bd576c 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.1.tar.bz2 493952 SHA256 d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc SHA512 820d77e84583ace3b809b45ecbbf16da7fbdd5d4d69762e18e940f20ea9f54a5f88332e24fe85865fe50a5ab0c31f7b9b20ce28c1179b5538d4612c2d9fe1d50 WHIRLPOOL b17ca270ac568667467bfd79ec40e40257efdeaabee06fcc3a3044832e1f3e6c03876f11583382a95939bcd7a16c0e91b40e8a35557b1b37b45c47946db52158
20 DIST xfce4-dict-0.7.2.tar.bz2 489918 SHA256 e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7 SHA512 fc2f254fdf56cc1d736dda6ee1d8df590f7513841923533a2d220afc5a514395839e330f277e315135343df53eabd57693777062c80f08fd5827a00cd90fe090 WHIRLPOOL 6a8f0b0e53be2f930d96e945f42c05663fddeba5bacc6b0cde17cc8f122880ba390d600792b8eb3a16634349ce6ef7f143e8cbc76eedf9a7e274b4b9f967aa6b
21
22 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild
23 deleted file mode 100644
24 index 9c521ae..0000000
25 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild
26 +++ /dev/null
27 @@ -1,33 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -EAUTORECONF=yes
34 -inherit multilib xfconf
35 -
36 -DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop"
37 -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict"
38 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
43 -IUSE=""
44 -
45 -RDEPEND=">=dev-libs/glib-2.24:=
46 - >=x11-libs/gtk+-2.20:2=
47 - >=xfce-base/libxfce4util-4.10:=
48 - >=xfce-base/libxfce4ui-4.10:=
49 - >=xfce-base/xfce4-panel-4.10:="
50 -DEPEND="${RDEPEND}
51 - dev-util/intltool
52 - virtual/pkgconfig"
53 -
54 -pkg_setup() {
55 - XFCONF=(
56 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
57 - )
58 -
59 - DOCS=( AUTHORS ChangeLog README )
60 -}