commit:     735bef50bd7c234d160f99f6d69ce2f804017d70
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 22:50:00 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 22:50:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735bef50

x11-plugins/wmmldonkey: remove last rited package (bug #639914)

 x11-plugins/wmmldonkey/Manifest                   |  1 -
 x11-plugins/wmmldonkey/metadata.xml               |  8 ----
 x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild | 45 -----------------------
 3 files changed, 54 deletions(-)

diff --git a/x11-plugins/wmmldonkey/Manifest b/x11-plugins/wmmldonkey/Manifest
deleted file mode 100644
index 3929fbd3418..00000000000
--- 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 7d273a80ff6..00000000000
--- 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>[email protected]</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 314495777fc..00000000000
--- 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..."
-}

Reply via email to