diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-05 07:25:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-05 07:25:53 +0000 |
commit | 2d169806b4ee12f2e331b9302fc456df868aa163 (patch) | |
tree | af72e29fd1139336f4bd32c25d7a6344f0239c6e /dev-perl | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-2d169806b4ee12f2e331b9302fc456df868aa163.tar.gz gentoo-2-2d169806b4ee12f2e331b9302fc456df868aa163.tar.bz2 gentoo-2-2d169806b4ee12f2e331b9302fc456df868aa163.zip |
Explicitly inherit eutils for domenu
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Panotools-Script/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Panotools-Script/ChangeLog b/dev-perl/Panotools-Script/ChangeLog index d67aae448d68..d1ff6c520c66 100644 --- a/dev-perl/Panotools-Script/ChangeLog +++ b/dev-perl/Panotools-Script/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Panotools-Script # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.11 2012/09/05 07:20:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.12 2012/09/05 07:25:53 tove Exp $ + + 05 Sep 2012; Torsten Veller <tove@gentoo.org> + Panotools-Script-0.270.0.ebuild: + Inherit eutils for domenu 05 Sep 2012; Justin Lecher <jlec@gentoo.org> Panotools-Script-0.270.0.ebuild: Use domenu instead insinto + doins to install .desktop files diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild index 930237dacdfe..4b0034f4123b 100644 --- a/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild +++ b/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild,v 1.2 2012/09/05 07:20:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.270.0.ebuild,v 1.3 2012/09/05 07:25:53 tove Exp $ EAPI=4 MODULE_AUTHOR=BPOSTLE MODULE_VERSION=0.27 -inherit perl-module +inherit eutils perl-module DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" |