diff options
author | 2018-12-07 15:09:25 +0100 | |
---|---|---|
committer | 2018-12-11 15:27:56 +0100 | |
commit | 80c6793ab797af198745104712cc900d0552c31c (patch) | |
tree | 7de8b9e8d7f5a8f5f093b1bb9f6b0a306fa27bb2 /x11-plugins/wmmaiload | |
parent | x11-plugins/wmlife: drop old (diff) | |
download | gentoo-80c6793ab797af198745104712cc900d0552c31c.tar.gz gentoo-80c6793ab797af198745104712cc900d0552c31c.tar.bz2 gentoo-80c6793ab797af198745104712cc900d0552c31c.zip |
x11-plugins/wmmaiload: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmmaiload')
-rw-r--r-- | x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
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 -} |