+++ /dev/null
-# 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.
-
+++ /dev/null
-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
+++ /dev/null
-MD5 b59e76bceda08cc9c8290d42675e891a wmalbum-0.1.5.tar.gz 157369
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}