summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:05:39 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:05:39 +0000
commit851d92f1de5ccce1d2a39448edf915b680b4addb (patch)
treeac25d7fcd9aceafa798ff07af5ff35077ca23e24 /xfce-base/xfce4-panel
parentUpdate to Linux 2.6.27.4. Restore ordering of TCP options to work around brok... (diff)
downloadhistorical-851d92f1de5ccce1d2a39448edf915b680b4addb.tar.gz
historical-851d92f1de5ccce1d2a39448edf915b680b4addb.tar.bz2
historical-851d92f1de5ccce1d2a39448edf915b680b4addb.zip
Xfce-4.4.3 bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64
Diffstat (limited to 'xfce-base/xfce4-panel')
-rw-r--r--xfce-base/xfce4-panel/ChangeLog10
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild28
2 files changed, 36 insertions, 2 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog
index 83b665e6e57b..d5c8a501b392 100644
--- a/xfce-base/xfce4-panel/ChangeLog
+++ b/xfce-base/xfce4-panel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce4-panel
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.124 2007/12/17 18:38:34 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.125 2008/10/30 22:03:58 angelos Exp $
+
+*xfce4-panel-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce4-panel-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> xfce4-panel-4.4.2.ebuild:
Stable for HPPA (bug #201747).
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild
new file mode 100644
index 000000000000..8064976f9fee
--- /dev/null
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild,v 1.1 2008/10/30 22:03:58 angelos Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Panel"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-panel"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="debug doc startup-notification"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libSM
+ >=x11-libs/gtk+-2.6
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README README.Plugins"