[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2022-12-02 Thread WANG Xuerui
commit: 32cfa8559a84224cfd78b8e7da5a62eb949a4a1b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Dec  3 05:50:01 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat Dec  3 06:07:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cfa855

media-libs/libtiger: keyword 0.3.4-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index df9ce1ce5d1d..dbe4761bde85 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2022-08-30 Thread Sam James
commit: a5b46748b4a6ad51b3b7cd6e1fee6853657cd888
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 18:41:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 19:06:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b46748

media-libs/libtiger: limit multilib features (drop doc)

Signed-off-by: Sam James  gentoo.org>

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 9213baccbdea..df9ce1ce5d1d 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,7 @@ multilib_src_configure() {
local ECONF_SOURCE="${S}"
econf \
--disable-static \
-   $(use_enable doc)
+   $(multilib_native_use_enable doc)
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2021-08-21 Thread Marek Szuba
commit: 451fd94ba660ad79b9e402514e28cb7c66aa6bb9
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 21 01:46:20 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 21 08:44:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451fd94b

media-libs/libtiger: keyword 0.3.4-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index ee5b7ef378f..9213baccbde 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/files/, media-libs/libtiger/

2021-03-27 Thread Sam James
commit: 4ca6fa2c1d4ae5047c684371df7fd1cc7bf5effa
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 15:18:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 15:34:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca6fa2c

media-libs/libtiger: fix build with slibtool

Thanks-to: orbea  riseup.net>
Closes: https://bugs.gentoo.org/778578
Signed-off-by: Sam James  gentoo.org>

 .../files/libtiger-0.3.4-fix-autoreconf.patch  | 59 ++
 ...r-0.3.4-fix-undefined-references-slibtool.patch | 26 ++
 media-libs/libtiger/libtiger-0.3.4-r1.ebuild   | 10 +++-
 3 files changed, 93 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtiger/files/libtiger-0.3.4-fix-autoreconf.patch 
b/media-libs/libtiger/files/libtiger-0.3.4-fix-autoreconf.patch
new file mode 100644
index 000..88b3316ea70
--- /dev/null
+++ b/media-libs/libtiger/files/libtiger-0.3.4-fix-autoreconf.patch
@@ -0,0 +1,59 @@
+https://bugs.gentoo.org/778578
+
+From f3f463faa8cb73ffbdce172bddfa839eb65b2d0f Mon Sep 17 00:00:00 2001
+From: orbea 
+Date: Sat, 27 Mar 2021 07:44:14 -0700
+Subject: [PATCH 1/2] Build: Fix autoreconf.
+
+---
+ Makefile.am | 2 +-
+ configure.ac| 3 ++-
+ doc/Makefile.am | 2 +-
+ 3 files changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index c5d6b6e..746d893 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -11,7 +11,7 @@ tigerinc_HEADERS=include/tiger/tiger.h 
include/tiger/tiger_config.h
+ tigerpc_DATA=misc/pkgconfig/tiger.pc
+ noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
+ 
+-LIBTOOLFLAGS=--silent
++AM_LIBTOOLFLAGS=--silent
+ 
+ AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
+ 
+diff --git a/configure.ac b/configure.ac
+index 2f63684..a1cf2ae 100644
+--- a/configure.ac
 b/configure.ac
+@@ -26,6 +26,8 @@ dnl then set AGE to 0.
+ 
+ LIBTIGER_SHARED_VERSION="5:2:0"
+ 
++AM_PROG_AR
++
+ AC_PROG_CC_C_O
+ AC_PROG_LIBTOOL
+ AC_PROG_GREP
+@@ -35,7 +37,6 @@ AC_PROG_SED
+ AC_C_CONST
+ AC_C_INLINE
+ 
+-
+ # headers
+ 
+ AC_HEADER_STDC
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index 70d48c5..01e95d3 100644
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -1,4 +1,4 @@
+-LIBTOOLFLAGS=--silent
++AM_LIBTOOLFLAGS=--silent
+ 
+ # dependency to get doc to be built
+ noinst_DATA = .doc-dummy-target
+-- 
+2.26.3

diff --git 
a/media-libs/libtiger/files/libtiger-0.3.4-fix-undefined-references-slibtool.patch
 
b/media-libs/libtiger/files/libtiger-0.3.4-fix-undefined-references-slibtool.patch
new file mode 100644
index 000..01ccc22524e
--- /dev/null
+++ 
b/media-libs/libtiger/files/libtiger-0.3.4-fix-undefined-references-slibtool.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/778578
+
+From 0b990d5db74b5e5055753f4ad5006b8d89d23d26 Mon Sep 17 00:00:00 2001
+From: orbea 
+Date: Sat, 27 Mar 2021 07:47:09 -0700
+Subject: [PATCH 2/2] build: Add -lm to fix undefined references.
+
+---
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 746d893..348bad0 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -35,7 +35,7 @@ noinst_HEADERS=\
+ lib_libtiger_la_CFLAGS=@CWARNFLAGS_FULL@ @CFLAGS_FORTIFY_SOURCE@ 
@CFLAGS_DEBUG@ @CFLAGS_PROFILE@ \
+@PANGOCAIRO_CFLAGS@ @KATE_CFLAGS@ @PTHREAD_CFLAGS@
+ lib_libtiger_la_LIBADD=@PANGOCAIRO_LIBS@ @KATE_LIBS@ @PTHREAD_LIBS@
+-lib_libtiger_la_LDFLAGS=-version-info @LIBTIGER_SHARED_VERSION@ -no-undefined
++lib_libtiger_la_LDFLAGS=-version-info @LIBTIGER_SHARED_VERSION@ -no-undefined 
-lm
+ 
+ am__tar = ${AMTAR} chof - --owner=0 --group=0 --exclude=CVS 
--exclude=.cvsignore "$$tardir"
+ 
+-- 
+2.26.3

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 891f13de6bb..ee5b7ef378f 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit libtool multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
 HOMEPAGE="https://code.google.com/p/libtiger/;
@@ -25,9 +25,15 @@ BDEPEND="
doc? ( app-doc/doxygen )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.3.4-fix-autoreconf.patch
+   "${FILESDIR}"/${PN}-0.3.4-fix-undefined-references-slibtool.patch
+)
+
 src_prepare() {
default
-   elibtoolize
+
+   eautoreconf
 }
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2021-03-27 Thread Sam James
commit: ff3d94796cb16ba3cc75f221eefcc9c79b46b52c
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 15:14:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 15:34:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3d9479

media-libs/libtiger: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 2e118f17e64..891f13de6bb 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit libtool multilib-minimal
 
 DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
@@ -13,12 +14,16 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~sparc x86"
 IUSE="doc"
 
-RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]
+RDEPEND="
>=media-libs/libkate-0.2.0[${MULTILIB_USEDEP}]
-   x11-libs/cairo[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+   x11-libs/pango[${MULTILIB_USEDEP}]
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
+   doc? ( app-doc/doxygen )
+"
 
 src_prepare() {
default
@@ -26,7 +31,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   local ECONF_SOURCE=${S}
+   local ECONF_SOURCE="${S}"
econf \
--disable-static \
$(use_enable doc)
@@ -34,5 +39,6 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
+
find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2020-04-14 Thread Sergei Trofimovich
commit: 2399d8566d9a39fb092318d7f7a4474277d9bfcd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 14 13:35:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 14 17:17:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2399d856

media-libs/libtiger: drop to ~sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index ad13b402b42..8ad6c144f44 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~sparc x86"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-06-10 Thread Andreas Sturmlechner
commit: f2c98a48d40fbb6e3b07a1bb3b320e8d792474ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun  9 19:53:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 10 08:58:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c98a48

media-libs/libtiger: Drop 0.3.4 (r0)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libtiger/libtiger-0.3.4.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4.ebuild 
b/media-libs/libtiger/libtiger-0.3.4.ebuild
deleted file mode 100644
index b95eb790f03..000
--- a/media-libs/libtiger/libtiger-0.3.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit libtool
-
-DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
-HOMEPAGE="https://code.google.com/p/libtiger/;
-SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND="x11-libs/pango
-   >=media-libs/libkate-0.2.0
-   x11-libs/cairo"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   elibtoolize
-}
-
-src_configure() {
-   econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc THANKS README ChangeLog AUTHORS
-   find "${ED}" -name '*.la' -exec rm -f {} +
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-06-09 Thread Sergei Trofimovich
commit: 9dc1be7a22e94115c7f6f4740cb43d478c1678ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  9 19:19:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  9 19:21:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc1be7a

media-libs/libtiger: stable 0.3.4-r1 for ppc, bug #648054

Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648054
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 7b458195712..2e938f8e1e1 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-04-16 Thread Mikle Kolyada
commit: 79eae55ca4941de24295a4b4d5fe4503c8697475
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 16 06:54:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 16 06:54:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79eae55c

media-libs/libtiger: arm stable wrt bug #648054

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index f6ec5242482..7b458195712 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-04-01 Thread Sergei Trofimovich
commit: f50fde9bbcad29858a05c2ef3bad510e5318f272
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:49:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:49:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50fde9b

media-libs/libtiger: stable 0.3.4-r1 for ppc64, bug #648054

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 7de47bae732..f6ec5242482 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-03-05 Thread Tobias Klausmann
commit: b8c43a300c4762bd4ea8075dc2b58d084724b825
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 14:00:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 14:52:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c43a30

media-libs/libtiger-0.3.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648054

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index b5c91e4239d..7de47bae732 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-02-22 Thread Agostino Sarubbo
commit: cc384660e6ea6988d86f19dfe530f27ce1bcb761
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 22 09:01:02 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 22 09:05:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc384660

media-libs/libtiger: amd64 stable wrt bug #648054

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 4b41c3f3642..b5c91e4239d 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-02-22 Thread Sergei Trofimovich
commit: f1e568bf40736e7b98149af093f1069524e34a13
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 22 07:04:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 22 07:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e568bf

media-libs/libtiger: stable 0.3.4-r1 for sparc, bug #648054

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 4d16c5ae43f..4b41c3f3642 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2018-02-18 Thread Thomas Deutschmann
commit: 73cd6ff0603b51831d2530863f3826d0a0e7d5c4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 22:14:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 22:14:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cd6ff0

media-libs/libtiger: x86 stable (bug #648054)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 9ecb9724512..4d16c5ae43f 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2017-08-11 Thread Michał Górny
commit: 621e6591ec672974d4e02480cbcc7119505d61e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:19:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621e6591

media-libs/libtiger: Enable multilib build

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 27909edac9e..1d18c7f4373 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit libtool
+inherit libtool multilib-minimal
 
 DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
 HOMEPAGE="https://code.google.com/p/libtiger/;
@@ -13,11 +13,11 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="doc"
 
-RDEPEND="x11-libs/pango
-   >=media-libs/libkate-0.2.0
-   x11-libs/cairo"
+RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]
+   >=media-libs/libkate-0.2.0[${MULTILIB_USEDEP}]
+   x11-libs/cairo[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"
 
 src_prepare() {
@@ -25,11 +25,12 @@ src_prepare() {
elibtoolize
 }
 
-src_configure() {
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
econf $(use_enable doc)
 }
 
-src_install() {
-   default
+multilib_src_install_all() {
+   einstalldocs
find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2017-08-11 Thread Michał Górny
commit: d6b76760fc1e569897865e04d3a9fdf3898a435c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:22:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b76760

media-libs/libtiger: Disable static libraries

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 1d18c7f4373..9ecb9724512 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -27,7 +27,9 @@ src_prepare() {
 
 multilib_src_configure() {
local ECONF_SOURCE=${S}
-   econf $(use_enable doc)
+   econf \
+   --disable-static \
+   $(use_enable doc)
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2017-08-11 Thread Michał Górny
commit: c9728566ed3c5e2f9e4670bc46893e9d43c4d214
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  9 05:18:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 13:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9728566

media-libs/libtiger: Modernize to EAPI=6

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
new file mode 100644
index 000..27909edac9e
--- /dev/null
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit libtool
+
+DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
+HOMEPAGE="https://code.google.com/p/libtiger/;
+SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE="doc"
+
+RDEPEND="x11-libs/pango
+   >=media-libs/libkate-0.2.0
+   x11-libs/cairo"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+src_configure() {
+   econf $(use_enable doc)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/

2017-07-08 Thread Alexis Ballier
commit: e3173cec3fae9ce0569aa6347190ff569177b22c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  8 09:17:12 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  8 09:18:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3173cec

media-libs/libtiger: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libtiger/libtiger-0.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4.ebuild 
b/media-libs/libtiger/libtiger-0.3.4.ebuild
index ed3c249fe57..b95eb790f03 100644
--- a/media-libs/libtiger/libtiger-0.3.4.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtiger/files/

2017-01-04 Thread David Seifert
commit: eb264679b877c642f7b8702390edeb1a27223ab3
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Dec 30 14:21:23 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  4 10:13:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb264679

media-libs/libtiger: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3286

 media-libs/libtiger/files/libtiger-0.3.3-check.patch | 17 -
 1 file changed, 17 deletions(-)

diff --git a/media-libs/libtiger/files/libtiger-0.3.3-check.patch 
b/media-libs/libtiger/files/libtiger-0.3.3-check.patch
deleted file mode 100644
index bcb32b6..
--- a/media-libs/libtiger/files/libtiger-0.3.3-check.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://git.xiph.org/?p=users/oggk/tiger.git;a=commitdiff;h=3233686e501163f38cc28425827b901e258bfcc3
-fixes tests on eg arm.
-
-Index: libtiger-0.3.3/Makefile.in
-===
 libtiger-0.3.3.orig/Makefile.in
-+++ libtiger-0.3.3/Makefile.in
-@@ -991,8 +991,7 @@ check-local:
-   @echo " Checking Tiger namespace"
-   @! @NM@ -B lib/.libs/*.a lib/.libs/*.so \
-| $(GREP) "^[0-9a-z]\{8\} [A-MO-Z] [^\.]" \
--   | $(GREP) -vE " (_DYNAMIC|_init|_fini|_edata|_end|__bss_start)$$" \
--   | $(GREP) -vE " _(rest|save)[fg]pr_[0-9]*(|_x)$$" \
-+   | $(GREP) -v "^.\{11\}_" \
-| $(GREP) -v "^.\{11\}tiger_"
-   @echo " Checking memory allocation routines"
-   @! $(GREP) -EHn '[^_](malloc|realloc|free|calloc|memalign)\(' \