diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
commit | 905104477894dc17ff4df7f9d24c59ed70b27694 (patch) | |
tree | 96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/wmpop3 | |
parent | Various epatch sed and cosmetic changes (diff) | |
download | gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2 gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r-- | x11-plugins/wmpop3/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-plugins/wmpop3/Manifest b/x11-plugins/wmpop3/Manifest index 372782b62068..93edd0d686bb 100644 --- a/x11-plugins/wmpop3/Manifest +++ b/x11-plugins/wmpop3/Manifest @@ -1,4 +1,4 @@ -MD5 9d5628713b070bcc312a59fe24df1d4c wmpop3-0.5.6a.ebuild 744 +MD5 b18a1e01c079bbed689f0b22a3cfbc50 wmpop3-0.5.6a.ebuild 740 MD5 2e710d9d1315a3f22e768778c73dee56 ChangeLog 399 MD5 9362c6a41686d727403c7fd475848030 metadata.xml 348 MD5 06730c3f388b183dae3acbe476682f91 files/digest-wmpop3-0.5.6a 64 diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild index 4a8f92783a44..3468ab40b751 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a.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/wmpop3/wmpop3-0.5.6a.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" @@ -15,10 +15,8 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_unpack() { - unpack ${A} - cd ${S}/wmpop3 - mv Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile + unpack ${A} ; cd ${S}/wmpop3 + sed -i -e "s:-O2:${CFLAGS}:" Makefile } src_compile() { |