summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2011-11-16 19:16:53 +0000
committerDaniel Pielmeier <billie@gentoo.org>2011-11-16 19:16:53 +0000
commite466b4ca6b229ef225bb20d989284496c581eac3 (patch)
tree73614375035b5ffe71e68bdf0249c8548d983256 /net-print
parentRestrict tests with Jython. Update HOMEPAGE and LICENSE. Patch by Arfrever. (diff)
downloadgentoo-2-e466b4ca6b229ef225bb20d989284496c581eac3.tar.gz
gentoo-2-e466b4ca6b229ef225bb20d989284496c581eac3.tar.bz2
gentoo-2-e466b4ca6b229ef225bb20d989284496c581eac3.zip
Remove hal fdi files. This fixes bug #389645. Thanks to i.Dark_Templar for the report.
(Portage version: 2.1.10.34/cvs/Linux i686)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/hplip/ChangeLog6
-rw-r--r--net-print/hplip/hplip-3.11.10-r1.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index f6bd064547df..12a424b97c21 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.201 2011/11/06 19:21:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.202 2011/11/16 19:16:53 billie Exp $
+
+ 16 Nov 2011; Daniel Pielmeier <billie@gentoo.org> hplip-3.11.10-r1.ebuild:
+ Remove hal fdi files. This fixes bug #389645. Thanks to i.Dark_Templar for
+ the report.
06 Nov 2011; Brent Baude <ranger@gentoo.org> hplip-3.11.10.ebuild:
Marking hplip-3.11.10 ppc for bug 388989
diff --git a/net-print/hplip/hplip-3.11.10-r1.ebuild b/net-print/hplip/hplip-3.11.10-r1.ebuild
index 99af6f7c5290..693200b5aadb 100644
--- a/net-print/hplip/hplip-3.11.10-r1.ebuild
+++ b/net-print/hplip/hplip-3.11.10-r1.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/net-print/hplip/hplip-3.11.10-r1.ebuild,v 1.2 2011/11/01 15:13:51 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.10-r1.ebuild,v 1.3 2011/11/16 19:16:53 billie Exp $
EAPI=4
@@ -246,6 +246,9 @@ src_install() {
rm -f "${D}"/usr/share/doc/hplip-3.11.10-r1/{copyright,README_LIBJPG,COPYING} || die
rmdir "${D}"/usr/share/doc/hplip-3.11.10-r1/ >/dev/null
+ # Remove hal fdi files
+ rm -rf "${D}"/usr/share/hal || die
+
find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die
}