summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/logstalgia/logstalgia-1.0.3.ebuild')
-rw-r--r--net-analyzer/logstalgia/logstalgia-1.0.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-analyzer/logstalgia/logstalgia-1.0.3.ebuild b/net-analyzer/logstalgia/logstalgia-1.0.3.ebuild
deleted file mode 100644
index 7879ba3d2..000000000
--- a/net-analyzer/logstalgia/logstalgia-1.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
-HOMEPAGE="http://code.google.com/p/logstalgia/"
-SRC_URI="http://logstalgia.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="media-libs/mesa
- dev-libs/libpcre
- media-libs/libsdl[opengl]
- media-libs/sdl-image
- media-libs/ftgl"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install
-}