summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-07 09:36:58 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-07 10:28:48 +0200
commitff42a3da93b961f7d268c997336ed11b8f90d56f (patch)
tree06a860eaf74d5c4c2641bff546a2f5fcd6dd6064 /xfce-extra
parentxfce-extra/xfce4-kbdleds-plugin: Drop old (diff)
downloadgentoo-ff42a3da93b961f7d268c997336ed11b8f90d56f.tar.gz
gentoo-ff42a3da93b961f7d268c997336ed11b8f90d56f.tar.bz2
gentoo-ff42a3da93b961f7d268c997336ed11b8f90d56f.zip
xfce-extra/xfce4-linelight-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild
deleted file mode 100644
index fc12389db324..000000000000
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=yes
-inherit multilib xfconf
-
-DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
-#SRC_URI="http://svn.ganymede.ch/private/trunk/${PN}/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.12:2
- >=xfce-base/xfce4-panel-4.8
- >=xfce-base/libxfcegui4-4.8"
-RDEPEND="${COMMON_DEPEND}
- sys-apps/mlocate"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- PATCHES=(
- "${FILESDIR}"/${P}-port-to-xfcerc.patch
- )
-
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS )
-}