diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmpop3lb | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.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 896f73ef1387..fab426890858 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 1c4f176f4cfdc9b55df859c31287138b wmpop3lb-2.4.2.ebuild 768 +MD5 3113357b401dd06678b7de28a49f5e06 wmpop3lb-2.4.2.ebuild 729 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() { |