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

2023-05-10 Thread Sam James
commit: 47e1606ad081ec05f2626a931d2defcf1620d9e4
Author: Sam James  gentoo  org>
AuthorDate: Thu May 11 02:58:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 11 03:15:47 2023 +
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  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
 }



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

2018-05-27 Thread Aaron Bauman
commit: d2a8ba86d020d371cb0166e5adb8c562d2ab709a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun May 27 13:55:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 18:23:11 2018 +
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
-}



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

2018-05-27 Thread Aaron Bauman
commit: ca3a344040a7bae04eba7426361bd3caca4439a9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun May 27 15:53:41 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 18:23:12 2018 +
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
 }



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

2018-05-26 Thread Aaron Bauman
commit: ea301042633169ea0456fc86c3390efc098a6f8a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 16:01:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 18:16:37 2018 +
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
 }



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

2018-05-25 Thread Aaron Bauman
commit: b7fbb5aea7e6690acb017b9ecfb673a684f69b68
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 00:08:31 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 00:14:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fbb5ae

x11-misc/fluxter: fix patch for EAPI=6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch 
b/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
index 8b68260741e..453aae8a2e2 100644
--- a/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
+++ b/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
@@ -1,13 +1,13 @@
 Makefile.am
-+++ Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -17,4 +17,4 @@
  NETInterface.cc NETInterface.hh \
  blackboxstyle.hh
  EXTRA_DIST = BUGS TODO
 -fluxter_LDADD = @X_LIBS@
 +fluxter_LDADD = @LIBS@
 configure.in
-+++ configure.in
+--- a/configure.in
 b/configure.in
 @@ -18,14 +18,12 @@
  [
   test "$CFLAGS" = "" && CFLAGS="-g -Wall -DDEBUG"



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

2018-05-25 Thread Aaron Bauman
commit: ba208f8b77ed4a52490a19f9f22328341eadc1ce
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri May 25 23:00:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 00:14:35 2018 +
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
 }



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

2018-03-10 Thread Pacho Ramos
commit: 2cee2fcdace3cbe67c7e3178d0914b9b183e5043
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:16:09 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:35 2018 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-