From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../linphone/files/linphone-3.5.2-automake-1.13.patch | 19 +++++++++++++++++++ net-voip/linphone/files/linphone-3.5.2-nls.patch | 15 +++++++++++++++ net-voip/linphone/files/linphone-3.6.1-nls.patch | 19 +++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch create mode 100644 net-voip/linphone/files/linphone-3.5.2-nls.patch create mode 100644 net-voip/linphone/files/linphone-3.6.1-nls.patch (limited to 'net-voip/linphone/files') diff --git a/net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch b/net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch new file mode 100644 index 000000000000..44d679c473a9 --- /dev/null +++ b/net-voip/linphone/files/linphone-3.5.2-automake-1.13.patch @@ -0,0 +1,19 @@ +Author: hasufell +Date: Sun Sep 29 17:41:02 2013 +0200 + + remove obsolete macro + + AC_PROG_CC is already called anyway + +diff --git a/configure.ac b/configure.ac +index 22bc235..81f6277 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -39,7 +39,6 @@ AC_ISC_POSIX + AC_PROG_CC + AC_PROG_CXX + AC_C_INLINE +-AM_PROG_CC_STDC + AC_HEADER_STDC + AM_PROG_CC_C_O + AC_CHECK_PROGS(MD5SUM,[md5sum md5]) diff --git a/net-voip/linphone/files/linphone-3.5.2-nls.patch b/net-voip/linphone/files/linphone-3.5.2-nls.patch new file mode 100644 index 000000000000..b9624048edfe --- /dev/null +++ b/net-voip/linphone/files/linphone-3.5.2-nls.patch @@ -0,0 +1,15 @@ +diff -r 5c0dde6115a0 -r 082bb23f04a9 configure.ac +--- a/configure.ac Thu Mar 29 12:44:23 2012 +0400 ++++ b/configure.ac Thu Mar 29 12:48:40 2012 +0400 +@@ -80,7 +80,10 @@ + AC_SUBST(GUI_FLAGS) + + dnl localization tools +-IT_PROG_INTLTOOL([0.40], [no-xml]) ++AM_NLS ++if test "$USE_NLS" != "no"; then ++ IT_PROG_INTLTOOL([0.40], [no-xml]) ++fi + + AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno) + dnl Initialize libtool diff --git a/net-voip/linphone/files/linphone-3.6.1-nls.patch b/net-voip/linphone/files/linphone-3.6.1-nls.patch new file mode 100644 index 000000000000..fb53aece8f64 --- /dev/null +++ b/net-voip/linphone/files/linphone-3.6.1-nls.patch @@ -0,0 +1,19 @@ +Author: hasufell +Date: Sun Sep 29 20:19:39 2013 +0200 + + fix nls + +--- a/configure.ac ++++ b/configure.ac +@@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS) + AC_SUBST(GUI_FLAGS) + + dnl localization tools +-IT_PROG_INTLTOOL([0.40], [no-xml]) ++AM_NLS ++if test "$USE_NLS" != "no"; then ++ IT_PROG_INTLTOOL([0.40], [no-xml]) ++fi + + AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno) + -- cgit v1.2.3-65-gdbad