From de49812990871e1705b64051c35161d5e6400269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Dec 2018 14:11:38 +0000 Subject: gentoo resync : 24.12.2018 --- x11-plugins/wmmaiload/Manifest | 1 - x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild | 45 ---------------------------- 2 files changed, 46 deletions(-) delete mode 100644 x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild (limited to 'x11-plugins/wmmaiload') diff --git a/x11-plugins/wmmaiload/Manifest b/x11-plugins/wmmaiload/Manifest index 1929d85539d8..36da26d74023 100644 --- a/x11-plugins/wmmaiload/Manifest +++ b/x11-plugins/wmmaiload/Manifest @@ -4,5 +4,4 @@ DIST wmmaiload-2.2.1.tar.gz 183538 BLAKE2B 5859051ca2040399d1cc3db863e89a1d779a2 DIST wmmaiload-2.3.0.tar.bz2 42852 BLAKE2B abee44716ff74e48a480881c3327bc4a4f02600044a587b3322429567a3454f01c733542fbaa42cb074a2da48ecd1c453d19ed42c30efc04e634c44330d729d3 SHA512 c4e63eb2868474e3b76f5f4f401bdd23172f23dfdb0e90712e3eca607494057e067805b83a53490d38b6f7b2c876e2ec8fdb1d95b871d3febeeda35369550de9 EBUILD wmmaiload-2.2.1-r1.ebuild 1067 BLAKE2B 80def6a5e04b70b103f33ea42eddf7baf86237a8933ee6ba65d0f66670021ef48b91a5c74580f1b730e36d4774540f5d86176e97e7636b08503ba99376c359f1 SHA512 7e39a7833f6114e9d4b8da0995bd61c2f1defdeea5649728d9d81e2035d1f8d00ec41f1566853a7416b62eef6c0b6d3bd41a94e8e2d4ae1a962548944be76b63 EBUILD wmmaiload-2.3.0-r1.ebuild 1120 BLAKE2B 081d487c09c18c9b2911125e71c7bf8482a0e1dd7a4536033ad8bed02d57a3a07aafd01ec15e0dac6a6fa28547c74aabf2d1f52bbecc245c7f0d6f0f4cdc732e SHA512 363f6778be8a30678e4ecc6f05148c5cf3a3e0d6d5e87c0685c3509c033983ff934ff53656d2db089f6575dbc09b663b7e0c4b8e4618dbc9f9e3aacbc2225743 -EBUILD wmmaiload-2.3.0.ebuild 1046 BLAKE2B 4d60ff8c9a3ef075b9c488eebdd0f98fd7488c44a22c5e788e8a66d311d2ec91437eab76a85756342276391799a3de46fe6f080b0eb9e91e34c5f31cdedfded7 SHA512 578498677982ad286c52f08622112e55cd2cd8e276a4fc44dc35016f394dbf889511a381bc6bcb21b8e5bdd2f2ebafee683c6be7cf8fd2f41648bd75c4012faf MISC metadata.xml 249 BLAKE2B ba223d81d4cf6b9ca1ba3a63e356bec0d9aa6f4cdf2ad3b29a6c97a6e5bad854154f8b9e6fc3d65d155c93daa706d03c84395b53951e3e326ffc19c8d0df0eb5 SHA512 1a1312bb0e9f74f1e3852218d8fd4817fbad3bc65633cecbe8735607bc33c1e05b414c2628ff3f6e24dfc4a3999de7191f6cdadd2161b03cf614d5b6f24fab8d diff --git a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild b/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild deleted file mode 100644 index 0ef4b0d6966f..000000000000 --- a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild +++ /dev/null @@ -1,45 +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.bz2" - -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}"/${PN}-2.2.1-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 -} -- cgit v1.2.3