summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-15 20:49:33 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-15 20:50:49 +0200
commit7f34b93bdef8bf3bed4852f9dff5fa97e2ea2509 (patch)
tree361032e87aceb9fbf1155afa515b2eaaefd2f2ea /dev-perl
parentdev-util/bustle: amd64/x86 stable, bug #563090 (diff)
downloadgentoo-7f34b93bdef8bf3bed4852f9dff5fa97e2ea2509.tar.gz
gentoo-7f34b93bdef8bf3bed4852f9dff5fa97e2ea2509.tar.bz2
gentoo-7f34b93bdef8bf3bed4852f9dff5fa97e2ea2509.zip
dev-perl/SGMLSpm: Add compatibility symlink, bug 582094
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild (renamed from dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild)7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
index ad5731703cf3..a0c8c03b8616 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
+}