summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-24 01:15:07 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-24 01:15:07 +0000
commiteb8067565ca49e158e17b4923e69ed78fb0ffafe (patch)
tree9312c55f35dcb007a8c312aa6920932cb0dbfbc8 /xfce-extra
parentamd64 stable, bug 187158 (diff)
downloadgentoo-2-eb8067565ca49e158e17b4923e69ed78fb0ffafe.tar.gz
gentoo-2-eb8067565ca49e158e17b4923e69ed78fb0ffafe.tar.bz2
gentoo-2-eb8067565ca49e158e17b4923e69ed78fb0ffafe.zip
Fix FEATURES=test and unrestrict it
(Portage version: 2.1.3.15)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-clipman/ChangeLog6
-rw-r--r--xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild15
2 files changed, 16 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog
index 32b93b531328..023c2dd2c8d4 100644
--- a/xfce-extra/xfce4-clipman/ChangeLog
+++ b/xfce-extra/xfce4-clipman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-clipman
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.34 2007/03/15 16:05:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.35 2007/10/24 01:15:07 angelos Exp $
+
+ 24 Oct 2007; Christoph Mende <angelos@gentoo.org>
+ xfce4-clipman-0.8.0.ebuild:
+ Fix FEATURES=test and unrestrict it
15 Mar 2007; Samuli Suominen <drac@gentoo.org> xfce4-clipman-0.8.0.ebuild:
RESTRICT="test" which is not supported by goodies upstream.
diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild
index dfd783866f4f..1c624cf9d4d2 100644
--- a/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild
+++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild
@@ -1,13 +1,20 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.11 2007/03/17 21:33:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.12 2007/10/24 01:15:07 angelos Exp $
-inherit xfce44
-
-RESTRICT="test"
+inherit xfce44 autotools
DESCRIPTION="Xfce4 panel clipboard manager plugin"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "/^AC_INIT/s/clipman_version()/clipman_version/" configure.in
+ echo "panel-plugin/clipman.desktop.in.in" >>po/POTFILES.skip
+ eautoconf
+}
+
xfce44
xfce44_goodies_panel_plugin