summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:50:00 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:50:00 +0300
commit735bef50bd7c234d160f99f6d69ce2f804017d70 (patch)
tree40812c6228426eb52f481496b4f1ced7091e1166 /x11-plugins
parentx11-plugins/wmmemmon: remove last rited package (bug #639914) (diff)
downloadgentoo-735bef50bd7c234d160f99f6d69ce2f804017d70.tar.gz
gentoo-735bef50bd7c234d160f99f6d69ce2f804017d70.tar.bz2
gentoo-735bef50bd7c234d160f99f6d69ce2f804017d70.zip
x11-plugins/wmmldonkey: remove last rited package (bug #639914)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmldonkey/Manifest1
-rw-r--r--x11-plugins/wmmldonkey/metadata.xml8
-rw-r--r--x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild45
3 files changed, 0 insertions, 54 deletions
diff --git a/x11-plugins/wmmldonkey/Manifest b/x11-plugins/wmmldonkey/Manifest
deleted file mode 100644
index 3929fbd34189..000000000000
--- a/x11-plugins/wmmldonkey/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmmldonkey3.tar.gz 18684 BLAKE2B 28a3648c743be366f4260f32a49d0c82acc89a530f6871b51c49d7069f77c892307abc6bed47d7b55666f66072d82f2450e40fd00aad7290b88c5c0e3a20f311 SHA512 7026db45230a5b78788a6562e0a06a61cbdbbb794b52c81e8a7cd734e82605bf6c96d1528b48c1c6991dd76efc03391d01e7a90e49caae8d49ae8cbafb8c963c
diff --git a/x11-plugins/wmmldonkey/metadata.xml b/x11-plugins/wmmldonkey/metadata.xml
deleted file mode 100644
index 7d273a80ff68..000000000000
--- a/x11-plugins/wmmldonkey/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="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild b/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild
deleted file mode 100644
index 314495777fc5..000000000000
--- a/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/174"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/298/wmmldonkey3.tar.gz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- net-p2p/mldonkey"
-
-S=${WORKDIR}/wmmldonkey3
-
-src_prepare() {
- sed \
- -e 's:gcc:${CC} ${CFLAGS}:' \
- -e 's:gui_protocol.o endianess.o::' \
- -e 's:main.c -o wmmldonkey:main.c gui_protocol.o endianess.o -o wmmldonkey:' \
- -e 's:-lXpm -lXext:-lX11 -lXpm -lXext:' \
- -i "${S}/Makefile" || die
-
- tc-export CC
-}
-
-src_install() {
- dodoc CHANGELOG README
- dobin wmmldonkey
-}
-
-pkg_postinst() {
- elog "Make sure the mldonkey daemon is running before you"
- elog "attempt to run emmldonkey..."
-}