Install this version:
emerge -a =net-misc/asterisk-e164imap-0.1.21
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/asterisk-e164imap-0.1.21
Or alternatively:
emerge --autounmask-write -a =net-misc/asterisk-e164imap-0.1.21
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.21 | ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd | 0 |
DESCRIPTION="Asterisk AGI script to search and append an IMAP vCard addressbook with CallerID"
HOMEPAGE="http://luke.dashjr.org/programs/AGI/"
MyP="e164IMAP-${PV}"
SRC_URI="http://luke.dashjr.org/programs/AGI/${MyP}.tbz2"
LICENSE="Luke-Jr"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="
dev-perl/asterisk-perl
dev-perl/Mail-IMAPClient
dev-perl/Text-vCard
dev-perl/Text-vFile-asData
dev-lang/perl"
S="${WORKDIR}/${MyP}"
src_install() {
exeinto /var/lib/asterisk/agi-bin/
doexe "e164IMAP.pl"
doexe "e164IMAP-Add.pl"
}
dev-perl/asterisk-perl dev-perl/Mail-IMAPClient dev-perl/Text-vCard dev-perl/Text-vFile-asData dev-lang/perl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | e164IMAP-0.1.21.tbz2 | 2583 bytes | http://luke.dashjr.org/programs/AGI/e164IMAP-0.1.21.tbz2 |