summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-03-03 17:48:02 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-03-03 17:48:02 +0000
commit856bf101d40975013e303bf34ca77bbc23b8eec9 (patch)
treec36e9ab819973ed5cc29cad726ea161201540b05 /xfce-extra
parentstable on sparc (Manifest recommit) (diff)
downloadgentoo-2-856bf101d40975013e303bf34ca77bbc23b8eec9.tar.gz
gentoo-2-856bf101d40975013e303bf34ca77bbc23b8eec9.tar.bz2
gentoo-2-856bf101d40975013e303bf34ca77bbc23b8eec9.zip
Version bump.
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-datetime/ChangeLog9
-rw-r--r--xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.01
-rw-r--r--xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild25
3 files changed, 33 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-datetime/ChangeLog b/xfce-extra/xfce4-datetime/ChangeLog
index a2d068bc4962..35e0e3706ecb 100644
--- a/xfce-extra/xfce4-datetime/ChangeLog
+++ b/xfce-extra/xfce4-datetime/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-datetime
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.1 2003/11/11 06:28:29 bcowan Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.2 2004/03/03 17:48:02 bcowan Exp $
+
+*xfce4-datetime-0.3.0 (03 Mar 2004)
+
+ 03 Mar 2004; Brad Cowan <bcowan@gentoo.org> xfce4-datetime-0.3.0.ebuild:
+ Version bump.
*xfce4-datetime-0.2 (09 Nov 2003)
diff --git a/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.0 b/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.0
new file mode 100644
index 000000000000..f66247c0e637
--- /dev/null
+++ b/xfce-extra/xfce4-datetime/files/digest-xfce4-datetime-0.3.0
@@ -0,0 +1 @@
+MD5 fec04ccaf62534143ec65935b93b8d19 xfce4-datetime-plugin-0.3.0.tar.gz 311700
diff --git a/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild
new file mode 100644
index 000000000000..75e4f37b7d9e
--- /dev/null
+++ b/xfce-extra/xfce4-datetime/xfce4-datetime-0.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/03/03 17:48:02 bcowan Exp $
+
+IUSE=""
+MY_P="${PN}-plugin-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Xfce4 panel plugin that displays date/time and small calendar"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2
+ xfce-base/xfce4-base"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL COPYING
+}