public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2018-03-10 12:23 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-03-10 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2cee2fcdace3cbe67c7e3178d0914b9b183e5043
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 12:16:09 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 12:21:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cee2fcd

x11-misc/fluxter: Update maintainer due to bug #220130

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/x11-misc/fluxter/metadata.xml b/x11-misc/fluxter/metadata.xml
index e7f39bccfaf..097975e3adc 100644
--- a/x11-misc/fluxter/metadata.xml
+++ b/x11-misc/fluxter/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-	<email>pchrist@gentoo.org</email>
-	<name>Panagiotis Christopoulos</name>
-</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2018-05-26  0:14 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-26  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ba208f8b77ed4a52490a19f9f22328341eadc1ce
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 23:00:21 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:14:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba208f8b

x11-misc/fluxter: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/fluxter/fluxter-0.1.0.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild
index 0bcbe35e507..121d5f5ed91 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit autotools eutils
+EAPI=6
+inherit autotools
 
 DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager"
 HOMEPAGE="http://www.isomedia.com/homes/stevencooper"
@@ -17,8 +17,10 @@ DEPEND="x11-libs/libX11
 	x11-libs/libSM
 	x11-libs/libICE"
 
+PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
+
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-asneeded.patch
+	default
 	eautoreconf
 }
 
@@ -29,5 +31,4 @@ src_configure() {
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS BUGS ChangeLog README TODO
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2018-05-26 18:16 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-26 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ea301042633169ea0456fc86c3390efc098a6f8a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 16:01:03 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea301042

x11-misc/fluxter: add default call to src_install for docs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/fluxter/fluxter-0.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild
index 121d5f5ed91..ba8628a954a 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild
@@ -31,4 +31,5 @@ src_configure() {
 
 src_install() {
 	emake DESTDIR="${D}" install || die
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d2a8ba86d020d371cb0166e5adb8c562d2ab709a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:55:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a8ba86

x11-misc/fluxter: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/fluxter/fluxter-0.1.0.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild
index ba8628a954a..93dfa459daa 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild
@@ -28,8 +28,3 @@ src_configure() {
 	econf \
 		--datadir=/usr/share/commonbox
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	default
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ca3a344040a7bae04eba7426361bd3caca4439a9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:53:41 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a3440

x11-misc/fluxter: add EPREFIX to econf

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/fluxter/fluxter-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild
index 93dfa459daa..302d3006b64 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild
@@ -26,5 +26,5 @@ src_prepare() {
 
 src_configure() {
 	econf \
-		--datadir=/usr/share/commonbox
+		--datadir="${EPREFIX}"/usr/share/commonbox
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/
@ 2023-05-11  3:29 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-05-11  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     47e1606ad081ec05f2626a931d2defcf1620d9e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 02:58:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 03:15:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e1606a

x11-misc/fluxter: build w/ c++14 (-Wregister)

Closes: https://bugs.gentoo.org/898882
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...luxter-0.1.0.ebuild => fluxter-0.1.0-r1.ebuild} | 26 +++++++++++++---------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0-r1.ebuild
similarity index 51%
rename from x11-misc/fluxter/fluxter-0.1.0.ebuild
rename to x11-misc/fluxter/fluxter-0.1.0-r1.ebuild
index 374d2e885186..a171049f9525 100644
--- a/x11-misc/fluxter/fluxter-0.1.0.ebuild
+++ b/x11-misc/fluxter/fluxter-0.1.0-r1.ebuild
@@ -1,23 +1,28 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools
+EAPI=8
 
-DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager"
+inherit autotools flag-o-matic
+
+DESCRIPTION="Workspace pager dockapp, particularly useful with the Fluxbox window manager"
 HOMEPAGE="http://www.isomedia.com/homes/stevencooper"
 SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
 
-DEPEND="x11-libs/libX11
+DEPEND="
+	x11-libs/libX11
 	x11-libs/libSM
-	x11-libs/libICE"
+	x11-libs/libICE
+"
+RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
+PATCHES=(
+	"${FILESDIR}/${P}-asneeded.patch"
+)
 
 src_prepare() {
 	default
@@ -25,6 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-	econf \
-		--datadir="${EPREFIX}"/usr/share/commonbox
+	append-cxxflags -std=c++14
+
+	econf --datadir="${EPREFIX}"/usr/share/commonbox
 }


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

end of thread, other threads:[~2023-05-11  3:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 18:23 [gentoo-commits] repo/gentoo:master commit in: x11-misc/fluxter/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2023-05-11  3:29 Sam James
2018-05-27 18:23 Aaron Bauman
2018-05-26 18:16 Aaron Bauman
2018-05-26  0:14 Aaron Bauman
2018-03-10 12:23 Pacho Ramos

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