diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 01:49:40 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 01:49:40 +0000 |
commit | 82c4ff4f5d07eaae4c080bf0f4d3042087f3c9be (patch) | |
tree | 1d2bf4b24b712054a96069bfb9ccdbb1540af4ba /xfce-extra/xfce4-datetime | |
parent | Update pie patches to fix order #72665. (Manifest recommit) (diff) | |
download | gentoo-2-82c4ff4f5d07eaae4c080bf0f4d3042087f3c9be.tar.gz gentoo-2-82c4ff4f5d07eaae4c080bf0f4d3042087f3c9be.tar.bz2 gentoo-2-82c4ff4f5d07eaae4c080bf0f4d3042087f3c9be.zip |
Updates for Xfce4 eclass.
Diffstat (limited to 'xfce-extra/xfce4-datetime')
5 files changed, 23 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-datetime/ChangeLog b/xfce-extra/xfce4-datetime/ChangeLog index d42607050e05..6e86946edf62 100644 --- a/xfce-extra/xfce4-datetime/ChangeLog +++ b/xfce-extra/xfce4-datetime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-datetime -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.5 2004/09/20 03:29:15 bcowan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.6 2005/01/07 01:49:40 bcowan Exp $ + +*xfce4-datetime-0.3.1-r1 (06 Jan 2005) + + 06 Jan 2005; Brad Cowan <bcowan@gentoo.org> + +xfce4-datetime-0.3.1-r1.ebuild: + Updated to use Xfce4 eclass. *xfce4-datetime-0.3.1 (19 Sep 2004) diff --git a/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.1-r1 b/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.1-r1 new file mode 100644 index 000000000000..23416e958fc5 --- /dev/null +++ b/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.1-r1 @@ -0,0 +1 @@ +MD5 92b7ebee7f0c8074f5cf590f77f676f2 xfce4-datetime-plugin-0.3.1.tar.gz 311941 diff --git a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild index 1c58f697b424..7a5c36219154 100644 --- a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild +++ b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild,v 1.7 2004/06/24 22:00:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild,v 1.8 2005/01/07 01:49:40 bcowan Exp $ IUSE="" MY_P="${PN}-plugin-${PV}" diff --git a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1-r1.ebuild b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1-r1.ebuild new file mode 100644 index 000000000000..4d9743d1ad31 --- /dev/null +++ b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1-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-datetime/xfce4-datetime-0.3.1-r1.ebuild,v 1.1 2005/01/07 01:49:40 bcowan Exp $ + +DESCRIPTION="Xfce4 panel plugin that displays date/time and small calendar" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64" + +GOODIES_PLUGIN=1 + +inherit xfce4
\ No newline at end of file diff --git a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild index a5d0026f2a2d..73d1c33c13ab 100644 --- a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild +++ b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild,v 1.1 2004/09/20 03:29:15 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.1.ebuild,v 1.2 2005/01/07 01:49:40 bcowan Exp $ IUSE="" MY_P="${PN}-plugin-${PV}" |