public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2015-09-01 19:19 Tobias Klausmann
  0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     732bfa9eb63a012bc60afc1a7d7466e28037fe40
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:15:48 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:15:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732bfa9e

dev-libs/uchardet: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-libs/uchardet/uchardet-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild
index 5472c1d..baa9432 100644
--- a/dev-libs/uchardet/uchardet-0.0.1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.1.ebuild
@@ -7,7 +7,7 @@ EAPI="5"
 inherit cmake-utils
 
 DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm"
-HOMEPAGE="https://code.google.com/p/uchardet/"
+HOMEPAGE="https://github.com/BYVoid/uchardet"
 SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="MPL-1.1"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-01-25  9:22 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-01-25  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8549f2c0ea1b7900366617aeaacbe939db45a77d
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 09:14:20 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 09:22:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8549f2c0

dev-libs/uchardet/metadata.xml: drop inactive proxy maintainer

Package-Manager: portage-2.2.26

 dev-libs/uchardet/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index a318968..0ef2896 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -5,10 +5,6 @@
 		<email>rion4ik@gmail.com</email>
 		<name>Rion</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>nikoli@gmx.us</email>
-		<name>Nikoli</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-01-25  9:46 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-01-25  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a33e0653b858c26baf50e83d31972d1fb09cbef0
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Mon Jan 25 09:27:19 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 09:29:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33e0653

dev-libs/uchardet: add myself as a proxy-maintainer

As agreed upon with Ian Delaney (idella4).

Package-Manager: portage-2.2.27

 dev-libs/uchardet/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index 0ef2896..d54fa6a 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -2,6 +2,11 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
+		<email>itumaykin+gentoo@gmail.com</email>
+		<name>Coacher</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<maintainer type="person">
 		<email>rion4ik@gmail.com</email>
 		<name>Rion</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-02-02  8:48 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-02-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     287315afcce1ed9f9addfbf31cfe99e7ee200c50
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 08:31:41 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 08:31:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287315af

dev-libs/uchardet: drop maintainer Rion from metadata

Package-Manager: portage-2.2.26

 dev-libs/uchardet/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index d54fa6a..3fc943d 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -6,10 +6,6 @@
 		<name>Coacher</name>
 		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>Rion</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-02-05  7:46 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-02-05  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     78f09609f0f81fa0bb2e83cc0dba2346ada2d975
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Feb  4 21:35:52 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 21:35:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f09609

dev-libs/uchardet: avoid using EAPI-6-deprecated function in src_prepare

cmake_comment_add_subdirectory is EAPI-6-compatible,
while comment_add_subdirectory is not.

Currently both these functions do the same and
this is a ditto change, thus no revbump.

Package-Manager: portage-2.2.27

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 0dd0764..29224ec 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
 )
 
 src_prepare() {
-	use test || comment_add_subdirectory test
+	use test || cmake_comment_add_subdirectory test
 	cmake-utils_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-02-06  8:37 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-02-06  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7ba5c80a5f38c41b2302727723f0147de3702cf4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 08:36:35 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 08:36:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba5c80a

dev-libs/uchardet: Mark ~hppa ~ppc64 (bug #569114).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 29224ec..02a2ead 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-02-25 17:19 Markus Meier
  0 siblings, 0 replies; 18+ messages in thread
From: Markus Meier @ 2016-02-25 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     14e849e75b65a812577d2715f1a0310759973ceb
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 17:19:20 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:19:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e849e7

dev-libs/uchardet: add ~arm, bug #569114

Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 02a2ead..6a256d2 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-03-05 11:39 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-03-05 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c3bf79a9a64da5be7ed9a6343e18f141cabc72bd
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Mar  4 14:47:50 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 15:56:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bf79a9

dev-libs/uchardet: remove obsolete maintainer description from metadata

I'm the only maintainer. It's obvious who should be assignee in bugs.

Package-Manager: portage-2.2.27

 dev-libs/uchardet/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index 3fc943d..97c636b 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>itumaykin+gentoo@gmail.com</email>
 		<name>Coacher</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-03-14 22:12 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     df3d01037ff178195f2d54848f9decc01c9970d1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:11:03 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:11:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3d0103

dev-libs/uchardet: amd64 stable wrt bug #576714

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

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 6a256d2..24cebce 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-05-10  9:28 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-05-10  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7dc255948d5a1ff6f089310653947ade098d2516
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu May  5 00:52:57 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 09:28:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc25594

dev-libs/uchardet: remove old

Closes: https://github.com/gentoo/gentoo/pull/1438
Package-Manager: portage-2.2.28

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-libs/uchardet/Manifest              |  1 -
 dev-libs/uchardet/uchardet-0.0.1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-libs/uchardet/Manifest b/dev-libs/uchardet/Manifest
index 885fbcc..3d65a57 100644
--- a/dev-libs/uchardet/Manifest
+++ b/dev-libs/uchardet/Manifest
@@ -1,2 +1 @@
-DIST uchardet-0.0.1.tar.gz 179207 SHA256 e238c212350e07ebbe1961f8f128faaa40f71b70d37b63ffa2fe12c664269ee6 SHA512 28fa8618a1a5f8cd36271fee3dd0e0bfbd2fdd219ad026a1382db366806d57f5be33ad4dfd765a9c31408a853edde157c3aeb717dcce360e56c3f63f4a1f1288 WHIRLPOOL 413a754c1e976c3bc24b6b66150dc4544f0fc565953bd4c0b062b37afbf4cb1caa5e2c014388133d2f1559d59b563d8ba812482ed8a11088fcfab3353ef6b8a0
 DIST uchardet-0.0.5.tar.gz 222864 SHA256 7c5569c8ee1a129959347f5340655897e6a8f81ec3344de0012a243f868eabd1 SHA512 e32ff3e7baa9804199e3ca240ce590fed3fcb539fe4d780c4ec205fa5cbd45415e2c8c8db51d97965f9f9bbaad1f34613d5ed2849aafd9bbc3dda850c0be20ac WHIRLPOOL 737becbbf1be09e049207311c964ee61e78bce3c3cdc31cd5a071a52aef22b5f0d803a243aac8b0f9840c19d27ffbac3e08454ec7a74c2bb85f19f15333e3af6

diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild
deleted file mode 100644
index baa9432..0000000
--- a/dev-libs/uchardet/uchardet-0.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit cmake-utils
-
-DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm"
-HOMEPAGE="https://github.com/BYVoid/uchardet"
-SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
-	cmake-utils_src_install
-	use static-libs || find "${ED}" -name '*.a' -delete
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-05-10  9:28 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-05-10  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cfdad2793870d7034def686bf2a33eef2b72bae2
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu May  5 00:51:30 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 09:28:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdad279

dev-libs/uchardet: add live ebuild

It has EAPI=6.

Package-Manager: portage-2.2.28

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-libs/uchardet/uchardet-9999.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild
new file mode 100644
index 0000000..564cafb
--- /dev/null
+++ b/dev-libs/uchardet/uchardet-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="An encoding detector library ported from Mozilla"
+HOMEPAGE="https://github.com/BYVoid/uchardet"
+EGIT_REPO_URI="git://github.com/BYVoid/${PN}.git"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="static-libs test"
+
+src_prepare() {
+	cmake-utils_src_prepare
+	use test || cmake_comment_add_subdirectory test
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_STATIC=$(usex static-libs)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-06-07 12:40 Tobias Klausmann
  0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2016-06-07 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     af3acc3b64325d35645a46065abb1b6dbeefec88
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 12:40:29 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 12:40:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3acc3b

dev-libs/uchardet-0.0.5-r1: add ~alpha keyword

Gentoo-Bug: 569114

Package-Manager: portage-2.3.0_rc1

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 34339af..e3b7fec 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-06-08 12:46 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-06-08 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ccddf411d1e8b15a763f0de2c3469403fb814247
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jun  8 12:42:59 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 12:18:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccddf411

dev-libs/uchardet: update LICENSE

Closes: https://github.com/gentoo/gentoo/pull/1627
Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 dev-libs/uchardet/uchardet-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index e3b7fec..07c0945 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="An encoding detector library ported from Mozilla"
 HOMEPAGE="https://github.com/BYVoid/uchardet"
 SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="MPL-1.1"
+LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86"
 IUSE="static-libs test"

diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild
index 564cafb..f149b51 100644
--- a/dev-libs/uchardet/uchardet-9999.ebuild
+++ b/dev-libs/uchardet/uchardet-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="An encoding detector library ported from Mozilla"
 HOMEPAGE="https://github.com/BYVoid/uchardet"
 EGIT_REPO_URI="git://github.com/BYVoid/${PN}.git"
 
-LICENSE="MPL-1.1"
+LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 KEYWORDS=""
 IUSE="static-libs test"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-07-07 11:15 Tobias Klausmann
  0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2016-07-07 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2580c69c661477e382ab50232b3d59dfe564a278
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 11:10:23 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 11:10:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2580c69c

dev-libs/uchardet-0.0.5-r1: add alpha keyword

Gentoo-Bug: 581200

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 07c0945..786027b 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-07-21 14:53 Göktürk Yüksek
  0 siblings, 0 replies; 18+ messages in thread
From: Göktürk Yüksek @ 2016-07-21 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     784f058656e07e25e6fc58c44be14ff3d242f844
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jul 20 20:04:27 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 14:49:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784f0586

dev-libs/uchardet: migrate to the new freedesktop upstream

See https://github.com/BYVoid/uchardet/issues/22
and https://www.freedesktop.org/wiki/Software/uchardet/

Package-Manager: portage-2.3.0

 dev-libs/uchardet/metadata.xml             | 2 +-
 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 4 ++--
 dev-libs/uchardet/uchardet-9999.ebuild     | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index 97c636b..fea8238 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -10,6 +10,6 @@
 		<name>Proxy Maintainers</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">BYVoid/uchardet</remote-id>
+		<bugs-to>https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 786027b..4dc9b49 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 
 inherit cmake-utils
 
-DESCRIPTION="An encoding detector library ported from Mozilla"
-HOMEPAGE="https://github.com/BYVoid/uchardet"
+DESCRIPTION="An encoding detector library"
+HOMEPAGE="https://github.com/BYVoid/uchardet https://www.freedesktop.org/wiki/Software/uchardet/"
 SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"

diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild
index f149b51..c5aa9c3 100644
--- a/dev-libs/uchardet/uchardet-9999.ebuild
+++ b/dev-libs/uchardet/uchardet-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
 
 inherit cmake-utils git-r3
 
-DESCRIPTION="An encoding detector library ported from Mozilla"
-HOMEPAGE="https://github.com/BYVoid/uchardet"
-EGIT_REPO_URI="git://github.com/BYVoid/${PN}.git"
+DESCRIPTION="An encoding detector library"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
+EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}"
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-07-21 14:53 Göktürk Yüksek
  0 siblings, 0 replies; 18+ messages in thread
From: Göktürk Yüksek @ 2016-07-21 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     09ba014c49d3c8150725ed1942f5ee7431b58b3e
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jul 20 20:07:17 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 14:49:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ba014c

dev-libs/uchardet: verbump to 0.0.6

Gentoo-Bug: 589268
Closes: https://github.com/gentoo/gentoo/pull/1929
Package-Manager: portage-2.3.0

 dev-libs/uchardet/Manifest              |  1 +
 dev-libs/uchardet/uchardet-0.0.6.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/uchardet/Manifest b/dev-libs/uchardet/Manifest
index 3d65a57..3cdddba 100644
--- a/dev-libs/uchardet/Manifest
+++ b/dev-libs/uchardet/Manifest
@@ -1 +1,2 @@
 DIST uchardet-0.0.5.tar.gz 222864 SHA256 7c5569c8ee1a129959347f5340655897e6a8f81ec3344de0012a243f868eabd1 SHA512 e32ff3e7baa9804199e3ca240ce590fed3fcb539fe4d780c4ec205fa5cbd45415e2c8c8db51d97965f9f9bbaad1f34613d5ed2849aafd9bbc3dda850c0be20ac WHIRLPOOL 737becbbf1be09e049207311c964ee61e78bce3c3cdc31cd5a071a52aef22b5f0d803a243aac8b0f9840c19d27ffbac3e08454ec7a74c2bb85f19f15333e3af6
+DIST uchardet-0.0.6.tar.xz 169192 SHA256 8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61 SHA512 eceeadae060bf277e298d709856609dde32921271140dc1fb0a33c7b6e1381033fc2960d616ebbd82c92815936864d2c0743b1b5ea1b7d4a200df87df80d6de5 WHIRLPOOL 3fa915fa768be9cb4002e0a1b84c120db017f59fd0011df36a4853c53b403d5f3839647ab7aff8d8691a43ef0ecc90714475ef6a46a85d20abbd57fba7d90a13

diff --git a/dev-libs/uchardet/uchardet-0.0.6.ebuild b/dev-libs/uchardet/uchardet-0.0.6.ebuild
new file mode 100644
index 0000000..ed98632
--- /dev/null
+++ b/dev-libs/uchardet/uchardet-0.0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="An encoding detector library"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
+SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
+
+LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="static-libs test"
+
+src_prepare() {
+	cmake-utils_src_prepare
+	use test || cmake_comment_add_subdirectory test
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_STATIC=$(usex static-libs)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2016-10-01 12:05 Jeroen Roovers
  0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-10-01 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c79a35422b21be8daf1325be6e0371cb4cf9c35d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 11:52:13 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 12:05:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79a3542

dev-libs/uchardet: Stable for HPPA PPC64 (bug #581200).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 4dc9b49..89f103f 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc64 x86"
 IUSE="static-libs test"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
@ 2017-01-03 23:07 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-01-03 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4fcdd1c604f604bffd2d513181a0a2f206ef966f
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Dec 30 13:42:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 23:06:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcdd1c6

dev-libs/uchardet: support both HTTPS and git URIs in 9999.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/uchardet/uchardet-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild
index c5aa9c3..2d53e33 100644
--- a/dev-libs/uchardet/uchardet-9999.ebuild
+++ b/dev-libs/uchardet/uchardet-9999.ebuild
@@ -8,7 +8,10 @@ inherit cmake-utils git-r3
 
 DESCRIPTION="An encoding detector library"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
-EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}"
+EGIT_REPO_URI=(
+	https://anongit.freedesktop.org/git/${PN}/${PN}.git
+	git://anongit.freedesktop.org/${PN}/${PN}
+)
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-01-03 23:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25  9:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/ Ian Delaney
  -- strict thread matches above, loose matches on Subject: below --
2017-01-03 23:07 Patrice Clement
2016-10-01 12:05 Jeroen Roovers
2016-07-21 14:53 Göktürk Yüksek
2016-07-21 14:53 Göktürk Yüksek
2016-07-07 11:15 Tobias Klausmann
2016-06-08 12:46 Patrice Clement
2016-06-07 12:40 Tobias Klausmann
2016-05-10  9:28 Ian Delaney
2016-05-10  9:28 Ian Delaney
2016-03-14 22:12 Agostino Sarubbo
2016-03-05 11:39 Patrice Clement
2016-02-25 17:19 Markus Meier
2016-02-06  8:37 Jeroen Roovers
2016-02-05  7:46 Ian Delaney
2016-02-02  8:48 Ian Delaney
2016-01-25  9:46 Patrice Clement
2015-09-01 19:19 Tobias Klausmann

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