summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-07 09:38:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-07 10:28:50 +0200
commit276e930c069b7e61ff2fe13b6d95881ecbb2fa46 (patch)
treee2ba747a68f2ec252ae7db9d03cf6028531af392 /xfce-extra/xfce4-messenger-plugin
parentxfce-extra/xfce4-linelight-plugin: Drop old (diff)
downloadgentoo-276e930c069b7e61ff2fe13b6d95881ecbb2fa46.tar.gz
gentoo-276e930c069b7e61ff2fe13b6d95881ecbb2fa46.tar.bz2
gentoo-276e930c069b7e61ff2fe13b6d95881ecbb2fa46.zip
xfce-extra/xfce4-messenger-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-messenger-plugin')
-rw-r--r--xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
deleted file mode 100644
index e00bcb661ec5..000000000000
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
+++ /dev/null
@@ -1,47 +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 eutils
-
-DESCRIPTION="A plugin that listens DBus messages and displays received messages"
-HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
-SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/dbus-glib
- >=dev-libs/glib-2
- sys-apps/dbus
- x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS README TODO )
-}
-
-src_prepare() {
- EPATCH_FORCE=yes EPATCH_SUFFIX=patch EPATCH_SOURCE="${WORKDIR}"/debian/patches epatch
- xfconf_src_prepare
-}
-
-src_install() {
- xfconf_src_install
-
- exeinto /usr/share/doc/${PF}/scripts
- doexe scripts/xfce-messenger-logtail
-}