summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-12-04 14:18:36 +0000
committerPeter Volkov <pva@gentoo.org>2010-12-04 14:18:36 +0000
commit332139f1f01cb7a57a4bc7933c2c4e5fbf8f9b8e (patch)
treef482ea5f51c8057de197ab107f1f23fe12cfb8e3 /net-libs/libeXosip
parentFix mainfest (diff)
downloadgentoo-2-332139f1f01cb7a57a4bc7933c2c4e5fbf8f9b8e.tar.gz
gentoo-2-332139f1f01cb7a57a4bc7933c2c4e5fbf8f9b8e.tar.bz2
gentoo-2-332139f1f01cb7a57a4bc7933c2c4e5fbf8f9b8e.zip
Drop old.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libeXosip')
-rw-r--r--net-libs/libeXosip/ChangeLog6
-rw-r--r--net-libs/libeXosip/libeXosip-3.0.3.3.ebuild29
-rw-r--r--net-libs/libeXosip/libeXosip-3.1.0.ebuild31
-rw-r--r--net-libs/libeXosip/libeXosip-3.2.0.ebuild31
4 files changed, 5 insertions, 92 deletions
diff --git a/net-libs/libeXosip/ChangeLog b/net-libs/libeXosip/ChangeLog
index 813cb6b707b9..3238e9e10183 100644
--- a/net-libs/libeXosip/ChangeLog
+++ b/net-libs/libeXosip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libeXosip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.17 2010/07/18 12:32:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.18 2010/12/04 14:18:36 pva Exp $
+
+ 04 Dec 2010; Peter Volkov <pva@gentoo.org> -libeXosip-3.0.3.3.ebuild,
+ -libeXosip-3.1.0.ebuild, -libeXosip-3.2.0.ebuild:
+ Drop old.
18 Jul 2010; <nixnut@gentoo.org> libeXosip-3.3.0.ebuild:
ppc stable #317235
diff --git a/net-libs/libeXosip/libeXosip-3.0.3.3.ebuild b/net-libs/libeXosip/libeXosip-3.0.3.3.ebuild
deleted file mode 100644
index 80201f7d9156..000000000000
--- a/net-libs/libeXosip/libeXosip-3.0.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.0.3.3.ebuild,v 1.1 2008/01/14 12:20:24 vapier Exp $
-
-MY_P=${PN}2-${PV%.?}-${PV##*.}
-DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
-HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~ppc"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# josua? ( >=net-libs/ortp-0.7.1 )"
-DEPEND=">=net-libs/libosip-3.0.3"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # $(use_enable josua)
- econf --disable-josua || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog AUTHORS NEWS eXosip_addidentity.sh
-}
diff --git a/net-libs/libeXosip/libeXosip-3.1.0.ebuild b/net-libs/libeXosip/libeXosip-3.1.0.ebuild
deleted file mode 100644
index edb26d8af7ea..000000000000
--- a/net-libs/libeXosip/libeXosip-3.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.1.0.ebuild,v 1.5 2008/08/01 18:53:38 nixnut Exp $
-
-MY_PV=${PV%.?}-${PV##*.}
-MY_PV=${PV}
-MY_P=${PN}2-${MY_PV}
-DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
-HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# josua? ( >=net-libs/ortp-0.7.1 )"
-DEPEND=">=net-libs/libosip-3.1.0"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # $(use_enable josua)
- econf --disable-josua || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/libeXosip/libeXosip-3.2.0.ebuild b/net-libs/libeXosip/libeXosip-3.2.0.ebuild
deleted file mode 100644
index 4ee1e645f862..000000000000
--- a/net-libs/libeXosip/libeXosip-3.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.2.0.ebuild,v 1.1 2008/12/12 04:38:23 vapier Exp $
-
-MY_PV=${PV%.?}-${PV##*.}
-MY_PV=${PV}
-MY_P=${PN}2-${MY_PV}
-DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
-HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# josua? ( >=net-libs/ortp-0.7.1 )"
-DEPEND=">=net-libs/libosip-3.2.0"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # $(use_enable josua)
- econf --disable-josua || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}