summaryrefslogtreecommitdiff
path: root/x11-plugins/wmmldonkey
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /x11-plugins/wmmldonkey
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'x11-plugins/wmmldonkey')
-rw-r--r--x11-plugins/wmmldonkey/Manifest3
-rw-r--r--x11-plugins/wmmldonkey/metadata.xml8
-rw-r--r--x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild45
3 files changed, 0 insertions, 56 deletions
diff --git a/x11-plugins/wmmldonkey/Manifest b/x11-plugins/wmmldonkey/Manifest
deleted file mode 100644
index 6d3d76e40fee..000000000000
--- a/x11-plugins/wmmldonkey/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wmmldonkey3.tar.gz 18684 BLAKE2B 28a3648c743be366f4260f32a49d0c82acc89a530f6871b51c49d7069f77c892307abc6bed47d7b55666f66072d82f2450e40fd00aad7290b88c5c0e3a20f311 SHA512 7026db45230a5b78788a6562e0a06a61cbdbbb794b52c81e8a7cd734e82605bf6c96d1528b48c1c6991dd76efc03391d01e7a90e49caae8d49ae8cbafb8c963c
-EBUILD wmmldonkey-0.003-r1.ebuild 992 BLAKE2B 9856307c6d62910f0d9671221dd1f8399f381b300fdbf29bfe3bf168315ab6e37c2e456d10a37a32846f6f66722d9c19575bcd217667dbb7ed823f7bde7407fe SHA512 34c3e2343017389de8e830d4148637d897e7a0b65bc41688edc0a69ebecfda8aa1754663a62b45daa11f172bf46bfd29172c01c10b6910aa46b9190be9e0c31e
-MISC metadata.xml 252 BLAKE2B f7125c07f7cb9fe1a8d301f198091320ba83ef3547e579b9825298715066ba3506be216900b5317106da011f95df9411b99b100f14f741832ab500fda6acb788 SHA512 6a56c24e3731dd9512fa264d3dce1fe36ace891a17394c483586e0be1fffd153e901228d3ee9c471a226b04cec27d3f78ed2de491e46238de4b06538dab7e724
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..."
-}