summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-05-11 20:02:36 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-05-11 20:02:36 +0300
commit04cda20b5db6604a57119d518f079627e55abb37 (patch)
tree99e89921a3b8ef8ec0138fe6a7d4220d6cab8bec /xfce-extra/xfce4-modemlights-plugin
parentapp-text/xfbib: remove last rited package (diff)
downloadgentoo-04cda20b5db6604a57119d518f079627e55abb37.tar.gz
gentoo-04cda20b5db6604a57119d518f079627e55abb37.tar.bz2
gentoo-04cda20b5db6604a57119d518f079627e55abb37.zip
xfce-extra/xfce4-modemlights-plugin: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-modemlights-plugin')
-rw-r--r--xfce-extra/xfce4-modemlights-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-modemlights-plugin/metadata.xml8
-rw-r--r--xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild35
3 files changed, 0 insertions, 44 deletions
diff --git a/xfce-extra/xfce4-modemlights-plugin/Manifest b/xfce-extra/xfce4-modemlights-plugin/Manifest
deleted file mode 100644
index b3a065d8f0ea..000000000000
--- a/xfce-extra/xfce4-modemlights-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-modemlights-plugin-0.1.3.99.tar.bz2 157029 BLAKE2B fed4099fd828e3cc50460ecad84e365fc3661475b4a7381ec017b59baf1b0e101184534dfcf362d59045ed674dc93a150100c9c3b3bc533acb47214760b9ba04 SHA512 d23c5b733012b072b01b7e10aa39cd2b5d3a218ff52806e4fece00cc891a64d9fa7fd6f1765320befe767359a15c197f7dbd663744105d8aef8117798dded32d
diff --git a/xfce-extra/xfce4-modemlights-plugin/metadata.xml b/xfce-extra/xfce4-modemlights-plugin/metadata.xml
deleted file mode 100644
index 359901b31db4..000000000000
--- a/xfce-extra/xfce4-modemlights-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
-</pkgmetadata>
diff --git a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
deleted file mode 100644
index c882e6f420d4..000000000000
--- a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib gnome2-utils
-
-DESCRIPTION="A panel plug-in intended to simplify establishing a ppp connection"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- 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"
-
-src_configure() {
- econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}