dev-perl/Sys-Virt: Minor cleanups
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 11 Apr 2016 22:50:20 +0000 (00:50 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 11 Apr 2016 22:54:10 +0000 (00:54 +0200)
Package-Manager: portage-2.2.28

dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild

index 298af34c2bfe6e89bf08cac30e35c7bfdb061bd4..e6280eb2e48bf919278ad5a1cbab87d87fcd67fa 100644 (file)
@@ -5,10 +5,9 @@
 EAPI=6
 
 DIST_AUTHOR=DANBERR
-DIST_VERSION=1.3.2
 inherit perl-module
 
-DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
+DESCRIPTION="API for using the libvirt library from Perl"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -25,10 +24,12 @@ DEPEND="${RDEPEND}
 src_compile() {
        MAKEOPTS+=" -j1" perl-module_src_compile
 }
+
 src_test() {
        perl_rm_files "t/010-pod-coverage.t" "t/005-pod.t" "t/015-changes.t"
        perl-module_src_test
 }
+
 src_install() {
        perl-module_src_install
        if use examples; then