summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 17:31:56 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commitd7e50f749482e0df60c2017ec359e4443eeffcde (patch)
tree9a729fd3d56a14596ed49019aacbe249bb796799 /xfce-extra/xfce4-xkb-plugin
parentxfce-extra/xfce4-weather-plugin: Prune old (diff)
downloadgentoo-d7e50f749482e0df60c2017ec359e4443eeffcde.tar.gz
gentoo-d7e50f749482e0df60c2017ec359e4443eeffcde.tar.bz2
gentoo-d7e50f749482e0df60c2017ec359e4443eeffcde.zip
xfce-extra/xfce4-xkb-plugin: Prune old
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild37
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild40
3 files changed, 0 insertions, 79 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index 33a6f8feb1e2..7508f32b0a8e 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-xkb-plugin-0.5.6.tar.bz2 815228 SHA256 09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5 SHA512 6469f42b06b5d0dd9049c5d7baeca10a1be8fab520e98bf92533c751b36581fb008663593a45bbaead080cfd97086e856732b1dc336b6f713a95c9a212500bf6 WHIRLPOOL f5132d96c9be45764acd47ee5e6559a2f5de2e2ab0983c09e46d5a7eeab677655a8425bbb5a390173c8e1ef158d47321f6f6f037685932899ffdda901d9b4640
-DIST xfce4-xkb-plugin-0.7.0.tar.bz2 807921 SHA256 28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a SHA512 77af03d7bbf163548dd2ae4e10ebe79677bd514fee6534d2b9e0116c0350344dc2a5e14e77c048cf286bcb4f863f1ea84e9099524aff5a48d98143897c3f4357 WHIRLPOOL b459ae4d2cd06ddb3d7b9e25fcdf08c72bfd7c917bac912e15dfae877d55964c93a0a154b3424c5b39ac6140a41d8c35a2e97c314d38bb52750add8805fe593e
DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094 WHIRLPOOL 1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
deleted file mode 100644
index 27a441a7c8da..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=gnome-base/librsvg-2.36.2
- x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- x11-libs/libX11
- >=x11-libs/libxklavier-5
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
deleted file mode 100644
index 3ff4f023e5e9..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
-
-COMMON_DEPEND=">=gnome-base/librsvg-2.36.2
- x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- x11-libs/libX11
- >=x11-libs/libxklavier-5
- >=xfce-base/garcon-0.1.5
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/xfce4-panel-4.11"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/xfce4-settings-4.11"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}