* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2015-09-11 14:35 Manuel Rüger
0 siblings, 0 replies; 26+ messages in thread
From: Manuel Rüger @ 2015-09-11 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 12af23d770b96b34100918ff24c06596b46baa68
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 14:34:52 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 14:34:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12af23d7
x11-terms/roxterm: Remove old
Package-Manager: portage-2.2.20.1
x11-terms/roxterm/roxterm-2.9.3.ebuild | 64 ----------------------------------
1 file changed, 64 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-2.9.3.ebuild b/x11-terms/roxterm/roxterm-2.9.3.ebuild
deleted file mode 100644
index 1f02fd0..0000000
--- a/x11-terms/roxterm/roxterm-2.9.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit gnome2-utils python toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.28
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.90"
-DEPEND="${RDEPEND}
- dev-lang/python:2.7
- dev-libs/libxslt
- dev-python/lockfile
- virtual/pkgconfig
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- nls? ( app-text/po4a sys-devel/gettext )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 mscript.py
-}
-
-src_configure() {
- local myconf=( CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" --prefix=/usr --docdir=/usr/share/doc/${PF} --destdir="${D}" )
- use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
- ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() {
- ./mscript.py build
-}
-
-src_install() {
- ./mscript.py install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2015-09-26 15:15 Ian Delaney
0 siblings, 0 replies; 26+ messages in thread
From: Ian Delaney @ 2015-09-26 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 89662c6d23ee89110f6581bcac2fec58ce697dec
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 15:14:27 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 15:15:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89662c6d
add proxy maintainer under proxy-maint herd to metadata
Package-Manager: portage-2.2.20.1
x11-terms/roxterm/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index e1f135a..c67e4c5 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>proxy-maint</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>russell@annunaki2k2.co.uk</email>
+ <name>Russell Knighton</name>
+ <description>Proxy (user) maintainer</description>
</maintainer>
<upstream>
<remote-id type="sourceforge">roxterm</remote-id>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2015-10-04 8:05 Ian Delaney
0 siblings, 0 replies; 26+ messages in thread
From: Ian Delaney @ 2015-10-04 8:05 UTC (permalink / raw
To: gentoo-commits
commit: e39b5a80ecea96e41e9dc49ab012451b5aefdc4d
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 08:03:47 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 08:04:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39b5a80
x11-terms/roxterm: bump to -3.1.5
ebuild by new maintainer sourced from the gentoo bug. The version
is python 3 compatible only and set SLOT value 1
Gentoo bug: #561132
Package-Manager: portage-2.2.20.1
x11-terms/roxterm/Manifest | 1 +
x11-terms/roxterm/roxterm-3.1.5.ebuild | 65 ++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 14d28d3..83742fe 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,3 +1,4 @@
DIST roxterm-2.6.3.tar.bz2 301226 SHA256 0c809acbf31f5200594c7c992239f5e1b87206d96ab8a61ef2ee8d81c2378e69 SHA512 9adbb64a1b5c2cfb861d657345dd7d84e804dc55de1ad58dc8a4d9bdf04617f88da4d7de6bfe679345a30d291b10b00a32df0220776fb430b30551e4e6d9a2f7 WHIRLPOOL 35dae640675b036ed3a0a616eba4e86dc65b16e2cca72876eab9fb43508364bb7df2f328486adeded852a6775853373b2f6a4e8dadf80f02245c27fc924ffda5
DIST roxterm-2.6.5.tar.bz2 300892 SHA256 e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab SHA512 a614680e3c3139342552ef01274635409d9618e573c575dbcbf2f80e50922dce677fd7b7039c3e2af034eb1950933a1fddb189c65cfc89fcbaf15fbe677da71e WHIRLPOOL 6e473149e2d3341d9500e666cc4ac27549c813b66b1eb0a727d24ef182b6ca26466928f72c533b99e89a4ebc768f12a2def20ba31f9793016be78a9c2e5493bd
DIST roxterm-2.9.3.tar.bz2 364120 SHA256 36131decfe79fa7d4c8fd325d4feaa843f348532a3871b173e6712fcde5cbda7 SHA512 3f197ebc532721a6132da96d3b4bf65032def43eba4d7b00ecb2c74223c43c0549a9605753e81992c2c4b4955adbbc041e8a31f22947752dc52a9edd46457d16 WHIRLPOOL 956b92892e43a88c3e6aa3894f67d23b8ceace0feb42cb808c3e81916e5f8e1f0c3354f8b6337fbfcd8e315503a17631a699c58d97c5b88fb1b3ae96c7b501c4
+DIST roxterm-3.1.5.tar.xz 309892 SHA256 78cfb639f97ef4bcf12178fe44d287571227b6d1539cbb8fa98810e597f4109f SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd WHIRLPOOL c06a720411c51eae79c649aada2c7c2743b0855860fe6c3103faf37073eb95a7e0ebda110f6c5cf99f41a87d5fa6a7e0f4044e3827cd50a6a5c37b7160f7fb8c
diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild b/x11-terms/roxterm/roxterm-3.1.5.ebuild
new file mode 100644
index 0000000..b7ef8de
--- /dev/null
+++ b/x11-terms/roxterm/roxterm-3.1.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{3_3,3_4} )
+inherit gnome2-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
+HOMEPAGE="http://roxterm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/roxterm/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/dbus-glib-0.100
+ dev-libs/glib:2
+ x11-libs/gtk+:3
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/vte:2.91"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+ dev-libs/libxslt
+ dev-python/lockfile
+ virtual/pkgconfig
+ || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
+ nls? ( app-text/po4a sys-devel/gettext )"
+
+src_configure() {
+ local myconf=(
+ CC="$(tc-getCC)"
+ CFLAGS="${CFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ --prefix=/usr
+ --docdir="/usr/share/doc/${PF}"
+ --destdir="${D}"
+ )
+
+ use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
+ ./mscript.py configure "${myconf[@]}"
+}
+
+src_compile() {
+ ./mscript.py build
+}
+
+src_install() {
+ ./mscript.py install
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2015-11-11 8:12 Ian Delaney
0 siblings, 0 replies; 26+ messages in thread
From: Ian Delaney @ 2015-11-11 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 2ff55b99c7106206b553996b84d9175acb832d0e
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 08:11:26 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 08:12:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff55b99
x11-terms/roxterm: set block against SLOT value 0
Request by proxy maintainer vie the gentoo byg
Gentoo bug: #565288
Package-Manager: portage-2.2.24
x11-terms/roxterm/roxterm-3.1.5.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild b/x11-terms/roxterm/roxterm-3.1.5.ebuild
index b7ef8de..06dbaa6 100644
--- a/x11-terms/roxterm/roxterm-3.1.5.ebuild
+++ b/x11-terms/roxterm/roxterm-3.1.5.ebuild
@@ -21,7 +21,9 @@ RDEPEND=">=dev-libs/dbus-glib-0.100
x11-libs/gtk+:3
x11-libs/libICE
x11-libs/libSM
- x11-libs/vte:2.91"
+ x11-libs/vte:2.91
+ !x11-terms/roxterm:0"
+# slotted versions of roxterm need block one another due to file collisions. #565288
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-libs/libxslt
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2015-12-14 22:22 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2015-12-14 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 3723250cd739af6175ea4d0b10b5b860957ff602
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 22:21:08 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 22:21:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3723250c
x11-terms/roxterm: Fix proxy-maintainers herd name
x11-terms/roxterm/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index c67e4c5..f949b64 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>proxy-maint</herd>
+ <herd>proxy-maintainers</herd>
<maintainer>
<email>russell@annunaki2k2.co.uk</email>
<name>Russell Knighton</name>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2016-12-17 12:43 Pacho Ramos
0 siblings, 0 replies; 26+ messages in thread
From: Pacho Ramos @ 2016-12-17 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 02ffaa877ad6fa875b48c85b288c126a89750957
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 12:30:14 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 12:43:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ffaa87
x11-terms/roxterm: amd64/x86 stable, bug #593578
Package-Manager: portage-2.3.2
x11-terms/roxterm/roxterm-2.9.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild b/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild
index d472f1e..bd488ba 100644
--- a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild
+++ b/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND=">=dev-libs/dbus-glib-0.100
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2017-01-04 16:56 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2017-01-04 16:56 UTC (permalink / raw
To: gentoo-commits
commit: d5b788a26d686fe53d2fbc107161ffb608a6d6be
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 16:55:58 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 16:55:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b788a2
x11-terms/roxterm: amd64 stable wrt bug #601352
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild b/x11-terms/roxterm/roxterm-3.1.5.ebuild
index 2def13e..7f27530 100644
--- a/x11-terms/roxterm/roxterm-3.1.5.ebuild
+++ b/x11-terms/roxterm/roxterm-3.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/roxterm/${P}.tar.xz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
RDEPEND=">=dev-libs/dbus-glib-0.100
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2017-01-15 11:20 Pacho Ramos
0 siblings, 0 replies; 26+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 35e023823ab9d0db11ec4f23add1b7ea9641cefb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:16:40 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e02382
x11-terms/roxterm: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-terms/roxterm/Manifest | 2 --
x11-terms/roxterm/roxterm-2.6.3.ebuild | 60 ----------------------------------
x11-terms/roxterm/roxterm-2.6.5.ebuild | 50 ----------------------------
3 files changed, 112 deletions(-)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 83742fe..2c1ea51 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,4 +1,2 @@
-DIST roxterm-2.6.3.tar.bz2 301226 SHA256 0c809acbf31f5200594c7c992239f5e1b87206d96ab8a61ef2ee8d81c2378e69 SHA512 9adbb64a1b5c2cfb861d657345dd7d84e804dc55de1ad58dc8a4d9bdf04617f88da4d7de6bfe679345a30d291b10b00a32df0220776fb430b30551e4e6d9a2f7 WHIRLPOOL 35dae640675b036ed3a0a616eba4e86dc65b16e2cca72876eab9fb43508364bb7df2f328486adeded852a6775853373b2f6a4e8dadf80f02245c27fc924ffda5
-DIST roxterm-2.6.5.tar.bz2 300892 SHA256 e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab SHA512 a614680e3c3139342552ef01274635409d9618e573c575dbcbf2f80e50922dce677fd7b7039c3e2af034eb1950933a1fddb189c65cfc89fcbaf15fbe677da71e WHIRLPOOL 6e473149e2d3341d9500e666cc4ac27549c813b66b1eb0a727d24ef182b6ca26466928f72c533b99e89a4ebc768f12a2def20ba31f9793016be78a9c2e5493bd
DIST roxterm-2.9.3.tar.bz2 364120 SHA256 36131decfe79fa7d4c8fd325d4feaa843f348532a3871b173e6712fcde5cbda7 SHA512 3f197ebc532721a6132da96d3b4bf65032def43eba4d7b00ecb2c74223c43c0549a9605753e81992c2c4b4955adbbc041e8a31f22947752dc52a9edd46457d16 WHIRLPOOL 956b92892e43a88c3e6aa3894f67d23b8ceace0feb42cb808c3e81916e5f8e1f0c3354f8b6337fbfcd8e315503a17631a699c58d97c5b88fb1b3ae96c7b501c4
DIST roxterm-3.1.5.tar.xz 309892 SHA256 78cfb639f97ef4bcf12178fe44d287571227b6d1539cbb8fa98810e597f4109f SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd WHIRLPOOL c06a720411c51eae79c649aada2c7c2743b0855860fe6c3103faf37073eb95a7e0ebda110f6c5cf99f41a87d5fa6a7e0f4044e3827cd50a6a5c37b7160f7fb8c
diff --git a/x11-terms/roxterm/roxterm-2.6.3.ebuild b/x11-terms/roxterm/roxterm-2.6.3.ebuild
deleted file mode 100644
index 290c67a..00000000
--- a/x11-terms/roxterm/roxterm-2.6.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gnome2-utils python toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.16
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.90"
-DEPEND="${RDEPEND}
- dev-lang/python:2.7
- dev-libs/libxslt
- virtual/pkgconfig
- dev-python/lockfile
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- nls? ( app-text/po4a sys-devel/gettext )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 mscript.py
-
- # the "maitch" build system is complete junk. let's stab it...
- sed -i -e 's:TerminalEmulator:System;&:' roxterm.desktop || die
- sed -i -e '/ctx.install_doc/s:COPYING COPYING-LGPL ::' mscript.py || die
- sed -i -e "/CFLAGS/s:-O2 -g:${CFLAGS}:" {maitch,mscript}.py || die
- sed -i \
- -e 's:gcc:${CC}:' \
- -e "/LDFLAGS/s:'':'${LDFLAGS}':" \
- -e 's:--mode=link:--mode=link --tag=CC:' \
- maitch.py || die
-}
-
-src_configure() {
- local myconf=( GCC="$(tc-getCC)" --prefix=/usr --docdir=/usr/share/doc/${PF} --destdir="${D}" )
- use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
- ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() { ./mscript.py build; }
-src_install() { ./mscript.py install; }
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
diff --git a/x11-terms/roxterm/roxterm-2.6.5.ebuild b/x11-terms/roxterm/roxterm-2.6.5.ebuild
deleted file mode 100644
index 849865b..00000000
--- a/x11-terms/roxterm/roxterm-2.6.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gnome2-utils python toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.28
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.90"
-DEPEND="${RDEPEND}
- dev-lang/python:2.7
- dev-libs/libxslt
- dev-python/lockfile
- virtual/pkgconfig
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- nls? ( app-text/po4a sys-devel/gettext )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 mscript.py
-}
-
-src_configure() {
- local myconf=( CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" --prefix=/usr --docdir=/usr/share/doc/${PF} --destdir="${D}" )
- use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
- ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() { ./mscript.py build; }
-src_install() { ./mscript.py install; }
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2017-02-11 19:47 David Seifert
0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
To: gentoo-commits
commit: fed8c6e66200ecf9b5f3242024777294aca4bf26
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:56 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed8c6e6
x11-terms/roxterm: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
...erm-2.9.3-r1.ebuild => roxterm-2.9.3-r2.ebuild} | 2 +-
...oxterm-3.1.5.ebuild => roxterm-3.1.5-r1.ebuild} | 24 +++++++++++-----------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild
similarity index 94%
rename from x11-terms/roxterm/roxterm-2.9.3-r1.ebuild
rename to x11-terms/roxterm/roxterm-2.9.3-r2.ebuild
index dbd684bcd3..8c382d7d21 100644
--- a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild
+++ b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
dev-python/lockfile
virtual/pkgconfig
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
+ virtual/imagemagick-tools
nls? ( app-text/po4a sys-devel/gettext )"
src_configure() {
diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
similarity index 78%
rename from x11-terms/roxterm/roxterm-3.1.5.ebuild
rename to x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
index 2f524d73f9..45c68df4c5 100644
--- a/x11-terms/roxterm/roxterm-3.1.5.ebuild
+++ b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
@@ -17,20 +17,20 @@ KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND=">=dev-libs/dbus-glib-0.100
- dev-libs/glib:2
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.91
- !x11-terms/roxterm:0"
+ dev-libs/glib:2
+ x11-libs/gtk+:3
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/vte:2.91
+ !x11-terms/roxterm:0"
# slotted versions of roxterm need block one another due to file collisions. #565288
DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
- dev-python/lockfile
- virtual/pkgconfig
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- nls? ( app-text/po4a sys-devel/gettext )"
+ ${PYTHON_DEPS}
+ dev-libs/libxslt
+ dev-python/lockfile
+ virtual/pkgconfig
+ virtual/imagemagick-tools
+ nls? ( app-text/po4a sys-devel/gettext )"
src_configure() {
local myconf=(
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2017-04-22 12:24 Pacho Ramos
0 siblings, 0 replies; 26+ messages in thread
From: Pacho Ramos @ 2017-04-22 12:24 UTC (permalink / raw
To: gentoo-commits
commit: dd1688ac2280717e8f1ab6ef10a6c6868529c5e2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 12:18:39 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 12:24:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1688ac
x11-terms/roxterm: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-terms/roxterm/roxterm-3.1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
index 83a814d4c7a..5c11d4d707c 100644
--- a/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
+++ b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit gnome2-utils python-any-r1 toolchain-funcs
DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2018-02-11 11:36 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 1ac90ae581a02546e3b7686565b11b6c93579564
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:38 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac90ae5
x11-terms/roxterm: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
x11-terms/roxterm/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index 84bf8a1bd86..6d4c2c1c9a8 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>russell@annunaki2k2.co.uk</email>
<name>Russell Knighton</name>
- <description>Proxy (user) maintainer</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2018-02-16 14:13 Pacho Ramos
0 siblings, 0 replies; 26+ messages in thread
From: Pacho Ramos @ 2018-02-16 14:13 UTC (permalink / raw
To: gentoo-commits
commit: d6640b5ee964654299e861e0026af480f18d9f70
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 14:08:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 14:11:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6640b5e
x11-terms/roxterm: Drop old (#622004)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
x11-terms/roxterm/Manifest | 1 -
x11-terms/roxterm/roxterm-2.9.3-r2.ebuild | 64 -------------------------------
2 files changed, 65 deletions(-)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index e6d0165f22c..2984ef800a2 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,2 +1 @@
-DIST roxterm-2.9.3.tar.bz2 364120 BLAKE2B f304ef08c5c5b9724ab4fb8275d657476ea946dffd7b412aa29cd37c6e9c18335755a3a2e8c1e9157deb89ecb5ca1c3ea426d65afa5b9d74c5f6496f7989cf56 SHA512 3f197ebc532721a6132da96d3b4bf65032def43eba4d7b00ecb2c74223c43c0549a9605753e81992c2c4b4955adbbc041e8a31f22947752dc52a9edd46457d16
DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
diff --git a/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild
deleted file mode 100644
index 4cf99a29d53..00000000000
--- a/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils python-any-r1 toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.28
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.90"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
- dev-python/lockfile
- virtual/pkgconfig
- virtual/imagemagick-tools
- nls? ( app-text/po4a sys-devel/gettext )"
-
-src_configure() {
- local myconf=(
- CC="$(tc-getCC)"
- CFLAGS="${CFLAGS}"
- LDFLAGS="${LDFLAGS}"
- --prefix=/usr
- --docdir="/usr/share/doc/${PF}"
- --destdir="${D}"
- )
-
- use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
- ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() {
- ./mscript.py build
-}
-
-src_install() {
- ./mscript.py install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-04-14 8:35 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-04-14 8:35 UTC (permalink / raw
To: gentoo-commits
commit: e2f5aa772385d7dbf70927af4ebd9a952e2a11aa
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 08:21:04 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 08:34:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f5aa77
x11-terms/roxterm: drop to m-n
Closes: https://bugs.gentoo.org/632762
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/roxterm/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index 6d4c2c1c9a8..34ba352f910 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>russell@annunaki2k2.co.uk</email>
- <name>Russell Knighton</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">roxterm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-04-28 7:44 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-04-28 7:44 UTC (permalink / raw
To: gentoo-commits
commit: 910c87875ec5ad18ea03f425c61f1e508ef10457
Author: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden <DOT> nl>
AuthorDate: Tue Apr 21 20:57:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:44:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910c8787
x11-terms/roxterm: Bump to 3.9.3
Closes: https://bugs.gentoo.org/581272
Closes: https://bugs.gentoo.org/718548
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden.nl>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/roxterm/Manifest | 1 +
x11-terms/roxterm/roxterm-3.9.3.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 2984ef800a2..4c180bf9a55 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1 +1,2 @@
DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
+DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087
diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild
new file mode 100644
index 00000000000..af6a540bc9c
--- /dev/null
+++ b/x11-terms/roxterm/roxterm-3.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
+HOMEPAGE="https://github.com/realh/roxterm"
+SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libpcre2
+ sys-apps/dbus
+ x11-libs/gtk+:3
+ x11-libs/vte:2.91[vanilla]"
+# vanilla vte due to https://github.com/realh/roxterm/issues/222
+DEPEND="${RDEPEND}
+ dev-libs/libxslt"
+BDEPEND="virtual/pkgconfig"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-04-28 7:44 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-04-28 7:44 UTC (permalink / raw
To: gentoo-commits
commit: cfba10e4c919d0360aab4d59c0293b33c8603082
Author: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden <DOT> nl>
AuthorDate: Wed Apr 22 19:46:49 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:44:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfba10e4
x11-terms/roxterm: Take over package maintenance
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden.nl>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/roxterm/metadata.xml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index 34ba352f910..7b589394216 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>ewoud+gentoo@kohlvanwijngaarden.nl</email>
+ <name>Ewoud Kohl van Wijngaarden</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
<upstream>
- <remote-id type="sourceforge">roxterm</remote-id>
+ <remote-id type="github">realh/roxterm</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-08-16 14:50 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2020-08-16 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 9e0cd186c3789b312595afac211c77cd44903459
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 14:50:06 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:50:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0cd186
x11-terms/roxterm: x86 stable wrt bug #737422
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild
index af6a540bc9c..a772953a097 100644
--- a/x11-terms/roxterm/roxterm-3.9.3.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-08-17 13:50 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2020-08-17 13:50 UTC (permalink / raw
To: gentoo-commits
commit: cc2456078c74983e5bcc027497dcb5716b9a6011
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 13:49:53 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 13:50:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc245607
x11-terms/roxterm: amd64 stable wrt bug #737422
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild
index a772953a097..19430e52efa 100644
--- a/x11-terms/roxterm/roxterm-3.9.3.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-09-13 23:47 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-13 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 2eca4a669f3678f18fc88326fc7ccdbfc571bce6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:46:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:46:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eca4a66
x11-terms/roxterm: missing dependencies
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
index af6a540bc9c..2ea9ba73dd1 100644
--- a/x11-terms/roxterm/roxterm-3.9.4.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild
@@ -17,7 +17,9 @@ RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
dev-libs/libpcre2
sys-apps/dbus
+ x11-libs/cairo
x11-libs/gtk+:3
+ x11-libs/pango
x11-libs/vte:2.91[vanilla]"
# vanilla vte due to https://github.com/realh/roxterm/issues/222
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-09-13 23:47 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-13 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 0789cc211e500bb211031d5ea3dac53d531048e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:47:41 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:47:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0789cc21
x11-terms/roxterm: cleanup old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/Manifest | 1 -
x11-terms/roxterm/roxterm-3.1.5-r1.ebuild | 66 -------------------------------
2 files changed, 67 deletions(-)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 57f77c177a2..89a6f81c555 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,3 +1,2 @@
-DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087
DIST roxterm-3.9.4.tar.gz 527450 BLAKE2B 0041ce4a026eddd2b78c7e9aed650f21c5ed75903c7903ef79950e95a92045fdc951b23f199173846439b39712be72b0325fba5c2be92f95ee5a121b112977bb SHA512 42f48e56b2f8017fc3ec249ed1e6d42aadc171ab854f948a7b686c36d9b1c5202f7879dab66a04f2a4e0438b09ef0eed69da72eac0cf651c205d9b4724403759
diff --git a/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
deleted file mode 100644
index ee27b9972b6..00000000000
--- a/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils python-any-r1 toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="1"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- dev-libs/glib:2
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/vte:2.91
- !x11-terms/roxterm:0"
-# slotted versions of roxterm need block one another due to file collisions. #565288
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
- dev-python/lockfile
- virtual/pkgconfig
- virtual/imagemagick-tools
- nls? ( app-text/po4a sys-devel/gettext )"
-
-src_configure() {
- local myconf=(
- CC="$(tc-getCC)"
- CFLAGS="${CFLAGS}"
- LDFLAGS="${LDFLAGS}"
- --prefix=/usr
- --docdir="/usr/share/doc/${PF}"
- --destdir="${D}"
- )
-
- use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
- ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() {
- ./mscript.py build
-}
-
-src_install() {
- ./mscript.py install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-09-13 23:47 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-13 23:47 UTC (permalink / raw
To: gentoo-commits
commit: a0deee2dc206ef1a75675fa689acebdeb483021c
Author: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden <DOT> nl>
AuthorDate: Mon Aug 17 19:37:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:38:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0deee2d
x11-terms/roxterm: Update to 3.9.4
Closes: https://bugs.gentoo.org/737538
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden.nl>
Closes: https://github.com/gentoo/gentoo/pull/17151
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/Manifest | 1 +
x11-terms/roxterm/roxterm-3.9.4.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 4c180bf9a55..57f77c177a2 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,2 +1,3 @@
DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087
+DIST roxterm-3.9.4.tar.gz 527450 BLAKE2B 0041ce4a026eddd2b78c7e9aed650f21c5ed75903c7903ef79950e95a92045fdc951b23f199173846439b39712be72b0325fba5c2be92f95ee5a121b112977bb SHA512 42f48e56b2f8017fc3ec249ed1e6d42aadc171ab854f948a7b686c36d9b1c5202f7879dab66a04f2a4e0438b09ef0eed69da72eac0cf651c205d9b4724403759
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
new file mode 100644
index 00000000000..af6a540bc9c
--- /dev/null
+++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
+HOMEPAGE="https://github.com/realh/roxterm"
+SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libpcre2
+ sys-apps/dbus
+ x11-libs/gtk+:3
+ x11-libs/vte:2.91[vanilla]"
+# vanilla vte due to https://github.com/realh/roxterm/issues/222
+DEPEND="${RDEPEND}
+ dev-libs/libxslt"
+BDEPEND="virtual/pkgconfig"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2020-09-13 23:49 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-13 23:49 UTC (permalink / raw
To: gentoo-commits
commit: a6972cf001fa77e88f86049e10232204455acad6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:49:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:49:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6972cf0
x11-terms/roxterm: xdg-utils -> xdg
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.4.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
index 2ea9ba73dd1..62aa1b550f3 100644
--- a/x11-terms/roxterm/roxterm-3.9.4.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake xdg-utils
+inherit cmake xdg
DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
HOMEPAGE="https://github.com/realh/roxterm"
@@ -26,10 +26,6 @@ DEPEND="${RDEPEND}
dev-libs/libxslt"
BDEPEND="virtual/pkgconfig"
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
+src_prepare() {
+ cmake_src_prepare
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2021-01-10 21:58 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-01-10 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 1d4e002be07c67ec3e9290ff387bb27fa93a368d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:57:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:57:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4e002b
x11-terms/roxterm: Stabilize 3.9.4 amd64, #764155
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
index 62aa1b550f3..952381c690d 100644
--- a/x11-terms/roxterm/roxterm-3.9.4.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.4.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://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2021-01-10 21:59 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-01-10 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 3afa42f0f52e6e0a6ba3059eec487fc3091bed62
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:59:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:59:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afa42f0
x11-terms/roxterm: Stabilize 3.9.4 x86, #764155
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
index 952381c690d..2d9e1bad9e4 100644
--- a/x11-terms/roxterm/roxterm-3.9.4.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2021-01-18 11:36 David Seifert
0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2021-01-18 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 232f56387ea65a7dc78f40603bf69384b1e8722c
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 11:36:14 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 11:36:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f5638
x11-terms/roxterm: Remove old
Closes: https://github.com/gentoo/gentoo/pull/19101
Bug: https://bugs.gentoo.org/764155
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-terms/roxterm/Manifest | 1 -
x11-terms/roxterm/roxterm-3.9.3.ebuild | 33 ---------------------------------
2 files changed, 34 deletions(-)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 89a6f81c555..8f56c6b63ca 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,2 +1 @@
-DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087
DIST roxterm-3.9.4.tar.gz 527450 BLAKE2B 0041ce4a026eddd2b78c7e9aed650f21c5ed75903c7903ef79950e95a92045fdc951b23f199173846439b39712be72b0325fba5c2be92f95ee5a121b112977bb SHA512 42f48e56b2f8017fc3ec249ed1e6d42aadc171ab854f948a7b686c36d9b1c5202f7879dab66a04f2a4e0438b09ef0eed69da72eac0cf651c205d9b4724403759
diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild
deleted file mode 100644
index 19430e52efa..00000000000
--- a/x11-terms/roxterm/roxterm-3.9.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="https://github.com/realh/roxterm"
-SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="1"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libpcre2
- sys-apps/dbus
- x11-libs/gtk+:3
- x11-libs/vte:2.91[vanilla]"
-# vanilla vte due to https://github.com/realh/roxterm/issues/222
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-BDEPEND="virtual/pkgconfig"
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2022-06-29 16:09 Matt Turner
0 siblings, 0 replies; 26+ messages in thread
From: Matt Turner @ 2022-06-29 16:09 UTC (permalink / raw
To: gentoo-commits
commit: fcbae0f040b8260eb6039a6d7bec966c57f66175
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 04:38:35 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 16:09:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbae0f0
x11-terms/roxterm: Drop inactive proxied maintainer
No commits in nearly 2 years. No bugzilla activity in 1.5 years.
Closes: https://github.com/gentoo/gentoo/pull/26130
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-terms/roxterm/metadata.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/x11-terms/roxterm/metadata.xml b/x11-terms/roxterm/metadata.xml
index 86e310cbd37a..6c7c659978a1 100644
--- a/x11-terms/roxterm/metadata.xml
+++ b/x11-terms/roxterm/metadata.xml
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>ewoud+gentoo@kohlvanwijngaarden.nl</email>
- <name>Ewoud Kohl van Wijngaarden</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">realh/roxterm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
@ 2022-08-25 12:42 Jakov Smolić
0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2022-08-25 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 636864504c91569784e6a2f4479ad098a8757912
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 06:25:20 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 12:42:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63686450
x11-terms/roxterm: Keyword 3.9.4 riscv, #866485
Bug: https://bugs.gentoo.org/866485
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27012
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-terms/roxterm/roxterm-3.9.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild
index 2d9e1bad9e45..0286567ff36e 100644
--- a/x11-terms/roxterm/roxterm-3.9.4.ebuild
+++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 LGPL-3"
SLOT="1"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="dev-libs/dbus-glib
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2022-08-25 12:42 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 16:56 [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2022-08-25 12:42 Jakov Smolić
2022-06-29 16:09 Matt Turner
2021-01-18 11:36 David Seifert
2021-01-10 21:59 Sam James
2021-01-10 21:58 Sam James
2020-09-13 23:49 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-16 14:50 Agostino Sarubbo
2020-04-28 7:44 Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2020-04-14 8:35 Joonas Niilola
2018-02-16 14:13 Pacho Ramos
2018-02-11 11:36 Michał Górny
2017-04-22 12:24 Pacho Ramos
2017-02-11 19:47 David Seifert
2017-01-15 11:20 Pacho Ramos
2016-12-17 12:43 Pacho Ramos
2015-12-14 22:22 Michał Górny
2015-11-11 8:12 Ian Delaney
2015-10-04 8:05 Ian Delaney
2015-09-26 15:15 Ian Delaney
2015-09-11 14:35 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox