dev-perl/SGMLSpm: Add compatibility symlink, bug 582094
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 15 May 2016 18:49:33 +0000 (20:49 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 15 May 2016 18:50:49 +0000 (20:50 +0200)
Package-Manager: portage-2.2.28

dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild [moved from dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild with 82% similarity]

similarity index 82%
rename from dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
rename to dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
index ad5731703cf3f880daad956355d75a8a51e2d691..a0c8c03b86169dc1fe789698463a32f45d2f77ee 100644 (file)
@@ -5,7 +5,7 @@
 EAPI=6
 
 DIST_AUTHOR=RAAB
-inherit eutils perl-module
+inherit perl-module
 
 DESCRIPTION="Perl library for parsing the output of nsgmls"
 LICENSE="GPL-2+"
@@ -14,3 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
 IUSE=""
 
 DEPEND="dev-perl/Module-Build"
+
+src_install() {
+       perl-module_src_install
+       dosym sgmlspl.pl /usr/bin/sgmlspl
+}