From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/cairo: cairo-0.12.4-r1.ebuild ChangeLog
Date: Thu, 5 Jun 2014 08:15:26 +0000 (UTC) [thread overview]
Message-ID: <20140605081526.F11F52004E@flycatcher.gentoo.org> (raw)
slyfox 14/06/05 08:15:26
Modified: cairo-0.12.4-r1.ebuild ChangeLog
Log:
Use unmodified 'gtk2hsTypeGen' (bug #512474 by Paweł Hajdan, Jr.).
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.8 dev-haskell/cairo/cairo-0.12.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild?r1=1.7&r2=1.8
Index: cairo-0.12.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cairo-0.12.4-r1.ebuild 2 Feb 2014 11:13:48 -0000 1.7
+++ cairo-0.12.4-r1.ebuild 5 Jun 2014 08:15:26 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild,v 1.7 2014/02/02 11:13:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.4-r1.ebuild,v 1.8 2014/06/05 08:15:26 slyfox Exp $
EAPI=5
@@ -29,17 +29,6 @@
>=dev-haskell/gtk2hs-buildtools-0.12.4:0=
virtual/pkgconfig"
-src_prepare() {
- sed -e "s@gtk2hsTypeGen@gtk2hsTypeGen${GTK_MAJ_VER}@" \
- -e "s@gtk2hsHookGenerator@gtk2hsHookGenerator${GTK_MAJ_VER}@" \
- -e "s@gtk2hsC2hs@gtk2hsC2hs${GTK_MAJ_VER}@" \
- -i "${S}/Gtk2HsSetup.hs" \
- || die "Could not change Gtk2HsSetup.hs for GTK+ slot 0"
- sed -e "s@gtk2hsC2hs@gtk2hsC2hs${GTK_MAJ_VER}@" \
- -i "${S}/${PN}.cabal" \
- || die "Could not change ${PN}.cabal for GTK+ slot 0"
-}
-
src_configure() {
# x11-libs/cairo seems to build pdf and ps by default
cabal_src_configure \
1.25 dev-haskell/cairo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cairo/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cairo/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 20 May 2014 13:29:01 -0000 1.24
+++ ChangeLog 5 Jun 2014 08:15:26 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/cairo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/ChangeLog,v 1.24 2014/05/20 13:29:01 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/ChangeLog,v 1.25 2014/06/05 08:15:26 slyfox Exp $
+
+ 05 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> cairo-0.12.4-r1.ebuild:
+ Use unmodified 'gtk2hsTypeGen' (bug #512474 by Paweł Hajdan, Jr.).
*cairo-0.12.5.3 (20 May 2014)
next reply other threads:[~2014-06-05 8:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 8:15 Sergei Trofimovich (slyfox) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-02 11:13 [gentoo-commits] gentoo-x86 commit in dev-haskell/cairo: cairo-0.12.4-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2014-01-19 10:44 Agostino Sarubbo (ago)
2014-01-19 10:42 Agostino Sarubbo (ago)
2013-12-07 19:33 Pacho Ramos (pacho)
2013-11-24 13:00 Pacho Ramos (pacho)
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=20140605081526.F11F52004E@flycatcher.gentoo.org \
--to=slyfox@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