diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-06 21:41:51 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-06 21:41:51 +0000 |
commit | b029c83d1304f16d9a3237e9ad76a50efcff0763 (patch) | |
tree | 0fac6f344f6a2f76b37f6a8fd2e4124cbc009837 /xfce-extra/xfce4-toys | |
parent | - initial commit of testing ppc hardened profile (diff) | |
download | historical-b029c83d1304f16d9a3237e9ad76a50efcff0763.tar.gz historical-b029c83d1304f16d9a3237e9ad76a50efcff0763.tar.bz2 historical-b029c83d1304f16d9a3237e9ad76a50efcff0763.zip |
Updated to use Xfce4 eclass.
Diffstat (limited to 'xfce-extra/xfce4-toys')
-rw-r--r-- | xfce-extra/xfce4-toys/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.3-r1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.1.99.3-r1.ebuild | 10 |
3 files changed, 18 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-toys/ChangeLog b/xfce-extra/xfce4-toys/ChangeLog index e55253e23040..13a7afb43f82 100644 --- a/xfce-extra/xfce4-toys/ChangeLog +++ b/xfce-extra/xfce4-toys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-toys # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.40 2005/01/03 01:31:40 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.41 2005/01/06 21:38:49 bcowan Exp $ + +*xfce4-toys-4.1.99.3-r1 (06 Jan 2005) + + 06 Jan 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-toys-4.1.99.3-r1.ebuild: + Updated to use Xfce4 eclass. 03 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.3-r1 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.3-r1 new file mode 100644 index 000000000000..4067760b81b4 --- /dev/null +++ b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.3-r1 @@ -0,0 +1 @@ +MD5 01322f121935bc065097ca597ec5c502 xfce4-toys-4.1.99.3.tar.gz 403642 diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.3-r1.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.3-r1.ebuild new file mode 100644 index 000000000000..4fa48ab9d245 --- /dev/null +++ b/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.3-r1.ebuild @@ -0,0 +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-toys/xfce4-toys-4.1.99.3-r1.ebuild,v 1.1 2005/01/06 21:38:49 bcowan Exp $ + +DESCRIPTION="Xfce 4 panel toys plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +XFCE_RDEPEND=">=xfce-base/xfce4-panel-${PV}-r1" + +inherit xfce4
\ No newline at end of file |