commit:     7e1382b810e20799165d1d39dddca43a4655859c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 14:43:49 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 14:50:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1382b8

x11-plugins/wmmaiload: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 x11-plugins/wmmaiload/Manifest                  |  1 -
 x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild | 46 -------------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-plugins/wmmaiload/Manifest b/x11-plugins/wmmaiload/Manifest
index 36a127f866d..34d5d4ac295 100644
--- a/x11-plugins/wmmaiload/Manifest
+++ b/x11-plugins/wmmaiload/Manifest
@@ -1,2 +1 @@
-DIST wmmaiload-2.2.1.tar.gz 183538 BLAKE2B 
5859051ca2040399d1cc3db863e89a1d779a22f9c47a171c11e5bfee6a835b03eaaaa7f47ef95ddc9cb29a24b914e84a4b448600a001959ab5471afa409ec646
 SHA512 
2f4cd4980feefb1022384880a57aea628d3e976dad7d1c838a23dbeb8bf86df6c061c14661bb562e36c51e2ca40d5f9ed3d465d9d26b9c7b9193fe448dbb9394
 DIST wmmaiload-2.3.0.tar.bz2 42852 BLAKE2B 
abee44716ff74e48a480881c3327bc4a4f02600044a587b3322429567a3454f01c733542fbaa42cb074a2da48ecd1c453d19ed42c30efc04e634c44330d729d3
 SHA512 
c4e63eb2868474e3b76f5f4f401bdd23172f23dfdb0e90712e3eca607494057e067805b83a53490d38b6f7b2c876e2ec8fdb1d95b871d3febeeda35369550de9

diff --git a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild 
b/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild
deleted file mode 100644
index 322a9b74c0b..00000000000
--- a/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="dockapp that monitors one or more mailboxes"
-HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html";
-SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-gtk.patch \
-               "${FILESDIR}"/${P}-checkthread.patch
-       sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die "sed failed"
-}
-
-src_configure() {
-       # The ./configure script is not autoconf based, therefore don't use 
econf:
-       ./configure -p /usr || die
-}
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS}" \
-               DEBUG_LDFLAGS="" \
-               LDFLAGS="${LDFLAGS}" \
-               DEBUG_CFLAGS=""
-}
-
-src_install() {
-       dobin ${PN}/${PN} ${PN}-config/${PN}-config
-       doman doc/*.1
-       dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
-}

Reply via email to