public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
Date: Tue,  2 Aug 2016 16:10:51 +0000 (UTC)	[thread overview]
Message-ID: <1470154187.d7e50f749482e0df60c2017ec359e4443eeffcde.mgorny@gentoo> (raw)

commit:     d7e50f749482e0df60c2017ec359e4443eeffcde
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 15:31:56 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 16:09:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e50f74

xfce-extra/xfce4-xkb-plugin: Prune old

 xfce-extra/xfce4-xkb-plugin/Manifest               |  2 --
 .../xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild | 37 --------------------
 .../xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild | 40 ----------------------
 3 files changed, 79 deletions(-)

diff --git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index 33a6f8f..7508f32 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 27a441a..0000000
--- 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 3ff4f02..0000000
--- 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 )
-}


             reply	other threads:[~2016-08-02 16:11 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 16:10 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-29  4:37 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/ Jeroen Roovers
2016-12-20 12:31 Tobias Klausmann
2017-01-13 15:41 Agostino Sarubbo
2017-01-30  7:37 Fabian Groffen
2017-06-09  7:39 Michał Górny
2017-06-16 21:05 Michał Górny
2017-09-09  7:23 Michał Górny
2018-01-05 11:33 Mikle Kolyada
2018-01-07 13:17 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-03-25 17:27 Michał Górny
2018-07-10 12:29 Michał Górny
2019-01-21 19:40 Sergei Trofimovich
2019-07-23 14:11 Kent Fredric
2019-08-13 12:10 Michał Górny
2020-12-24 23:08 Michał Górny
2021-02-08  6:05 Sam James
2021-02-08  6:11 Sam James
2021-02-18 22:08 Sam James
2022-07-14 10:16 Michał Górny
2022-07-14 11:56 Michał Górny
2022-09-04 18:21 Arthur Zamarin
2022-09-04 18:43 Arthur Zamarin
2022-09-04 21:49 Jakov Smolić
2022-09-04 21:49 Jakov Smolić
2022-09-05  5:23 Michał Górny
2023-11-20 10:06 Sam James
2024-03-21  5:39 Michał Górny
2024-12-29 14:24 Michał Górny
2025-01-25  8:54 Sam James
2025-01-25 10:44 Sam James
2025-01-25 11:06 Arthur Zamarin
2025-01-25 11:41 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470154187.d7e50f749482e0df60c2017ec359e4443eeffcde.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox