[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-03-01 Thread Andreas Sturmlechner
commit: 6a0061a13188be43775f9531bed9e65ac4594961
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  1 20:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  1 22:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0061a1

app-text/liblangtag: Drop 0.6.2

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ca05ea2fc40..23a73ff0574 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
deleted file mode 100644
index 63fe77c8544..000
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2019-08-01 Thread Aaron Bauman
commit: ecc1fa8094b7a1e40f28cc0aeb4cb8eef14bae1c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug  1 15:12:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug  1 15:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1fa80

app-text/liblangtag: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index eb4cac7ef1a..3c6be86ce44 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: c3846adf217c96a523c492eec2f1f8b890a8ad84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:11:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3846adf

app-text/liblangtag: amd64 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index eb55dea03ec..f6732d957f6 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: 1c42f01a810cc8e87bb05ce98571aa85a2d7da5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:13:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c42f01a

app-text/liblangtag: x86 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index f6732d957f6..0ea1f591f0e 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-01 Thread Andreas Sturmlechner
commit: 4b1d168ef86a81d5c4e17a39b4c6f444cd0283e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 09:44:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 10:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d168e

app-text/liblangtag: 0.6.3 version bump, EAPI-7 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.3.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 31edb96d0f2..ca05ea2fc40 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
+DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
new file mode 100644
index 000..b0db495d30f
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc introspection static-libs test"
+
+BDEPEND="
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable static-libs static)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-02 Thread Andreas Sturmlechner
commit: 7e952a24854aeee2311fd53672137d2c84fe540a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  2 21:35:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  2 22:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24

app-text/liblangtag: Move test dep to DEPEND where it belongs

Thanks-to: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index b0db495d30f..eb55dea03ec 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -18,13 +18,14 @@ BDEPEND="
sys-devel/gettext
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
 "
 RDEPEND="
dev-libs/libxml2
introspection? ( dev-libs/gobject-introspection )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-12-01 Thread Andreas K. Hüttel
commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec  1 18:26:58 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec  2 02:05:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113

app-text/liblangtag: Add missing dependency

Closes: https://bugs.gentoo.org/729622
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index a9c9bdde4c3..cbc05a8ccc1 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test"
 
 BDEPEND="
sys-devel/gettext
+   sys-devel/libtool
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
 "



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-02-08 Thread Mikle Kolyada
commit: cb2052c749bfc0810e59ebebb518f1f8a6c5eebc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb  8 13:28:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb  8 13:28:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2052c7

app-text/liblangtag: arm64 stable wrt bug #704840

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index 0ea1f591f0e..a9c9bdde4c3 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2021-12-29 Thread Yixun Lan
commit: 13d93123571689b4942669941ed5100bbae6b9aa
Author: Alex Fan  gmail  com>
AuthorDate: Tue Dec 28 10:02:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 29 13:39:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d93123

app-text/liblangtag: keyword 0.6.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index fd3c9a30603f..78e75c1e5a1b 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2022-07-11 Thread Andreas Sturmlechner
commit: 6c7acd4a561968c178581e64642e7027dac429a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 11 15:58:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 11 15:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7acd4a

app-text/liblangtag: 0.6.4 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.4.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 23a73ff05742..807aa173a3e3 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf
+DIST liblangtag-0.6.4.tar.bz2 764946 BLAKE2B 
1d94f341359f880acb8a0a0526da625cb39d85b33665b861c0fbd94064228a3d5328f3a3b7d62bffd29c6ff8161fa499b6565010ba3065c90f87b5902969e81f
 SHA512 
6c6dd3e6b0fc8d6f10cafd74112cbaf2a2342a88a908ad2f7ae759b3f5fb0cf6d788504c1de072e9ef019f2f5a284daeb2d2393036b6b402c5bc87f32b55f271

diff --git a/app-text/liblangtag/liblangtag-0.6.4.ebuild 
b/app-text/liblangtag/liblangtag-0.6.4.ebuild
new file mode 100644
index ..ddaae38ff669
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug doc introspection test"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
+BDEPEND="
+   sys-devel/gettext
+   sys-devel/libtool
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-16 Thread Patrice Clement
commit: 9bae0c395c9e81bf0907573a5da1b40ce7ca91f1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 22:05:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae0c39

app-text/liblangtag: version bump to 0.6.0.

Gentoo-Bug: http://bugs.gentoo.org/571880
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

Signed-off-by: Patrice Clement  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ad706ae..2c8e91f 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
+DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee

diff --git a/app-text/liblangtag/liblangtag-0.6.0.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0.ebuild
new file mode 100644
index 000..c431d7c
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib:*
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   sys-devel/gettext
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   econf \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-02 Thread Andreas Hüttel
commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:22:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 40b905abee9c308bab21617c56d07811236b3100
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:05:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b905ab

app-text/liblangtag: Really only use introspection if explicitly enabled, bug 
571880

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d..f39ad36 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
+   introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
test? ( dev-libs/check )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 432384028d4eaf1060ca3f44b3f546187c9a195d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:18:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43238402

app-text/liblangtag: Fix license, bump EAPI, migrate away from autotools-utils

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index f39ad36..3f5ed5d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -2,41 +2,39 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit xdg-utils autotools-utils
+inherit xdg-utils eutils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
 SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="introspection static-libs test"
 
 RDEPEND="
-   dev-libs/glib
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
-   test? ( dev-libs/check )"
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"
 
 src_configure() {
xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
+   econf \
+   $(use_enable introspection) \
$(use_enable test)
-   )
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-26 Thread Andreas Hüttel
commit: cd9e6bb36649d692952f15b2759114300e80e995
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 26 17:11:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 26 17:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9e6bb3

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 4efd9c9..2504be4 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,2 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
-DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
deleted file mode 100644
index 3f5ed5d..
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit xdg-utils eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   introspection? ( dev-libs/gobject-introspection-common )
-   sys-devel/gettext
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_configure() {
-   xdg_environment_reset
-   econf \
-   $(use_enable introspection) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: a396a3091d2440d942e8ee81b17403b0abe5a11f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a396a309

app-text/liblangtag: amd64 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 1e36654..560d301 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: f54cf7d959d7312f6657bd0192bb8fd2f2788c14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54cf7d9

app-text/liblangtag: x86 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 560d301..21580a7 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Andreas Hüttel
commit: c691ddbf9d1592a818eb8ee1aff0283971466206
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:59:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:27:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691ddbf

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.6.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2504be4..0b16cec 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
deleted file mode 100644
index 15b0a21..
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xdg-utils autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   sys-devel/gettext
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
-
-src_configure() {
-   xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
-   $(use_enable test)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 09e6d6f9e00086fb33cad53d991f636ac0af0f6d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:55:01 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e6d6f9

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index d2eed11..4efd9c9 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
-DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
deleted file mode 100644
index 1e36654..
--- a/app-text/liblangtag/liblangtag-0.6.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 2736f808a7116239e93ae4d11b283c89a42b031a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:54:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736f808

app-text/liblangtag: 0.6.2 version bump

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index eb7497c..d2eed11 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
+DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-10-01 Thread Andreas Hüttel
commit: f82eeba5675f6fa4722c54af52df508c78766465
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 13:49:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eeba5

app-text/liblangtag: Version bump to 0.6.1

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2c8e91f..bcda46c 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee
+DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: e5ffbd2ec46e38e6f90b7cdd9ca977dbdad397db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 11:04:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffbd2e

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
deleted file mode 100644
index 2e7c4c1..
--- a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib:*
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   sys-devel/gettext
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=("${FILESDIR}"/${P}-enum.patch)
-
-src_configure() {
-   econf \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: 5e6ab7bbb8bae984f628fa0255789a5ec8899864
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 09:09:16 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ab7bb

app-text/liblangtag: Add USE=debug,doc and sync ebuild fixes

Gentoo-bug: 593240

0.6.0 Version bump overlapped with commit 
432384028d4eaf1060ca3f44b3f546187c9a195d

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r2.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
new file mode 100644
index ..3bca600
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${P}-enum.patch )
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-01-07 Thread Manuel Rüger
commit: 24168b2d0ce7db23da5aaa6077eb03a284bb722a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan  8 00:03:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan  8 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24168b2d

app-text/liblangtag: Version bump

Package-Manager: portage-2.2.26

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ab22ef8..7c65ad2 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
 DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
+DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
new file mode 100644
index 000..bcfe020
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   sys-devel/gettext
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2018-09-19 Thread Matt Turner
commit: b3e6057dd09291fde854b770b503a70a733fa950
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6057d

app-text/liblangtag-0.6.2: added ~ppc64, bug 664414

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index b55dd05299d..eb4cac7ef1a 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-01-07 Thread Manuel Rüger
commit: 24168b2d0ce7db23da5aaa6077eb03a284bb722a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan  8 00:03:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan  8 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24168b2d

app-text/liblangtag: Version bump

Package-Manager: portage-2.2.26

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ab22ef8..7c65ad2 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
 DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
+DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
new file mode 100644
index 000..bcfe020
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   sys-devel/gettext
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-02 Thread Andreas Hüttel
commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:22:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 40b905abee9c308bab21617c56d07811236b3100
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:05:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b905ab

app-text/liblangtag: Really only use introspection if explicitly enabled, bug 
571880

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d..f39ad36 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
+   introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
test? ( dev-libs/check )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 432384028d4eaf1060ca3f44b3f546187c9a195d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:18:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43238402

app-text/liblangtag: Fix license, bump EAPI, migrate away from autotools-utils

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index f39ad36..3f5ed5d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -2,41 +2,39 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit xdg-utils autotools-utils
+inherit xdg-utils eutils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
 SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="introspection static-libs test"
 
 RDEPEND="
-   dev-libs/glib
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
-   test? ( dev-libs/check )"
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"
 
 src_configure() {
xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
+   econf \
+   $(use_enable introspection) \
$(use_enable test)
-   )
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-16 Thread Patrice Clement
commit: 9bae0c395c9e81bf0907573a5da1b40ce7ca91f1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 22:05:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae0c39

app-text/liblangtag: version bump to 0.6.0.

Gentoo-Bug: http://bugs.gentoo.org/571880
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

Signed-off-by: Patrice Clement  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ad706ae..2c8e91f 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
+DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee

diff --git a/app-text/liblangtag/liblangtag-0.6.0.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0.ebuild
new file mode 100644
index 000..c431d7c
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib:*
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   sys-devel/gettext
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   econf \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: e5ffbd2ec46e38e6f90b7cdd9ca977dbdad397db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 11:04:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffbd2e

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
deleted file mode 100644
index 2e7c4c1..
--- a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib:*
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   sys-devel/gettext
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=("${FILESDIR}"/${P}-enum.patch)
-
-src_configure() {
-   econf \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: 5e6ab7bbb8bae984f628fa0255789a5ec8899864
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 09:09:16 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ab7bb

app-text/liblangtag: Add USE=debug,doc and sync ebuild fixes

Gentoo-bug: 593240

0.6.0 Version bump overlapped with commit 
432384028d4eaf1060ca3f44b3f546187c9a195d

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r2.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
new file mode 100644
index ..3bca600
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${P}-enum.patch )
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-26 Thread Andreas Hüttel
commit: cd9e6bb36649d692952f15b2759114300e80e995
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 26 17:11:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 26 17:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9e6bb3

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 4efd9c9..2504be4 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,2 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
-DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
deleted file mode 100644
index 3f5ed5d..
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit xdg-utils eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   introspection? ( dev-libs/gobject-introspection-common )
-   sys-devel/gettext
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_configure() {
-   xdg_environment_reset
-   econf \
-   $(use_enable introspection) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-10-01 Thread Andreas Hüttel
commit: f82eeba5675f6fa4722c54af52df508c78766465
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 13:49:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eeba5

app-text/liblangtag: Version bump to 0.6.1

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2c8e91f..bcda46c 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee
+DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: a396a3091d2440d942e8ee81b17403b0abe5a11f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a396a309

app-text/liblangtag: amd64 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 1e36654..560d301 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: f54cf7d959d7312f6657bd0192bb8fd2f2788c14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54cf7d9

app-text/liblangtag: x86 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 560d301..21580a7 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Andreas Hüttel
commit: c691ddbf9d1592a818eb8ee1aff0283971466206
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:59:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:27:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691ddbf

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.6.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2504be4..0b16cec 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
deleted file mode 100644
index 15b0a21..
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xdg-utils autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   sys-devel/gettext
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
-
-src_configure() {
-   xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
-   $(use_enable test)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 09e6d6f9e00086fb33cad53d991f636ac0af0f6d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:55:01 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e6d6f9

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index d2eed11..4efd9c9 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
-DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
deleted file mode 100644
index 1e36654..
--- a/app-text/liblangtag/liblangtag-0.6.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 2736f808a7116239e93ae4d11b283c89a42b031a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:54:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736f808

app-text/liblangtag: 0.6.2 version bump

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index eb7497c..d2eed11 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
+DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2018-09-19 Thread Matt Turner
commit: b3e6057dd09291fde854b770b503a70a733fa950
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6057d

app-text/liblangtag-0.6.2: added ~ppc64, bug 664414

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index b55dd05299d..eb4cac7ef1a 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2021-12-29 Thread Yixun Lan
commit: 13d93123571689b4942669941ed5100bbae6b9aa
Author: Alex Fan  gmail  com>
AuthorDate: Tue Dec 28 10:02:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 29 13:39:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d93123

app-text/liblangtag: keyword 0.6.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index fd3c9a30603f..78e75c1e5a1b 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-16 Thread Patrice Clement
commit: 9bae0c395c9e81bf0907573a5da1b40ce7ca91f1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 22:05:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae0c39

app-text/liblangtag: version bump to 0.6.0.

Gentoo-Bug: http://bugs.gentoo.org/571880
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

Signed-off-by: Patrice Clement  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ad706ae..2c8e91f 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
+DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee

diff --git a/app-text/liblangtag/liblangtag-0.6.0.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0.ebuild
new file mode 100644
index 000..c431d7c
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib:*
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   sys-devel/gettext
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   econf \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-02 Thread Andreas Hüttel
commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:22:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 40b905abee9c308bab21617c56d07811236b3100
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:05:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b905ab

app-text/liblangtag: Really only use introspection if explicitly enabled, bug 
571880

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d..f39ad36 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
+   introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
test? ( dev-libs/check )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 432384028d4eaf1060ca3f44b3f546187c9a195d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:18:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43238402

app-text/liblangtag: Fix license, bump EAPI, migrate away from autotools-utils

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index f39ad36..3f5ed5d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -2,41 +2,39 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit xdg-utils autotools-utils
+inherit xdg-utils eutils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
 SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="introspection static-libs test"
 
 RDEPEND="
-   dev-libs/glib
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
-   test? ( dev-libs/check )"
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"
 
 src_configure() {
xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
+   econf \
+   $(use_enable introspection) \
$(use_enable test)
-   )
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-01-07 Thread Manuel Rüger
commit: 24168b2d0ce7db23da5aaa6077eb03a284bb722a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan  8 00:03:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan  8 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24168b2d

app-text/liblangtag: Version bump

Package-Manager: portage-2.2.26

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ab22ef8..7c65ad2 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
 DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
+DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
new file mode 100644
index 000..bcfe020
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   sys-devel/gettext
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2018-09-19 Thread Matt Turner
commit: b3e6057dd09291fde854b770b503a70a733fa950
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6057d

app-text/liblangtag-0.6.2: added ~ppc64, bug 664414

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index b55dd05299d..eb4cac7ef1a 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2022-07-11 Thread Andreas Sturmlechner
commit: 6c7acd4a561968c178581e64642e7027dac429a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 11 15:58:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 11 15:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7acd4a

app-text/liblangtag: 0.6.4 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.4.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 23a73ff05742..807aa173a3e3 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf
+DIST liblangtag-0.6.4.tar.bz2 764946 BLAKE2B 
1d94f341359f880acb8a0a0526da625cb39d85b33665b861c0fbd94064228a3d5328f3a3b7d62bffd29c6ff8161fa499b6565010ba3065c90f87b5902969e81f
 SHA512 
6c6dd3e6b0fc8d6f10cafd74112cbaf2a2342a88a908ad2f7ae759b3f5fb0cf6d788504c1de072e9ef019f2f5a284daeb2d2393036b6b402c5bc87f32b55f271

diff --git a/app-text/liblangtag/liblangtag-0.6.4.ebuild 
b/app-text/liblangtag/liblangtag-0.6.4.ebuild
new file mode 100644
index ..ddaae38ff669
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug doc introspection test"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
+BDEPEND="
+   sys-devel/gettext
+   sys-devel/libtool
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2021-12-29 Thread Yixun Lan
commit: 13d93123571689b4942669941ed5100bbae6b9aa
Author: Alex Fan  gmail  com>
AuthorDate: Tue Dec 28 10:02:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 29 13:39:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d93123

app-text/liblangtag: keyword 0.6.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index fd3c9a30603f..78e75c1e5a1b 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-12-01 Thread Andreas K. Hüttel
commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec  1 18:26:58 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec  2 02:05:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113

app-text/liblangtag: Add missing dependency

Closes: https://bugs.gentoo.org/729622
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index a9c9bdde4c3..cbc05a8ccc1 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test"
 
 BDEPEND="
sys-devel/gettext
+   sys-devel/libtool
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
 "



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-12-01 Thread Andreas K. Hüttel
commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec  1 18:26:58 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec  2 02:05:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113

app-text/liblangtag: Add missing dependency

Closes: https://bugs.gentoo.org/729622
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index a9c9bdde4c3..cbc05a8ccc1 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test"
 
 BDEPEND="
sys-devel/gettext
+   sys-devel/libtool
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
 "



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2022-07-11 Thread Andreas Sturmlechner
commit: 6c7acd4a561968c178581e64642e7027dac429a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 11 15:58:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 11 15:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7acd4a

app-text/liblangtag: 0.6.4 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.4.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 23a73ff05742..807aa173a3e3 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf
+DIST liblangtag-0.6.4.tar.bz2 764946 BLAKE2B 
1d94f341359f880acb8a0a0526da625cb39d85b33665b861c0fbd94064228a3d5328f3a3b7d62bffd29c6ff8161fa499b6565010ba3065c90f87b5902969e81f
 SHA512 
6c6dd3e6b0fc8d6f10cafd74112cbaf2a2342a88a908ad2f7ae759b3f5fb0cf6d788504c1de072e9ef019f2f5a284daeb2d2393036b6b402c5bc87f32b55f271

diff --git a/app-text/liblangtag/liblangtag-0.6.4.ebuild 
b/app-text/liblangtag/liblangtag-0.6.4.ebuild
new file mode 100644
index ..ddaae38ff669
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug doc introspection test"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
+BDEPEND="
+   sys-devel/gettext
+   sys-devel/libtool
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-03-01 Thread Andreas Sturmlechner
commit: 6a0061a13188be43775f9531bed9e65ac4594961
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  1 20:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  1 22:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0061a1

app-text/liblangtag: Drop 0.6.2

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ca05ea2fc40..23a73ff0574 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
deleted file mode 100644
index 63fe77c8544..000
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2019-08-01 Thread Aaron Bauman
commit: ecc1fa8094b7a1e40f28cc0aeb4cb8eef14bae1c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug  1 15:12:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug  1 15:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1fa80

app-text/liblangtag: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index eb4cac7ef1a..3c6be86ce44 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: c3846adf217c96a523c492eec2f1f8b890a8ad84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:11:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3846adf

app-text/liblangtag: amd64 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index eb55dea03ec..f6732d957f6 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: 1c42f01a810cc8e87bb05ce98571aa85a2d7da5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:13:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c42f01a

app-text/liblangtag: x86 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index f6732d957f6..0ea1f591f0e 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-01 Thread Andreas Sturmlechner
commit: 4b1d168ef86a81d5c4e17a39b4c6f444cd0283e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 09:44:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 10:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d168e

app-text/liblangtag: 0.6.3 version bump, EAPI-7 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.3.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 31edb96d0f2..ca05ea2fc40 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
+DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
new file mode 100644
index 000..b0db495d30f
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc introspection static-libs test"
+
+BDEPEND="
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable static-libs static)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-02 Thread Andreas Sturmlechner
commit: 7e952a24854aeee2311fd53672137d2c84fe540a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  2 21:35:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  2 22:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24

app-text/liblangtag: Move test dep to DEPEND where it belongs

Thanks-to: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index b0db495d30f..eb55dea03ec 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -18,13 +18,14 @@ BDEPEND="
sys-devel/gettext
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
 "
 RDEPEND="
dev-libs/libxml2
introspection? ( dev-libs/gobject-introspection )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-03-01 Thread Andreas Sturmlechner
commit: 6a0061a13188be43775f9531bed9e65ac4594961
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  1 20:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  1 22:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0061a1

app-text/liblangtag: Drop 0.6.2

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ca05ea2fc40..23a73ff0574 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
deleted file mode 100644
index 63fe77c8544..000
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: c3846adf217c96a523c492eec2f1f8b890a8ad84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:11:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3846adf

app-text/liblangtag: amd64 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index eb55dea03ec..f6732d957f6 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: 1c42f01a810cc8e87bb05ce98571aa85a2d7da5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:13:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c42f01a

app-text/liblangtag: x86 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index f6732d957f6..0ea1f591f0e 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-01 Thread Andreas Sturmlechner
commit: 4b1d168ef86a81d5c4e17a39b4c6f444cd0283e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 09:44:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 10:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d168e

app-text/liblangtag: 0.6.3 version bump, EAPI-7 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.3.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 31edb96d0f2..ca05ea2fc40 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
+DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
new file mode 100644
index 000..b0db495d30f
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc introspection static-libs test"
+
+BDEPEND="
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable static-libs static)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-02 Thread Andreas Sturmlechner
commit: 7e952a24854aeee2311fd53672137d2c84fe540a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  2 21:35:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  2 22:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24

app-text/liblangtag: Move test dep to DEPEND where it belongs

Thanks-to: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index b0db495d30f..eb55dea03ec 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -18,13 +18,14 @@ BDEPEND="
sys-devel/gettext
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
 "
 RDEPEND="
dev-libs/libxml2
introspection? ( dev-libs/gobject-introspection )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-02-08 Thread Mikle Kolyada
commit: cb2052c749bfc0810e59ebebb518f1f8a6c5eebc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb  8 13:28:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb  8 13:28:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2052c7

app-text/liblangtag: arm64 stable wrt bug #704840

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index 0ea1f591f0e..a9c9bdde4c3 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2019-08-01 Thread Aaron Bauman
commit: ecc1fa8094b7a1e40f28cc0aeb4cb8eef14bae1c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug  1 15:12:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug  1 15:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1fa80

app-text/liblangtag: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index eb4cac7ef1a..3c6be86ce44 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-26 Thread Andreas Hüttel
commit: cd9e6bb36649d692952f15b2759114300e80e995
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 26 17:11:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 26 17:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9e6bb3

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 4efd9c9..2504be4 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,2 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
-DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
deleted file mode 100644
index 3f5ed5d..
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit xdg-utils eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   introspection? ( dev-libs/gobject-introspection-common )
-   sys-devel/gettext
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_configure() {
-   xdg_environment_reset
-   econf \
-   $(use_enable introspection) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: a396a3091d2440d942e8ee81b17403b0abe5a11f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a396a309

app-text/liblangtag: amd64 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 1e36654..560d301 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: f54cf7d959d7312f6657bd0192bb8fd2f2788c14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54cf7d9

app-text/liblangtag: x86 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 560d301..21580a7 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Andreas Hüttel
commit: c691ddbf9d1592a818eb8ee1aff0283971466206
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:59:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:27:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691ddbf

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.6.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2504be4..0b16cec 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
deleted file mode 100644
index 15b0a21..
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xdg-utils autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   sys-devel/gettext
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
-
-src_configure() {
-   xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
-   $(use_enable test)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 09e6d6f9e00086fb33cad53d991f636ac0af0f6d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:55:01 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e6d6f9

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index d2eed11..4efd9c9 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
-DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
deleted file mode 100644
index 1e36654..
--- a/app-text/liblangtag/liblangtag-0.6.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 2736f808a7116239e93ae4d11b283c89a42b031a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:54:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736f808

app-text/liblangtag: 0.6.2 version bump

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index eb7497c..d2eed11 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
+DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-10-01 Thread Andreas Hüttel
commit: f82eeba5675f6fa4722c54af52df508c78766465
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 13:49:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eeba5

app-text/liblangtag: Version bump to 0.6.1

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2c8e91f..bcda46c 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee
+DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: e5ffbd2ec46e38e6f90b7cdd9ca977dbdad397db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 11:04:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffbd2e

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
deleted file mode 100644
index 2e7c4c1..
--- a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib:*
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   sys-devel/gettext
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=("${FILESDIR}"/${P}-enum.patch)
-
-src_configure() {
-   econf \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: 5e6ab7bbb8bae984f628fa0255789a5ec8899864
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 09:09:16 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ab7bb

app-text/liblangtag: Add USE=debug,doc and sync ebuild fixes

Gentoo-bug: 593240

0.6.0 Version bump overlapped with commit 
432384028d4eaf1060ca3f44b3f546187c9a195d

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r2.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
new file mode 100644
index ..3bca600
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${P}-enum.patch )
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-03-01 Thread Andreas Sturmlechner
commit: 6a0061a13188be43775f9531bed9e65ac4594961
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  1 20:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  1 22:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0061a1

app-text/liblangtag: Drop 0.6.2

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ca05ea2fc40..23a73ff0574 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
deleted file mode 100644
index 63fe77c8544..000
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: c3846adf217c96a523c492eec2f1f8b890a8ad84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:11:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3846adf

app-text/liblangtag: amd64 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index eb55dea03ec..f6732d957f6 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-16 Thread Mikle Kolyada
commit: 1c42f01a810cc8e87bb05ce98571aa85a2d7da5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 08:13:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 08:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c42f01a

app-text/liblangtag: x86 stable wrt bug #704840

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index f6732d957f6..0ea1f591f0e 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-01 Thread Andreas Sturmlechner
commit: 4b1d168ef86a81d5c4e17a39b4c6f444cd0283e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 09:44:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 10:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d168e

app-text/liblangtag: 0.6.3 version bump, EAPI-7 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.3.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 31edb96d0f2..ca05ea2fc40 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1 +1,2 @@
 DIST liblangtag-0.6.2.tar.bz2 766080 BLAKE2B 
e19599cb6445e40d21d4aec394ab3bcfe447badf096e8efd6e13caa48ce5cec832cb853f4924ce0204a747949506b49b05c175c2726fa3904424cc25b8dc9869
 SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
+DIST liblangtag-0.6.3.tar.bz2 755492 BLAKE2B 
fb7b3cf5a4e6c3fabdce110ab208fa9e3537d8144839f2fc9779ff9de928afa416838c5c3c5317438ae0421806eb6ffb2207f6ad3dc02bcbf9123668187d22d2
 SHA512 
3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
new file mode 100644
index 000..b0db495d30f
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://bitbucket.org/tagoh/liblangtag/wiki/Home";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc introspection static-libs test"
+
+BDEPEND="
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_enable static-libs static)
+   $(use_enable test)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-01-02 Thread Andreas Sturmlechner
commit: 7e952a24854aeee2311fd53672137d2c84fe540a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  2 21:35:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  2 22:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24

app-text/liblangtag: Move test dep to DEPEND where it belongs

Thanks-to: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index b0db495d30f..eb55dea03ec 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -18,13 +18,14 @@ BDEPEND="
sys-devel/gettext
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
 "
 RDEPEND="
dev-libs/libxml2
introspection? ( dev-libs/gobject-introspection )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2021-12-29 Thread Yixun Lan
commit: 13d93123571689b4942669941ed5100bbae6b9aa
Author: Alex Fan  gmail  com>
AuthorDate: Tue Dec 28 10:02:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 29 13:39:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d93123

app-text/liblangtag: keyword 0.6.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index fd3c9a30603f..78e75c1e5a1b 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-12-01 Thread Andreas K. Hüttel
commit: c4497113b5aa94a9b2c9c182ce140ff7a6c4eca6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec  1 18:26:58 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec  2 02:05:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4497113

app-text/liblangtag: Add missing dependency

Closes: https://bugs.gentoo.org/729622
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index a9c9bdde4c3..cbc05a8ccc1 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -16,6 +16,7 @@ IUSE="debug doc introspection static-libs test"
 
 BDEPEND="
sys-devel/gettext
+   sys-devel/libtool
doc? ( dev-util/gtk-doc )
introspection? ( dev-libs/gobject-introspection-common )
 "



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-02-08 Thread Mikle Kolyada
commit: cb2052c749bfc0810e59ebebb518f1f8a6c5eebc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb  8 13:28:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb  8 13:28:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2052c7

app-text/liblangtag: arm64 stable wrt bug #704840

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index 0ea1f591f0e..a9c9bdde4c3 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-01-07 Thread Manuel Rüger
commit: 24168b2d0ce7db23da5aaa6077eb03a284bb722a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan  8 00:03:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan  8 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24168b2d

app-text/liblangtag: Version bump

Package-Manager: portage-2.2.26

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ab22ef8..7c65ad2 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
 DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
+DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
new file mode 100644
index 000..bcfe020
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   sys-devel/gettext
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable introspection)
+   $(use_enable test)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-16 Thread Patrice Clement
commit: 9bae0c395c9e81bf0907573a5da1b40ce7ca91f1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 22:05:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae0c39

app-text/liblangtag: version bump to 0.6.0.

Gentoo-Bug: http://bugs.gentoo.org/571880
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

Signed-off-by: Patrice Clement  gentoo.org>

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ad706ae..2c8e91f 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
+DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee

diff --git a/app-text/liblangtag/liblangtag-0.6.0.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0.ebuild
new file mode 100644
index 000..c431d7c
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib:*
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   sys-devel/gettext
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   econf \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-26 Thread Andreas Hüttel
commit: cd9e6bb36649d692952f15b2759114300e80e995
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 26 17:11:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 26 17:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9e6bb3

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 4efd9c9..2504be4 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,2 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
-DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
deleted file mode 100644
index 3f5ed5d..
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit xdg-utils eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   introspection? ( dev-libs/gobject-introspection-common )
-   sys-devel/gettext
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_configure() {
-   xdg_environment_reset
-   econf \
-   $(use_enable introspection) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: a396a3091d2440d942e8ee81b17403b0abe5a11f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a396a309

app-text/liblangtag: amd64 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 1e36654..560d301 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Agostino Sarubbo
commit: f54cf7d959d7312f6657bd0192bb8fd2f2788c14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54cf7d9

app-text/liblangtag: x86 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 560d301..21580a7 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-29 Thread Andreas Hüttel
commit: c691ddbf9d1592a818eb8ee1aff0283971466206
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:59:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:27:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691ddbf

app-text/liblangtag: Remove old

Package-Manager: portage-2.3.2

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.5.6.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2504be4..0b16cec 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1 @@
-DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
deleted file mode 100644
index 15b0a21..
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xdg-utils autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   sys-devel/gettext
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
-
-src_configure() {
-   xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
-   $(use_enable test)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2018-09-19 Thread Matt Turner
commit: b3e6057dd09291fde854b770b503a70a733fa950
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6057d

app-text/liblangtag-0.6.2: added ~ppc64, bug 664414

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index b55dd05299d..eb4cac7ef1a 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2019-08-01 Thread Aaron Bauman
commit: ecc1fa8094b7a1e40f28cc0aeb4cb8eef14bae1c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug  1 15:12:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug  1 15:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1fa80

app-text/liblangtag: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index eb4cac7ef1a..3c6be86ce44 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 09e6d6f9e00086fb33cad53d991f636ac0af0f6d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:55:01 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e6d6f9

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 -
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index d2eed11..4efd9c9 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
-DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
deleted file mode 100644
index 1e36654..
--- a/app-text/liblangtag/liblangtag-0.6.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils xdg-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug doc introspection static-libs test"
-
-RDEPEND="
-   dev-libs/libxml2
-   introspection? ( dev-libs/gobject-introspection )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )
-"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-   if [[ -d docs/html ]]; then
-   rm -r docs/html || die "Failed to remove existing gtk-doc"
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable doc gtk-doc) \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-11-05 Thread Andreas Hüttel
commit: 2736f808a7116239e93ae4d11b283c89a42b031a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 08:54:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736f808

app-text/liblangtag: 0.6.2 version bump

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index eb7497c..d2eed11 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d
+DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 
d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 
812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f
 WHIRLPOOL 
6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-10-01 Thread Andreas Hüttel
commit: f82eeba5675f6fa4722c54af52df508c78766465
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 13:49:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eeba5

app-text/liblangtag: Version bump to 0.6.1

Package-Manager: portage-2.3.0

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 2c8e91f..bcda46c 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,3 +1,4 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
 DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee
+DIST liblangtag-0.6.1.tar.bz2 765980 SHA256 
b3b245b901a9361e51805e196963d208a0b578ec9b3d96b0845931c009c0435f SHA512 
0bcd73bd2d2393303043ef788f0d9073f618f29de13ce720765d3b94b1de0a3e585d9eb97653ae7bf741e455afd5bf9746d776e25ecafeb245eef522c4571615
 WHIRLPOOL 
c36012dd1db905d930256a7da55b901fa98f9df6dd39517b23d875c48306da7ce1cc6d711fb89ff48e0d719f6e13b91688a970f81589b5adf5e08c3fc221522d

diff --git a/app-text/liblangtag/liblangtag-0.6.1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.1.ebuild
new file mode 100644
index ..1e36654
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-02 Thread Andreas Hüttel
commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:22:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 40b905abee9c308bab21617c56d07811236b3100
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:05:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b905ab

app-text/liblangtag: Really only use introspection if explicitly enabled, bug 
571880

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d..f39ad36 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
+   introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
test? ( dev-libs/check )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 432384028d4eaf1060ca3f44b3f546187c9a195d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:18:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43238402

app-text/liblangtag: Fix license, bump EAPI, migrate away from autotools-utils

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index f39ad36..3f5ed5d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -2,41 +2,39 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit xdg-utils autotools-utils
+inherit xdg-utils eutils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
 SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="introspection static-libs test"
 
 RDEPEND="
-   dev-libs/glib
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
-   test? ( dev-libs/check )"
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"
 
 src_configure() {
xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
+   econf \
+   $(use_enable introspection) \
$(use_enable test)
-   )
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: e5ffbd2ec46e38e6f90b7cdd9ca977dbdad397db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 11:04:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffbd2e

app-text/liblangtag: Drop old

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
deleted file mode 100644
index 2e7c4c1..
--- a/app-text/liblangtag/liblangtag-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib:*
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   sys-devel/gettext
-   introspection? ( dev-libs/gobject-introspection-common )
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=("${FILESDIR}"/${P}-enum.patch)
-
-src_configure() {
-   econf \
-   $(use_enable introspection) \
-   $(use_enable static-libs static) \
-   $(use_enable test)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2016-09-17 Thread Andreas Hüttel
commit: 5e6ab7bbb8bae984f628fa0255789a5ec8899864
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 09:09:16 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ab7bb

app-text/liblangtag: Add USE=debug,doc and sync ebuild fixes

Gentoo-bug: 593240

0.6.0 Version bump overlapped with commit 
432384028d4eaf1060ca3f44b3f546187c9a195d

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.6.0-r2.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
new file mode 100644
index ..3bca600
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
+
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug doc introspection static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   introspection? ( dev-libs/gobject-introspection )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )
+"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${P}-enum.patch )
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   if [[ -d docs/html ]]; then
+   rm -r docs/html || die "Failed to remove existing gtk-doc"
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc gtk-doc) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2020-02-08 Thread Mikle Kolyada
commit: cb2052c749bfc0810e59ebebb518f1f8a6c5eebc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb  8 13:28:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb  8 13:28:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2052c7

app-text/liblangtag: arm64 stable wrt bug #704840

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index 0ea1f591f0e..a9c9bdde4c3 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/

2018-09-19 Thread Matt Turner
commit: b3e6057dd09291fde854b770b503a70a733fa950
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6057d

app-text/liblangtag-0.6.2: added ~ppc64, bug 664414

 app-text/liblangtag/liblangtag-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild 
b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index b55dd05299d..eb4cac7ef1a 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="debug doc introspection static-libs test"
 
 RDEPEND="



  1   2   3   >