diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-28 22:21:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-28 22:21:31 +0000 |
commit | e1e03c5903dcd517282e67cc4f32372f31fe6121 (patch) | |
tree | 0ff4d1753eb6a80dc66fa337010ad09fbb350217 /sci-libs/linux-gpib | |
parent | Remove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff) | |
download | gentoo-2-e1e03c5903dcd517282e67cc4f32372f31fe6121.tar.gz gentoo-2-e1e03c5903dcd517282e67cc4f32372f31fe6121.tar.bz2 gentoo-2-e1e03c5903dcd517282e67cc4f32372f31fe6121.zip |
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-libs/linux-gpib')
-rw-r--r-- | sci-libs/linux-gpib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/linux-gpib/ChangeLog b/sci-libs/linux-gpib/ChangeLog index e177ad0b6f8b..7691519ae94a 100644 --- a/sci-libs/linux-gpib/ChangeLog +++ b/sci-libs/linux-gpib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/linux-gpib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.32 2014/11/19 19:47:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.33 2014/11/28 22:21:31 dilfridge Exp $ + + 28 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + linux-gpib-3.2.20-r1.ebuild: + Remove call to perl-module_pkg_postinst, does not do anything outside + perl-core 19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> linux-gpib-3.2.20-r1.ebuild: diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild index 1245ba306b51..38e22ea3b09d 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.7 2014/11/19 19:47:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.8 2014/11/28 22:21:31 dilfridge Exp $ EAPI=5 @@ -142,7 +142,6 @@ pkg_preinst () { pkg_postinst () { linux-mod_pkg_postinst - use perl && perl-module_pkg_postinst einfo "You need to run the 'gpib_config' utility to setup the driver before" einfo "you can use it. In order to do it automatically you can add to your" |