summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-12-30 00:11:45 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-12-30 00:11:45 +0200
commit280f7f00247612b8c9a8f35e5970ef3814511e9c (patch)
tree1861356ca32354c6b19e3818a1c7ff3fd2acbf3c
parent90b10a61d4e25ca2b1ee2def5caeac22584cc1bc (diff)
Eliminated g-wan from desktop
-rw-r--r--net-analyzer/g-wan/g-wan-2012.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/g-wan/g-wan-2012.ebuild b/net-analyzer/g-wan/g-wan-2012.ebuild
deleted file mode 100644
index bfc4fdbc..00000000
--- a/net-analyzer/g-wan/g-wan-2012.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit unpacker multilib versionator eutils
-
-MY_G="gwan"
-
-DESCRIPTION="G-Wan Analyzer"
-HOMEPAGE="http://g-wan.ch/"
-SRC_URI="http://${MY_G}.ch/archives/gwan_linux64-bit.tar.bz2
- http://${MY_G}.ch/archives/gwan_linux32-bit.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RDEPEND="x11-libs/pango
- amd64? (
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-baselibs )"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- cd "${S}" || die
- sh ./gwan || die
-}