diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2009-01-11 21:36:43 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2009-01-11 21:36:43 +0000 |
commit | 1d4271088b8c1e951d773c6a3f082d408a7aa12f (patch) | |
tree | c139bb637608a26d7cb3f5e411c13b8c35202ca0 /x11-misc | |
parent | amd64 stable, bug #254557 (diff) | |
download | historical-1d4271088b8c1e951d773c6a3f082d408a7aa12f.tar.gz historical-1d4271088b8c1e951d773c6a3f082d408a7aa12f.tar.bz2 historical-1d4271088b8c1e951d773c6a3f082d408a7aa12f.zip |
Bug #252097: Not stripping any more, actually compiling in src_compile.
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icebgset/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.3.ebuild | 9 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 83c7cbcb89e2..2eefd7d9c335 100644 --- a/x11-misc/icebgset/ChangeLog +++ b/x11-misc/icebgset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icebgset -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.20 2007/02/21 23:40:52 jokey Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.21 2009/01/11 21:36:43 phosphan Exp $ + + 11 Jan 2009; Patrick Kursawe <phosphan@gentoo.org> icebgset-1.3.ebuild: + Bug #252097: Not stripping any more, actually compiling in src_compile. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/icebgset/Manifest b/x11-misc/icebgset/Manifest index 521f0e08f618..5f38bc03e7a8 100644 --- a/x11-misc/icebgset/Manifest +++ b/x11-misc/icebgset/Manifest @@ -1,4 +1,4 @@ DIST icebgset-1.3.tar.bz2 11277 RMD160 6730101b1fb490243e8935d7fee03ab81a8ab8a3 SHA1 89f7beda8a507fece845461fb8a2b40b1cfe29ea SHA256 6e4090d35dc9117ae3563ca0d913da587ebe98497c2e19befd0a56f9b345d110 -EBUILD icebgset-1.3.ebuild 776 RMD160 10cfe486f2fe3912c0c89c9fd0564f26739be5b8 SHA1 f47abb5ed56368e61516e0a5ab9aedfaa19f7385 SHA256 69f0338da56125fadaab302eec3cb73c1b34300e5cf60169a242b183b6c45cfb -MISC ChangeLog 2423 RMD160 b403f8bd2304317ccd0aa0c235f2f0dda819bdb3 SHA1 048a38fe6a566334a3de2792b3f039d79463711b SHA256 20b6640ab09e5a7e125c6ae8bd2162d544599ffac1a444b1828f50da4f625965 +EBUILD icebgset-1.3.ebuild 762 RMD160 669cddfdeb63fa4c237210025c0db5f9fd4c9f7d SHA1 36f7c1bf459ee3ca65265fb80a859eeded854864 SHA256 b9bf155d0d00b53dcbf2c6c355820cadd454eea2614ffd3bd9926aa4dc3f9803 +MISC ChangeLog 2575 RMD160 dfbbf69586bfbe32559e1a8a1e4dafeca6621119 SHA1 f8e990439d1936d09d1e1a0e30a9353837718f32 SHA256 47a31d8d1e5e7cc0ad02f0eb028506b4fb27a46ec5b8857960a190e297e58ab5 MISC metadata.xml 224 RMD160 d646bef174a902fd1910871e794292c44f292052 SHA1 411f9bc454756fe51f5ff5033b73f91b0b07a204 SHA256 c2d7984543cf5a2770459f930dc78cbe0a220cb3297123dc108b225edc33a822 diff --git a/x11-misc/icebgset/icebgset-1.3.ebuild b/x11-misc/icebgset/icebgset-1.3.ebuild index a2e4297dd64f..9a3662ceb461 100644 --- a/x11-misc/icebgset/icebgset-1.3.ebuild +++ b/x11-misc/icebgset/icebgset-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.6 2006/02/27 06:55:17 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.7 2009/01/11 21:36:43 phosphan Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -21,9 +21,10 @@ src_unpack() { src_compile() { ${QTDIR}/bin/qmake || die + emake || die } src_install() { - make INSTALL_ROOT="${D}" install || die - dodoc AUTHORS ChangeLog README TODO + dobin icebgset + dodoc AUTHORS ChangeLog README } |