summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:42:39 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:42:39 +0000
commit5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899 (patch)
tree6d42e1b61d15ea9453704c14ff2009a7d46069fa /x11-plugins/wmifinfo/wmifinfo-0.06.ebuild
parentPackage-Manager: portage-2.0.51.19 (diff)
downloadhistorical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.tar.gz
historical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.tar.bz2
historical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.zip
Wiped out older version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmifinfo/wmifinfo-0.06.ebuild')
-rw-r--r--x11-plugins/wmifinfo/wmifinfo-0.06.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmifinfo/wmifinfo-0.06.ebuild b/x11-plugins/wmifinfo/wmifinfo-0.06.ebuild
deleted file mode 100644
index fa6076435307..000000000000
--- a/x11-plugins/wmifinfo/wmifinfo-0.06.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.06.ebuild,v 1.7 2005/01/26 14:03:37 s4t4n Exp $
-
-IUSE=""
-
-DESCRIPTION="WindowMaker Interface Monitor (dockapp)"
-HOMEPAGE="http://www.zevv.nl/wmifinfo/"
-SRC_URI="http://www.zevv.nl/wmifinfo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc"
-
-DEPEND="virtual/x11"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- dobin wmifinfo
- dodoc README Changelog
-}