diff options
Diffstat (limited to 'x11-misc/xscreensaver-app')
-rw-r--r-- | x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch | 11 | ||||
-rw-r--r-- | x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild | 45 |
2 files changed, 0 insertions, 56 deletions
diff --git a/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch b/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch deleted file mode 100644 index 5707e4fc7206..000000000000 --- a/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -14,7 +14,6 @@ - echo - exit 1) - --LDFLAGS=`gtk-config --cflags` -+PKG_CHECK_MODULES(LIBX11, x11,[LIBS="$LIBS $LIBX11_LIBS";INCLUDES="$INCLUDES $LIBX11_CFLAGS"],[exit 1]) - --AC_SUBST(LDFLAGS) - AC_OUTPUT(Makefile) diff --git a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild deleted file mode 100644 index 44560d48a596..000000000000 --- a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils toolchain-funcs - -MY_PN=${PN/-a/.A} -MY_PN=${MY_PN/xs/XS} -MY_PN=${MY_PN/s/S} - -DESCRIPTION="XScreenSaver dockapp for the Window Maker window manager" -HOMEPAGE="http://xscreensaverapp.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/xscreensaverapp/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -CDEPEND=" - x11-libs/libdockapp - x11-libs/libX11 -" -DEPEND=" - ${CDEPEND} - x11-proto/xproto - virtual/pkgconfig -" -RDEPEND=" - ${CDEPEND} - x11-misc/xscreensaver -" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlinking.patch - eautoreconf -} - -src_install() { - dobin ${MY_PN} - dodoc README NEWS ChangeLog TODO AUTHORS -} |