summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-09 13:01:50 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-09 13:01:50 +0000
commit18e2db7b16a2911746bc308e0732e38b62e7bdba (patch)
treee8d01b5a34bf8e55d087aad940ee940f5ff6a843
parentexplicitly call phpize, not src_unpack (bug 220519) (diff)
downloadgentoo-2-18e2db7b16a2911746bc308e0732e38b62e7bdba.tar.gz
gentoo-2-18e2db7b16a2911746bc308e0732e38b62e7bdba.tar.bz2
gentoo-2-18e2db7b16a2911746bc308e0732e38b62e7bdba.zip
QA fixes for bug #220094
(Portage version: 2.1.4.4)
-rw-r--r--x11-misc/icets/ChangeLog7
-rw-r--r--x11-misc/icets/icets-1.4.ebuild13
2 files changed, 10 insertions, 10 deletions
diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog
index f88a0d055ef4..7a7a7d17612a 100644
--- a/x11-misc/icets/ChangeLog
+++ b/x11-misc/icets/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icets
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.22 2007/02/21 23:44:46 jokey Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.23 2008/05/09 13:01:50 phosphan Exp $
+
+ 09 May 2008; Patrick Kursawe <phosphan@gentoo.org> icets-1.4.ebuild:
+ QA fixes for bug #220094
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-misc/icets/icets-1.4.ebuild b/x11-misc/icets/icets-1.4.ebuild
index c32f14c3bcbb..48f9bbb57fa6 100644
--- a/x11-misc/icets/icets-1.4.ebuild
+++ b/x11-misc/icets/icets-1.4.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/icets/icets-1.4.ebuild,v 1.7 2006/02/27 06:53:13 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.8 2008/05/09 13:01:50 phosphan Exp $
DESCRIPTION="IceWM Theme Editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -17,7 +17,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
sed -e 's:/usr/local:/usr:g' -i ${PN}.cpp || die "sed failed"
echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
@@ -29,9 +29,6 @@ src_compile () {
}
src_install () {
- make INSTALL_ROOT="${D}" install || die
-
- rm -rf ${D}/usr/doc
- dohtml icets/docs/en/*.{html,sgml}
- dodoc AUTHORS COPYING ChangeLog README TODO
+ dobin icets
+ dodoc README AUTHORS
}