diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 22:50:14 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 22:50:14 +0000 |
commit | 8059d08912cc84f60f287c97a6fe624d6a105316 (patch) | |
tree | 121fd42d3789087ef3be015e9099d1d3948bd8d0 /media-sound/lltag | |
parent | Version bump, security bug #524560. Add missing deps in icedtea-bin:6, bug #5... (diff) | |
download | gentoo-2-8059d08912cc84f60f287c97a6fe624d6a105316.tar.gz gentoo-2-8059d08912cc84f60f287c97a6fe624d6a105316.tar.bz2 gentoo-2-8059d08912cc84f60f287c97a6fe624d6a105316.zip |
Replace fixlocalpod with perl_delete_localpod
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'media-sound/lltag')
-rw-r--r-- | media-sound/lltag/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lltag/lltag-0.14.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/lltag/ChangeLog b/media-sound/lltag/ChangeLog index 9dad912c3910..192fa9944eaf 100644 --- a/media-sound/lltag/ChangeLog +++ b/media-sound/lltag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lltag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.24 2014/07/27 17:06:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.25 2014/11/16 22:50:14 dilfridge Exp $ + + 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + lltag-0.14.4-r1.ebuild: + Replace fixlocalpod with perl_delete_localpod 27 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> -files/lltag-0.14.2-manpage.patch, -lltag-0.14.2.ebuild: diff --git a/media-sound/lltag/lltag-0.14.4-r1.ebuild b/media-sound/lltag/lltag-0.14.4-r1.ebuild index 8e31857e0654..7ce0d49c5bce 100644 --- a/media-sound/lltag/lltag-0.14.4-r1.ebuild +++ b/media-sound/lltag/lltag-0.14.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.4-r1.ebuild,v 1.1 2013/09/02 14:52:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.4-r1.ebuild,v 1.2 2014/11/16 22:50:14 dilfridge Exp $ EAPI=5 inherit perl-module @@ -39,7 +39,7 @@ src_compile() { src_install() { emake "${mylltagopts[@]}" install{,-doc,-man} dodoc Changes - fixlocalpod + perl_delete_localpod # Move config to recommended location mv "${D}usr/share/doc/${PF}"/config "${D}"etc/lltag/ || die } |