summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-09 13:05:32 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-09 13:05:32 +0000
commit699ee587ca78a62e5dbd563b813286c8af875957 (patch)
tree9e4768df1a1e6564ceb79fad556acce828df6407 /x11-misc
parenthopefully fixing bug 220519 (libtool-related php extension b0rkage) (diff)
downloadgentoo-2-699ee587ca78a62e5dbd563b813286c8af875957.tar.gz
gentoo-2-699ee587ca78a62e5dbd563b813286c8af875957.tar.bz2
gentoo-2-699ee587ca78a62e5dbd563b813286c8af875957.zip
QA fixes for bug #220094
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icemc/ChangeLog7
-rw-r--r--x11-misc/icemc/icemc-2.1-r1.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog
index 197fc3e1b356..757592abf417 100644
--- a/x11-misc/icemc/ChangeLog
+++ b/x11-misc/icemc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icemc
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.24 2007/02/09 06:20:30 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.25 2008/05/09 13:05:32 phosphan Exp $
+
+ 09 May 2008; Patrick Kursawe <phosphan@gentoo.org> icemc-2.1-r1.ebuild:
+ QA fixes for bug #220094
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild
index 312d3f6d6998..d70e0b9466f6 100644
--- a/x11-misc/icemc/icemc-2.1-r1.ebuild
+++ b/x11-misc/icemc/icemc-2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/icemc/icemc-2.1-r1.ebuild,v 1.5 2005/07/27 13:15:42 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.6 2008/05/09 13:05:32 phosphan Exp $
DESCRIPTION="IceWM menu/toolbar editor"
HOMEPAGE="http://icecc.sourceforge.net/"
@@ -13,7 +13,7 @@ DEPEND="=x11-libs/qt-3*"
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}"
}
@@ -25,6 +25,6 @@ src_compile() {
}
src_install() {
- make INSTALL_ROOT="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
+ dobin icemc
+ dodoc AUTHORS ChangeLog
}