From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-1.0.ebuild ChangeLog
Date: Tue, 22 May 2012 13:26:18 +0000 (UTC) [thread overview]
Message-ID: <20120522132618.ADBC02004B@flycatcher.gentoo.org> (raw)
xmw 12/05/22 13:26:18
Modified: suspend-1.0.ebuild ChangeLog
Log:
Fix freetype[bzip2] link problem (bug 416955, thanks tokiclover)
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Revision Changes Path
1.4 sys-power/suspend/suspend-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild?r1=1.3&r2=1.4
Index: suspend-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suspend-1.0.ebuild 4 May 2012 07:36:59 -0000 1.3
+++ suspend-1.0.ebuild 22 May 2012 13:26:18 -0000 1.4
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.3 2012/05/04 07:36:59 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.4 2012/05/22 13:26:18 xmw Exp $
-EAPI=2
+EAPI=4
inherit autotools eutils
@@ -34,6 +34,8 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-errno.patch
+ epatch "${FILESDIR}"/${P}-bzip2.patch
+ eautoreconf
}
src_configure() {
@@ -42,12 +44,12 @@
--enable-compress \
$(use_enable crypt encrypt) \
$(use_enable fbsplash) \
- $(use_enable threads) \
- || die
+ $(use_enable threads)
}
src_install() {
- emake install DESTDIR="${D}" || die
+ dodir etc
+ emake DESTDIR="${D}" install
}
pkg_postinst() {
1.23 sys-power/suspend/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 4 May 2012 07:36:59 -0000 1.22
+++ ChangeLog 22 May 2012 13:26:18 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/suspend
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.22 2012/05/04 07:36:59 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.23 2012/05/22 13:26:18 xmw Exp $
+
+ 22 May 2012; Michael Weber <xmw@gentoo.org> suspend-1.0.ebuild,
+ +files/suspend-1.0-bzip2.patch:
+ Fix freetype[bzip2] link problem (bug 416955, thanks tokiclover)
04 May 2012; Jeff Horelick <jdhore@gentoo.org> suspend-0.8-r1.ebuild,
suspend-1.0.ebuild:
next reply other threads:[~2012-05-22 13:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 13:26 Michael Weber (xmw) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-11 11:02 [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-1.0.ebuild ChangeLog Agostino Sarubbo (ago)
2013-05-11 10:37 Agostino Sarubbo (ago)
2013-04-30 12:49 Michael Weber (xmw)
2011-05-05 21:42 Michael Weber (xmw)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120522132618.ADBC02004B@flycatcher.gentoo.org \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox