summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-03-10 06:53:55 +0000
committerSamuli Suominen <drac@gentoo.org>2007-03-10 06:53:55 +0000
commite4b43f95550a6553a4fd68846ef7616ee9804d60 (patch)
tree60de75ba587793f4ca9fceb0bcdd64c13f4d9548 /xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
parentHandle float->mpq conversion for floats larger than PLMAXINT. (diff)
downloadgentoo-2-e4b43f95550a6553a4fd68846ef7616ee9804d60.tar.gz
gentoo-2-e4b43f95550a6553a4fd68846ef7616ee9804d60.tar.bz2
gentoo-2-e4b43f95550a6553a4fd68846ef7616ee9804d60.zip
Porting to Modular X.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild')
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
index 94cd14fbd6f4..ba00352abbd6 100644
--- a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
+++ b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild,v 1.4 2005/10/18 15:23:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild,v 1.5 2007/03/10 06:53:55 drac Exp $
-GOODIES_PLUGIN=1
-
-inherit xfce4 eutils
+inherit xfce42 eutils
DESCRIPTION="Xfce4 panel sticky notes plugin"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+
+goodies_plugin
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/notes_applet.c.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/notes_applet.c.patch
}