public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2017-02-25 14:15 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-02-25 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c2c06850c561e16c6abcf2266a039ad17e9e3a95
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 16:26:06 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:14:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c06850

x11-misc/xtitle: Version bump to 1.0.4, Update homepage

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

 x11-misc/xtitle/Manifest                                     |  1 +
 x11-misc/xtitle/xtitle-1.0.2.ebuild                          |  6 +++---
 x11-misc/xtitle/xtitle-1.0.3.ebuild                          |  6 +++---
 x11-misc/xtitle/{xtitle-1.0.3.ebuild => xtitle-1.0.4.ebuild} | 12 ++++++------
 4 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/x11-misc/xtitle/Manifest b/x11-misc/xtitle/Manifest
index 4e143e891c..f2e0461e4a 100644
--- a/x11-misc/xtitle/Manifest
+++ b/x11-misc/xtitle/Manifest
@@ -1,2 +1,3 @@
 DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
 DIST xtitle-1.0.3.tgz 10616 SHA256 ab88bb2a1c230d2aa4bbbb439e9ca470cc9e50d57c7f63b1e4cc7a71f1ea72bf SHA512 77cf47cd77ceb57b2a12630b4430ed342597f7fdc8ecaaac6bc284cb1eeba09949340f24698a0e893c74bb82c4bd54255b4c3750d387169c163e4aafe8e1a831 WHIRLPOOL ee0270cfbe2327656a9c629f09b9ea1dd38a2e2817e6b5427f2ba828a36d5d8adc77a4bce2673c4b42889be32562e46161a27a405f30bde4456ae89cceace176
+DIST xtitle-1.0.4.tgz 10528 SHA256 cadddef1389ba1c5e1dc7dd861545a5fe11cb397a3f692cd63881671340fcc15 SHA512 6ed2b9fa5327dce0a2347631acf57517bc45f1bc7c88f098e5be70ec7acd844d1697da81c528046db897d7fd7be3b893f1fc79b010dd52c908c42a609f051cb6 WHIRLPOOL f0540f8d9d80b92979d605fbb2bb4888b6fbd4b61f7be82640483bcee1d557350719673657f6854e4fe35cf015018d2e273c39af8e418d8b775cace0bb1084a9

diff --git a/x11-misc/xtitle/xtitle-1.0.2.ebuild b/x11-misc/xtitle/xtitle-1.0.2.ebuild
index e1586b1617..4cb7db2c1f 100644
--- a/x11-misc/xtitle/xtitle-1.0.2.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=4
 
 DESCRIPTION="Set window title and icon name for an X11 terminal window"
-HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
-SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
+HOMEPAGE="https://kinzler.com/me/xtitle/"
+SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/x11-misc/xtitle/xtitle-1.0.3.ebuild b/x11-misc/xtitle/xtitle-1.0.3.ebuild
index ebfd7a2a14..1694ccd9cf 100644
--- a/x11-misc/xtitle/xtitle-1.0.3.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.3.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
 # $Id$
 
 EAPI=5
 
 DESCRIPTION="Set window title and icon name for an X11 terminal window"
-HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
-SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
+HOMEPAGE="https://kinzler.com/me/xtitle/"
+SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/x11-misc/xtitle/xtitle-1.0.3.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
similarity index 63%
copy from x11-misc/xtitle/xtitle-1.0.3.ebuild
copy to x11-misc/xtitle/xtitle-1.0.4.ebuild
index ebfd7a2a14..f7aa727851 100644
--- a/x11-misc/xtitle/xtitle-1.0.3.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.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
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Set window title and icon name for an X11 terminal window"
-HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
-SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
+HOMEPAGE="https://kinzler.com/me/xtitle/"
+SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="x11-misc/imake"
 RDEPEND=""
 
-DOCS=( README )
+HTML_DOCS=( xtitle.html )
 
 src_compile() {
 	xmkmf || die
@@ -26,5 +26,5 @@ src_compile() {
 src_install() {
 	default
 	newman "${PN}.man" "${PN}.1"
-	dohtml "${PN}.html"
+	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2017-02-25 14:15 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-02-25 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     00c594abaf53f439ababbf406fff3f963f85eb91
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 16:29:42 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:14:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c594ab

x11-misc/xtitle: Remove old

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

 x11-misc/xtitle/Manifest            |  1 -
 x11-misc/xtitle/xtitle-1.0.3.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/x11-misc/xtitle/Manifest b/x11-misc/xtitle/Manifest
index f2e0461e4a..6e8089ce89 100644
--- a/x11-misc/xtitle/Manifest
+++ b/x11-misc/xtitle/Manifest
@@ -1,3 +1,2 @@
 DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
-DIST xtitle-1.0.3.tgz 10616 SHA256 ab88bb2a1c230d2aa4bbbb439e9ca470cc9e50d57c7f63b1e4cc7a71f1ea72bf SHA512 77cf47cd77ceb57b2a12630b4430ed342597f7fdc8ecaaac6bc284cb1eeba09949340f24698a0e893c74bb82c4bd54255b4c3750d387169c163e4aafe8e1a831 WHIRLPOOL ee0270cfbe2327656a9c629f09b9ea1dd38a2e2817e6b5427f2ba828a36d5d8adc77a4bce2673c4b42889be32562e46161a27a405f30bde4456ae89cceace176
 DIST xtitle-1.0.4.tgz 10528 SHA256 cadddef1389ba1c5e1dc7dd861545a5fe11cb397a3f692cd63881671340fcc15 SHA512 6ed2b9fa5327dce0a2347631acf57517bc45f1bc7c88f098e5be70ec7acd844d1697da81c528046db897d7fd7be3b893f1fc79b010dd52c908c42a609f051cb6 WHIRLPOOL f0540f8d9d80b92979d605fbb2bb4888b6fbd4b61f7be82640483bcee1d557350719673657f6854e4fe35cf015018d2e273c39af8e418d8b775cace0bb1084a9

diff --git a/x11-misc/xtitle/xtitle-1.0.3.ebuild b/x11-misc/xtitle/xtitle-1.0.3.ebuild
deleted file mode 100644
index 1694ccd9cf..0000000000
--- a/x11-misc/xtitle/xtitle-1.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Set window title and icon name for an X11 terminal window"
-HOMEPAGE="https://kinzler.com/me/xtitle/"
-SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-misc/imake"
-RDEPEND=""
-
-DOCS=( README )
-
-src_compile() {
-	xmkmf || die
-	emake
-}
-
-src_install() {
-	default
-	newman "${PN}.man" "${PN}.1"
-	dohtml "${PN}.html"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 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:     e2553d550b00ae78c7ed6524cd89293aca97a904
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 11:04:13 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 11:04:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2553d55

x11-misc/xtitle: 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/xtitle/xtitle-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index 05be00ecd6b..3b5a1d04ae4 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="x11-misc/imake"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 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:     a106d671f88c4ea4c2f6583c47f6ea1e4e6bea50
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:33:07 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:33:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a106d671

x11-misc/xtitle: 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/xtitle/xtitle-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index 3b5a1d04ae4..c5e8c66d85a 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="x11-misc/imake"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 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:     8ab2e9e75f6fc4fb9a4ec0f28512250ec8fa9499
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:35:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:23:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab2e9e7

x11-misc/xtitle: Remove old

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

 x11-misc/xtitle/Manifest            |  1 -
 x11-misc/xtitle/xtitle-1.0.2.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/x11-misc/xtitle/Manifest b/x11-misc/xtitle/Manifest
index 6e8089ce898..2f323d79e2b 100644
--- a/x11-misc/xtitle/Manifest
+++ b/x11-misc/xtitle/Manifest
@@ -1,2 +1 @@
-DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
 DIST xtitle-1.0.4.tgz 10528 SHA256 cadddef1389ba1c5e1dc7dd861545a5fe11cb397a3f692cd63881671340fcc15 SHA512 6ed2b9fa5327dce0a2347631acf57517bc45f1bc7c88f098e5be70ec7acd844d1697da81c528046db897d7fd7be3b893f1fc79b010dd52c908c42a609f051cb6 WHIRLPOOL f0540f8d9d80b92979d605fbb2bb4888b6fbd4b61f7be82640483bcee1d557350719673657f6854e4fe35cf015018d2e273c39af8e418d8b775cace0bb1084a9

diff --git a/x11-misc/xtitle/xtitle-1.0.2.ebuild b/x11-misc/xtitle/xtitle-1.0.2.ebuild
deleted file mode 100644
index 9d58eca1ebc..00000000000
--- a/x11-misc/xtitle/xtitle-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Set window title and icon name for an X11 terminal window"
-HOMEPAGE="https://kinzler.com/me/xtitle/"
-SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-misc/imake"
-RDEPEND=""
-
-DOCS=( README )
-
-src_compile() {
-	xmkmf || die
-	emake
-}
-
-src_install() {
-	default
-	newman "${PN}.man" "${PN}.1"
-	dohtml "${PN}.html"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2017-07-17 12:13 Sergey Popov
  0 siblings, 0 replies; 9+ messages in thread
From: Sergey Popov @ 2017-07-17 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c28b6ca933846906f441d491ec9da9bd32e4baac
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:02:34 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:12:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28b6ca9

x11-misc/xtitle: remove myself from maintainers

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-misc/xtitle/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/xtitle/metadata.xml b/x11-misc/xtitle/metadata.xml
index 2cb7edde3a3..6698a4ab788 100644
--- a/x11-misc/xtitle/metadata.xml
+++ b/x11-misc/xtitle/metadata.xml
@@ -5,8 +5,4 @@
 		<email>zlogene@gentoo.org</email>
 		<name>Mikle Kolyada</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2021-04-15  6:39 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2021-04-15  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     00cd446b3c4dfad221ace9521636082e35318cbb
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Wed Apr 14 13:17:09 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 06:38:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cd446b

x11-misc/xtitle: fix build with -native-symlinks

Closes: https://bugs.gentoo.org/726288
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/xtitle/xtitle-1.0.4.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index c5e8c66d85a..db79ece8e4a 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit toolchain-funcs
+
 DESCRIPTION="Set window title and icon name for an X11 terminal window"
 HOMEPAGE="https://kinzler.com/me/xtitle/"
 SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
@@ -12,14 +14,14 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="x11-misc/imake"
+DEPEND=">=x11-misc/imake-1.0.8-r1"
 RDEPEND=""
 
 HTML_DOCS=( xtitle.html )
 
-src_compile() {
-	xmkmf || die
-	emake
+src_configure() {
+	CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
+		IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2022-09-30 11:02 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2022-09-30 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b0bc4c395b0db980013ffd2d4a0174ece2058b4d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 09:42:35 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:48:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bc4c39

x11-misc/xtitle: force gcc -E for imake's generation

Requires traditional cpp support and is broken in all sort of ways
with clang-cpp / -E. Can still use clang & friends for everything else.

Haven't looked closely for possible quirks, but this should be
migrated to not use imake (builds nothing, just shell scripts).

Closes: https://bugs.gentoo.org/870916
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/xtitle/xtitle-1.0.4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index ca330584c334..eb54d4f2901c 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -13,13 +13,15 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-BDEPEND=">=x11-misc/imake-1.0.8-r1"
+BDEPEND="
+	sys-devel/gcc
+	>=x11-misc/imake-1.0.8-r1"
 
 HTML_DOCS=( xtitle.html )
 
 src_configure() {
 	CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
-		IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
+		IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
@ 2022-09-30 11:02 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2022-09-30 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     03d6b863cf364ab16eda270ad1114a8f34cdfaba
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 09:39:44 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:48:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6b863

x11-misc/xtitle: EAPI6->8, fix license

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/xtitle/xtitle-1.0.4.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index db79ece8e4ad..ca330584c334 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="Set window title and icon name for an X11 terminal window"
 HOMEPAGE="https://kinzler.com/me/xtitle/"
-SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
+SRC_URI="https://kinzler.com/me/xtitle/${P}.tgz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-DEPEND=">=x11-misc/imake-1.0.8-r1"
-RDEPEND=""
+BDEPEND=">=x11-misc/imake-1.0.8-r1"
 
 HTML_DOCS=( xtitle.html )
 
@@ -26,6 +24,7 @@ src_configure() {
 
 src_install() {
 	default
+
 	newman "${PN}.man" "${PN}.1"
 	einstalldocs
 }


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

end of thread, other threads:[~2022-09-30 11:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 11:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30 11:02 Ionen Wolkens
2021-04-15  6:39 Joonas Niilola
2017-07-17 12:13 Sergey Popov
2017-04-01 10:24 David Seifert
2017-03-21 14:34 Agostino Sarubbo
2017-03-20 11:04 Agostino Sarubbo
2017-02-25 14:15 David Seifert
2017-02-25 14:15 David Seifert

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