diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-11 10:47:49 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-11 10:47:49 +0000 |
commit | da431c0b875f00deca2d3731176d6a07d74e417b (patch) | |
tree | 9dc13fafeea6a3262ed8ef6a369115a36a6d12f7 /xfce-extra/xfce4-windowlist | |
parent | Porting old to Modular X. (diff) | |
download | gentoo-2-da431c0b875f00deca2d3731176d6a07d74e417b.tar.gz gentoo-2-da431c0b875f00deca2d3731176d6a07d74e417b.tar.bz2 gentoo-2-da431c0b875f00deca2d3731176d6a07d74e417b.zip |
Porting to Modular X.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra/xfce4-windowlist')
4 files changed, 12 insertions, 21 deletions
diff --git a/xfce-extra/xfce4-windowlist/ChangeLog b/xfce-extra/xfce4-windowlist/ChangeLog index f67573e40db3..e4116e81e35b 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/ChangeLog,v 1.12 2007/03/03 14:14:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/ChangeLog,v 1.13 2007/03/11 10:47:49 drac Exp $ + + 11 Mar 2007; Samuli Suominen <drac@gentoo.org> + xfce4-windowlist-0.1.0-r1.ebuild, -xfce4-windowlist-0.1.0-r2.ebuild: + Porting to Modular X. 03 Mar 2007; nixnut <nixnut@gentoo.org> xfce4-windowlist-0.1.0-r2.ebuild: Stable on ppc wrt bug 154314 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 deleted file mode 100644 index da2cbe67b003..000000000000 --- a/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 +++ /dev/null @@ -1,3 +0,0 @@ -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-r1.ebuild b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r1.ebuild index d38319e32891..c2a3f715aa22 100644 --- a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r1.ebuild +++ b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r1.ebuild @@ -1,11 +1,12 @@ -# 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-windowlist/xfce4-windowlist-0.1.0-r1.ebuild,v 1.7 2005/10/18 15:33:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r1.ebuild,v 1.8 2007/03/11 10:47:49 drac 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=1 -XFCE_S=${WORKDIR}/${MY_P/-${PV}/} +goodies_plugin -inherit xfce4 +S=${WORKDIR}/${MY_P/-${PV}/} 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 deleted file mode 100644 index 503e606e9826..000000000000 --- a/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild +++ /dev/null @@ -1,11 +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-windowlist/xfce4-windowlist-0.1.0-r2.ebuild,v 1.6 2007/03/03 14:14:59 nixnut Exp $ - -inherit xfce42 - -DESCRIPTION="Xfce4 panel windowlist plugin" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" - -goodies_plugin -S=${WORKDIR}/${MY_P/-${PV}/} |