diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-18 06:41:14 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-18 06:41:14 +0000 |
commit | 2db27b883ab6595e104336b478495730c0cf52e7 (patch) | |
tree | 264918b299ef2d7fb1c90496bf775ae2cd2648ea /xfce-base/xfce-mcs-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-2db27b883ab6595e104336b478495730c0cf52e7.tar.gz gentoo-2-2db27b883ab6595e104336b478495730c0cf52e7.tar.bz2 gentoo-2-2db27b883ab6595e104336b478495730c0cf52e7.zip |
Version bump.
(Portage version: 2.1.3.19)
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
4 files changed, 50 insertions, 3 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index 6fb5514b9a3d..4a245f90aa32 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce-mcs-plugins # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.107 2007/10/14 16:14:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.108 2007/11/18 06:41:13 drac Exp $ + +*xfce-mcs-plugins-4.4.2 (18 Nov 2007) + + 18 Nov 2007; Samuli Suominen <drac@gentoo.org> + +xfce-mcs-plugins-4.4.2.ebuild: + Version bump. 14 Oct 2007; Markus Rothe <corsair@gentoo.org> xfce-mcs-plugins-4.4.1-r1.ebuild: diff --git a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.2 b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.2 new file mode 100644 index 000000000000..05ef086cce1a --- /dev/null +++ b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.2 @@ -0,0 +1,3 @@ +MD5 77fcc929058de530d4f91eb25de851a1 xfce-mcs-plugins-4.4.2.tar.bz2 811156 +RMD160 4a32448ba52fca491fe398948f5f85e210333868 xfce-mcs-plugins-4.4.2.tar.bz2 811156 +SHA256 e16610264256248bfd8ca227c7861000abf0c323611ad34913b06c41af0c9be5 xfce-mcs-plugins-4.4.2.tar.bz2 811156 diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild index a681d23cb6b2..31cebd27ec6e 100644 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild,v 1.11 2007/06/07 18:25:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild,v 1.12 2007/11/18 06:41:13 drac Exp $ inherit xfce44 @@ -8,7 +8,7 @@ XFCE_VERSION=4.4.1 xfce44 DESCRIPTION="Setting plugins" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="mips" IUSE="debug" diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.2.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.2.ebuild new file mode 100644 index 000000000000..6e5dc71a8314 --- /dev/null +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.2.ebuild,v 1.1 2007/11/18 06:41:13 drac Exp $ + +inherit xfce44 + +XFCE_VERSION=4.4.2 +xfce44 + +DESCRIPTION="Setting plugins" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="debug" + +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXxf86misc + x11-libs/libXxf86vm + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + x11-apps/xrdb" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext + dev-util/intltool" + +XFCE_CONFIG="${XFCE_CONFIG} --enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" + +DOCS="AUTHORS ChangeLog NEWS README" + +xfce44_core_package |