Initial import. See bug #143840.
authorJoshua Nichols <nichoj@gentoo.org>
Wed, 6 Dec 2006 04:22:49 +0000 (04:22 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Wed, 6 Dec 2006 04:22:49 +0000 (04:22 +0000)
Package-Manager: portage-2.1.2_rc2-r5

xfce-extra/xfce4-xfapplet/ChangeLog [new file with mode: 0644]
xfce-extra/xfce4-xfapplet/files/digest-xfce4-xfapplet-0.1.0 [new file with mode: 0644]
xfce-extra/xfce4-xfapplet/metadata.xml [new file with mode: 0644]
xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild [new file with mode: 0644]

diff --git a/xfce-extra/xfce4-xfapplet/ChangeLog b/xfce-extra/xfce4-xfapplet/ChangeLog
new file mode 100644 (file)
index 0000000..51efaa6
--- /dev/null
@@ -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 (file)
index 0000000..aa518d6
--- /dev/null
@@ -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 (file)
index 0000000..826e2ca
--- /dev/null
@@ -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 (file)
index 0000000..bb1528b
--- /dev/null
@@ -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}"