diff options
author | Peter Volkov <pva@gentoo.org> | 2010-12-04 14:20:26 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-12-04 14:20:26 +0000 |
commit | 9798849a74c2210594d22c91134de95e57fa8f8c (patch) | |
tree | b77f77a35eacd349891c706ed75e0dfb20fcbdda /net-libs/libosip | |
parent | Fix mainfest (diff) | |
download | historical-9798849a74c2210594d22c91134de95e57fa8f8c.tar.gz historical-9798849a74c2210594d22c91134de95e57fa8f8c.tar.bz2 historical-9798849a74c2210594d22c91134de95e57fa8f8c.zip |
Drop old.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libosip')
-rw-r--r-- | net-libs/libosip/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libosip/libosip-2.2.2.ebuild | 34 | ||||
-rw-r--r-- | net-libs/libosip/libosip-3.0.3.2.ebuild | 26 | ||||
-rw-r--r-- | net-libs/libosip/libosip-3.1.0.ebuild | 28 | ||||
-rw-r--r-- | net-libs/libosip/libosip-3.2.0.ebuild | 28 |
5 files changed, 5 insertions, 117 deletions
diff --git a/net-libs/libosip/ChangeLog b/net-libs/libosip/ChangeLog index 3f740b6f5400..335a59300311 100644 --- a/net-libs/libosip/ChangeLog +++ b/net-libs/libosip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libosip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.42 2010/07/18 12:31:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.43 2010/12/04 14:20:26 pva Exp $ + + 04 Dec 2010; Peter Volkov <pva@gentoo.org> -libosip-2.2.2.ebuild, + -libosip-3.0.3.2.ebuild, -libosip-3.1.0.ebuild, -libosip-3.2.0.ebuild: + Drop old. 18 Jul 2010; <nixnut@gentoo.org> libosip-3.3.0.ebuild: ppc stable #317235 diff --git a/net-libs/libosip/libosip-2.2.2.ebuild b/net-libs/libosip/libosip-2.2.2.ebuild deleted file mode 100644 index 68ebec37d8ab..000000000000 --- a/net-libs/libosip/libosip-2.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-2.2.2.ebuild,v 1.6 2009/09/23 18:49:40 patrick Exp $ - -IUSE="" - -MY_MPV=${PV//.*} - -DESCRIPTION="GNU oSIP (Open SIP) library version 2" -HOMEPAGE="http://www.gnu.org/software/osip/" -SRC_URI="mirror://gnu/osip/libosip2-${PV}.tar.gz" -S="${WORKDIR}/${PN}${MY_MPV}-${PV}" - -SLOT="${MY_MPV}" -KEYWORDS="amd64 ppc ~sparc x86" -LICENSE="LGPL-2" - -DEPEND="" - -src_compile() { - - econf \ - --enable-mt \ - || die "Failed to econf" - # for later - --enable-hashtable - requires libdict (whatever that is) - - emake || die "Failed to emake" -} - -src_install() { - emake "DESTDIR=${D}" install || die "Failed to install" - dodoc AUTHORS BUGS ChangeLog FEATURES HISTORY - dodoc README NEWS TODO -} diff --git a/net-libs/libosip/libosip-3.0.3.2.ebuild b/net-libs/libosip/libosip-3.0.3.2.ebuild deleted file mode 100644 index acdbc7e9c617..000000000000 --- a/net-libs/libosip/libosip-3.0.3.2.ebuild +++ /dev/null @@ -1,26 +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/libosip/libosip-3.0.3.2.ebuild,v 1.2 2008/05/18 21:14:24 klausman Exp $ - -MY_P=${PN}2-${PV%.?}-${PV##*.} -DESCRIPTION="a simple way to support the Session Initiation Protocol" -HOMEPAGE="http://www.gnu.org/software/osip/" -SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - # for later - --enable-hashtable - requires libdict (whatever that is) - econf --enable-mt || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" - dodoc AUTHORS BUGS ChangeLog FEATURES HISTORY README NEWS TODO -} diff --git a/net-libs/libosip/libosip-3.1.0.ebuild b/net-libs/libosip/libosip-3.1.0.ebuild deleted file mode 100644 index 1a45007070a0..000000000000 --- a/net-libs/libosip/libosip-3.1.0.ebuild +++ /dev/null @@ -1,28 +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/libosip/libosip-3.1.0.ebuild,v 1.4 2008/08/01 18:51:28 nixnut Exp $ - -MY_PV=${PV%.?}-${PV##*.} -MY_PV=${PV} -MY_P=${PN}2-${MY_PV} -DESCRIPTION="a simple way to support the Session Initiation Protocol" -HOMEPAGE="http://www.gnu.org/software/osip/" -SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - # for later - --enable-hashtable - requires libdict (whatever that is) - econf --enable-mt || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" - dodoc AUTHORS BUGS ChangeLog FEATURES HISTORY README NEWS TODO -} diff --git a/net-libs/libosip/libosip-3.2.0.ebuild b/net-libs/libosip/libosip-3.2.0.ebuild deleted file mode 100644 index c2b04b1ba0e4..000000000000 --- a/net-libs/libosip/libosip-3.2.0.ebuild +++ /dev/null @@ -1,28 +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/libosip/libosip-3.2.0.ebuild,v 1.1 2008/12/12 04:34:07 vapier Exp $ - -MY_PV=${PV%.?}-${PV##*.} -MY_PV=${PV} -MY_P=${PN}2-${MY_PV} -DESCRIPTION="a simple way to support the Session Initiation Protocol" -HOMEPAGE="http://www.gnu.org/software/osip/" -SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - # for later - --enable-hashtable - requires libdict (whatever that is) - econf --enable-mt || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" - dodoc AUTHORS BUGS ChangeLog FEATURES HISTORY README NEWS TODO -} |