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/wmpop3lb | |
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/wmpop3lb')
-rw-r--r-- | x11-plugins/wmpop3lb/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-plugins/wmpop3lb/Manifest b/x11-plugins/wmpop3lb/Manifest index fab426890858..298e1b5fc1d8 100644 --- a/x11-plugins/wmpop3lb/Manifest +++ b/x11-plugins/wmpop3lb/Manifest @@ -1,4 +1,4 @@ MD5 d2bab68a9e44acddcaec1ebece0f674b ChangeLog 509 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 -MD5 3113357b401dd06678b7de28a49f5e06 wmpop3lb-2.4.2.ebuild 729 +MD5 7748ce896d776842419105fc4acd34c4 wmpop3lb-2.4.2.ebuild 725 MD5 404dcd51efee01978f6bbb6c0c9b551a files/digest-wmpop3lb-2.4.2 64 diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild index cb83bd13f7ef..e40808c85539 100644 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.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/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.6 2004/01/04 18:36:48 aliz Exp $ IUSE="" @@ -17,11 +17,9 @@ KEYWORDS="x86 amd64" DEPEND="virtual/x11" src_unpack() { - unpack ${A} - cd ${S}/wmpop3 + unpack ${A} ; cd ${S}/wmpop3 - mv Makefile Makefile.orig - sed -e "s:-g2 -D_DEBUG:${CFLAGS}:" Makefile.orig > Makefile + sed -i -e "s:-g2 -D_DEBUG:${CFLAGS}:" Makefile } src_compile() { |