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

2023-07-04 Thread Conrad Kostecki
commit: 70a4e8f717edd0b10df78a502cd694103e332928
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jul  4 21:07:54 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul  4 22:15:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a4e8f7

x11-misc/xdiskusage: use HTTPS, fix LICENSE, minor style changes

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/xdiskusage/xdiskusage-1.52.ebuild | 23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
index d651d779077d..deb5d693b990 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
@@ -1,25 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DESCRIPTION="user-friendly program to show you what is using up all your disk 
space"
-HOMEPAGE="http://xdiskusage.sourceforge.net/;
-SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
+DESCRIPTION="User-friendly program to show you what is using up all your disk 
space"
+HOMEPAGE="https://xdiskusage.sourceforge.net/;
+SRC_URI="https://xdiskusage.sourceforge.net/${P}.tgz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc x86"
 
-RDEPEND="
-   >=x11-libs/fltk-1.3:1
-"
-BDEPEND="
-   ${RDEPEND}
-"
-DEPEND="
-   ${RDEPEND}
-"
+RDEPEND=">=x11-libs/fltk-1.3:1"
+BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
+
 PATCHES=(
"${FILESDIR}"/${PN}-1.52-flags-order.patch
"${FILESDIR}"/${PN}-1.52-pathbuf.patch



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

2021-03-15 Thread Sam James
commit: dd88fe7455c67a1d52e2be5e326cb0e4e02d9e5d
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:27:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:34:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd88fe74

x11-misc/xdiskusage: drop 1.51

Bug: https://bugs.gentoo.org/776466
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xdiskusage/Manifest   |  1 -
 x11-misc/xdiskusage/xdiskusage-1.51.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index c28097819c7..546d746f7e2 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1,2 +1 @@
-DIST xdiskusage-1.51.tgz 54248 BLAKE2B 
a1e41eef4e3d303c7bc02cb485ab2ca33bb03c57f9713459b68621a611751f5af35be9918bbef86294e70ddcc8e2fb678b5dfa9baa237954a46fd12120bbf96f
 SHA512 
73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a
 DIST xdiskusage-1.52.tgz 54458 BLAKE2B 
6e91402c4e43e1dfafbd2e689282aea1305ac309a491fd410b16502b2176cfe9a8b17a7379eef5ddea074cc550e7801d91c13db0a7b119b3ab48f32f786f0e5b
 SHA512 
d561f84ca2c8ff73a9abe8c6e34baed430aaa6c6793064b2aa5856249dd4b309d50c3f6b19824a8c948aa8a71f7a3056771937fdce3f3fcb8f2fc8b0f39cdf54

diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
deleted file mode 100644
index 233643fc401..000
--- a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="user-friendly program to show you what is using up all your disk 
space"
-HOMEPAGE="http://xdiskusage.sourceforge.net/;
-SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3:1
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-src_compile() {
-   emake \
-   CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
-   LDLIBS="$(fltk-config --ldflags)"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README
-}



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

2021-03-15 Thread Sam James
commit: fdebf94a206fccfbdc1d1eab589bf036ef251b75
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:19:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:21:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdebf94a

x11-misc/xdiskusage: Stabilize 1.52 amd64, #776466

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

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

diff --git a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
index 53e66c87510..d651d779077 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm64 ~ppc x86"
 
 RDEPEND="
>=x11-libs/fltk-1.3:1



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

2021-03-15 Thread Sam James
commit: 361220dbaa876c8dea707413f25b4dda8439798d
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:16:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:17:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361220db

x11-misc/xdiskusage: Stabilize 1.52 x86, #776466

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

 x11-misc/xdiskusage/xdiskusage-1.52.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
index 555166755fd..53e66c87510 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc x86"
 
 RDEPEND="
>=x11-libs/fltk-1.3:1



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

2020-06-19 Thread Jeroen Roovers
commit: 25f47f8c9c486cf4bf9fed5baf8f030edbfbdb6a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 19 11:54:44 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 19 11:58:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f47f8c

x11-misc/xdiskusage: Version 1.52

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/xdiskusage/Manifest   |  1 +
 .../files/xdiskusage-1.52-flags-order.patch| 49 ++
 .../xdiskusage/files/xdiskusage-1.52-pathbuf.patch | 11 +
 x11-misc/xdiskusage/xdiskusage-1.52.ebuild | 37 
 4 files changed, 98 insertions(+)

diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index 88724c0b3f7..c28097819c7 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1 +1,2 @@
 DIST xdiskusage-1.51.tgz 54248 BLAKE2B 
a1e41eef4e3d303c7bc02cb485ab2ca33bb03c57f9713459b68621a611751f5af35be9918bbef86294e70ddcc8e2fb678b5dfa9baa237954a46fd12120bbf96f
 SHA512 
73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a
+DIST xdiskusage-1.52.tgz 54458 BLAKE2B 
6e91402c4e43e1dfafbd2e689282aea1305ac309a491fd410b16502b2176cfe9a8b17a7379eef5ddea074cc550e7801d91c13db0a7b119b3ab48f32f786f0e5b
 SHA512 
d561f84ca2c8ff73a9abe8c6e34baed430aaa6c6793064b2aa5856249dd4b309d50c3f6b19824a8c948aa8a71f7a3056771937fdce3f3fcb8f2fc8b0f39cdf54

diff --git a/x11-misc/xdiskusage/files/xdiskusage-1.52-flags-order.patch 
b/x11-misc/xdiskusage/files/xdiskusage-1.52-flags-order.patch
new file mode 100644
index 000..6d0e204e8b5
--- /dev/null
+++ b/x11-misc/xdiskusage/files/xdiskusage-1.52-flags-order.patch
@@ -0,0 +1,49 @@
+--- a/Makefile
 b/Makefile
+@@ -17,7 +17,7 @@
+ all:  $(PROGRAM)
+ 
+ $(PROGRAM) : $(OBJECTS)
+-  $(CXX) -o $(PROGRAM) $(OBJECTS) `fltk-config --ldflags` $(CXXFLAGS) 
$(LDFLAGS)
++  $(CXX) -o $(PROGRAM) $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) `fltk-config 
--ldflags`
+ 
+ configure: configure.in
+   autoconf
+@@ -29,9 +29,9 @@
+ .SUFFIXES : .fl .do .C .c .H
+ 
+ .C.o :
+-  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
++  $(CXX) $(CXXFLAGS) `fltk-config --cxxflags` -c $<
+ .C :
+-  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
++  $(CXX) $(CXXFLAGS) `fltk-config --cxxflags` -c $<
+ .fl.C :
+   -fluid -c $<
+ .fl.H :
+@@ -42,7 +42,7 @@
+   @touch makedepend
+ 
+ depend:
+-  $(MAKEDEPEND) -I.. $(CPPFLAGS) $(CXXFILES) $(CFILES) > makedepend
++  $(MAKEDEPEND) -I.. $(CXXFLAGS) `fltk-config --cxxflags` $(CXXFILES) 
$(CFILES) > makedepend
+ makedepend:
+   touch makedepend
+ include makedepend
+@@ -73,13 +73,13 @@
+ OBJECTS_D = $(CXXFILES:.C=.do) $(CFILES:.c=.do)
+ 
+ .C.do :
+-  $(CXX) $(CPPFLAGS) $(CXXFLAGS_D) -c -o $@ $<
++  $(CXX) $(CXXFLAGS) `fltk-config --cxxflags` $(CXXFLAGS_D) -c -o $@ $<
+ .c.do :
+   $(CC) $(CFLAGS_D) -c -o $@ $<
+ 
+ $(PROGRAM_D) : $(OBJECTS_D)
+-  $(CXX) -o $(PROGRAM_D) $(OBJECTS_D) `fltk-config --ldflags` 
$(CXXFLAGS_D) $(LDFLAGS)
++  $(CXX) -o $(PROGRAM_D) $(CXXFLAGS_D) $(LDFLAGS) $(OBJECTS_D) 
`fltk-config --ldflags`
+ 
+ # Used to make the version that is gzipped and uploaded to web site
+ static : $(OBJECTS)
+-  $(CXX) -o $(PROGRAM) $(OBJECTS) `fltk-config --ldstaticflags` 
$(CXXFLAGS) $(LDFLAGS)
++  $(CXX) -o $(PROGRAM) $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) `fltk-config 
--ldstaticflags`

diff --git a/x11-misc/xdiskusage/files/xdiskusage-1.52-pathbuf.patch 
b/x11-misc/xdiskusage/files/xdiskusage-1.52-pathbuf.patch
new file mode 100644
index 000..a78372c050c
--- /dev/null
+++ b/x11-misc/xdiskusage/files/xdiskusage-1.52-pathbuf.patch
@@ -0,0 +1,11 @@
+--- a/xdiskusage.C
 b/xdiskusage.C
+@@ -458,7 +458,7 @@
+   } else {
+ if (!disk) {
+   // follow all symbolic links...
+-  strncpy(pathbuf, path, 1024);
++  strncpy(pathbuf, path, 1024 -1);
+   for (int i=0; i<10; i++) {
+   char *p = (char*)fl_filename_name(pathbuf);
+   int j = readlink(pathbuf, p, 1024-(p-pathbuf));

diff --git a/x11-misc/xdiskusage/xdiskusage-1.52.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
new file mode 100644
index 000..7449a2fa676
--- /dev/null
+++ b/x11-misc/xdiskusage/xdiskusage-1.52.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="user-friendly program to show you what is using up all your disk 
space"
+HOMEPAGE="http://xdiskusage.sourceforge.net/;
+SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3:1
+"
+BDEPEND="
+   ${RDEPEND}
+"
+DEPEND="
+   ${RDEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.52-flags-order.patch
+   "${FILESDIR}"/${PN}-1.52-pathbuf.patch
+)
+
+src_compile() {

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

2020-01-13 Thread David Seifert
commit: 886bdc45b96612fc377562a5d656305c446a6c5b
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan 13 10:06:59 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan 13 10:06:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886bdc45

x11-misc/xdiskusage: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
index 9cb3de113c7..d1726589fb4 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="user-friendly program to show you what is using up all your disk 
space"
 HOMEPAGE="http://xdiskusage.sourceforge.net/;
-SRC_URI="${HOMEPAGE}${P}.tgz"
+SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-04-13 Thread Patrice Clement
commit: 61ebe936d218b2304d18d920c366b1237db01953
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr 11 11:50:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ebe936

x11-misc/xdiskusage: remove old.

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

 x11-misc/xdiskusage/Manifest   |  1 -
 .../xdiskusage/xdiskusage-1.48_p20111016.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index 68051b797b3..d1ba3c4404c 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1,2 +1 @@
-DIST xdiskusage-1.48_p20111016.tar.xz 17812 SHA256 
e612d2652a4127a9c4a296b186dd2cf9eb2cc43c217c85ae534ba55545af0250 SHA512 
2c73bf3756c47c45e340fbb11769d420854371d01400ff1c54a89b4a14465b8f35d61372ff37a4d46a75a3e5f7891584972e4fd2d09dc9d7105cc34ebc10d226
 WHIRLPOOL 
5a55eef74e6a1ac93fbf4de78caddc18912a1b2642d29310491e7473baf4fc76dd578ead4005aa9da143255aecc190a08c1eb79da0ecdf2145e72d7bd2793cb5
 DIST xdiskusage-1.51.tgz 54248 SHA256 
6fb2447f311299f9cb949f6954b71209f7d53dd6a58700a679a1001089c6 SHA512 
73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a
 WHIRLPOOL 
fbabff47fbf0e711e21d9f88590f153cfbfe2a4674b976337ea64a0ffde96fae83882f1e1f8dc63edab186c14ab917b8824978ddcfde1c360c108ebf6503c5c2

diff --git a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
deleted file mode 100644
index ec552d92bd6..000
--- a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
-HOMEPAGE="http://xdiskusage.sourceforge.net/;
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/fltk-1.3:1"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils"
-
-src_prepare() { eautoreconf; }
-src_compile() {
-   emake \
-   CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
-   LDLIBS="$(fltk-config --ldflags)"
-}
-src_install() { dobin ${PN}; doman ${PN}.1; dodoc README; }



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

2017-03-21 Thread Agostino Sarubbo
commit: b03830b4ee7a26f8935535890eb3f5d76b25bfb2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 21 14:32:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 21 14:32:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03830b4

x11-misc/xdiskusage: 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  gentoo.org>

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

diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
index 102b717fd99..12e04ceab44 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 
 RDEPEND="
>=x11-libs/fltk-1.3:1



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

2017-03-20 Thread Agostino Sarubbo
commit: 4f25430c000ebdcf0bc7d14c8ca64038e6a56590
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 20 11:02:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 20 11:02:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f25430c

x11-misc/xdiskusage: 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  gentoo.org>

 x11-misc/xdiskusage/xdiskusage-1.51.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
index 2452e57b143..102b717fd99 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 
 RDEPEND="
>=x11-libs/fltk-1.3:1



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

2016-02-15 Thread Jeroen Roovers
commit: 48e0ecd6d9073a6fed5f689d64841d1ac94f405d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Feb 16 05:32:06 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Feb 16 05:32:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e0ecd6

x11-misc/xdiskusage: Version bump (bug 509394).

Package-Manager: portage-2.2.27

 x11-misc/xdiskusage/Manifest   |  1 +
 x11-misc/xdiskusage/metadata.xml   |  3 ---
 x11-misc/xdiskusage/xdiskusage-1.51.ebuild | 32 ++
 3 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index dad1a2a..68051b7 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1 +1,2 @@
 DIST xdiskusage-1.48_p20111016.tar.xz 17812 SHA256 
e612d2652a4127a9c4a296b186dd2cf9eb2cc43c217c85ae534ba55545af0250 SHA512 
2c73bf3756c47c45e340fbb11769d420854371d01400ff1c54a89b4a14465b8f35d61372ff37a4d46a75a3e5f7891584972e4fd2d09dc9d7105cc34ebc10d226
 WHIRLPOOL 
5a55eef74e6a1ac93fbf4de78caddc18912a1b2642d29310491e7473baf4fc76dd578ead4005aa9da143255aecc190a08c1eb79da0ecdf2145e72d7bd2793cb5
+DIST xdiskusage-1.51.tgz 54248 SHA256 
6fb2447f311299f9cb949f6954b71209f7d53dd6a58700a679a1001089c6 SHA512 
73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a
 WHIRLPOOL 
fbabff47fbf0e711e21d9f88590f153cfbfe2a4674b976337ea64a0ffde96fae83882f1e1f8dc63edab186c14ab917b8824978ddcfde1c360c108ebf6503c5c2

diff --git a/x11-misc/xdiskusage/metadata.xml b/x11-misc/xdiskusage/metadata.xml
index 934d9a1..8e40978 100644
--- a/x11-misc/xdiskusage/metadata.xml
+++ b/x11-misc/xdiskusage/metadata.xml
@@ -5,9 +5,6 @@
 desktop-m...@gentoo.org
 Gentoo Desktop Miscellaneous Project
   
-  
-   xdiskusage is a user-friendly program to show you what is using up all 
your disk space.
-  
   
 xdiskusage
   

diff --git a/x11-misc/xdiskusage/xdiskusage-1.51.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
new file mode 100644
index 000..840f16e
--- /dev/null
+++ b/x11-misc/xdiskusage/xdiskusage-1.51.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="user-friendly program to show you what is using up all your disk 
space"
+HOMEPAGE="http://xdiskusage.sourceforge.net/;
+SRC_URI="${HOMEPAGE}${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3:1
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+src_compile() {
+   emake \
+   CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
+   LDLIBS="$(fltk-config --ldflags)"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README
+}