summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 09:17:02 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:10:55 +0100
commit7e6290067635088da78f97ff977d1a21ea36d686 (patch)
tree0256cde121c74de5c898fbd2af985adc4805db7f /x11-misc/fireflies/fireflies-2.08.ebuild
parentx11-misc/easystroke: Remove old (diff)
downloadgentoo-7e6290067635088da78f97ff977d1a21ea36d686.tar.gz
gentoo-7e6290067635088da78f97ff977d1a21ea36d686.tar.bz2
gentoo-7e6290067635088da78f97ff977d1a21ea36d686.zip
x11-misc/fireflies: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/fireflies/fireflies-2.08.ebuild')
-rw-r--r--x11-misc/fireflies/fireflies-2.08.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/fireflies/fireflies-2.08.ebuild b/x11-misc/fireflies/fireflies-2.08.ebuild
deleted file mode 100644
index 153939ee8649..000000000000
--- a/x11-misc/fireflies/fireflies-2.08.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools multilib
-
-DESCRIPTION="Fireflies screensaver: Wicked cool eye candy"
-HOMEPAGE="https://github.com/mpcomplete/fireflies"
-SRC_URI="https://github.com/mpcomplete/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 icu"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[X,opengl,video]
- virtual/glu
- virtual/opengl
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- sys-devel/autoconf-archive" # for AX_CXX_BOOL macro
-
-DOCS=( ChangeLog README.md TODO )
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-confdir=/usr/share/xscreensaver/config \
- --with-bindir="/usr/$(get_libdir)/misc/xscreensaver"
-}
-
-src_install() {
- exeinto /usr/lib # FHS: internal binaries
- newexe {,${PN}-}add-xscreensaver
-
- default
-}