diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:26:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:26:45 +0000 |
commit | 373600db2726c051fc26bd3060d6f0e326b01f9c (patch) | |
tree | 0e4f1b6ab2e46eab5198674241e107ea327c1913 /xfce-extra/xfce4-diskperf-plugin | |
parent | old (diff) | |
download | gentoo-2-373600db2726c051fc26bd3060d6f0e326b01f9c.tar.gz gentoo-2-373600db2726c051fc26bd3060d6f0e326b01f9c.tar.bz2 gentoo-2-373600db2726c051fc26bd3060d6f0e326b01f9c.zip |
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
3 files changed, 6 insertions, 49 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/ChangeLog b/xfce-extra/xfce4-diskperf-plugin/ChangeLog index fa684cf27c52..95421cac77c4 100644 --- a/xfce-extra/xfce4-diskperf-plugin/ChangeLog +++ b/xfce-extra/xfce4-diskperf-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-diskperf-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.24 2012/07/14 13:08:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.25 2012/08/07 13:26:45 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-diskperf-plugin-2.3.0.ebuild, + -files/xfce4-diskperf-plugin-2.3.0-underlinking.patch: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-diskperf-plugin-2.5.3.ebuild: diff --git a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch deleted file mode 100644 index 35a1209c509e..000000000000 --- a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch +++ /dev/null @@ -1,21 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=7982 - -panel-plugin/main.c is using function round, so explicitely link against -lm. see below. - -/path/to/ld: xfce4_diskperf_plugin-main.o: undefined reference to symbol 'round@@GLIBC_2.2.5' -/path/to/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line -/lib64/libm.so.6: could not read symbols: Invalid operation -collect2: ld returned 1 exit status - ---- panel-plugin/Makefile.am -+++ panel-plugin/Makefile.am -@@ -25,7 +25,8 @@ - - xfce4_diskperf_plugin_LDADD= \ - $(LIBXFCE4PANEL_LIBS) \ -- $(LIBXFCEGUI4_LIBS) -+ $(LIBXFCEGUI4_LIBS) \ -+ -lm - - # - # Desktop file diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild deleted file mode 100644 index dcc7ad9fe0d7..000000000000 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild +++ /dev/null @@ -1,27 +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-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.10 2012/05/05 07:10:41 mgorny Exp $ - -EAPI=4 -EAUTORECONF=yes -inherit xfconf - -DESCRIPTION="Xfce's disk usage and performance panel plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/2.3/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} |