diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-20 09:47:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-20 09:49:59 +0200 |
commit | 741e3b504f3dca833aedab2a445aa6f899949c60 (patch) | |
tree | 36288f3ab688118114b065df7513e9c03a5d10ba /x11-plugins | |
parent | dev-util/synopsis: Remove last-rited pkg (diff) | |
download | gentoo-741e3b504f3dca833aedab2a445aa6f899949c60.tar.gz gentoo-741e3b504f3dca833aedab2a445aa6f899949c60.tar.bz2 gentoo-741e3b504f3dca833aedab2a445aa6f899949c60.zip |
x11-plugins/wmpeople: Remove last-rited pkg
Closes: https://bugs.gentoo.org/675012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpeople/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmpeople/metadata.xml | 11 | ||||
-rw-r--r-- | x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild | 28 |
3 files changed, 0 insertions, 40 deletions
diff --git a/x11-plugins/wmpeople/Manifest b/x11-plugins/wmpeople/Manifest deleted file mode 100644 index 7f09b75aa6a2..000000000000 --- a/x11-plugins/wmpeople/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmpeople-1.3.tar.gz 111148 BLAKE2B 6a3fbfa8d4d47d6a80da7eaaaf07dbc269c529bba20bde9e229b415a54c8dd016f9fbbd021dcf9e9788d5d22f62f58bd8a2e745cd5e1014cb52cad7e06d54104 SHA512 af01e2d43d158eab3d520ebb0b9ebd50e1b5955920e3b86d5238d9bc0313cc055001bfa44d76e1ccfe721f668b9494373f18175f2ef7d248a0e237bbefe9e129 diff --git a/x11-plugins/wmpeople/metadata.xml b/x11-plugins/wmpeople/metadata.xml deleted file mode 100644 index e001cb9cfa03..000000000000 --- a/x11-plugins/wmpeople/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">peephole</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild b/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild deleted file mode 100644 index 2441c69f293a..000000000000 --- a/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Nice, highly configurable WMaker DockApp that monitors your mail boxes" -HOMEPAGE="http://peephole.sourceforge.net/" -SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc ~sparc x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto - >=net-mail/peephole-1.2" - -pkg_postinst() { - einfo "Before you can use wmpeople you must copy" - einfo "/etc/skel/.wmpeoplerc to your home dir" - einfo "and edit it to suit your needs." - einfo "Also, make sure that the peephole daemon" - einfo "is up and running before you start wmpeople." -} |