summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-08 13:07:27 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-08 13:07:27 +0000
commit1ed69967556bb6f74491f870cfd3686cc6196e69 (patch)
tree6813ab2a5987095c9f19f76922de28839e1394ee /x11-misc/icewoed
parentVersion bump (diff)
downloadhistorical-1ed69967556bb6f74491f870cfd3686cc6196e69.tar.gz
historical-1ed69967556bb6f74491f870cfd3686cc6196e69.tar.bz2
historical-1ed69967556bb6f74491f870cfd3686cc6196e69.zip
Avoiding pre-stripping of the binary, bug #220094
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r--x11-misc/icewoed/ChangeLog7
-rw-r--r--x11-misc/icewoed/Manifest4
-rw-r--r--x11-misc/icewoed/icewoed-1.8.ebuild11
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog
index 560470db4dc1..b024ac194c80 100644
--- a/x11-misc/icewoed/ChangeLog
+++ b/x11-misc/icewoed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icewoed
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.19 2007/02/21 23:46:13 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.20 2008/05/08 13:07:27 phosphan Exp $
+
+ 08 May 2008; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.8.ebuild:
+ Avoiding pre-stripping of the binary, bug #220094
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-misc/icewoed/Manifest b/x11-misc/icewoed/Manifest
index f02075b796b5..1b016aab6bc5 100644
--- a/x11-misc/icewoed/Manifest
+++ b/x11-misc/icewoed/Manifest
@@ -1,4 +1,4 @@
DIST icewoed-1.8.tar.bz2 21955 RMD160 51cf2873f005e8c74239b138d6e5b9f8a1505047 SHA1 ca58b5769c27ee587458c12c285e231b990c3da9 SHA256 9e7cd221165da16647ca706963a0fe63b05350ac1ea2cf5fc6a2736bd797af83
-EBUILD icewoed-1.8.ebuild 779 RMD160 7b337dd0f72136cdf64c88af4f49868fe94cabe5 SHA1 3ac57f265ccf977be509a305fabc7ccdbc6f3829 SHA256 0660063263f39e607a0fcd56d40a274b2f4109243f9e6c2edc8e8c5967b4975f
-MISC ChangeLog 2342 RMD160 adb09003460c0b85fe81cee89ccf8775f672fc3b SHA1 75d8bc96631ef49a9521444f125015a74de3469a SHA256 d1c850f3080755c1b1dc42fd5cdca9b3182b18c42b0c7a43050a29d83d9fba69
+EBUILD icewoed-1.8.ebuild 801 RMD160 b08aca77b47c90a7f3502900d9a1da1a4d190361 SHA1 1a76675ddec5b7116fdf165b88474a44c166c4bf SHA256 f306ea44995023291d99a2e81d428306cd3433be2b734ccb0c87ef9013d8aa6c
+MISC ChangeLog 2471 RMD160 ac86c699ec9284758e250b10a03238485d1b60be SHA1 49ed81902372796002ec4f1e8c014cc4d6cc60f2 SHA256 b132c004b7e4805ee5e0098718f769bac16ae9baee4d0545c21d92bd5977afcf
MISC metadata.xml 224 RMD160 d646bef174a902fd1910871e794292c44f292052 SHA1 411f9bc454756fe51f5ff5033b73f91b0b07a204 SHA256 c2d7984543cf5a2770459f930dc78cbe0a220cb3297123dc108b225edc33a822
diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild
index bab25a43e48a..1be29accc2f2 100644
--- a/x11-misc/icewoed/icewoed-1.8.ebuild
+++ b/x11-misc/icewoed/icewoed-1.8.ebuild
@@ -1,6 +1,6 @@
-# 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-misc/icewoed/icewoed-1.8.ebuild,v 1.6 2006/02/27 07:09:30 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.7 2008/05/08 13:07:27 phosphan Exp $
DESCRIPTION="IceWM winoptions editor."
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -15,16 +15,17 @@ KEYWORDS="x86 ppc ~amd64"
src_unpack () {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed'
echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
}
src_compile () {
- ${QTDIR}/bin/qmake || die
+ ${QTDIR}/bin/qmake || die "qmake failed"
+ emake || die "emake failed"
}
src_install () {
- make INSTALL_ROOT="${D}" install || die
+ dobin icewoed
dodoc AUTHORS README TODO ChangeLog
}