summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-26 13:51:21 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-26 13:51:21 +0000
commit4d68a34a338231a71c70ba914598b55dff3feb9e (patch)
treea06c06320c49a969679241d4e67e034435fb66b8 /xfce-extra/xfce4-places
parentFixed spelling of Adam's last name in Changelog. (diff)
downloadhistorical-4d68a34a338231a71c70ba914598b55dff3feb9e.tar.gz
historical-4d68a34a338231a71c70ba914598b55dff3feb9e.tar.bz2
historical-4d68a34a338231a71c70ba914598b55dff3feb9e.zip
Fix test suite and unrestrict it
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'xfce-extra/xfce4-places')
-rw-r--r--xfce-extra/xfce4-places/ChangeLog6
-rw-r--r--xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild13
-rw-r--r--xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild13
3 files changed, 25 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-places/ChangeLog b/xfce-extra/xfce4-places/ChangeLog
index 498283424ee7..c084aa9e54d5 100644
--- a/xfce-extra/xfce4-places/ChangeLog
+++ b/xfce-extra/xfce4-places/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-places
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/ChangeLog,v 1.28 2007/10/14 16:18:43 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/ChangeLog,v 1.29 2007/10/26 13:44:05 angelos Exp $
+
+ 26 Oct 2007; Christoph Mende <angelos@gentoo.org>
+ xfce4-places-0.3.0.ebuild, xfce4-places-0.9.992.ebuild:
+ Fix test suite and unrestrict it
14 Oct 2007; Markus Rothe <corsair@gentoo.org> xfce4-places-0.3.0.ebuild:
Stable on ppc64; bug #195250
diff --git a/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild b/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild
index 73d71a0cbcc9..97e3afe9e384 100644
--- a/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild
+++ b/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild
@@ -1,20 +1,27 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild,v 1.9 2007/10/14 16:18:43 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/xfce4-places-0.3.0.ebuild,v 1.10 2007/10/26 13:44:05 angelos Exp $
-inherit xfce44
+inherit autotools xfce44
xfce44
DESCRIPTION="Rewrite of GNOME Places menu for panel"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
-RESTRICT="test"
RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
DEPEND="${RDEPEND}
dev-util/intltool"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "/^AC_INIT/s/places_version()/places_version/" configure.ac
+ eautoconf
+}
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
xfce44_goodies_panel_plugin
diff --git a/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild b/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild
index 3fa4df10dc05..853d20e77b2b 100644
--- a/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild
+++ b/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild
@@ -1,20 +1,27 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild,v 1.1 2007/09/16 07:59:05 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places/xfce4-places-0.9.992.ebuild,v 1.2 2007/10/26 13:44:05 angelos Exp $
-inherit xfce44
+inherit autotools xfce44
xfce44
DESCRIPTION="Places menu plug-in for panel, like GNOME's"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
-RESTRICT="test"
RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
DEPEND="${RDEPEND}
dev-util/intltool"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "/^AC_INIT/s/places_version()/places_version/" configure.ac
+ eautoconf
+}
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
xfce44_goodies_panel_plugin