diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-03-25 14:55:12 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-03-25 14:55:12 +0000 |
commit | cc0655ca439c1d4b4d56b7af326205b0fe9354cc (patch) | |
tree | bdebee5a28b5d5a1d2159db038a03288d26704ee /x11-plugins | |
parent | Version bump (bug #214320). (diff) | |
download | gentoo-2-cc0655ca439c1d4b4d56b7af326205b0fe9354cc.tar.gz gentoo-2-cc0655ca439c1d4b4d56b7af326205b0fe9354cc.tar.bz2 gentoo-2-cc0655ca439c1d4b4d56b7af326205b0fe9354cc.zip |
delete unused gtk1 version
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild deleted file mode 100644 index 1380029589d7..000000000000 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.13 2008/02/01 14:07:58 s4t4n Exp $ - -DESCRIPTION="a dockapp that informs of new events, such as incoming chat messages, by displaying related icons and arrival times" -HOMEPAGE="http://swapspace.net/~matt/wmmsg/" -SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -DEPEND="=x11-libs/gtk+-1.2* - media-libs/imlib2 - x11-libs/libXpm" - -S=${WORKDIR}/${PN} - -src_install() { - einstall || die "Installation failed." - dodoc AUTHORS README Changelog - insinto /usr/share/doc/${PF} - doins wmmsgrc -} |