[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2024-03-16 Thread Sam James
commit: 81e6b98a056a32420cf3d5c6964fc926f84864b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 17 03:18:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 17 03:18:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e6b98a

lxde-base/lxterminal: add github upstream metadata

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

 lxde-base/lxterminal/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxde-base/lxterminal/metadata.xml 
b/lxde-base/lxterminal/metadata.xml
index f683ae020a16..6ad96d09fde7 100644
--- a/lxde-base/lxterminal/metadata.xml
+++ b/lxde-base/lxterminal/metadata.xml
@@ -4,5 +4,6 @@
 

lxde
+   lxde/lxterminal

 



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-10-19 Thread Sam James
commit: 097a6b1d3a52610f8b9ff9a2ff86a8a5bd9da035
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 20 01:14:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 20 01:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097a6b1d

lxde-base/lxterminal: fix WhitespaceFound

My fault!

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

 lxde-base/lxterminal/lxterminal-0.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild 
b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
index 14c03d4a6cf..186f5c0131b 100644
--- a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
@@ -31,7 +31,8 @@ BDEPEND="
 
 src_prepare() {
xdg_src_prepare
-   # Avoid maintainer mode, bug #818211
+
+   # Avoid maintainer mode, bug #818211
rm aclocal.m4 || die
 
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-10-19 Thread Sam James
commit: 03820a4c8bea239c7c4b67b9dbbb1b382f154009
Author: Jay Faulkner  jvf  cc>
AuthorDate: Fri Oct 15 04:43:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 20 01:10:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03820a4c

lxde-base/lxterminal: fix maintainer mode / automake mismatch

Per the instructions in the QA project wiki page, I removed
the aclocal.m4 file from the upstream package during the build
phase. That resulted in a successful compilation of the package.

Closes: https://bugs.gentoo.org/818211
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jay Faulkner  jvf.cc>
Closes: https://github.com/gentoo/gentoo/pull/22582
Signed-off-by: Sam James  gentoo.org>

 lxde-base/lxterminal/lxterminal-0.4.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild 
b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
index ac2acb53b0e..14c03d4a6cf 100644
--- a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
@@ -31,6 +31,9 @@ BDEPEND="
 
 src_prepare() {
xdg_src_prepare
+   # Avoid maintainer mode, bug #818211
+   rm aclocal.m4 || die
+
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-07-21 Thread Yixun Lan
commit: 12e704e096344b2d87f8d3f6ef33130d857b0c2d
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jul 21 14:28:37 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jul 21 14:48:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e704e0

lxde-base/lxterminal: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 lxde-base/lxterminal/lxterminal-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild 
b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
index 50c4a08d1e4..ac2acb53b0e 100644
--- a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-03-15 Thread Andreas Sturmlechner
commit: f9cd603681a70a781b34e96804b10d34d5e084f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 15 15:21:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 15 15:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cd6036

lxde-base/lxterminal: 0.4.0 version bump

See also: https://github.com/gentoo/gentoo/pull/19925

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

 lxde-base/lxterminal/Manifest|  1 +
 lxde-base/lxterminal/lxterminal-0.4.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index 70abb59afa3..78d5152be0b 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1 +1,2 @@
 DIST lxterminal-0.3.2.tar.xz 198348 BLAKE2B 
7b24a138dd48bb6dc85a253b21e897e68d1a7e16a0d30aa45a87b4b97540c996b6a196d8f8be6fb37d9e506544878bd3eb65fe098d4d695be51e94b3ff15cd6b
 SHA512 
0711d6eeed1f7e301fd24e0d5f750a48f29cc10c7cd40bcc1de57cceddfe4cb15718e9fb812da975faff24aed99cdd3978cb5f29838f47e276fce47f01577119
+DIST lxterminal-0.4.0.tar.xz 201856 BLAKE2B 
2fe72007e36c5324b868b9dfc54b04422f85f93f71265126f65eb0b6e0510e60eefb0a2a53acadee6f2c44adcd3c498117b709c9eaa1eb2241dd9016558b9e5c
 SHA512 
d1462bf9739c5e9022cbabe9f9c8f70bbb882c0aba7a39d1f87d804f4002056151165d7555cace6f439c0acfbdcd3c959a420993379f646d066f5d30af71232e

diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild 
b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
new file mode 100644
index 000..50c4a08d1e4
--- /dev/null
+++ b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
+HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/pango
+   x11-libs/vte:2.91
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=dev-util/intltool-0.40.0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   eautoreconf
+}
+
+src_configure() {
+   econf --enable-man --enable-gtk3
+}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-03-15 Thread Andreas Sturmlechner
commit: 82f545c12ba01699bb60549dbaaaf16c10978a45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 15 15:21:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 15 15:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f545c1

lxde-base/lxterminal: Drop 0.3.2-r1

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

 lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild
deleted file mode 100644
index be9747b8651..000
--- a/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="gtk3"
-
-DEPEND="dev-libs/glib:2
-   !gtk3? (
-   x11-libs/gtk+:2
-   x11-libs/vte:0 )
-   gtk3? (
-   x11-libs/gtk+:3
-   x11-libs/vte:2.91 )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf --enable-man $(use_enable gtk3)
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-03-13 Thread Andreas Sturmlechner
commit: ba0371ac3cb7e86e215cb2136859bcf3d5a39a38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 13 23:18:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 14 00:24:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0371ac

lxde-base/lxterminal: Drop 0.3.1

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

 lxde-base/lxterminal/Manifest|  1 -
 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index a8da3679633..70abb59afa3 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,2 +1 @@
-DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc
 DIST lxterminal-0.3.2.tar.xz 198348 BLAKE2B 
7b24a138dd48bb6dc85a253b21e897e68d1a7e16a0d30aa45a87b4b97540c996b6a196d8f8be6fb37d9e506544878bd3eb65fe098d4d695be51e94b3ff15cd6b
 SHA512 
0711d6eeed1f7e301fd24e0d5f750a48f29cc10c7cd40bcc1de57cceddfe4cb15718e9fb812da975faff24aed99cdd3978cb5f29838f47e276fce47f01577119

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
deleted file mode 100644
index a20e5520b16..000
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ar be bg bn bn_IN ca cs da de el en_GB eo es et eu fa fi fo fr 
frp gl
-he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sl 
sr
-sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW"
-PLOCALE_BACKUP="en_GB"
-
-inherit autotools l10n
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
-   inherit git-r3
-else
-   SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="gtk3"
-
-RDEPEND="dev-libs/glib:2
-   !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
-   gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.91 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-src_prepare() {
-   default
-   eautoreconf
-
-   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
-   l10n_get_locales > po/LINGUAS || die
-}
-
-src_configure() {
-   econf --enable-man $(use_enable gtk3)
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-03-05 Thread Sam James
commit: 3dc1f58d7900d2f8e68c5536ebeec47829ef4fc7
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  5 22:20:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  5 22:20:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc1f58d

lxde-base/lxterminal: Stabilize 0.3.2 arm64, #765997

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

 lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
index a20e5520b16..24d1077202b 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2021-03-05 Thread Sam James
commit: b368b406d9929ed4525a8cdbf765b6ab10305bc9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  5 18:52:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  5 18:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b368b406

lxde-base/lxterminal: Stabilize 0.3.2 arm, #690958

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

 lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
index 190a735c659..a20e5520b16 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2020-09-28 Thread Joonas Niilola
commit: adffe64f47325af8ce6651493a07cd5505bc
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Sep 17 06:46:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 28 11:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adffe64f

lxde-base/lxterminal: port to EAPI 7, tidy up ebuild

- Adjust DEPEND -> BDEPEND
- Update icon cache
- Remove ${PV} == ** logic
- Install locales unconditionally

Closes: https://bugs.gentoo.org/739838
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17359
Signed-off-by: Joonas Niilola  gentoo.org>

 lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild | 36 +
 1 file changed, 36 insertions(+)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild
new file mode 100644
index 000..be9747b8651
--- /dev/null
+++ b/lxde-base/lxterminal/lxterminal-0.3.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
+HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="gtk3"
+
+DEPEND="dev-libs/glib:2
+   !gtk3? (
+   x11-libs/gtk+:2
+   x11-libs/vte:0 )
+   gtk3? (
+   x11-libs/gtk+:3
+   x11-libs/vte:2.91 )"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --enable-man $(use_enable gtk3)
+}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2020-05-11 Thread Joonas Niilola
commit: 5f4c6a67570cabd44d4c118c2d05e565e6637877
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 11 06:48:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 11 06:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4c6a67

lxde-base/lxterminal: drop to m-n

Signed-off-by: Joonas Niilola  gentoo.org>

 lxde-base/lxterminal/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lxde-base/lxterminal/metadata.xml 
b/lxde-base/lxterminal/metadata.xml
index be43ebb61c2..9c5a30050fc 100644
--- a/lxde-base/lxterminal/metadata.xml
+++ b/lxde-base/lxterminal/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-l...@gentoo.org
-Gentoo LXDE Project
-  
+  
   
 Use GTK+3 instead of GTK+2
   



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2019-09-20 Thread Agostino Sarubbo
commit: cce2bad0f0aacf04ba90b2580c0e61f1ddf556e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:04:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:04:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce2bad0

lxde-base/lxterminal: ppc stable wrt bug #690958

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
index a11e78007f3..acba73ffb69 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
KEYWORDS="amd64 arm ppc x86"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ppc ~x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-12-12 Thread Hanno Boeck
commit: 73ff80f69758a022160b8e485bccd91839e7c2d2
Author: Hanno  gentoo  org>
AuthorDate: Wed Dec 12 11:06:28 2018 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Wed Dec 12 11:06:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ff80f6

lxde-base/lxterminal: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

 lxde-base/lxterminal/Manifest|  1 +
 lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index 2968ffbefa4..a8da3679633 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1 +1,2 @@
 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc
+DIST lxterminal-0.3.2.tar.xz 198348 BLAKE2B 
7b24a138dd48bb6dc85a253b21e897e68d1a7e16a0d30aa45a87b4b97540c996b6a196d8f8be6fb37d9e506544878bd3eb65fe098d4d695be51e94b3ff15cd6b
 SHA512 
0711d6eeed1f7e301fd24e0d5f750a48f29cc10c7cd40bcc1de57cceddfe4cb15718e9fb812da975faff24aed99cdd3978cb5f29838f47e276fce47f01577119

diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
new file mode 100644
index 000..a11e78007f3
--- /dev/null
+++ b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar be bg bn bn_IN ca cs da de el en_GB eo es et eu fa fi fo fr 
frp gl
+he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sl 
sr
+sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW"
+PLOCALE_BACKUP="en_GB"
+
+inherit autotools l10n
+
+DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
+HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
+   inherit git-r3
+   KEYWORDS="amd64 arm ppc x86"
+else
+   SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="gtk3"
+
+RDEPEND="dev-libs/glib:2
+   !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
+   gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.91 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0"
+
+src_prepare() {
+   default
+   eautoreconf
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}
+
+src_configure() {
+   econf --enable-man $(use_enable gtk3)
+}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-04-08 Thread Aaron Bauman
commit: e473ad3bc53eabf3a6fb5f45c05dad208974bcb8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 13:32:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 13:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473ad3b

lxde-base/lxterminal: drop vulnerable

Bug: https://bugs.gentoo.org/635992
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 lxde-base/lxterminal/Manifest |  1 -
 lxde-base/lxterminal/lxterminal-0.1.11.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index a381012f4ee..2968ffbefa4 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,2 +1 @@
-DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 
88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa
 SHA512 
4f929e915c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139
 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc

diff --git a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild 
b/lxde-base/lxterminal/lxterminal-0.1.11.ebuild
deleted file mode 100644
index acaa98ba584..000
--- a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="http://lxde.sf.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
-SLOT="0"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   dev-libs/glib:2
-   x11-libs/vte:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-src_install () {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-04-08 Thread Markus Meier
commit: b53c7cb0889ee8e6d18c7fe2e66346b52aa255de
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:49:33 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:49:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53c7cb0

lxde-base/lxterminal: arm stable, bug #635992

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
index d18cb6673c8..e8d7be47928 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
inherit git-r3
-   KEYWORDS="amd64 ppc x86"
+   KEYWORDS="amd64 arm ppc x86"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-03-28 Thread Patrice Clement
commit: cead91ecd0b35afd5b171a72b31038359494f432
Author: charIes17  arcor  de>
AuthorDate: Wed Mar 28 05:52:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 28 21:57:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cead91ec

lxde-base/lxterminal: remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://bugs.gentoo.org/596016
Closes: https://github.com/gentoo/gentoo/pull/7673

 lxde-base/lxterminal/Manifest   |  1 -
 lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index 52158f9a06d..a381012f4ee 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,3 +1,2 @@
 DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 
88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa
 SHA512 
4f929e915c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139
-DIST lxterminal-0.2.0.tar.gz 248698 BLAKE2B 
ca65e08baf22410a4e93d18ecc05e27329b9aaa555a945d81dd4f0e74a88205ff3345c34524304ab216a81fe21cc266fee1dc74381d1b6c3d315f3e50efce2a2
 SHA512 
5bec0e16fa4d929203e4c206fb59fb0c88e02f29adbf527c31fa2a0007d3dddbdf12f2219e204360b5dd95a68a89410fcf937325f3a7eb1229b568c9c10c0e78
 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc

diff --git a/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild
deleted file mode 100644
index 3a31cddb3db..000
--- a/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="http://lxde.sf.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
-SLOT="0"
-IUSE="gtk3"
-
-RDEPEND="dev-libs/glib:2
-   !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
-   gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.90 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-DOCS=( AUTHORS README )
-
-src_configure() {
-   econf $(use_enable gtk3)
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-03-22 Thread Sergei Trofimovich
commit: ecf890d06901d68471479190cd1ba446f9d73bc2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 22 22:39:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 22 22:39:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf890d0

lxde-base/lxterminal: stable 0.3.1 for ppc, bug #635992

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
index 71c42b79ad5..4d4cc4a53d6 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
inherit git-r3
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 ppc"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-03-22 Thread Agostino Sarubbo
commit: ea3db4c2642c8206efb8e8b7900843df4136e56d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 22 09:32:54 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 22 09:33:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3db4c2

lxde-base/lxterminal: amd64 stable wrt bug #635992

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

 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
index c6b5993d83c..71c42b79ad5 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
inherit git-r3
-   KEYWORDS=""
+   KEYWORDS="amd64"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2018-03-05 Thread Patrice Clement
commit: bfe2786432826bec81d7685001c3eca663ed1c26
Author: charIes17  arcor  de>
AuthorDate: Wed Dec 13 19:51:53 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar  5 21:56:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe27864

lxde-base/lxterminal: version bump to 0.3.1 (CVE-2016-10369).

Bug: https://bugs.gentoo.org/635992
Closes: https://bugs.gentoo.org/607838
Closes: https://bugs.gentoo.org/595904

- Adjusted HOMEPAGE (avoid redirect).
- Adjusted tarball from.gz to .xz.
- Make repoman happy by re-adding ~arm64.
- Add LINGUAS handling.
- Add handling of live ebuild.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5362

 lxde-base/lxterminal/Manifest|  1 +
 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index b5881aed738..52158f9a06d 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,2 +1,3 @@
 DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 
88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa
 SHA512 
4f929e915c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139
 DIST lxterminal-0.2.0.tar.gz 248698 BLAKE2B 
ca65e08baf22410a4e93d18ecc05e27329b9aaa555a945d81dd4f0e74a88205ff3345c34524304ab216a81fe21cc266fee1dc74381d1b6c3d315f3e50efce2a2
 SHA512 
5bec0e16fa4d929203e4c206fb59fb0c88e02f29adbf527c31fa2a0007d3dddbdf12f2219e204360b5dd95a68a89410fcf937325f3a7eb1229b568c9c10c0e78
+DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
new file mode 100644
index 000..c6b5993d83c
--- /dev/null
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar be bg bn bn_IN ca cs da de el en_GB eo es et eu fa fi fo fr 
frp gl
+he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sl 
sr
+sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW"
+PLOCALE_BACKUP="en_GB"
+
+inherit autotools l10n
+
+DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
+HOMEPAGE="https://wiki.lxde.org/en/LXTerminal;
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN};
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="gtk3"
+
+RDEPEND="dev-libs/glib:2
+   !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
+   gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.91 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0"
+
+src_prepare() {
+   default
+   eautoreconf
+
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
+   l10n_get_locales > po/LINGUAS || die
+}
+
+src_configure() {
+   econf --enable-man $(use_enable gtk3)
+}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/

2016-06-05 Thread Patrice Clement
commit: 2bf7cce9aa019ef4ed480de21b10eb00bef13c9f
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Fri Apr 22 10:01:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun  5 08:29:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf7cce9

lxde-base/lxterminal: Version bump. Add gtk3 USE flag.

Closes: https://github.com/gentoo/gentoo/pull/1323
Signed-off-by: Patrice Clement  gentoo.org>

 ...rminal-0.2.0.ebuild => lxterminal-0.2.0-r1.ebuild} | 19 ++-
 lxde-base/lxterminal/metadata.xml |  3 +++
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.2.0.ebuild 
b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild
similarity index 64%
rename from lxde-base/lxterminal/lxterminal-0.2.0.ebuild
rename to lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild
index 83a43a1..d2c87cc 100644
--- a/lxde-base/lxterminal/lxterminal-0.2.0.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
 HOMEPAGE="http://lxde.sf.net/;
@@ -11,17 +11,18 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 SLOT="0"
-IUSE=""
+IUSE="gtk3"
 
-RDEPEND="x11-libs/gtk+:2
-   dev-libs/glib:2
-   x11-libs/vte:0"
+RDEPEND="dev-libs/glib:2
+   !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
+   gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.90 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext
>=dev-util/intltool-0.40.0"
 
-src_install () {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README
+DOCS=( AUTHORS README )
+
+src_configure() {
+   econf $(use_enable gtk3)
 }

diff --git a/lxde-base/lxterminal/metadata.xml 
b/lxde-base/lxterminal/metadata.xml
index b31e527..be43ebb 100644
--- a/lxde-base/lxterminal/metadata.xml
+++ b/lxde-base/lxterminal/metadata.xml
@@ -5,6 +5,9 @@
 l...@gentoo.org
 Gentoo LXDE Project
   
+  
+Use GTK+3 instead of GTK+2
+  
   
 lxde