summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-05 10:15:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-05 10:15:09 +0000
commit878298b0488c8c238fe019670d7590ee815edf2c (patch)
treeb0a4359aca45c463cf72f4f9970468561713aa74 /x11-libs/libnotify
parentpin to old libnotify (diff)
downloadgentoo-2-878298b0488c8c238fe019670d7590ee815edf2c.tar.gz
gentoo-2-878298b0488c8c238fe019670d7590ee815edf2c.tar.bz2
gentoo-2-878298b0488c8c238fe019670d7590ee815edf2c.zip
Use copy of introspection.m4 from http://git.gnome.org/browse/gir-repository/plain/m4/introspection.m4 to pass autotools wrt #353136.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r--x11-libs/libnotify/ChangeLog7
-rw-r--r--x11-libs/libnotify/libnotify-0.7.1.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog
index 00a6560b809f..c93b20db74fa 100644
--- a/x11-libs/libnotify/ChangeLog
+++ b/x11-libs/libnotify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libnotify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.58 2011/01/29 12:59:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.59 2011/02/05 10:15:09 ssuominen Exp $
+
+ 05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libnotify-0.7.1.ebuild:
+ Use copy of introspection.m4 from
+ http://git.gnome.org/browse/gir-repository/plain/m4/introspection.m4 to pass
+ autotools wrt #353136.
29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libnotify-0.7.1.ebuild:
Remove useless libtool archive libnotify.la.
diff --git a/x11-libs/libnotify/libnotify-0.7.1.ebuild b/x11-libs/libnotify/libnotify-0.7.1.ebuild
index 3fd15773e047..cc4b8dfb79c1 100644
--- a/x11-libs/libnotify/libnotify-0.7.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.1.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.2 2011/01/29 12:59:42 ssuominen Exp $
-
-EAPI="3"
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.3 2011/02/05 10:15:09 ssuominen Exp $
+EAPI=3
inherit autotools eutils gnome.org
DESCRIPTION="Notifications library"
HOMEPAGE="http://www.galago-project.org/"
+SRC_URI="${SRC_URI}
+ http://dev.gentoo.org/~ssuominen/introspection-20110205.m4.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -33,7 +34,7 @@ src_prepare() {
# and make tests build only when needed
epatch "${FILESDIR}/${PN}-0.7.1-gtk3-tests.patch"
- eautoreconf
+ AT_M4DIR=${WORKDIR} eautoreconf
}
src_configure() {