summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-01-12 00:38:39 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-01-12 00:38:39 +0000
commit3210d1ade3a4e2beeb566da72fe6d2a35534239e (patch)
tree6539a5c1a59c1e46cd817453061837b343bf9103 /x11-plugins/wmmsg
parent Fix desktop entry. (diff)
downloadgentoo-2-3210d1ade3a4e2beeb566da72fe6d2a35534239e.tar.gz
gentoo-2-3210d1ade3a4e2beeb566da72fe6d2a35534239e.tar.bz2
gentoo-2-3210d1ade3a4e2beeb566da72fe6d2a35534239e.zip
Add libXpm to deps (#204539), change HOMEPAGE, SRC_URI, remove redundant src_compile.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r--x11-plugins/wmmsg/ChangeLog8
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild21
2 files changed, 16 insertions, 13 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog
index 42b1f7ed4da7..8572ecc62c27 100644
--- a/x11-plugins/wmmsg/ChangeLog
+++ b/x11-plugins/wmmsg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmmsg
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.10 2007/02/06 02:03:25 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.11 2008/01/12 00:38:39 coldwind Exp $
+
+ 12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org> wmmsg-1.0.ebuild:
+ Add libXpm to deps (#204539), change HOMEPAGE, SRC_URI, remove redundant
+ src_compile.
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
index 64dc4182c44f..29d84498b9ea 100644
--- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild
+++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.11 2006/01/24 23:28:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.12 2008/01/12 00:38:39 coldwind Exp $
-DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times"
-HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/"
-SRC_URI="http://taxiway.swapspace.net/~matt/wmmsg/${P}.tar.gz"
+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"
-S=${WORKDIR}/${PN}
+ media-libs/imlib2
+ x11-libs/libXpm"
+RDEPEND="${DEPEND}"
-src_compile() {
- econf || die "Configuration failed."
- emake || die "Compilation failed."
-}
+S=${WORKDIR}/${PN}
src_install() {
einstall || die "Installation failed."