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
commit9efeeb350266d18b8483ea1cf4e801cc84eb8f8e (patch)
treec35190d59d68d55aa4123478da77bce58b02c360 /x11-plugins/wmifinfo
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-9efeeb350266d18b8483ea1cf4e801cc84eb8f8e.tar.gz
gentoo-2-9efeeb350266d18b8483ea1cf4e801cc84eb8f8e.tar.bz2
gentoo-2-9efeeb350266d18b8483ea1cf4e801cc84eb8f8e.zip
Wiped out older version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/wmifinfo')
-rw-r--r--x11-plugins/wmifinfo/ChangeLog5
-rw-r--r--x11-plugins/wmifinfo/files/digest-wmifinfo-0.061
-rw-r--r--x11-plugins/wmifinfo/wmifinfo-0.06.ebuild24
3 files changed, 4 insertions, 26 deletions
diff --git a/x11-plugins/wmifinfo/ChangeLog b/x11-plugins/wmifinfo/ChangeLog
index 03e06be44544..7ffd22c2b80b 100644
--- a/x11-plugins/wmifinfo/ChangeLog
+++ b/x11-plugins/wmifinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmifinfo
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.9 2005/04/10 11:55:04 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.10 2005/04/11 07:42:39 s4t4n Exp $
+
+ 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmifinfo-0.06.ebuild:
+ Wiped out older version.
10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> wmifinfo-0.08.ebuild:
Stable on ppc.
diff --git a/x11-plugins/wmifinfo/files/digest-wmifinfo-0.06 b/x11-plugins/wmifinfo/files/digest-wmifinfo-0.06
deleted file mode 100644
index 21d97ad7e379..000000000000
--- a/x11-plugins/wmifinfo/files/digest-wmifinfo-0.06
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b5d26549bda7d4d10e599b757f5ede52 wmifinfo-0.06.tgz 15964
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
-}