summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:10:42 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:12 +0200
commit3e7d38cb71348ea2db928355e0f499a3c92ffed8 (patch)
treefa7d888e574990f6a35dba9a569c1440e756f247 /xfce-extra/xfce4-dict
parentxfce-extra/xfce4-datetime-plugin: Drop old (diff)
downloadgentoo-3e7d38cb71348ea2db928355e0f499a3c92ffed8.tar.gz
gentoo-3e7d38cb71348ea2db928355e0f499a3c92ffed8.tar.bz2
gentoo-3e7d38cb71348ea2db928355e0f499a3c92ffed8.zip
xfce-extra/xfce4-dict: Drop old
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r--xfce-extra/xfce4-dict/Manifest1
-rw-r--r--xfce-extra/xfce4-dict/xfce4-dict-0.7.2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest
index c493e15cb63d..7abdc7efca1d 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 9d19a6aabdeb..000000000000
--- 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 )
-}