diff options
Diffstat (limited to 'x11-plugins/epplets/epplets-0.12.ebuild')
-rw-r--r-- | x11-plugins/epplets/epplets-0.12.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/epplets/epplets-0.12.ebuild b/x11-plugins/epplets/epplets-0.12.ebuild deleted file mode 100644 index 1b147792f12d..000000000000 --- a/x11-plugins/epplets/epplets-0.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Base files for Enlightenment epplets and some epplets" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - media-libs/freeglut - media-libs/imlib2 - >=x11-wm/enlightenment-0.16.4" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog -} |