[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-04-23 Thread Petr Vaněk
commit: 900c7b29adef17d30aef786313316279dbc82293
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Apr 23 09:51:18 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Tue Apr 23 10:40:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900c7b29

x11-misc/tabbed: drop 0.6-r1

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/Manifest |  1 -
 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/x11-misc/tabbed/Manifest b/x11-misc/tabbed/Manifest
index 7adcbe5f8e2b..49f40ffafbf0 100644
--- a/x11-misc/tabbed/Manifest
+++ b/x11-misc/tabbed/Manifest
@@ -1,2 +1 @@
-DIST tabbed-0.6.tar.gz 12926 BLAKE2B 
e92e2c7132f7a760286c61c99faa0b26e411326e172c231f3354e61f8151f561babd4a35998bc06cb7fd87dc962334ef0ddac78ba284cd3090bb1c2dcfa159be
 SHA512 
bcad873251be6b5de21311531e8d24330003b42790cb94d559a0d1be45408b3e0722c14e7c7f2cefd0717fd2a2d7a100fa08fc4e10e7bb669935909602286553
 DIST tabbed-0.8.tar.gz 13970 BLAKE2B 
289d3a94224d9c717a3a66a6ea10e34f744b49bf010e7bea6ddb4f8db92a89f8e2ca1d3bbc5c6ffa3402f85117b3bbb0a54140d1e70d6e1f0200c883f46fbe8f
 SHA512 
aa81ee2a293110cdd7660c4643a21bb44573516ddd03657ab4cfd2be2f52f7dd5a4fcfce60fd2b4dac591d13e40f952985780cd8923394fc64e814152729a754

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
deleted file mode 100644
index 44798c1dea91..
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="https://tools.suckless.org/tabbed";
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="
-   x11-base/xorg-proto
-   ${RDEPEND}
-"
-
-src_prepare() {
-   default
-   sed config.mk \
-   -e '/^CC/d' \
-   -e 's|/usr/local|/usr|g' \
-   -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) 
$(CPPFLAGS)|g' \
-   -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \
-   -e 's|^LIBS.*|LIBS = -lX11|g' \
-   -e 's|{|(|g;s|}|)|g' \
-   -i || die
-
-   sed Makefile \
-   -e 's|{|(|g;s|}|)|g' \
-   -e '/^[[:space:]]*@echo/d' \
-   -e 's|^ @|  |g' \
-   -i || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-src_install() {
-   default
-   save_config config.h
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-04-21 Thread Sam James
commit: 79008f968b47b5e45c2f32d8479780442510c49a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 21 12:33:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 21 12:33:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79008f96

x11-misc/tabbed: Stabilize 0.8-r1 x86, #930354

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

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 456671505866..51bc5c5cf270 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ppc64 ~riscv x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-04-21 Thread Sam James
commit: 5ef1f47c92a3e449cb4d73a6bd20a4ada45b4e44
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 21 12:33:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 21 12:33:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef1f47c

x11-misc/tabbed: Stabilize 0.8-r1 amd64, #930354

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

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 51bc5c5cf270..d86dcca418d1 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-04-21 Thread Sam James
commit: c60bf7a14c0b8ca61bcb9615d718b972976572b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 21 12:33:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 21 12:33:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60bf7a1

x11-misc/tabbed: Stabilize 0.8-r1 ppc64, #930354

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

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index d7bb4adc8a7c..456671505866 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ppc64 ~riscv ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-04-21 Thread Sam James
commit: 2339a80b681b9c4ca3b09351c0c475535c2677ce
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 21 12:33:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 21 12:33:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2339a80b

x11-misc/tabbed: Stabilize 0.8-r1 arm64, #930354

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

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 071f3ae506b4..d7bb4adc8a7c 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-03-20 Thread Petr Vaněk
commit: a85759051103cb5c33f4b28292c91d188a8d1080
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:22:18 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8575905

x11-misc/tabbed: add myself as a maintainer

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/metadata.xml b/x11-misc/tabbed/metadata.xml
index 115e9d64a669..15cf2ff7a521 100644
--- a/x11-misc/tabbed/metadata.xml
+++ b/x11-misc/tabbed/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   arka...@gentoo.org
+   Petr Vaněk
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-03-20 Thread Petr Vaněk
commit: 9104cf4dd4516e519bdeda147a4202133a496c8d
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:24:09 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9104cf4d

x11-misc/tabbed: update HOMEPAGE

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/tabbed-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.8-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 1b3e660636fb..071f3ae506b4 100644
--- a/x11-misc/tabbed/tabbed-0.8-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="https://tools.suckless.org/tabbed";
+HOMEPAGE="https://tools.suckless.org/tabbed/";
 SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-03-20 Thread Petr Vaněk
commit: 9fb77f16e72fba1f2894baeb617d60caf5330317
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Mar 20 13:18:08 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Mar 20 13:26:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb77f16

x11-misc/tabbed: Add omitted CFLAGS and LDFLAGS

Closes: https://bugs.gentoo.org/927321
Closes: https://bugs.gentoo.org/927322
Fixes: a2766183f887 ("x11-misc/tabbed: add 0.8")
Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/{tabbed-0.8.ebuild => tabbed-0.8-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tabbed/tabbed-0.8.ebuild 
b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
similarity index 86%
rename from x11-misc/tabbed/tabbed-0.8.ebuild
rename to x11-misc/tabbed/tabbed-0.8-r1.ebuild
index 176292a2374e..1b3e660636fb 100644
--- a/x11-misc/tabbed/tabbed-0.8.ebuild
+++ b/x11-misc/tabbed/tabbed-0.8-r1.ebuild
@@ -34,8 +34,8 @@ src_compile() {
tc-export CC PKG_CONFIG
 
local emakeargs=(
-   TABBED_CFLAGS="$("${PKG_CONFIG}" --cflags x11 xft)"
-   TABBED_LDFLAGS="$("${PKG_CONFIG}" --libs x11 xft)"
+   TABBED_CFLAGS="${CFLAGS} $("${PKG_CONFIG}" --cflags x11 xft)"
+   TABBED_LDFLAGS="${LDFLAGS} $("${PKG_CONFIG}" --libs x11 xft)"
)
 
emake "${emakeargs[@]}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2024-03-19 Thread Petr Vaněk
commit: a2766183f88708eba41d00c3288a6d4e368bb534
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Mar 19 16:49:28 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Tue Mar 19 16:50:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2766183

x11-misc/tabbed: add 0.8

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/tabbed/Manifest  |  1 +
 x11-misc/tabbed/tabbed-0.8.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/tabbed/Manifest b/x11-misc/tabbed/Manifest
index 83972a7921ec..7adcbe5f8e2b 100644
--- a/x11-misc/tabbed/Manifest
+++ b/x11-misc/tabbed/Manifest
@@ -1 +1,2 @@
 DIST tabbed-0.6.tar.gz 12926 BLAKE2B 
e92e2c7132f7a760286c61c99faa0b26e411326e172c231f3354e61f8151f561babd4a35998bc06cb7fd87dc962334ef0ddac78ba284cd3090bb1c2dcfa159be
 SHA512 
bcad873251be6b5de21311531e8d24330003b42790cb94d559a0d1be45408b3e0722c14e7c7f2cefd0717fd2a2d7a100fa08fc4e10e7bb669935909602286553
+DIST tabbed-0.8.tar.gz 13970 BLAKE2B 
289d3a94224d9c717a3a66a6ea10e34f744b49bf010e7bea6ddb4f8db92a89f8e2ca1d3bbc5c6ffa3402f85117b3bbb0a54140d1e70d6e1f0200c883f46fbe8f
 SHA512 
aa81ee2a293110cdd7660c4643a21bb44573516ddd03657ab4cfd2be2f52f7dd5a4fcfce60fd2b4dac591d13e40f952985780cd8923394fc64e814152729a754

diff --git a/x11-misc/tabbed/tabbed-0.8.ebuild 
b/x11-misc/tabbed/tabbed-0.8.ebuild
new file mode 100644
index ..176292a2374e
--- /dev/null
+++ b/x11-misc/tabbed/tabbed-0.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
+HOMEPAGE="https://tools.suckless.org/tabbed";
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXft
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   restore_config config.h
+}
+
+src_compile() {
+   tc-export CC PKG_CONFIG
+
+   local emakeargs=(
+   TABBED_CFLAGS="$("${PKG_CONFIG}" --cflags x11 xft)"
+   TABBED_LDFLAGS="$("${PKG_CONFIG}" --libs x11 xft)"
+   )
+
+   emake "${emakeargs[@]}"
+}
+
+src_install() {
+   local emakeargs=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}/usr"
+   DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}"
+   )
+   emake "${emakeargs[@]}" install
+
+   save_config config.h
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2022-03-19 Thread Sam James
commit: 831db0be99cc2af0deb8d78228121f69569ce5fe
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 20 00:14:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 20 00:14:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831db0be

x11-misc/tabbed: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index 7351759f0314..44798c1dea91 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.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
@@ -40,7 +40,7 @@ src_prepare() {
 }
 
 src_compile() {
-   emake CC=$(tc-getCC)
+   emake CC="$(tc-getCC)"
 }
 src_install() {
default



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-10-12 Thread Agostino Sarubbo
commit: fb79e6ab0478ff53c932f9b9a7b9b1e8472073e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct 13 06:02:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct 13 06:02:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb79e6ab

x11-misc/tabbed: x86 stable wrt bug #813198

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index 790999dd6b2..7351759f031 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-09-28 Thread Yixun Lan
commit: e256efdebcf4621a87c9a6236b0042c7d3de6ecc
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Sep 28 14:42:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Sep 28 14:52:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e256efde

x11-misc/tabbed: keyword ~riscv

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index d03d6b60662..790999dd6b2 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-17 Thread Sam James
commit: 15cc2530e256e6114ced6c731709e532def5d7a0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 17 23:17:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 17 23:17:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cc2530

x11-misc/tabbed: Stabilize 0.6-r1 ppc64, #800212

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index c2e50914908..d03d6b60662 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-15 Thread Sam James
commit: a012dffecf05919144745a8c8a2896d65aedf18e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:41:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a012dffe

x11-misc/tabbed: Stabilize 0.6-r1 arm64, #800212

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index 1f0ef9e0931..c2e50914908 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-15 Thread Sam James
commit: 8b9718c81cb2bd0d822d5c9ad21328e359b29eec
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:35:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9718c8

x11-misc/tabbed: Stabilize 0.6-r1 amd64, #800212

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index eb431ad1830..1f0ef9e0931 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-03 Thread Georgy Yakovlev
commit: fec37d1e1bb2c709a79a577b7b32b62b105c28b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:54:32 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec37d1e

x11-misc/tabbed: keyword 0.6-r1 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index df9afe56b40..441887236e8 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-03 Thread Georgy Yakovlev
commit: b6ad15267c8e386edaf96d78103caae9be65ad03
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:55:01 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:55:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ad1526

x11-misc/tabbed: keyword 0.6-r1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index 441887236e8..eb431ad1830 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-04-21 Thread Georgy Yakovlev
commit: 981c6f1b851d99dfe8b28c3b139b83218175818b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Apr 21 20:23:21 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Apr 21 20:23:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981c6f1b

x11-misc/tabbed: drop old

Closes: https://bugs.gentoo.org/780909
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/tabbed/tabbed-0.6.ebuild | 47 ---
 1 file changed, 47 deletions(-)

diff --git a/x11-misc/tabbed/tabbed-0.6.ebuild 
b/x11-misc/tabbed/tabbed-0.6.ebuild
deleted file mode 100644
index 2848e538dac..000
--- a/x11-misc/tabbed/tabbed-0.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="https://tools.suckless.org/tabbed";
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="
-   x11-base/xorg-proto
-   ${RDEPEND}
-"
-
-src_prepare() {
-   sed config.mk \
-   -e '/^CC/d' \
-   -e 's|/usr/local|/usr|g' \
-   -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) 
$(CPPFLAGS)|g' \
-   -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \
-   -e 's|^LIBS.*|LIBS = -lX11|g' \
-   -e 's|{|(|g;s|}|)|g' \
-   -i || die
-
-   sed Makefile \
-   -e 's|{|(|g;s|}|)|g' \
-   -e '/^[[:space:]]*@echo/d' \
-   -e 's|^ @|  |g' \
-   -i || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   emake CC=$(tc-getCC)
-}
-src_install() {
-   default
-   save_config config.h
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-04-21 Thread Georgy Yakovlev
commit: 59a1c64b51f537094c44481d16e70b66e38f47c3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Apr 21 20:22:23 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Apr 21 20:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a1c64b

x11-misc/tabbed: bump to EAPI=7

Bug: https://bugs.gentoo.org/780909
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
new file mode 100644
index 000..df9afe56b40
--- /dev/null
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
+HOMEPAGE="https://tools.suckless.org/tabbed";
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="
+   x11-base/xorg-proto
+   ${RDEPEND}
+"
+
+src_prepare() {
+   default
+   sed config.mk \
+   -e '/^CC/d' \
+   -e 's|/usr/local|/usr|g' \
+   -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) 
$(CPPFLAGS)|g' \
+   -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \
+   -e 's|^LIBS.*|LIBS = -lX11|g' \
+   -e 's|{|(|g;s|}|)|g' \
+   -i || die
+
+   sed Makefile \
+   -e 's|{|(|g;s|}|)|g' \
+   -e '/^[[:space:]]*@echo/d' \
+   -e 's|^ @|  |g' \
+   -i || die
+
+   restore_config config.h
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+src_install() {
+   default
+   save_config config.h
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2020-11-03 Thread Georgy Yakovlev
commit: 525a3b3b1396dea193105e49c37f4ab84753bb93
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov  3 21:51:19 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov  3 21:54:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525a3b3b

x11-misc/tabbed: update metadata.xml

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/tabbed/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/tabbed/metadata.xml b/x11-misc/tabbed/metadata.xml
index 7f81a451ce1..efcd58fe0b9 100644
--- a/x11-misc/tabbed/metadata.xml
+++ b/x11-misc/tabbed/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2017-08-31 Thread Jeroen Roovers
commit: 54b5a313207d6006b90b148d964261d2d70b5c52
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 31 10:06:36 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 31 10:06:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b5a313

x11-misc/tabbed: Switch to HTTPS.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/tabbed/tabbed-0.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/tabbed/tabbed-0.6.ebuild 
b/x11-misc/tabbed/tabbed-0.6.ebuild
index 4b5c46fdd21..62c05153598 100644
--- a/x11-misc/tabbed/tabbed-0.6.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
-HOMEPAGE="http://tools.suckless.org/tabbed";
-SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz";
+HOMEPAGE="https://tools.suckless.org/tabbed";
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"