diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-05 16:44:43 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-05 16:44:43 +0000 |
commit | 2f636052c33f9d5ac077062372c3b24118963d43 (patch) | |
tree | d542c3b2ff3d5de7f64084cce34244af704f64a0 /net-libs/libosip | |
parent | Stable for amd64, wrt bug #460190 (diff) | |
download | gentoo-2-2f636052c33f9d5ac077062372c3b24118963d43.tar.gz gentoo-2-2f636052c33f9d5ac077062372c3b24118963d43.tar.bz2 gentoo-2-2f636052c33f9d5ac077062372c3b24118963d43.zip |
Version bump.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libosip')
-rw-r--r-- | net-libs/libosip/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libosip/libosip-2.2.2.ebuild | 34 | ||||
-rw-r--r-- | net-libs/libosip/libosip-4.0.0.ebuild (renamed from net-libs/libosip/libosip-3.3.0.ebuild) | 18 |
3 files changed, 16 insertions, 44 deletions
diff --git a/net-libs/libosip/ChangeLog b/net-libs/libosip/ChangeLog index a51f1dc4b307..126b5f8295ae 100644 --- a/net-libs/libosip/ChangeLog +++ b/net-libs/libosip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libosip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.52 2013/02/14 22:08:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.53 2013/03/05 16:44:43 chithanh Exp $ + +*libosip-4.0.0 (05 Mar 2013) + + 05 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libosip-4.0.0.ebuild, -libosip-2.2.2.ebuild, -libosip-3.3.0.ebuild: + Version bump. 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libosip-3.6.0.ebuild: Stable for ppc, wrt bug #457420 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 4f9b162bc848..000000000000 --- a/net-libs/libosip/libosip-2.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 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.8 2010/12/19 15:14:44 pva 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.3.0.ebuild b/net-libs/libosip/libosip-4.0.0.ebuild index 8c207b353ec8..7eb73ec63297 100644 --- a/net-libs/libosip/libosip-3.3.0.ebuild +++ b/net-libs/libosip/libosip-4.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-3.3.0.ebuild,v 1.7 2010/07/18 12:31:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-4.0.0.ebuild,v 1.1 2013/03/05 16:44:43 chithanh Exp $ -EAPI="2" +EAPI="5" -inherit eutils autotools +inherit eutils autotools versionator MY_PV=${PV%.?}-${PV##*.} MY_PV=${PV} @@ -14,14 +14,14 @@ 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 ~ppc-macos ~x86-macos" +SLOT="2/$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos" IUSE="test" S=${WORKDIR}/${MY_P} src_prepare() { - epatch "${FILESDIR}/${P}-out-source-build.patch" + epatch "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" AT_M4DIR="scripts" eautoreconf } @@ -31,6 +31,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "Failed to install" - dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO || die + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO } |