From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64AFD138332 for ; Sun, 25 Mar 2018 17:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577D1E0916; Sun, 25 Mar 2018 17:27:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E7A0E0916 for ; Sun, 25 Mar 2018 17:27:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C005F335CBC for ; Sun, 25 Mar 2018 17:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC72B263 for ; Sun, 25 Mar 2018 17:27:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521998832.3e7d38cb71348ea2db928355e0f499a3c92ffed8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-dict/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-dict/Manifest xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild X-VCS-Directories: xfce-extra/xfce4-dict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e7d38cb71348ea2db928355e0f499a3c92ffed8 X-VCS-Branch: master Date: Sun, 25 Mar 2018 17:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27d991dc-6ae9-4c5c-8afb-f61dd9328658 X-Archives-Hash: 2ec495d39aca488740ee23e254440474 commit: 3e7d38cb71348ea2db928355e0f499a3c92ffed8 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 25 16:10:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 25 17:27:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7d38cb xfce-extra/xfce4-dict: Drop old xfce-extra/xfce4-dict/Manifest | 1 - xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild | 32 --------------------------- 2 files changed, 33 deletions(-) diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest index c493e15cb63..7abdc7efca1 100644 --- a/xfce-extra/xfce4-dict/Manifest +++ b/xfce-extra/xfce4-dict/Manifest @@ -1,2 +1 @@ -DIST xfce4-dict-0.7.2.tar.bz2 489918 BLAKE2B 2156e07375fc7c97ee99163a5aa74180235c1d94f11f2d100b28747cb399a71b67d11d4ceebbf2d61545c457f60e61f2984affe9777b97eacebbc663415e16fd SHA512 fc2f254fdf56cc1d736dda6ee1d8df590f7513841923533a2d220afc5a514395839e330f277e315135343df53eabd57693777062c80f08fd5827a00cd90fe090 DIST xfce4-dict-0.8.0.tar.bz2 483618 BLAKE2B 8365fe96710b6350be350fff0479d71fa2d2c85403e4bbb3e759cdfca9e4ed22ccd5ffcffa71f6ae6ca43e79cbd9c6d25bd675603ffd523fc7782d5040208673 SHA512 96e59b21b91352970e33aea84fe67fa9bce5f1fab47d794a129ec68285bd03c5e26a02b03519b1834d08a15c2cb54fe3d91c64799a8df283b89f304800024cb4 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild deleted file mode 100644 index 9d19a6aabde..00000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -EAUTORECONF=yes -inherit multilib xfconf - -DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-dict" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.24:= - >=x11-libs/gtk+-2.20:2= - >=xfce-base/libxfce4util-4.10:= - >=xfce-base/libxfce4ui-4.10:= - >=xfce-base/xfce4-panel-4.10:=" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog README ) -}