public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/, net-wireless/yatebts/, net-voip/yate/files/
@ 2015-09-23 19:45 Richard Farina
  0 siblings, 0 replies; only message in thread
From: Richard Farina @ 2015-09-23 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7d278889c6efb63108076e76916c29b622c4a7d0
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 19:44:01 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 19:44:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d278889

net-voip/yatebts: version bump for bug #547346 and fix net-wireless/yatebts dep

 net-voip/yate/Manifest                                     |  1 +
 ...cflags.patch => yate-5.4.0-dont-mess-with-cflags.patch} |  0
 net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch | 14 ++++++++++++++
 net-voip/yate/yate-5.4.0.ebuild                            |  2 +-
 net-voip/yate/{yate-5.4.0.ebuild => yate-5.5.0.ebuild}     |  2 +-
 .../{yatebts-4.0.0-r1.ebuild => yatebts-4.0.0-r2.ebuild}   |  2 +-
 6 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/net-voip/yate/Manifest b/net-voip/yate/Manifest
index d2dd6f4..a2ab38f 100644
--- a/net-voip/yate/Manifest
+++ b/net-voip/yate/Manifest
@@ -1 +1,2 @@
 DIST yate-5.4.0-1.tar.gz 5027248 SHA256 4705af7b4c110de11b0cee70e37f9815d130082a4c49b3f093cae07c79539344 SHA512 27c4bb7b00c37a9eaff7be210ba0812a0267fb186b357186734115ded73627dbf8fd3f292a3efbf7b33ca3e7c2e6a6f460d0ee4068e2a8415c58e3f698ae5e5b WHIRLPOOL 5a1243321044d25d134e47ef99cf6be9c2e51badb4c75d4952a3b5727c5aad8228f9a184d0ee66394ec928945b60bf80c5505696675b9666a61d46d2b7787d65
+DIST yate-5.5.0-1.tar.gz 4186159 SHA256 a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676 SHA512 8f19253ed140e53895c2df73eb961d0fc2cf2688ee59e9957ce9a1f7f32e4be85aff8221ecbcb7b4dda1560d52d14e3b252670f71a563310788e0d1e30c5f9bc WHIRLPOOL 6b95e6c55deb9339fc40583ea1180ec451aaad58f528e1f4300c353ac67a0f9fe9f532095630b6915832bd02d83f6f02883f10877a26bd9e11ca0efccca056d9

diff --git a/net-voip/yate/files/dont-mess-with-cflags.patch b/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch
similarity index 100%
rename from net-voip/yate/files/dont-mess-with-cflags.patch
rename to net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch

diff --git a/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch
new file mode 100644
index 0000000..1a2a98c
--- /dev/null
+++ b/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch
@@ -0,0 +1,14 @@
+https://build.opensuse.org/package/view_file/network:telephony/yate/dont-mess-with-cflags.patch?expand=1
+
+Index: yate/configure.ac
+===================================================================
+--- yate.orig/configure.ac
++++ yate/configure.ac
+@@ -1652,7 +1652,6 @@ fi
+ 
+ 
+ INSTALL_D="install -D"
+-CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 's/[[[:space:]]]\{2,\}/ /g'`
+ MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN"
+ MODULE_CPPFLAGS="$HAVE_NO_OVERLOAD_VIRT_WARN $RTTI_OPT $MODULE_CFLAGS"
+ MODULE_LDRELAX="-rdynamic -shared"

diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.4.0.ebuild
index fe04d72..6f90ed0 100644
--- a/net-voip/yate/yate-5.4.0.ebuild
+++ b/net-voip/yate/yate-5.4.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="doc? ( || ( app-doc/doxygen dev-util/kdoc ) )
 	${RDEPEND}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/dont-mess-with-cflags.patch
+	epatch "${FILESDIR}"/${P}-dont-mess-with-cflags.patch
 	eautoreconf
 	./yate-config.sh || die
 }

diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.5.0.ebuild
similarity index 97%
copy from net-voip/yate/yate-5.4.0.ebuild
copy to net-voip/yate/yate-5.5.0.ebuild
index fe04d72..6f90ed0 100644
--- a/net-voip/yate/yate-5.4.0.ebuild
+++ b/net-voip/yate/yate-5.5.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="doc? ( || ( app-doc/doxygen dev-util/kdoc ) )
 	${RDEPEND}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/dont-mess-with-cflags.patch
+	epatch "${FILESDIR}"/${P}-dont-mess-with-cflags.patch
 	eautoreconf
 	./yate-config.sh || die
 }

diff --git a/net-wireless/yatebts/yatebts-4.0.0-r1.ebuild b/net-wireless/yatebts/yatebts-4.0.0-r2.ebuild
similarity index 97%
rename from net-wireless/yatebts/yatebts-4.0.0-r1.ebuild
rename to net-wireless/yatebts/yatebts-4.0.0-r2.ebuild
index dca70f1..ed833fb 100644
--- a/net-wireless/yatebts/yatebts-4.0.0-r1.ebuild
+++ b/net-wireless/yatebts/yatebts-4.0.0-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE="rad1 usrp1 uhd +bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
 
 RDEPEND="
-	>=net-voip/yate-5.4.0:=[gsm]
+	=net-voip/yate-5.4.0:=[gsm]
 	bladerf? ( net-wireless/bladerf:= )
 	uhd? ( net-wireless/uhd )
 	virtual/libusb:1"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-23 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 19:45 [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/, net-wireless/yatebts/, net-voip/yate/files/ Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox