diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:09:17 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:09:17 +0000 |
commit | 476afcae9c52744c73689c3f61a7f1395dabd2d9 (patch) | |
tree | e1e6496b0d3997e97ee0b4f278d483eb8dd38cd1 /xfce-extra/xfce4-windowlist | |
parent | Add dev-cpp/libherdstat for testing. (diff) | |
download | gentoo-2-476afcae9c52744c73689c3f61a7f1395dabd2d9.tar.gz gentoo-2-476afcae9c52744c73689c3f61a7f1395dabd2d9.tar.bz2 gentoo-2-476afcae9c52744c73689c3f61a7f1395dabd2d9.zip |
Xfce builds for new eclass and modular Xorg.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/xfce4-windowlist')
4 files changed, 22 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-windowlist/ChangeLog b/xfce-extra/xfce4-windowlist/ChangeLog index 451402ac597e..123c1d2132ce 100644 --- a/xfce-extra/xfce4-windowlist/ChangeLog +++ b/xfce-extra/xfce4-windowlist/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2005/07/07 01:19:54 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-windowlist/ChangeLog,v 1.6 2005/10/06 18:08:13 bcowan Exp $ + +*xfce4-windowlist-0.1.0-r2 (06 Oct 2005) + + 06 Oct 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-windowlist-0.1.0-r2.ebuild: + Xfce builds for new eclass and modular Xorg. 07 Jul 2005; Daniel Ostrow <dostrow@gentoo.org> xfce4-windowlist-0.1.0-r1.ebuild: diff --git a/xfce-extra/xfce4-windowlist/Manifest b/xfce-extra/xfce4-windowlist/Manifest index 87e055997239..8fa8a8591d94 100644 --- a/xfce-extra/xfce4-windowlist/Manifest +++ b/xfce-extra/xfce4-windowlist/Manifest @@ -1,4 +1,6 @@ -MD5 b6b020332a297c4ea7f58c9a691d2b5d ChangeLog 830 +MD5 0af60e4c4d7027389707f20fa02d03f2 xfce4-windowlist-0.1.0-r2.ebuild 421 +MD5 ee0541f4eb177835502707b463d1a2c5 ChangeLog 1003 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 bdae4719bd02f1491b879d87a846b584 xfce4-windowlist-0.1.0-r1.ebuild 419 MD5 ede2fb1d0a92f8c2aa944bb0134a181a files/digest-xfce4-windowlist-0.1.0-r1 81 +MD5 ede2fb1d0a92f8c2aa944bb0134a181a files/digest-xfce4-windowlist-0.1.0-r2 81 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 new file mode 100644 index 000000000000..cc3674db818d --- /dev/null +++ b/xfce-extra/xfce4-windowlist/files/digest-xfce4-windowlist-0.1.0-r2 @@ -0,0 +1 @@ +MD5 29b1a752003734c0b8171200dfafb733 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 new file mode 100644 index 000000000000..dd6387d8480c --- /dev/null +++ b/xfce-extra/xfce4-windowlist/xfce4-windowlist-0.1.0-r2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2005 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 $ + +inherit xfce42 + +DESCRIPTION="Xfce4 panel windowlist plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +goodies_plugin +S=${WORKDIR}/${MY_P/-${PV}/} |