public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2016-12-06 12:17 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2016-12-06 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0cf32014c46dda046af405fde6fe97ad3deddb07
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 12:17:17 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 12:17:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf32014

lxqt-base/lxqt-l10n: new package

Package-Manager: portage-2.3.2

 lxqt-base/lxqt-l10n/Manifest                |  1 +
 lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 25 +++++++++++++++++++++++++
 lxqt-base/lxqt-l10n/metadata.xml            |  8 ++++++++
 3 files changed, 34 insertions(+)

diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest
new file mode 100644
index 00000000..38172c2
--- /dev/null
+++ b/lxqt-base/lxqt-l10n/Manifest
@@ -0,0 +1 @@
+DIST lxqt-l10n-0.11.0.tar.xz 513704 SHA256 ed05b57da536e9ea52f34fcbc15f386be4336ee8b411f3a24c043ee4dc27774a SHA512 827a38184d27684ab98234df671c48c8ff7d45bfe4fafafe82fd821786e856eaadade98f8d244cac9729dd0ec1a2d8d295b04397bed4a3375cac8191759ec27e WHIRLPOOL 1364b6974c38b53c69c425398c5fe1465b3100a503e2e82bd9d10e01068fb82b0bf0694a0dea5c17f1692381136d7fdf0f2b3ad0df17920c5eea4ca8df8d0f72

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
new file mode 100644
index 00000000..8a7b878
--- /dev/null
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="LXQt localisation package"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+DEPEND="
+	dev-qt/linguist-tools:5
+	~lxqt-base/liblxqt-${PV}
+"

diff --git a/lxqt-base/lxqt-l10n/metadata.xml b/lxqt-base/lxqt-l10n/metadata.xml
new file mode 100644
index 00000000..3eaa3d7
--- /dev/null
+++ b/lxqt-base/lxqt-l10n/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>lxqt@gentoo.org</email>
+    <name>LXQt</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2018-04-15 12:43 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2018-04-15 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e27f4c66fd0b4091e22baab4c433c32fd599caf3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 07:53:00 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:41:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27f4c66

lxqt-base/lxqt-l10n: fix SRC_URI

 lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
index 9feb7d9b7e2..730a29ddb36 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-	SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2018-05-11 21:56 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-05-11 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6eb6ab4e9342dd5b50a293017ecbc9c9049735df
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May  7 19:05:36 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 11 21:56:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb6ab4e

lxqt-base/lxqt-l10n: use HTTPS.

 lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
index 730a29ddb36..27fa16aa85d 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="LXQt localisation package"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org"
 
 if [[ ${PV} = *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+	EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2018-08-11 10:10 Jonathan Scruggs
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Scruggs @ 2018-08-11 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0a0ab3e040a06fd02a5a95fc87f381bbcd994cc6
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 11 15:02:39 2018 +0000
Commit:     Jonathan Scruggs <dracwyrm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 10:09:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0ab3e0

lxqt-base/lxqt-l10n: version update to 0.13.0

 lxqt-base/lxqt-l10n/Manifest                |  1 +
 lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 26 ++++++++++++++++++++++++++
 lxqt-base/lxqt-l10n/metadata.xml            | 11 +++++++----
 3 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest
index 6c54465f3a7..1895a17ebe9 100644
--- a/lxqt-base/lxqt-l10n/Manifest
+++ b/lxqt-base/lxqt-l10n/Manifest
@@ -1 +1,2 @@
 DIST lxqt-l10n-0.11.0.tar.xz 513704 BLAKE2B f300b938db282151df1552e13e5530ffab1465d496e89df73b5d339b339442c018521d2eb1d5c3d7a942607596ba8ab98dacd689ba74761ec93e82b42ba85249 SHA512 827a38184d27684ab98234df671c48c8ff7d45bfe4fafafe82fd821786e856eaadade98f8d244cac9729dd0ec1a2d8d295b04397bed4a3375cac8191759ec27e
+DIST lxqt-l10n-0.13.0.tar.xz 758588 BLAKE2B e904f60c50dd389fce027a374536412b9f2947bc4a7b81c313a0457744328158215b520e15044c30c045a022c7119682b05ccbf2534923684cf5daf40d5f7c45 SHA512 cbafc0f1c12a9c14af8ed896f5147d90fcd24786be0cc5de7f8897e31ac012a7308604622635f43709edeb13824395806e6d8e89355a0fd6799227f8d0d8f686

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
new file mode 100644
index 00000000000..2876d6db295
--- /dev/null
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="LXQt localisation package"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="!~x11-misc/obconf-qt-0.9.0_p20150729"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.5.0
+"

diff --git a/lxqt-base/lxqt-l10n/metadata.xml b/lxqt-base/lxqt-l10n/metadata.xml
index 3eaa3d72d65..36d625f5822 100644
--- a/lxqt-base/lxqt-l10n/metadata.xml
+++ b/lxqt-base/lxqt-l10n/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>lxqt@gentoo.org</email>
-    <name>LXQt</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxde/lxqt-l10n</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2018-10-16 13:07 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-10-16 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ce127c0f66ade85c232e5a942cfe9edc8786dde1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 12:53:54 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:53:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce127c0f

lxqt-base/lxqt-l10n: amd64 stable wrt bug #664568

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
index 2876d6db295..817ab1512b6 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/
@ 2018-10-17 12:30 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d9c29158e6805a20a61d916e8082e5acb9663adf
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:20:33 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 12:29:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c29158

lxqt-base/lxqt-l10n: x86 stable (bug #664568)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
index 817ab1512b6..2dc87e707dd 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

end of thread, other threads:[~2018-10-17 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-11 10:10 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/ Jonathan Scruggs
  -- strict thread matches above, loose matches on Subject: below --
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:07 Mikle Kolyada
2018-05-11 21:56 Patrice Clement
2018-04-15 12:43 David Seifert
2016-12-06 12:17 Michael Palimaka

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