diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-27 06:51:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-27 06:51:44 +0000 |
commit | 42a2867648f5ff65a843bdf0c9fd8f7d1a7370f7 (patch) | |
tree | 1401bab2ab611f06ecf2b669fd42b596fb2d8c24 /x11-misc | |
parent | Install perl modules to vendor-dir. Remove .packlist file (#297589) (diff) | |
download | gentoo-2-42a2867648f5ff65a843bdf0c9fd8f7d1a7370f7.tar.gz gentoo-2-42a2867648f5ff65a843bdf0c9fd8f7d1a7370f7.tar.bz2 gentoo-2-42a2867648f5ff65a843bdf0c9fd8f7d1a7370f7.zip |
Install perl modules to vendor-dir. Remove .packlist file (#297507)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/adesklets/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/adesklets/adesklets-0.6.1-r1.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index e12146749b46..e485f05a04bc 100644 --- a/x11-misc/adesklets/ChangeLog +++ b/x11-misc/adesklets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/adesklets -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.40 2008/10/11 23:11:45 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.41 2010/05/27 06:51:44 tove Exp $ + + 27 May 2010; Torsten Veller <tove@gentoo.org> adesklets-0.6.1-r1.ebuild: + Install perl modules to vendor-dir. Remove .packlist file (#297507) 11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> adesklets-0.6.1-r1.ebuild: diff --git a/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild b/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild index ea94b12f9db6..90917294624a 100644 --- a/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild +++ b/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild,v 1.11 2009/05/05 18:26:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild,v 1.12 2010/05/27 06:51:44 tove Exp $ inherit eutils perl-module autotools @@ -82,7 +82,7 @@ src_install() { dodir usr/share/info dodir usr/share/man/man1 - make DESTDIR="${D}" install || die + make DESTDIR="${D}" INSTALLDIRS=vendor install || die doinfo doc/*.info || die "info page installation failed" doman doc/*.1 || die "man page installation failed" dodoc ChangeLog NEWS TODO AUTHORS @@ -93,7 +93,10 @@ src_install() { } # Fix for bug #142169 - use perl && fixlocalpod + if use perl ; then + perl_delete_localpod + perl_delete_packlist + fi } pkg_postinst() |