summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-03-25 14:55:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-03-25 14:55:12 +0000
commit43020dc3fa8b424dcae1a83a065ba34c1357b900 (patch)
tree78fe8bd231e521a10b0dffc35969e472a2e736fb /x11-plugins/wmmsg
parentVersion bump (bug #214320). (diff)
downloadhistorical-43020dc3fa8b424dcae1a83a065ba34c1357b900.tar.gz
historical-43020dc3fa8b424dcae1a83a065ba34c1357b900.tar.bz2
historical-43020dc3fa8b424dcae1a83a065ba34c1357b900.zip
delete unused gtk1 version
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r--x11-plugins/wmmsg/Manifest2
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild24
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/wmmsg/Manifest b/x11-plugins/wmmsg/Manifest
index 9472666d83d3..f3cac9a65235 100644
--- a/x11-plugins/wmmsg/Manifest
+++ b/x11-plugins/wmmsg/Manifest
@@ -1,7 +1,5 @@
AUX wmmsg-1.0.1-use_gtk2.patch 1982 RMD160 7ae6022e88d3d1063a69a80b09868fe692ecce01 SHA1 1f360db36e6599e843efbbca935a1def3542b1f3 SHA256 f50b727391d4d786e0a68921ce31b37f9225bb6c71007b2724e0fd701ae9edfa
DIST wmmsg-1.0.1.tar.gz 322551 RMD160 8a6e45b15857814cd5692599f36cc67b1e00c674 SHA1 3a7adf9dcf0a8fa647040dbc5f948c3abd08096c SHA256 06ddd1e4bf010617cf41cc877aa744ab74bad7992d9e95a95df5157bd633b850
-DIST wmmsg-1.0.tar.gz 233601 RMD160 3f5571d079a8f6c2b87daac86a4b853265b272b0 SHA1 28719711c1631484575e4dfc741d9ce1064a84d0 SHA256 eb0cf7116f524c7c83d9f4060fee8e200f367f49a8d5f8d005f30e9437d206ba
EBUILD wmmsg-1.0.1.ebuild 913 RMD160 7898d5e4c6f5694178ecd5a730b5451e3263fe52 SHA1 ed1ef4f08dce984231aae2bffc53bf082586a52d SHA256 57fb7d16c1e2446a3596597f70ff41a2dcab7336701229ed91f91ac83911274b
-EBUILD wmmsg-1.0.ebuild 734 RMD160 6497102dc2a9e7b257f8fa2a8d3aecc5f9da3731 SHA1 81edff3fd27284f7cc7e8ef939d025e87344e27b SHA256 b2e4f62ab52b53521d202b85171fd0f2c490a2dbdb82e575e4fb227a44a55b03
MISC ChangeLog 1954 RMD160 d100070abdc666db81f6d6f765a984f25f15184a SHA1 ca1d88e44b943af7d84ecb9775c31ed23b5995c3 SHA256 026373ff2232cccafbd53183c76d2c9e049c5a74f6550d37a930df89a2924d08
MISC metadata.xml 489 RMD160 efd8eae07a7b9a12d9842d4b2488bab914394525 SHA1 041e4a8a9ebfd17af57d3b5d89680a68191b86ba SHA256 b7556c1246d44850f92a06b9776a4ac28da7669df926bac154c072d1f2fd5645
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
-}