diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-14 13:05:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-14 13:05:13 +0000 |
commit | 70abae7264601bf04c8b64ba297883d48aaa8847 (patch) | |
tree | 6d8251a76f4c6da26b7ff1958508a17e38dc8a25 /xfce-extra/xfce4-notes | |
parent | Version bump thanks to Sander Bouwhuis <sanderb@gmail.com> in bug 98964, remo... (diff) | |
download | gentoo-2-70abae7264601bf04c8b64ba297883d48aaa8847.tar.gz gentoo-2-70abae7264601bf04c8b64ba297883d48aaa8847.tar.bz2 gentoo-2-70abae7264601bf04c8b64ba297883d48aaa8847.zip |
QA: Move inherit before DESCRIPTION
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'xfce-extra/xfce4-notes')
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild | 12 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild | 8 |
3 files changed, 15 insertions, 15 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 58e13883e9df..1a1e3cfbd371 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 # 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.1 2005/04/09 22:50:18 bcowan Exp $ - -DESCRIPTION="Xfce4 panel sticky notes plugin" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild,v 1.2 2005/07/14 13:05:13 swegener Exp $ GOODIES_PLUGIN=1 -inherit eutils xfce4 +inherit xfce4 eutils + +DESCRIPTION="Xfce4 panel sticky notes plugin" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/notes_applet.c.patch -}
\ No newline at end of file +} diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild index 33daba50e26a..b7b7324d9ab5 100644 --- a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild +++ b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 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.ebuild,v 1.6 2005/04/09 22:50:18 bcowan Exp $ - -DESCRIPTION="Xfce4 panel sticky notes plugin" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild,v 1.7 2005/07/14 13:05:13 swegener Exp $ GOODIES_PLUGIN=1 -inherit xfce4
\ No newline at end of file +inherit xfce4 + +DESCRIPTION="Xfce4 panel sticky notes plugin" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild index ac844498ed37..aed5b80ec418 100644 --- a/xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild +++ b/xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 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.9.7-r1.ebuild,v 1.2 2005/07/07 01:19:54 dostrow Exp $ - -DESCRIPTION="Xfce4 panel sticky notes plugin" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.9.7-r1.ebuild,v 1.3 2005/07/14 13:05:13 swegener Exp $ GOODIES_PLUGIN=1 inherit xfce4 + +DESCRIPTION="Xfce4 panel sticky notes plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" |