commit: 49ea817033588f00e703dcc19ffa19d3326d5e56 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Oct 5 13:45:45 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Oct 5 13:54:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea8170
x11-plugins/wmsystray: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-plugins/wmsystray/wmsystray-0.1.1.ebuild | 48 ---------------------------- 1 file changed, 48 deletions(-) diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild deleted file mode 100644 index 470cb295624..00000000000 --- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications" -HOMEPAGE="https://github.com/bbidulock/wmsystray" -SRC_URI="https://github.com/bbidulock/wmsystray/releases/download/${PV}/${P}.tar.bz2" - -RDEPEND="x11-libs/libX11 - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Let's honour Gentoo CFLAGS and use correct install program - epatch "${FILESDIR}/${P}-Makefile.patch" - - # Fix for #61704, cannot compile with gcc 3.4.1: - # it's a trivial change and does not affect other compilers... - epatch "${FILESDIR}/${P}-gcc-3.4.patch" - - # Fix parallel compilation - sed -ie "s/make EXTRACFLAGS/make \${MAKEOPTS} EXTRACFLAGS/" Makefile - - # Honour Gentoo LDFLAGS, see bug #336296 - sed -ie "s/-o wmsystray/${LDFLAGS} -o wmsystray/" wmsystray/Makefile -} - -src_compile() { - emake EXTRACFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS HACKING README || die - - domenu "${FILESDIR}/${PN}.desktop" -}
