diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-04-11 07:25:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-04-11 07:25:16 +0000 |
commit | d02d9ee3c16c4e5fc04007579246f3075c7994fe (patch) | |
tree | 97e319451cfde5fec5febfd835293d4ba25d676e /x11-libs/libfm | |
parent | Updated for new boost 1.46 to force the older filesystem interface. (diff) | |
download | gentoo-2-d02d9ee3c16c4e5fc04007579246f3075c7994fe.tar.gz gentoo-2-d02d9ee3c16c4e5fc04007579246f3075c7994fe.tar.bz2 gentoo-2-d02d9ee3c16c4e5fc04007579246f3075c7994fe.zip |
Remove weird lines from the ebuild
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 51129afd488d..d035d9711cc0 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.35 2011/03/07 20:33:15 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.36 2011/04/11 07:25:16 hwoarang Exp $ + + 11 Apr 2011; Markos Chandras <hwoarang@gentoo.org> + libfm-0.1.15_pre20110216.ebuild: + Remove weird lines from the ebuild 07 Mar 2011; Tobias Klausmann <klausman@gentoo.org> libfm-0.1.12.ebuild: Keyworded on alpha, bug #330911 diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild index dd54565cb631..98441fe28352 100644 --- a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.4 2011/02/27 22:54:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.5 2011/04/11 07:25:16 hwoarang Exp $ EAPI=2 @@ -49,12 +49,6 @@ src_prepare() { fi intltoolize --force --copy --automake || die #disable unused translations. Bug #356029 - data/ui/app-chooser.ui - data/ui/ask-rename.ui - data/ui/exec-file.ui - data/ui/file-prop.ui - data/ui/preferred-apps.ui - data/ui/progress.ui for trans in app-chooser ask-rename exec-file file-prop preferred-apps \ progress;do echo "data/ui/"${trans}.ui >> po/POTFILES.in |