summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-27 09:35:38 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-27 09:35:38 +0000
commitfd5afd7c22a8d061f2788eee2b80cbb2fb0133d3 (patch)
treecf788b76606878419ea0d6f236c56b634ba32d8b /net-libs/ccrtp
parentVoip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434 (diff)
downloadgentoo-2-fd5afd7c22a8d061f2788eee2b80cbb2fb0133d3.tar.gz
gentoo-2-fd5afd7c22a8d061f2788eee2b80cbb2fb0133d3.tar.bz2
gentoo-2-fd5afd7c22a8d061f2788eee2b80cbb2fb0133d3.zip
Cleanup due voip herd removal: http://article.gmane.org/gmane.linux.gentoo.devel/88434
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r--net-libs/ccrtp/ChangeLog7
-rw-r--r--net-libs/ccrtp/ccrtp-1.6.0.ebuild41
-rw-r--r--net-libs/ccrtp/ccrtp-1.7.0.ebuild42
-rw-r--r--net-libs/ccrtp/ccrtp-2.0.3.ebuild44
-rw-r--r--net-libs/ccrtp/metadata.xml2
5 files changed, 7 insertions, 129 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog
index ceac9383c736..9629a86084bf 100644
--- a/net-libs/ccrtp/ChangeLog
+++ b/net-libs/ccrtp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/ccrtp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.30 2013/08/10 12:55:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.31 2013/10/27 09:35:38 pacho Exp $
+
+ 27 Oct 2013; Pacho Ramos <pacho@gentoo.org> -ccrtp-1.6.0.ebuild,
+ -ccrtp-1.7.0.ebuild, -ccrtp-2.0.3.ebuild, metadata.xml:
+ Cleanup due voip herd removal:
+ http://article.gmane.org/gmane.linux.gentoo.devel/88434
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild:
Stable for ppc, wrt bug #470546
diff --git a/net-libs/ccrtp/ccrtp-1.6.0.ebuild b/net-libs/ccrtp/ccrtp-1.6.0.ebuild
deleted file mode 100644
index c7ee43b1da5f..000000000000
--- a/net-libs/ccrtp/ccrtp-1.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.6.0.ebuild,v 1.3 2012/05/05 02:54:23 jdhore Exp $
-
-inherit multilib eutils
-
-DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
-HOMEPAGE="http://www.gnu.org/software/ccrtp/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
-LICENSE="GPL-2"
-IUSE="doc"
-SLOT="0"
-
-RDEPEND=">=dev-cpp/commoncpp2-1.3.0
- dev-libs/libgcrypt"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-stdlib.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README ChangeLog AUTHORS NEWS TODO
- use doc && dohtml -r doc/html/*
-}
-
-pkg_postinst() {
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
- fi
-}
diff --git a/net-libs/ccrtp/ccrtp-1.7.0.ebuild b/net-libs/ccrtp/ccrtp-1.7.0.ebuild
deleted file mode 100644
index 6a277790b620..000000000000
--- a/net-libs/ccrtp/ccrtp-1.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.4 2013/02/13 10:57:26 chithanh Exp $
-
-inherit base multilib
-
-DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
-HOMEPAGE="http://www.gnu.org/software/ccrtp/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-LICENSE="GPL-2"
-IUSE="doc"
-SLOT="0"
-
-RDEPEND=">=dev-cpp/commoncpp2-1.3.0
- dev-libs/libgcrypt"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-cstddef.patch
-)
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README ChangeLog AUTHORS NEWS TODO
- use doc && dohtml -r doc/html/*
-}
-
-pkg_postinst() {
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0"
- fi
-}
diff --git a/net-libs/ccrtp/ccrtp-2.0.3.ebuild b/net-libs/ccrtp/ccrtp-2.0.3.ebuild
deleted file mode 100644
index 6593483f06d2..000000000000
--- a/net-libs/ccrtp/ccrtp-2.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.5 2012/11/22 18:30:25 ago Exp $
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
-HOMEPAGE="http://www.gnu.org/software/ccrtp/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-LICENSE="GPL-2"
-IUSE="doc"
-SLOT="0"
-
-RDEPEND=">=dev-cpp/commoncpp2-1.3.0
- dev-libs/libgcrypt
- >=dev-libs/ucommon-5.0.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- prune_libtool_files
- use doc && dohtml -r doc/html/*
-}
-
-pkg_postinst() {
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0"
- fi
-}
diff --git a/net-libs/ccrtp/metadata.xml b/net-libs/ccrtp/metadata.xml
index 02207a5a38e2..4538a68724a6 100644
--- a/net-libs/ccrtp/metadata.xml
+++ b/net-libs/ccrtp/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>voip</herd>
+<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
</pkgmetadata>