summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 03:28:19 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 03:28:19 +0000
commitb2ddf4a9ba00212a053029479824c000221ecc7c (patch)
tree225f7225f6e0e66743629911995f26ee9c0edaeb /xfce-extra/xfce4-windowlist
parentpunt virtual/kernel since its long dead #107940 (diff)
downloadgentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.gz
gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.bz2
gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.zip
Remove allot of old crufty versions.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/xfce4-windowlist')
-rw-r--r--xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.01
-rw-r--r--xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0 b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0
deleted file mode 100644
index cc3674db818d..000000000000
--- a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 29b1a752003734c0b8171200dfafb733 xfce4-windowlist-plugin-0.1.0.tar.gz 301770
diff --git a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0.ebuild b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0.ebuild
deleted file mode 100644
index 1f341ead69e5..000000000000
--- a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0.ebuild,v 1.3 2005/01/06 23:41:11 bcowan Exp $
-
-MY_P="${PN}-plugin-${PV}"
-S=${WORKDIR}/${MY_P/-${PV}/}
-
-DESCRIPTION="Xfce4 panel windowlist plugin"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0.6
- dev-libs/libxml2
- xfce-base/xfce4-base"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL README
-}