aboutsummaryrefslogtreecommitdiff
path: root/dev-perl
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-06-17 13:31:53 +0200
committerpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-06-17 13:31:53 +0200
commit073ddaefb286d1169a77af4ae457f7ef9da23c1b (patch)
tree542ae713bf2b6d4824da21861ea2f1b0837b9d07 /dev-perl
parent01f3dc8e47692c37b3bafa67ebef21f74d1d31de (diff)
downloadyoubroketheinternet-overlay-073ddaefb286d1169a77af4ae457f7ef9da23c1b.tar.gz
youbroketheinternet-overlay-073ddaefb286d1169a77af4ae457f7ef9da23c1b.zip
Net::PSYC
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-PSYC/Net-PSYC-20160616.ebuild19
-rw-r--r--dev-perl/Net-PSYC/Net-PSYC-20160617.ebuild (renamed from dev-perl/Net-PSYC/Net-PSYC-20160611.ebuild)19
2 files changed, 18 insertions, 20 deletions
diff --git a/dev-perl/Net-PSYC/Net-PSYC-20160616.ebuild b/dev-perl/Net-PSYC/Net-PSYC-20160616.ebuild
index fcf7947..63bdf2e 100644
--- a/dev-perl/Net-PSYC/Net-PSYC-20160616.ebuild
+++ b/dev-perl/Net-PSYC/Net-PSYC-20160616.ebuild
@@ -21,18 +21,15 @@ inherit git-r3 user
21# then again, apparently a 'git fsck' is necessary to 21# then again, apparently a 'git fsck' is necessary to
22# detect manipulated repositories --lynX 22# detect manipulated repositories --lynX
23case ${PV} in 23case ${PV} in
24"20160610")
25 EGIT_COMMIT="482ac3b9994de468b61646b25f08ed2244540690"
26 ;;
27"20160611")
28 EGIT_COMMIT="e99091979ef3bd71050865d18d54d57367015d7b"
29 ;;
30"20160616") 24"20160616")
31 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6" 25 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6"
32 ;; 26 ;;
27"20160617")
28 EGIT_COMMIT="e39508daad92f49017b10f61009821dd4234fdbc"
29 ;;
33*) 30*)
34 # last seen change 31 # last seen change
35 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6" 32 EGIT_COMMIT="e39508daad92f49017b10f61009821dd4234fdbc"
36 # therefore, for security reasons "9999" doesn't actually 33 # therefore, for security reasons "9999" doesn't actually
37 # emerge the latest version. please consult 'git log' and 34 # emerge the latest version. please consult 'git log' and
38 # update the last EGIT_COMMIT to obtain a newer version. 35 # update the last EGIT_COMMIT to obtain a newer version.
@@ -42,8 +39,10 @@ case ${PV} in
42esac 39esac
43 40
44# some perl library items used by some scripts.. FIXME 41# some perl library items used by some scripts.. FIXME
45DEPEND="dev-lang/perl" 42DEPEND="dev-lang/perl
46# also an optional dependency for rxaudio-bin 43 dev-perl/Curses"
44RDEPEND="media-sound/rxaudio-bin"
45
47 46
48src_compile() { 47src_compile() {
49 # extra check for cryptographic consistency 48 # extra check for cryptographic consistency
@@ -57,6 +56,6 @@ src_install() {
57 #insinto ${VENDOR_LIB} 56 #insinto ${VENDOR_LIB}
58 insinto /usr/lib/perl5/vendor_perl 57 insinto /usr/lib/perl5/vendor_perl
59 doins -r lib/perl5/* 58 doins -r lib/perl5/*
60 dodoc -r README TODO cgi contrib hooks 59 dodoc -r *.txt cgi contrib hooks
61} 60}
62 61
diff --git a/dev-perl/Net-PSYC/Net-PSYC-20160611.ebuild b/dev-perl/Net-PSYC/Net-PSYC-20160617.ebuild
index fcf7947..63bdf2e 100644
--- a/dev-perl/Net-PSYC/Net-PSYC-20160611.ebuild
+++ b/dev-perl/Net-PSYC/Net-PSYC-20160617.ebuild
@@ -21,18 +21,15 @@ inherit git-r3 user
21# then again, apparently a 'git fsck' is necessary to 21# then again, apparently a 'git fsck' is necessary to
22# detect manipulated repositories --lynX 22# detect manipulated repositories --lynX
23case ${PV} in 23case ${PV} in
24"20160610")
25 EGIT_COMMIT="482ac3b9994de468b61646b25f08ed2244540690"
26 ;;
27"20160611")
28 EGIT_COMMIT="e99091979ef3bd71050865d18d54d57367015d7b"
29 ;;
30"20160616") 24"20160616")
31 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6" 25 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6"
32 ;; 26 ;;
27"20160617")
28 EGIT_COMMIT="e39508daad92f49017b10f61009821dd4234fdbc"
29 ;;
33*) 30*)
34 # last seen change 31 # last seen change
35 EGIT_COMMIT="a2108a9e2722413d2841349055401363d741e0a6" 32 EGIT_COMMIT="e39508daad92f49017b10f61009821dd4234fdbc"
36 # therefore, for security reasons "9999" doesn't actually 33 # therefore, for security reasons "9999" doesn't actually
37 # emerge the latest version. please consult 'git log' and 34 # emerge the latest version. please consult 'git log' and
38 # update the last EGIT_COMMIT to obtain a newer version. 35 # update the last EGIT_COMMIT to obtain a newer version.
@@ -42,8 +39,10 @@ case ${PV} in
42esac 39esac
43 40
44# some perl library items used by some scripts.. FIXME 41# some perl library items used by some scripts.. FIXME
45DEPEND="dev-lang/perl" 42DEPEND="dev-lang/perl
46# also an optional dependency for rxaudio-bin 43 dev-perl/Curses"
44RDEPEND="media-sound/rxaudio-bin"
45
47 46
48src_compile() { 47src_compile() {
49 # extra check for cryptographic consistency 48 # extra check for cryptographic consistency
@@ -57,6 +56,6 @@ src_install() {
57 #insinto ${VENDOR_LIB} 56 #insinto ${VENDOR_LIB}
58 insinto /usr/lib/perl5/vendor_perl 57 insinto /usr/lib/perl5/vendor_perl
59 doins -r lib/perl5/* 58 doins -r lib/perl5/*
60 dodoc -r README TODO cgi contrib hooks 59 dodoc -r *.txt cgi contrib hooks
61} 60}
62 61