summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2014-04-12 10:29:18 -0400
committerJames Cloos <cloos@jhcloos.com>2014-04-12 10:29:18 -0400
commit70097ae37eca523e7b3d521db1f7f0b6cfdf20da (patch)
tree34c4dd6bf81fa7174f84e2ec4990fd874c7c5b31 /net-libs
parent7787fe4237dc7dd16d410189d51588f814ca3c5b (diff)
Renove net-libs/libsrtp; newer versions in portage.
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libsrtp/Manifest2
-rw-r--r--net-libs/libsrtp/libsrtp-1.4.2.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
deleted file mode 100644
index ec721fb..0000000
--- a/net-libs/libsrtp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST srtp-1.4.2.tgz 488333 RMD160 35b66d4531431da7ce24d9eb28fda8f5dfae5c63 SHA1 ad51f2a4dcf4e0709d1bd95ec10f155ee320ad3f SHA256 8338091085dbdab679962448d8db64486ccac903c35b28198bd066053bab2791
-EBUILD libsrtp-1.4.2.ebuild 521 RMD160 4a1aa8a8e0398c79d800e6413c05b5d29d4cef33 SHA1 53cb786b7b724c4a0b170a4fbc1157646effbeb2 SHA256 6da961f0194e834bd51ecb49a55af46d7565577dddad46e433e3452d101d7a7e
diff --git a/net-libs/libsrtp/libsrtp-1.4.2.ebuild b/net-libs/libsrtp/libsrtp-1.4.2.ebuild
deleted file mode 100644
index 0ad547b..0000000
--- a/net-libs/libsrtp/libsrtp-1.4.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-inherit eutils
-
-DESCRIPTION="Secure RTP library"
-HOMEPAGE="http://srtp.sourceforge.net/"
-SRC_URI="http://srtp.sourceforge.net/srtp-${PV}.tgz"
-LICENSE="srtp" # 3-clause BSD, © Cicso Systems
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="syslog"
-DEPEND=""
-S=${WORKDIR}/${PN}
-
-src_compile() {
- local myconf
- if use syslog; then
- myconf="${myconf} --enable-syslog --disable-stdout"
- fi
- econf "${myconf}" || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}