aboutsummaryrefslogtreecommitdiff
path: root/dev-perl
diff options
context:
space:
mode:
authorng0 <ng0@we.make.ritual.n0.is>2016-07-18 10:50:21 +0000
committerng0 <ng0@we.make.ritual.n0.is>2016-07-18 10:50:21 +0000
commit7938d9e8fafbf1355e2c050be5ac287285b54ffa (patch)
tree3a5030fa196c4e59c7eb3c23c2bab684c9c6d02a /dev-perl
parent57a85c2b323d9101e3f0feb27b83ace409787318 (diff)
downloadyoubroketheinternet-overlay-7938d9e8fafbf1355e2c050be5ac287285b54ffa.tar.gz
youbroketheinternet-overlay-7938d9e8fafbf1355e2c050be5ac287285b54ffa.zip
dev-perl: Net-PSYC (20160701): Install the psyicon file
to make psycion work.
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-PSYC/Net-PSYC-20160701.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Net-PSYC/Net-PSYC-20160701.ebuild b/dev-perl/Net-PSYC/Net-PSYC-20160701.ebuild
index a7a4f6e..c787ea7 100644
--- a/dev-perl/Net-PSYC/Net-PSYC-20160701.ebuild
+++ b/dev-perl/Net-PSYC/Net-PSYC-20160701.ebuild
@@ -14,7 +14,7 @@ EGIT_REPO_URI="git://cheettyiapsyciew.onion/perlpsyc
14 git://git.psyced.org/git/perlpsyc" 14 git://git.psyced.org/git/perlpsyc"
15 15
16inherit git-r3 user 16inherit git-r3 user
17#nherit perl-module 17#inherit perl-module
18 18
19# providing actual commit hashes protects against man in 19# providing actual commit hashes protects against man in
20# the middle attacks on the way to the git repository -- 20# the middle attacks on the way to the git repository --
@@ -49,7 +49,7 @@ esac
49 49
50# some perl library items used by some scripts.. FIXME 50# some perl library items used by some scripts.. FIXME
51DEPEND="dev-lang/perl 51DEPEND="dev-lang/perl
52 dev-perl/Curses" 52 dev-perl/Curses"
53IUSE="rxaudio" 53IUSE="rxaudio"
54RDEPEND="rxaudio? ( media-sound/rxaudio-bin )" 54RDEPEND="rxaudio? ( media-sound/rxaudio-bin )"
55 55
@@ -66,5 +66,6 @@ src_install() {
66 insinto /usr/lib/perl5/vendor_perl 66 insinto /usr/lib/perl5/vendor_perl
67 doins -r lib/perl5/* 67 doins -r lib/perl5/*
68 dodoc -r *.txt cgi contrib hooks 68 dodoc -r *.txt cgi contrib hooks
69 insinto /usr/lib/psyc/ion
70 doins -r lib/psycion/*
69} 71}
70