diff options
author | 2012-05-22 10:54:08 +0000 | |
---|---|---|
committer | 2012-05-22 10:54:08 +0000 | |
commit | 7f9560c62ad2927b57265322ba30baec4dd16543 (patch) | |
tree | 13e901fb3582de68179e668e11c74083bb785ffe /xfce-extra/xfce4-cellmodem-plugin | |
parent | Add ~x86 wrt bug #410239 (diff) | |
download | historical-7f9560c62ad2927b57265322ba30baec4dd16543.tar.gz historical-7f9560c62ad2927b57265322ba30baec4dd16543.tar.bz2 historical-7f9560c62ad2927b57265322ba30baec4dd16543.zip |
Remove call to intltoolize within xfconf.eclass because autotools.eclass has the support now.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cellmodem-plugin')
-rw-r--r-- | xfce-extra/xfce4-cellmodem-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-cellmodem-plugin/ChangeLog b/xfce-extra/xfce4-cellmodem-plugin/ChangeLog index dde72a605799..72a93ba7fdc1 100644 --- a/xfce-extra/xfce4-cellmodem-plugin/ChangeLog +++ b/xfce-extra/xfce4-cellmodem-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-cellmodem-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.4 2012/05/05 07:11:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.5 2012/05/22 10:54:08 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-cellmodem-plugin-0.0.5.ebuild: + Remove call to intltoolize within xfconf.eclass because autotools.eclass has + the support now. 05 May 2012; Michał Górny <mgorny@gentoo.org> xfce4-cellmodem-plugin-0.0.5.ebuild: diff --git a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild index 6e7730b317d8..21584faaf524 100644 --- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild +++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.6 2012/05/05 07:11:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.7 2012/05/22 10:54:08 ssuominen Exp $ EAPI=4 EAUTORECONF=yes -EINTLTOOLIZE=yes inherit multilib xfconf DESCRIPTION="A panel plug-in with monitoring support for GPRS/UMTS(3G)/HSDPA(3.5G) modems" |