diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-12 22:28:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-12 22:28:42 +0000 |
commit | 07f17f0a07169337ab98bba0ae2064ed6082ffcb (patch) | |
tree | 8a993f3692d281c50c5d85058d971c9397924861 /x11-plugins/wmupmon | |
parent | fix Header (diff) | |
download | gentoo-2-07f17f0a07169337ab98bba0ae2064ed6082ffcb.tar.gz gentoo-2-07f17f0a07169337ab98bba0ae2064ed6082ffcb.tar.bz2 gentoo-2-07f17f0a07169337ab98bba0ae2064ed6082ffcb.zip |
Digest fix0r
Diffstat (limited to 'x11-plugins/wmupmon')
-rw-r--r-- | x11-plugins/wmupmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmupmon/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog index 282aa6400181..27ecbf9a892e 100644 --- a/x11-plugins/wmupmon/ChangeLog +++ b/x11-plugins/wmupmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmupmon # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.1 2003/06/06 22:52:39 robh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.2 2003/06/12 22:27:06 seemant Exp $ + + 12 Jun 2003; Seemant Kulleen <seemant@gentoo.org> wmupmon-0.1.1a.ebuild: + xpm is provided by xfree *wmupmon-0.1.1a (06 Jun 2003) diff --git a/x11-plugins/wmupmon/Manifest b/x11-plugins/wmupmon/Manifest index 8b39dca561ee..6f2fb0d7ad09 100644 --- a/x11-plugins/wmupmon/Manifest +++ b/x11-plugins/wmupmon/Manifest @@ -1,3 +1,3 @@ -MD5 5cd5dd3b4363c2b4d21eaf35486121e9 ChangeLog 467 -MD5 b3428b9d153df7fba3b912fe78ef61be wmupmon-0.1.1a.ebuild 928 +MD5 664536463a5e914fc54ef616fa6e4ae4 ChangeLog 573 +MD5 cc7522a43a19fa1fa6942d2bee8f02c3 wmupmon-0.1.1a.ebuild 916 MD5 b610db91de3c6cdf44fa50701b321445 files/digest-wmupmon-0.1.1a 67 diff --git a/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild index cf6381706a4b..82da7af265d2 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild,v 1.1 2003/06/06 22:52:39 robh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.1a.ebuild,v 1.2 2003/06/12 22:27:06 seemant Exp $ S=${WORKDIR}/${P} @@ -15,8 +15,8 @@ IUSE="" DEPEND="sys-devel/automake sys-devel/autoconf - virtual/x11 - media-libs/xpm" + virtual/x11" + src_compile() { |