diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-12-02 09:58:32 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-12-02 09:58:32 +0000 |
commit | 587af5bb556bb799efe13794ff2df9a54a918f18 (patch) | |
tree | 517bf63e2e7cf7111587b2d7bd5b3887476a06a0 /xfce-extra/xfce4-windowlist | |
parent | ~x86-fbsd keyword added (diff) | |
download | gentoo-2-587af5bb556bb799efe13794ff2df9a54a918f18.tar.gz gentoo-2-587af5bb556bb799efe13794ff2df9a54a918f18.tar.bz2 gentoo-2-587af5bb556bb799efe13794ff2df9a54a918f18.zip |
~x86-fbsd keyword added
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'xfce-extra/xfce4-windowlist')
4 files changed, 13 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-windowlist/ChangeLog b/xfce-extra/xfce4-windowlist/ChangeLog index 77e2da512ff2..db15456fc9be 100644 --- a/xfce-extra/xfce4-windowlist/ChangeLog +++ b/xfce-extra/xfce4-windowlist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-windowlist -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/ChangeLog,v 1.7 2005/10/18 15:33:28 agriffis Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/ChangeLog,v 1.8 2006/12/02 09:58:32 dev-zero Exp $ + + 02 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> + xfce4-windowlist-0.1.0-r2.ebuild: + ~x86-fbsd keyword added 18 Oct 2005; Aron Griffis <agriffis@gentoo.org> xfce4-windowlist-0.1.0-r1.ebuild: diff --git a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r1 b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r1 index cc3674db818d..da2cbe67b003 100644 --- a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r1 +++ b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r1 @@ -1 +1,3 @@ MD5 29b1a752003734c0b8171200dfafb733 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 +RMD160 e63fd2e284232bedca65a5238bdc1b9a5ae19949 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 +SHA256 da4f7c412528aff2e7d0edc63cb347ee6651134feb1192431f9955c6f11276e3 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 diff --git a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 index cc3674db818d..da2cbe67b003 100644 --- a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 +++ b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 @@ -1 +1,3 @@ MD5 29b1a752003734c0b8171200dfafb733 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 +RMD160 e63fd2e284232bedca65a5238bdc1b9a5ae19949 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 +SHA256 da4f7c412528aff2e7d0edc63cb347ee6651134feb1192431f9955c6f11276e3 xfce4-windowlist-plugin-0.1.0.tar.gz 301770 diff --git a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild index dd6387d8480c..57a47931fd04 100644 --- a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild +++ b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild,v 1.1 2005/10/06 18:08:13 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild,v 1.2 2006/12/02 09:58:32 dev-zero Exp $ inherit xfce42 DESCRIPTION="Xfce4 panel windowlist 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 S=${WORKDIR}/${MY_P/-${PV}/} |