* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosip/
@ 2018-05-28 23:02 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
To: gentoo-commits
commit: d5e6d689c7bf44b11cb83b5eecf17feb38813b27
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 01:56:23 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:01:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e6d689
net-libs/libosip: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-libs/libosip/libosip-3.6.0.ebuild | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/net-libs/libosip/libosip-3.6.0.ebuild b/net-libs/libosip/libosip-3.6.0.ebuild
index 54f60c8218a..392feca4b0c 100644
--- a/net-libs/libosip/libosip-3.6.0.ebuild
+++ b/net-libs/libosip/libosip-3.6.0.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit eutils autotools
+inherit autotools
MY_PV=${PV%.?}-${PV##*.}
MY_PV=${PV}
MY_P=${PN}2-${MY_PV}
+
DESCRIPTION="a simple way to support the Session Initiation Protocol"
HOMEPAGE="https://www.gnu.org/software/osip/"
SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
@@ -19,8 +20,10 @@ IUSE="test"
S=${WORKDIR}/${MY_P}
+PATCHES=( "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" )
+
src_prepare() {
- epatch "${FILESDIR}/${PN}-3.3.0-out-source-build.patch"
+ eapply_user
AT_M4DIR="scripts" eautoreconf
}
@@ -28,8 +31,3 @@ src_configure() {
econf --enable-mt \
$(use_enable test)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed to install"
- dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO || die
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libosip/
@ 2018-05-28 23:02 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 4a111901f96e3c0112899b2fb4e6242b4dc21a28
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:51:54 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a111901
net-libs/libosip: eapply_user -> default
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-libs/libosip/libosip-3.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/libosip/libosip-3.6.0.ebuild b/net-libs/libosip/libosip-3.6.0.ebuild
index 392feca4b0c..814555da67d 100644
--- a/net-libs/libosip/libosip-3.6.0.ebuild
+++ b/net-libs/libosip/libosip-3.6.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
PATCHES=( "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" )
src_prepare() {
- eapply_user
+ default
AT_M4DIR="scripts" eautoreconf
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-28 23:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 23:02 [gentoo-commits] repo/gentoo:master commit in: net-libs/libosip/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-05-28 23:02 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox