summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-12-06 04:22:49 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-12-06 04:22:49 +0000
commitb9dba887aecd1a0be1c362ced46a37df19ff2a70 (patch)
tree1a4d24c1c24ef9adbdbc034b466eeda425d1d4ae /xfce-extra/xfce4-xfapplet
parentVersion bump for XFCE 4.4. (diff)
downloadhistorical-b9dba887aecd1a0be1c362ced46a37df19ff2a70.tar.gz
historical-b9dba887aecd1a0be1c362ced46a37df19ff2a70.tar.bz2
historical-b9dba887aecd1a0be1c362ced46a37df19ff2a70.zip
Initial import. See bug #143840.
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'xfce-extra/xfce4-xfapplet')
-rw-r--r--xfce-extra/xfce4-xfapplet/ChangeLog10
-rw-r--r--xfce-extra/xfce4-xfapplet/files/digest-xfce4-xfapplet-0.1.03
-rw-r--r--xfce-extra/xfce4-xfapplet/metadata.xml5
-rw-r--r--xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild15
4 files changed, 33 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-xfapplet/ChangeLog b/xfce-extra/xfce4-xfapplet/ChangeLog
new file mode 100644
index 000000000000..51efaa6c429e
--- /dev/null
+++ b/xfce-extra/xfce4-xfapplet/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for xfce-extra/xfce4-xfapplet
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/ChangeLog,v 1.1 2006/12/06 04:22:49 nichoj Exp $
+
+*xfce4-xfapplet-0.1.0 (10 Dec 2006)
+
+ 10 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
+ +xfce4-xfapplet-0.1.0.ebuild:
+ Initial import. See bug #143840.
+
diff --git a/xfce-extra/xfce4-xfapplet/files/digest-xfce4-xfapplet-0.1.0 b/xfce-extra/xfce4-xfapplet/files/digest-xfce4-xfapplet-0.1.0
new file mode 100644
index 000000000000..aa518d6bf5e0
--- /dev/null
+++ b/xfce-extra/xfce4-xfapplet/files/digest-xfce4-xfapplet-0.1.0
@@ -0,0 +1,3 @@
+MD5 6a06c44b18a97626f44a240ad3bc3244 xfce4-xfapplet-plugin-0.1.0.tar.bz2 285993
+RMD160 032960ee86c4aec510bc22268ec361995700d037 xfce4-xfapplet-plugin-0.1.0.tar.bz2 285993
+SHA256 6b42c0fb0c07089c04ded5eb255ab697af7e4d3c4f068957abef3562ce1b8920 xfce4-xfapplet-plugin-0.1.0.tar.bz2 285993
diff --git a/xfce-extra/xfce4-xfapplet/metadata.xml b/xfce-extra/xfce4-xfapplet/metadata.xml
new file mode 100644
index 000000000000..826e2ca93209
--- /dev/null
+++ b/xfce-extra/xfce4-xfapplet/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>xfce</herd>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild
new file mode 100644
index 000000000000..bb1528ba966f
--- /dev/null
+++ b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.1 2006/12/06 04:22:49 nichoj Exp $
+
+inherit xfce44
+
+xfce44_beta
+xfce44_goodies_panel_plugin
+
+DESCRIPTION="A panel plugin for using GNOME applets"
+KEYWORDS="~x86"
+RDEPEND=">=xfce-base/libxfce4util-4.3.90
+ >=gnome-base/orbit-2.12.5
+ gnome-base/gnome-panel"
+DEPEND="${RDEPEND}"