public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2024-04-13  9:18 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-13  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8af62f38c7986c4f2943e2d97504562a3453244d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr  6 14:23:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 09:09:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af62f38

x11-misc/xrootconsole: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36140
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild | 43 ++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
new file mode 100644
index 000000000000..1ed3bf5912a3
--- /dev/null
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility that displays its input in a text box on your root window"
+HOMEPAGE="https://sourceforge.net/projects/xrootconsole/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/${P}.noversion.patch"
+	"${FILESDIR}/${P}.makefile.patch"
+	"${FILESDIR}/${P}.manpage.patch"
+)
+
+src_compile() {
+	tc-export CC PKG_CONFIG
+	emake
+}
+
+src_install() {
+	dodir /usr/bin
+
+	emake \
+		MANDIR="${ED}/usr/share/man/man1" \
+		BINDIR="${ED}/usr/bin/" \
+		install
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2024-05-25 17:30 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-05-25 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     77457afecd512476cb52a7dca4b4a21bdfb96402
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 17:29:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 25 17:30:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77457afe

x11-misc/xrootconsole: drop 0.6-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
deleted file mode 100644
index a048ce423bff..000000000000
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A utility that displays its input in a text box on your root window"
-HOMEPAGE="https://sourceforge.net/projects/xrootconsole/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
-	x11-libs/libX11"
-
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}.noversion.patch"
-	"${FILESDIR}/${P}.makefile.patch"
-	"${FILESDIR}/${P}.manpage.patch"
-)
-
-DOCS=( TODO NEWS CREDITS )
-
-src_compile() {
-	tc-export CC PKG_CONFIG
-	emake
-}
-
-src_install() {
-	dodir /usr/bin
-
-	emake \
-		MANDIR="${D}usr/share/man/man1" \
-		BINDIR="${D}usr/bin/" \
-		install
-
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2024-05-25 15:10 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-25 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9a759b9617a1c2c92ada1a28b10374670786a3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 15:10:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 15:10:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9a759b

x11-misc/xrootconsole: Stabilize 0.6-r2 ppc, #932730

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
index 7894b9fa83a4..caac5a01f6bc 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2024-05-25 15:10 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-25 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8d4208c1b56b728f075f8f84b09aec9fe70c4122
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 15:10:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 15:10:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4208c1

x11-misc/xrootconsole: Stabilize 0.6-r2 x86, #932730

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
index 8b8410770a04..7894b9fa83a4 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2024-05-25 15:10 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-25 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     633d6d6b2f5ad1150f4b5333dfc73d1b7da7ec6b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 15:10:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 15:10:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633d6d6b

x11-misc/xrootconsole: Stabilize 0.6-r2 amd64, #932730

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
index caac5a01f6bc..386ebf4ddada 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2017-04-01 10:24 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-04-01 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c2f9979a526f489953abc139620493bce22ef487
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:33:48 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:23:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f9979a

x11-misc/xrootconsole: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xrootconsole/xrootconsole-0.6.ebuild | 42 ---------------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild
deleted file mode 100644
index 7b3314a1a53..00000000000
--- a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A utility that displays its input in a text box on your root window"
-HOMEPAGE="https://sourceforge.net/projects/xrootconsole/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	epatch "${FILESDIR}/${P}.noversion.patch"
-	epatch "${FILESDIR}/${P}.makefile.patch"
-	epatch "${FILESDIR}/${P}.manpage.patch"
-}
-
-src_compile() {
-	tc-export CC
-	emake || die "emake failed"
-}
-
-src_install() {
-	dodir /usr/bin
-
-	make \
-		MANDIR="${D}usr/share/man/man1" \
-		BINDIR="${D}usr/bin/" \
-		install || die "make install failed"
-
-	dodoc TODO NEWS CREDITS
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2017-03-22  7:30 Michael Weber
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-22  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     12d0c81917d7b418d1495b272efcb25cf9b498fa
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:34:11 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:29:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d0c819

x11-misc/xrootconsole: ppc stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
index b96bb2d2d5d..111832c3752 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="
 	x11-libs/libX11"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2017-03-21 14:34 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-03-21 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     68e9c0786a20632dc33954a1795006f3e3239ef7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:32:43 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:32:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e9c078

x11-misc/xrootconsole: x86 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
index 351f8075dab..b96bb2d2d5d 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	x11-libs/libX11"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/
@ 2017-03-20 11:04 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a1053a7e6e616eed98870f804d793ce24e9c5d49
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 11:03:46 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 11:03:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1053a7e

x11-misc/xrootconsole: amd64 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
index 9ffff7f6ace..351f8075dab 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
 	x11-libs/libX11"


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

end of thread, other threads:[~2024-05-25 17:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13  9:18 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xrootconsole/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 17:30 Arthur Zamarin
2024-05-25 15:10 Michał Górny
2024-05-25 15:10 Michał Górny
2024-05-25 15:10 Michał Górny
2017-04-01 10:24 David Seifert
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-20 11:04 Agostino Sarubbo

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