commit: 7f34b93bdef8bf3bed4852f9dff5fa97e2ea2509
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 18:49:33 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 15 18:50:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f34b93b
dev-perl/SGMLSpm: Add compatibility symlink, bug 582094
Package-Manager: portage-2.2.28
dev-perl/SGMLSpm/{SGMLSpm-1.1.ebuild => SGMLSpm-1.1-r1.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
similarity index 82%
rename from dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
rename to dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
index ad57317..a0c8c03 100644
--- a/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
@@ -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
+}