diff options
author | 2012-05-20 20:24:38 +0000 | |
---|---|---|
committer | 2012-05-20 20:24:38 +0000 | |
commit | d775cb76bbc5adb52303db5c8b6be378ff7a2ccd (patch) | |
tree | 278293d0a6959b01ac7916ed20e513d0c6746f9e /xfce-extra | |
parent | Fix ChangeLog for ago (diff) | |
download | historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.tar.gz historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.tar.bz2 historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.zip |
old
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-volman/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.6.1.ebuild | 39 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.7.1.ebuild | 39 | ||||
-rw-r--r-- | xfce-extra/tumbler/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/tumbler/tumbler-0.1.24.ebuild | 51 | ||||
-rw-r--r-- | xfce-extra/xfce4-power-manager/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-power-manager/xfce4-power-manager-1.0.11.ebuild | 62 | ||||
-rw-r--r-- | xfce-extra/xfce4-power-manager/xfce4-power-manager-1.1.0.ebuild | 60 |
8 files changed, 14 insertions, 254 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog index 057c6d5062d9..c65c34179761 100644 --- a/xfce-extra/thunar-volman/ChangeLog +++ b/xfce-extra/thunar-volman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-volman # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.74 2012/05/20 19:59:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.75 2012/05/20 20:22:43 ssuominen Exp $ + + 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> + -thunar-volman-0.6.1.ebuild, -thunar-volman-0.7.1.ebuild: + old 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-volman-0.8.0.ebuild: diff --git a/xfce-extra/thunar-volman/thunar-volman-0.6.1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.6.1.ebuild deleted file mode 100644 index 93af62464246..000000000000 --- a/xfce-extra/thunar-volman/thunar-volman-0.6.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.6.1.ebuild,v 1.2 2012/05/05 07:06:33 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Daemon that enforces volume-related policies" -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libnotify" - -COMMON_DEPEND=">=dev-libs/glib-2.18 - || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] ) - >=x11-libs/gtk+-2.14:2 - >=xfce-base/exo-0.6 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfconf-4.8 - libnotify? ( >=x11-libs/libnotify-0.7 )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.2[udev]" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(use_enable libnotify notifications) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} diff --git a/xfce-extra/thunar-volman/thunar-volman-0.7.1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.7.1.ebuild deleted file mode 100644 index 259be3858cf1..000000000000 --- a/xfce-extra/thunar-volman/thunar-volman-0.7.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.7.1.ebuild,v 1.2 2012/05/05 07:06:33 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Daemon that enforces volume-related policies" -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug libnotify" - -COMMON_DEPEND=">=dev-libs/glib-2.18 - || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] ) - >=x11-libs/gtk+-2.14:2 - >=xfce-base/exo-0.7 - >=xfce-base/libxfce4ui-4.9 - >=xfce-base/libxfce4util-4.9 - >=xfce-base/xfconf-4.9 - libnotify? ( >=x11-libs/libnotify-0.7 )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.3[udev]" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(use_enable libnotify notifications) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} diff --git a/xfce-extra/tumbler/ChangeLog b/xfce-extra/tumbler/ChangeLog index 7ee114e6d74c..af625d179224 100644 --- a/xfce-extra/tumbler/ChangeLog +++ b/xfce-extra/tumbler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/tumbler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.39 2012/05/20 19:59:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.40 2012/05/20 20:24:03 ssuominen Exp $ + + 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> -tumbler-0.1.24.ebuild: + old 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> tumbler-0.1.25.ebuild: ppc/ppc64 stable wrt #416233 diff --git a/xfce-extra/tumbler/tumbler-0.1.24.ebuild b/xfce-extra/tumbler/tumbler-0.1.24.ebuild deleted file mode 100644 index 4f647f499c61..000000000000 --- a/xfce-extra/tumbler/tumbler-0.1.24.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.24.ebuild,v 1.2 2012/05/05 07:06:29 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/thunar/" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg gstreamer jpeg odf pdf raw" - -COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.16 - media-libs/freetype:2 - >=media-libs/libpng-1.2:0 - >=sys-apps/dbus-1.4.16 - x11-libs/gdk-pixbuf:2 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.7 ) - gstreamer? ( - =media-libs/gstreamer-0.10* - =media-libs/gst-plugins-base-0.10* - ) - jpeg? ( virtual/jpeg ) - odf? ( >=gnome-extra/libgsf-1.14.20 ) - pdf? ( >=app-text/poppler-0.12.4[cairo] ) - raw? ( >=media-libs/libopenraw-0.0.8[gtk] )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.2" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(use_enable jpeg jpeg-thumbnailer) - $(use_enable ffmpeg ffmpeg-thumbnailer) - $(use_enable gstreamer gstreamer-thumbnailer) - $(use_enable odf odf-thumbnailer) - $(use_enable pdf poppler-thumbnailer) - $(use_enable raw raw-thumbnailer) - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-power-manager/ChangeLog b/xfce-extra/xfce4-power-manager/ChangeLog index f11689e091b8..e095345d1df4 100644 --- a/xfce-extra/xfce4-power-manager/ChangeLog +++ b/xfce-extra/xfce4-power-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-power-manager # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 1.51 2012/05/20 20:06:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 1.52 2012/05/20 20:24:38 ssuominen Exp $ + + 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-power-manager-1.0.11.ebuild, -xfce4-power-manager-1.1.0.ebuild: + old 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-power-manager-1.2.0.ebuild: diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.0.11.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.0.11.ebuild deleted file mode 100644 index 9544e8e9e91a..000000000000 --- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.0.11.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.0.11.ebuild,v 1.2 2012/05/05 07:19:57 mgorny Exp $ - -EAPI=4 -inherit flag-o-matic linux-info xfconf - -DESCRIPTION="Power manager for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug kernel_linux networkmanager policykit +xfce_plugins_brightness" - -COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.16 - sys-power/upower - >=x11-libs/gtk+-2.18:2 - >=x11-libs/libnotify-0.7 - >=x11-libs/libXrandr-1.2 - x11-libs/libX11 - x11-libs/libXext - >=xfce-base/xfconf-4.8 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - kernel_linux? ( sys-fs/udisks:0 ) - policykit? ( >=sys-auth/polkit-0.104-r1 ) - xfce_plugins_brightness? ( >=xfce-base/xfce4-panel-4.8 )" -RDEPEND="${COMMON_DEPEND} - networkmanager? ( net-misc/networkmanager )" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - x11-proto/xproto" - -pkg_setup() { - if use kernel_linux; then - CONFIG_CHECK="~TIMER_STATS" - linux-info_pkg_setup - fi - - PATCHES=( "${FILESDIR}"/${PN}-1.0.10-modifiers.patch ) - - XFCONF=( - $(use_enable policykit polkit) - --enable-dpms - $(use_enable networkmanager network-manager) - $(use_enable xfce_plugins_brightness panel-plugins) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_install() { - xfconf_src_install \ - docdir=/usr/share/doc/${PF}/html \ - imagesdir=/usr/share/doc/${PF}/html/images -} diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.1.0.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.1.0.ebuild deleted file mode 100644 index 6d406f3aa524..000000000000 --- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.1.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.1.0.ebuild,v 1.2 2012/05/05 07:19:57 mgorny Exp $ - -EAPI=4 -inherit flag-o-matic linux-info xfconf - -DESCRIPTION="Power manager for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug kernel_linux networkmanager policykit +xfce_plugins_brightness" - -COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.24 - sys-power/upower - >=x11-libs/gtk+-2.20:2 - >=x11-libs/libnotify-0.7 - >=x11-libs/libXrandr-1.2 - x11-libs/libX11 - x11-libs/libXext - >=xfce-base/xfconf-4.9.1 - >=xfce-base/libxfce4ui-4.9.2 - >=xfce-base/libxfce4util-4.9.1 - kernel_linux? ( sys-fs/udisks:0 ) - policykit? ( >=sys-auth/polkit-0.104-r1 ) - xfce_plugins_brightness? ( >=xfce-base/xfce4-panel-4.9.2 )" -RDEPEND="${COMMON_DEPEND} - networkmanager? ( net-misc/networkmanager )" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - x11-proto/xproto" - -pkg_setup() { - if use kernel_linux; then - CONFIG_CHECK="~TIMER_STATS" - linux-info_pkg_setup - fi - - XFCONF=( - $(use_enable policykit polkit) - --enable-dpms - $(use_enable networkmanager network-manager) - $(use_enable xfce_plugins_brightness panel-plugins) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_install() { - xfconf_src_install \ - docdir=/usr/share/doc/${PF}/html \ - imagesdir=/usr/share/doc/${PF}/html/images -} |