diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:27:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:21:13 +0200 |
commit | 1bfde1032fdb5145e4ebe13e244ef85c80b80049 (patch) | |
tree | 6b726c6e9eba53bc405c62b867cf75ea4843d181 /x11-libs/xosd | |
parent | x11-libs/rep-gtk: Drop old (diff) | |
download | gentoo-1bfde1032fdb5145e4ebe13e244ef85c80b80049.tar.gz gentoo-1bfde1032fdb5145e4ebe13e244ef85c80b80049.tar.bz2 gentoo-1bfde1032fdb5145e4ebe13e244ef85c80b80049.zip |
x11-libs/xosd: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14-r2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-libs/xosd/xosd-2.2.14-r2.ebuild b/x11-libs/xosd/xosd-2.2.14-r2.ebuild deleted file mode 100644 index f5629247357b..000000000000 --- a/x11-libs/xosd/xosd-2.2.14-r2.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 autotools - -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" -HOMEPAGE="https://sourceforge.net/projects/libxosd/" -SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz - https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz - http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -IUSE="xinerama" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - media-fonts/font-misc-misc" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-m4.patch - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${DISTDIR}"/${PN}_${PV}-1.diff.gz - # bug #286632 - epatch "${FILESDIR}"/"${PN}"-config-incorrect-dup-filter-fix.patch - - AT_M4DIR="${WORKDIR}/m4" eautoreconf -} - -src_compile() { - econf \ - $(use_enable xinerama) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |