summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-09 12:54:52 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-09 12:54:52 +0000
commit8b31ce731ad923fd69328ea9c129655c447d37ce (patch)
tree39cc19d58dd614b079e85b536ab23d980828a49e /x11-misc/iceked
parentexplicitly call phpize, not src_unpack (bug 220519) (diff)
downloadgentoo-2-8b31ce731ad923fd69328ea9c129655c447d37ce.tar.gz
gentoo-2-8b31ce731ad923fd69328ea9c129655c447d37ce.tar.bz2
gentoo-2-8b31ce731ad923fd69328ea9c129655c447d37ce.zip
QA fixes for bug #220094
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/iceked')
-rw-r--r--x11-misc/iceked/ChangeLog7
-rw-r--r--x11-misc/iceked/iceked-1.5.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/iceked/ChangeLog b/x11-misc/iceked/ChangeLog
index 3c45af91b128..dda13037c47d 100644
--- a/x11-misc/iceked/ChangeLog
+++ b/x11-misc/iceked/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/iceked
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.16 2007/02/21 23:42:50 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.17 2008/05/09 12:54:52 phosphan Exp $
+
+ 09 May 2008; Patrick Kursawe <phosphan@gentoo.org> iceked-1.5.ebuild:
+ QA fixes for bug #220094
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-misc/iceked/iceked-1.5.ebuild b/x11-misc/iceked/iceked-1.5.ebuild
index cd4c08d447a2..52eb606ba68c 100644
--- a/x11-misc/iceked/iceked-1.5.ebuild
+++ b/x11-misc/iceked/iceked-1.5.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/iceked/iceked-1.5.ebuild,v 1.7 2007/07/13 05:09:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v 1.8 2008/05/09 12:54:52 phosphan Exp $
DESCRIPTION="IceWM keys editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -14,7 +14,7 @@ DEPEND="=x11-libs/qt-3*"
SLOT="0"
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}"
}
@@ -26,6 +26,6 @@ src_compile () {
}
src_install () {
- make INSTALL_ROOT="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
+ dobin iceked
+ dodoc AUTHORS ChangeLog
}