diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:07:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:07:15 +0300 |
commit | 961409649432c9f5a1c40e9fd14960bcdedb96fb (patch) | |
tree | 609eedd275416577d5a67139a8badf0269e82692 /x11-plugins/wmapm | |
parent | x11-plugins/wmapm: amd64 stable wrt bug #666088 (diff) | |
download | gentoo-961409649432c9f5a1c40e9fd14960bcdedb96fb.tar.gz gentoo-961409649432c9f5a1c40e9fd14960bcdedb96fb.tar.bz2 gentoo-961409649432c9f5a1c40e9fd14960bcdedb96fb.zip |
x11-plugins/wmapm: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-plugins/wmapm')
-rw-r--r-- | x11-plugins/wmapm/wmapm-3.1-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild deleted file mode 100644 index b18603385ab4..000000000000 --- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops" -HOMEPAGE="https://www.dockapps.net/wmapm" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S=${WORKDIR}/${P}/${PN} - -src_unpack() -{ - unpack ${A} - cd "${S}" - - #Respect LDFLAGS, see bug #334747 - sed -i 's/ -o wmapm/ ${LDFLAGS} -o wmapm/' "Makefile" -} - -src_compile() { - emake COPTS="${CFLAGS}" || die "make failed" -} - -src_install() { - dobin wmapm || die "dobin failed." - doman wmapm.1 - dodoc ../{BUGS,CHANGES,HINTS,README,TODO} -} |