diff options
author | Akinori Hattori <hattya@gentoo.org> | 2009-08-16 07:27:42 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2009-08-16 07:27:42 +0000 |
commit | 50f0e95dd9607ed87200a32b5ddf1fe68a9b3eaf (patch) | |
tree | aa1ccd4135f8fe9cb50608183ddd3034ff27b7b2 /media-libs/compface | |
parent | fixes bug #276896. (diff) | |
download | gentoo-2-50f0e95dd9607ed87200a32b5ddf1fe68a9b3eaf.tar.gz gentoo-2-50f0e95dd9607ed87200a32b5ddf1fe68a9b3eaf.tar.bz2 gentoo-2-50f0e95dd9607ed87200a32b5ddf1fe68a9b3eaf.zip |
cleanup.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/compface/compface-1.5.2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/compface/ChangeLog b/media-libs/compface/ChangeLog index f411f50a136a..06be4a20a761 100644 --- a/media-libs/compface/ChangeLog +++ b/media-libs/compface/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/compface -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.42 2007/08/29 17:11:41 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.43 2009/08/16 07:27:42 hattya Exp $ + + 16 Aug 2009; Akinori Hattori <hattya@gentoo.org> compface-1.5.2.ebuild: + cleanup. 29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing bcowan from metadata due to his retirement (see #133108 for diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild index 941ad180319a..c706699b609e 100644 --- a/media-libs/compface/compface-1.5.2.ebuild +++ b/media-libs/compface/compface-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.11 2007/07/08 16:46:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.12 2009/08/16 07:27:42 hattya Exp $ inherit eutils @@ -21,7 +21,8 @@ src_unpack() { epatch "${FILESDIR}"/${P}-destdir.diff - sed -i -e '/strip/d' "${S}/Makefile.in" + sed -i -e '/strip/d' Makefile.in || die + } src_install() { |