summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:07:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:07:58 +0000
commit377202590d9c2ccb28aceed88e8267917b09580e (patch)
tree302a87b5238ef0fd0922e91b31559d242f8afd06 /x11-plugins
parentXMMS Removal - x11-plugins/gkrellmms gone. -- Sorry but this week I'm unavail... (diff)
downloadgentoo-2-377202590d9c2ccb28aceed88e8267917b09580e.tar.gz
gentoo-2-377202590d9c2ccb28aceed88e8267917b09580e.tar.bz2
gentoo-2-377202590d9c2ccb28aceed88e8267917b09580e.zip
XMMS Removal - x11-plugins/wmalbum gone. -- Sorry but this week I'm unavailable, so I'm removing it a couple of days earlier.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmalbum/ChangeLog22
-rw-r--r--x11-plugins/wmalbum/Manifest4
-rw-r--r--x11-plugins/wmalbum/files/digest-wmalbum-0.1.51
-rw-r--r--x11-plugins/wmalbum/metadata.xml8
-rw-r--r--x11-plugins/wmalbum/wmalbum-0.1.5.ebuild20
5 files changed, 0 insertions, 55 deletions
diff --git a/x11-plugins/wmalbum/ChangeLog b/x11-plugins/wmalbum/ChangeLog
deleted file mode 100644
index 3fe934c2e97c..000000000000
--- a/x11-plugins/wmalbum/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for x11-plugins/wmalbum
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/ChangeLog,v 1.6 2006/01/22 13:24:40 nelchael Exp $
-
- 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmalbum-0.1.5.ebuild:
- Fixed DEPEND for modular X.
-
- 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmalbum-0.1.5.ebuild:
- Removed COPYING and INSTALL from dodoc.
-
- 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmalbum-0.1.5.ebuild:
- Stable for x86.
-
- 13 Apr 2004; David Holm <dholm@gentoo.org> wmalbum-0.1.5.ebuild:
- Added to ~ppc.
-
-*wmalbum-0.1.5 (12 Apr 2004)
-
- 12 Apr 2004; Markus Nigbur <pyrania@gentoo.org> metadata.xml,
- wmalbum-0.1.5.ebuild:
- Initial import. Closing bug #32687.
-
diff --git a/x11-plugins/wmalbum/Manifest b/x11-plugins/wmalbum/Manifest
deleted file mode 100644
index 9299288ccba1..000000000000
--- a/x11-plugins/wmalbum/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 5037d8807613617dfa4054617634b0be ChangeLog 771
-MD5 81625e5e35db10ed1928fdc12006d593 files/digest-wmalbum-0.1.5 65
-MD5 735b5e02c0da8442805415472f86ac04 metadata.xml 595
-MD5 2b2989524b9af80d09bb9943fe8b7ea4 wmalbum-0.1.5.ebuild 649
diff --git a/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5 b/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5
deleted file mode 100644
index 6acb5d9905e1..000000000000
--- a/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b59e76bceda08cc9c8290d42675e891a wmalbum-0.1.5.tar.gz 157369
diff --git a/x11-plugins/wmalbum/metadata.xml b/x11-plugins/wmalbum/metadata.xml
deleted file mode 100644
index 5dcf50dbe813..000000000000
--- a/x11-plugins/wmalbum/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>desktop-dock</herd>
-<longdescription>
-WMAlbum is a dock applet that displays album covers for songs being played by XMMS. You must already have images of the album covers stored near the file being played. WMAlbum provides a handy circular menu for play/skip/etc, and can replace wmxmms. Although dock applets are designed for the WindowMaker window manager, they also work in other window managers including openbox and blackbox.
-</longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild b/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
deleted file mode 100644
index 2f33e01643a0..000000000000
--- a/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild,v 1.8 2006/01/22 13:24:40 nelchael Exp $
-
-DESCRIPTION="WMAlbum is a dock applet that displays album covers for songs being played by XMMS."
-HOMEPAGE="http://wmalbum.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wmalbum/wmalbum-0.1.5.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-RDEPEND="media-sound/xmms"
-DEPEND="media-libs/gdk-pixbuf"
-
-src_install() {
- einstall
- dodoc AUTHORS NEWS README TODO THANKS
- insinto /usr/share/doc/${PF}
- doins wmalbum
-}