[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/files/, profiles/, x11-plugins/ascpu/

2023-05-14 Thread David Seifert
commit: 42b538e3b988a96d30b4832707454db057647b32
Author: David Seifert  gentoo  org>
AuthorDate: Sun May 14 16:19:03 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 14 16:19:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b538e3

x11-plugins/ascpu: treeclean

Closes: https://bugs.gentoo.org/874522
Closes: https://bugs.gentoo.org/898456
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask  |  6 ---
 x11-plugins/ascpu/Manifest |  1 -
 x11-plugins/ascpu/ascpu-1.11-r1.ebuild | 39 --
 x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch | 46 --
 x11-plugins/ascpu/metadata.xml |  5 ---
 5 files changed, 97 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9978b1b1d030..b8647ab7dd2e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -307,12 +307,6 @@ dev-python/Pyro4
 # Removal on 2023-05-13.  Bug #798066.
 dev-python/misaka
 
-# David Seifert  (2023-04-13)
-# Unmaintained, implicit declarations, last release over 17 years ago,
-# no other distro still packages this.
-# Removal on 2023-05-13. Bug #874522, #898456.
-x11-plugins/ascpu
-
 # Eray Aslan  (2023-04-12)
 # Mask experimental software
 =mail-mta/postfix-3.9*

diff --git a/x11-plugins/ascpu/Manifest b/x11-plugins/ascpu/Manifest
deleted file mode 100644
index 1167dffc60d1..
--- a/x11-plugins/ascpu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ascpu-1.11.tar.gz 43867 BLAKE2B 
208b2c35ac233a3b33a48f27c3173ba05f321b0f235e199d7165e4be3ed5b638f820685847affb12a576a3ed03e684ed99448ce6557e7e7e4416f9b1eeb1a769
 SHA512 
fd2b4b7f27a9b585b4454237b39f5a8e662e309274a350d55e0c6f552c3d7a9626b47b84d889fd773d3785076fac08d5a595c92f81947e601d23f1f96421eb61

diff --git a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild 
b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
deleted file mode 100644
index 3fd3792e775f..
--- a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="CPU statistics monitor utility for X Windows"
-SRC_URI="http://www.tigr.net/afterstep/download/ascpu/${P}.tar.gz;
-HOMEPAGE="http://www.tigr.net/;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-IUSE="jpeg"
-
-RDEPEND="x11-libs/libXpm
-   x11-libs/libSM
-   jpeg? ( virtual/jpeg:0 )"
-
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}/${P}-gentoo-r1.patch" )
-
-src_configure() {
-   econf $(use_enable jpeg)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   dodir /usr/bin
-   dodir /usr/share/man/man1
-   dodoc README
-   default
-}

diff --git a/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch 
b/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch
deleted file mode 100644
index 868c1d53b96a..
--- a/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch
+++ /dev/null
@@ -1,46 +0,0 @@
 a/autoconf/Makefile.common.in  1999-05-06 23:35:32.0 +0200
-+++ b/autoconf/Makefile.common.in  2006-09-11 23:07:41.0 +0200
-@@ -9,11 +9,10 @@
- install:  install.bin install.man
- 
- install.bin:  $(PROG)
--  $(STRIP) $(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
-+  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
- 
- install.man:
--  $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
-+  $(INSTALL_DATA) $(PROG).man 
$(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x
- 
- uninstall:
-   $(RMF) $(AFTER_BIN_DIR)/$(PROG)
 a/autoconf/Makefile.defines.in 1999-05-06 23:35:32.0 +0200
-+++ b/autoconf/Makefile.defines.in 2006-09-11 23:17:40.0 +0200
-@@ -2,6 +2,7 @@
- # Copyright (c) 1998, Guylhem AZNAR 
- #
- 
-+DESTDIR   =
- CC= @CC@
- CCFLAGS = @CFLAGS@
- # -march=pentiumpro -mcpu=pentiumpro
-@@ -21,7 +22,7 @@
- LEXFLAGS  =
- 
- INSTALL   = @INSTALL@
--INSTALL_PROGRAM   = @INSTALL@ -s -m 755
-+INSTALL_PROGRAM   = @INSTALL@ -m 755
- INSTALL_DATA  = @INSTALL@ -m 644
- 
- INCS_X= @X_CFLAGS@
 a/autoconf/Makefile.common.in  1999-05-06 23:35:32.0 +0200
-+++ b/autoconf/Makefile.common.in  2013-03-18 18:13:05.550047149 +0100
-@@ -34,7 +34,7 @@
-   done
- 
- $(PROG):$(OBJS)
--  $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@)
-+  $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) $(LDFLAGS)
- 
- .c.o:
-   $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) 
-c $*.c

diff --git a/x11-plugins/ascpu/metadata.xml b/x11-plugins/ascpu/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..
--- 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/files/, x11-plugins/ascpu/

2017-04-27 Thread Michael Palimaka
commit: 59483d4a532a733292a2b0e0b8c5af70e9ad08a1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr 27 12:16:15 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr 27 12:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59483d4a

x11-plugins/ascpu: remote 1.11-r0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-plugins/ascpu/ascpu-1.11.ebuild | 39 -
 x11-plugins/ascpu/files/ascpu-1.11-gentoo.patch | 36 ---
 2 files changed, 75 deletions(-)

diff --git a/x11-plugins/ascpu/ascpu-1.11.ebuild 
b/x11-plugins/ascpu/ascpu-1.11.ebuild
deleted file mode 100644
index 8d2b623bf58..000
--- a/x11-plugins/ascpu/ascpu-1.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-IUSE="jpeg"
-DESCRIPTION="CPU statistics monitor utility for X Windows"
-SRC_URI="http://www.tigr.net/afterstep/download/ascpu/${P}.tar.gz;
-HOMEPAGE="http://www.tigr.net;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-
-RDEPEND="x11-libs/libXpm
-   x11-libs/libSM
-   jpeg? ( virtual/jpeg )"
-
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
-   econf $(use_enable jpeg) || die "econf failed"
-   emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
-   dodir /usr/bin
-   dodir /usr/share/man/man1
-
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc README
-}

diff --git a/x11-plugins/ascpu/files/ascpu-1.11-gentoo.patch 
b/x11-plugins/ascpu/files/ascpu-1.11-gentoo.patch
deleted file mode 100644
index b26374a4ac0..000
--- a/x11-plugins/ascpu/files/ascpu-1.11-gentoo.patch
+++ /dev/null
@@ -1,36 +0,0 @@
 autoconf/Makefile.common.in.orig   1999-05-06 23:35:32.0 +0200
-+++ autoconf/Makefile.common.in2006-09-11 23:07:41.0 +0200
-@@ -9,11 +9,10 @@
- install:  install.bin install.man
- 
- install.bin:  $(PROG)
--  $(STRIP) $(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
-+  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
- 
- install.man:
--  $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
-+  $(INSTALL_DATA) $(PROG).man 
$(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x
- 
- uninstall:
-   $(RMF) $(AFTER_BIN_DIR)/$(PROG)
 autoconf/Makefile.defines.in.orig  1999-05-06 23:35:32.0 +0200
-+++ autoconf/Makefile.defines.in   2006-09-11 23:17:40.0 +0200
-@@ -2,6 +2,7 @@
- # Copyright (c) 1998, Guylhem AZNAR 
- #
- 
-+DESTDIR   =
- CC= @CC@
- CCFLAGS = @CFLAGS@
- # -march=pentiumpro -mcpu=pentiumpro
-@@ -21,7 +22,7 @@
- LEXFLAGS  =
- 
- INSTALL   = @INSTALL@
--INSTALL_PROGRAM   = @INSTALL@ -s -m 755
-+INSTALL_PROGRAM   = @INSTALL@ -m 755
- INSTALL_DATA  = @INSTALL@ -m 644
- 
- INCS_X= @X_CFLAGS@
-



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/

2017-04-27 Thread Agostino Sarubbo
commit: a3a7e208749f613fdd14bddee755519dbaaa6472
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 27 11:23:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 27 11:23:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a7e208

x11-plugins/ascpu: sparc stable wrt bug #613908

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

 x11-plugins/ascpu/ascpu-1.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild 
b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
index 2d1fc98fe4f..ab325222b55 100644
--- a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.tigr.net/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
 IUSE="jpeg"
 
 RDEPEND="x11-libs/libXpm



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/

2017-03-28 Thread Agostino Sarubbo
commit: 79d17588d74d3e621016f2258e4326b63e5a6058
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 28 09:56:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 28 09:56:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d17588

x11-plugins/ascpu: amd64 stable wrt bug #613908

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

 x11-plugins/ascpu/ascpu-1.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild 
b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
index 4fe6e0dad2a..d69b3bdafec 100644
--- a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.tigr.net/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="jpeg"
 
 RDEPEND="x11-libs/libXpm



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/

2017-03-28 Thread Michael Weber
commit: 395f3bc493c6d3caf6bebe97896617a70418f9ad
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 28 07:37:04 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 28 07:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395f3bc4

x11-plugins/ascpu: ppc ppc64 stable (bug 613908).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-plugins/ascpu/ascpu-1.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild 
b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
index a376c461e68..4fe6e0dad2a 100644
--- a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.tigr.net/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="jpeg"
 
 RDEPEND="x11-libs/libXpm



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/ascpu/files/, x11-plugins/ascpu/

2016-08-12 Thread Michael Orlitzky
commit: 51cd181c27f95e0680b8d9843e62c6f7bb83497d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug 12 20:13:36 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug 12 20:13:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cd181c

x11-plugins/ascpu: new revision that respects LDFLAGS.

This revision updates to EAPI=6 and cleans up the ebuild a bit. It
contains a notable improvement, Michael Mair-Keimberger's patch to
append LDFLAGS to the link command.

Gentoo-Bug: 337915

Package-Manager: portage-2.2.28

 x11-plugins/ascpu/ascpu-1.11-r1.ebuild | 40 +++
 x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch | 46 ++
 2 files changed, 86 insertions(+)

diff --git a/x11-plugins/ascpu/ascpu-1.11-r1.ebuild 
b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
new file mode 100644
index 000..f6113fd
--- /dev/null
+++ b/x11-plugins/ascpu/ascpu-1.11-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="CPU statistics monitor utility for X Windows"
+SRC_URI="http://www.tigr.net/afterstep/download/ascpu/${P}.tar.gz;
+HOMEPAGE="http://www.tigr.net/;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="jpeg"
+
+RDEPEND="x11-libs/libXpm
+   x11-libs/libSM
+   jpeg? ( virtual/jpeg:0 )"
+
+DEPEND="${RDEPEND}
+   x11-proto/xproto"
+
+PATCHES=( "${FILESDIR}/${P}-gentoo-r1.patch" )
+
+src_configure() {
+   econf $(use_enable jpeg)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   dodir /usr/bin
+   dodir /usr/share/man/man1
+   dodoc README
+   default
+}

diff --git a/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch 
b/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch
new file mode 100644
index 000..868c1d5
--- /dev/null
+++ b/x11-plugins/ascpu/files/ascpu-1.11-gentoo-r1.patch
@@ -0,0 +1,46 @@
+--- a/autoconf/Makefile.common.in  1999-05-06 23:35:32.0 +0200
 b/autoconf/Makefile.common.in  2006-09-11 23:07:41.0 +0200
+@@ -9,11 +9,10 @@
+ install:  install.bin install.man
+ 
+ install.bin:  $(PROG)
+-  $(STRIP) $(PROG)
+-  $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
++  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
+ 
+ install.man:
+-  $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
++  $(INSTALL_DATA) $(PROG).man 
$(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x
+ 
+ uninstall:
+   $(RMF) $(AFTER_BIN_DIR)/$(PROG)
+--- a/autoconf/Makefile.defines.in 1999-05-06 23:35:32.0 +0200
 b/autoconf/Makefile.defines.in 2006-09-11 23:17:40.0 +0200
+@@ -2,6 +2,7 @@
+ # Copyright (c) 1998, Guylhem AZNAR 
+ #
+ 
++DESTDIR   =
+ CC= @CC@
+ CCFLAGS = @CFLAGS@
+ # -march=pentiumpro -mcpu=pentiumpro
+@@ -21,7 +22,7 @@
+ LEXFLAGS  =
+ 
+ INSTALL   = @INSTALL@
+-INSTALL_PROGRAM   = @INSTALL@ -s -m 755
++INSTALL_PROGRAM   = @INSTALL@ -m 755
+ INSTALL_DATA  = @INSTALL@ -m 644
+ 
+ INCS_X= @X_CFLAGS@
+--- a/autoconf/Makefile.common.in  1999-05-06 23:35:32.0 +0200
 b/autoconf/Makefile.common.in  2013-03-18 18:13:05.550047149 +0100
+@@ -34,7 +34,7 @@
+   done
+ 
+ $(PROG):$(OBJS)
+-  $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@)
++  $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) $(LDFLAGS)
+ 
+ .c.o:
+   $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) 
-c $*.c