diff options
-rw-r--r-- | xfce-extra/xfce4-notes/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r2 | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild | 16 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r2.ebuild | 16 |
4 files changed, 13 insertions, 28 deletions
diff --git a/xfce-extra/xfce4-notes/ChangeLog b/xfce-extra/xfce4-notes/ChangeLog index 19b5701cfde6..2c5a3811661f 100644 --- a/xfce-extra/xfce4-notes/ChangeLog +++ b/xfce-extra/xfce4-notes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-notes # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.26 2007/03/09 18:34:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.27 2007/03/10 06:53:55 drac Exp $ + + 10 Mar 2007; Samuli Suominen <drac@gentoo.org> + xfce4-notes-0.10.0-r1.ebuild, -xfce4-notes-0.10.0-r2.ebuild: + Porting to Modular X. 09 Mar 2007; Jeroen Roovers <jer@gentoo.org> xfce4-notes-1.4.1.ebuild: Stable for HPPA (bug #169987). diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r2 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r2 deleted file mode 100644 index ecba4ca569ce..000000000000 --- a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3fe2a4ce0bf208138b8056dd1ca6ab74 xfce4-notes-plugin-0.10.0.tar.gz 327653 -RMD160 6eb18b34e865d0eb45f294d8e9193a1192aab141 xfce4-notes-plugin-0.10.0.tar.gz 327653 -SHA256 56c6348628b0f9ef76dd7289424b69e34f6cc531aeb0b9c34e336f2453772e1a xfce4-notes-plugin-0.10.0.tar.gz 327653 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 } diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r2.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r2.ebuild deleted file mode 100644 index 1bfbc555fc7d..000000000000 --- a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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-r2.ebuild,v 1.6 2007/03/03 14:09:25 nixnut Exp $ - -inherit xfce42 eutils - -DESCRIPTION="Xfce4 panel sticky notes plugin" -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 -} |