diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-26 13:10:39 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-26 13:10:39 +0000 |
commit | a21bd6ce193703d8094c82c06ec93ac1a8da58fc (patch) | |
tree | 505ae3b3e11ee3589fbf63c2b6bd94c2f8918800 /xfce-extra | |
parent | Fixed multilib issues on amd64 (see bug #197019). (diff) | |
download | gentoo-2-a21bd6ce193703d8094c82c06ec93ac1a8da58fc.tar.gz gentoo-2-a21bd6ce193703d8094c82c06ec93ac1a8da58fc.tar.bz2 gentoo-2-a21bd6ce193703d8094c82c06ec93ac1a8da58fc.zip |
Fix test suite and unrestrict it
(Portage version: 2.1.3.16)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/notification-daemon-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 14 |
2 files changed, 15 insertions, 5 deletions
diff --git a/xfce-extra/notification-daemon-xfce/ChangeLog b/xfce-extra/notification-daemon-xfce/ChangeLog index 2745031b7405..f6340c030d4f 100644 --- a/xfce-extra/notification-daemon-xfce/ChangeLog +++ b/xfce-extra/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/notification-daemon-xfce # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.14 2007/09/01 16:53:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.15 2007/10/26 13:10:39 angelos Exp $ + + 26 Oct 2007; Christoph Mende <angelos@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + Fix test suite and unrestrict it 01 Sep 2007; nixnut <nixnut@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index c4a66e5ee7c1..324f4fc31986 100644 --- a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.14 2007/09/01 16:53:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.15 2007/10/26 13:10:39 angelos Exp $ -inherit xfce44 +inherit autotools xfce44 xfce44 @@ -13,8 +13,6 @@ SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="debug" -RESTRICT="test" - RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} @@ -30,4 +28,12 @@ DEPEND="${RDEPEND} XFCE_CONFIG="${XFCE_CONFIG} --enable-gradient-look --enable-mcs-plugin" +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i -e "/^AC_INIT/s/notification_daemon_version()/notification_daemon_version/" configure.in + eautoconf +} + DOCS="AUTHORS ChangeLog NEWS README" |