diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-05-13 14:12:49 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-05-13 14:12:49 +0200 |
commit | 2fa316298c52cab6a763c2b0510e9f87e8469b6d (patch) | |
tree | e70ac4009f9607dbacf087e7e614bc2468e61bf1 /x11-misc | |
parent | x11-misc/gxmessage: Old. (diff) | |
download | gentoo-2fa316298c52cab6a763c2b0510e9f87e8469b6d.tar.gz gentoo-2fa316298c52cab6a763c2b0510e9f87e8469b6d.tar.bz2 gentoo-2fa316298c52cab6a763c2b0510e9f87e8469b6d.zip |
x11-misc/habak: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/habak/habak-0.2.5-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/habak/habak-0.2.5-r1.ebuild b/x11-misc/habak/habak-0.2.5-r1.ebuild deleted file mode 100644 index 3a57ac807c7c..000000000000 --- a/x11-misc/habak/habak-0.2.5-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="A simple but powerful tool to set desktop wallpaper" -HOMEPAGE="http://home.gna.org/fvwm-crystal/" -SRC_URI="http://download.gna.org/fvwm-crystal/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="media-libs/imlib2[X] - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -# Skip into the src directory so we avoid a recursive make call that -# is going to break parallel make. -S="${WORKDIR}/${P}/src" - -src_prepare() { - sed -i \ - -e '/(LDFLAGS)/s:$: -lImlib2 -lm -lX11:' \ - -e 's:gcc:$(CC):' \ - "${S}"/Makefile || die "Makefile fixing failed" -} - -src_compile() { - emake CC="$(tc-getCC)" ${PN} || die "make failed" -} - -src_install() { - dobin ${PN} || die "dobin failed" - - cd "${WORKDIR}/${P}" - dodoc ChangeLog README TODO "${FILESDIR}"/README.en || die "dodoc failed" -} |