[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-11-24 Thread Sam James
commit: 81e428cb60f877ff9325bffa0f8b3730a017aac9
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 05:23:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 05:27:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e428cb

app-admin/gkrellm: drop 2.3.11-r1, 2.3.11-r2

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

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 139 
 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 141 -
 2 files changed, 280 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
deleted file mode 100644
index 136f4e903e33..
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop systemd toolchain-funcs
-
-DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://gkrellm.srcbox.net/;
-if [[ "${PV}" ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
-else
-   SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-3+"
-SLOT="2"
-IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
-
-RDEPEND="
-   acct-group/gkrellmd
-   acct-user/gkrellmd
-   dev-libs/glib:2
-   hddtemp? ( app-admin/hddtemp )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   dev-libs/openssl:0=
-   )
-   )
-   lm-sensors? ( sys-apps/lm-sensors:= )
-   nls? ( virtual/libintl )
-   ntlm? ( net-libs/libntlm )
-   X? (
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/pango
-   )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.5-config.patch
-   "${FILESDIR}"/${PN}-2.3.5-width.patch
-   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
-)
-
-DOCS=( Changelog CREDITS README )
-
-pkg_pretend() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
-   ewarn "No ssl backend will be built!"
-   fi
-}
-
-src_prepare() {
-   sed -e 's:-O2 ::' \
-   -e 's:override CC:CFLAGS:' \
-   -e 's:-L/usr/X11R6/lib::' \
-   -i */Makefile || die "sed Makefile(s) failed"
-
-   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
-   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
-   -i src/${PN}.h || die "sed ${PN}.h failed"
-
-   default
-}
-
-src_compile() {
-   TARGET=
-
-   if use X ; then
-   emake \
-   ${TARGET} \
-   CC="$(tc-getCC)" \
-   STRIP="" \
-   INSTALLROOT="${EPREFIX}/usr" \
-   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
-   LOCALEDIR="${EPREFIX}/usr/share/locale" \
-   $(usex nls "" "enable_nls=0") \
-   $(usex lm-sensors "" "without-libsensors=yes") \
-   $(usex ntlm "" "without-ntlm=yes") \
-   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
-   else
-   cd server || die
-   emake \
-   ${TARGET} \
-   CC="$(tc-getCC)" \
-   LINK_FLAGS="$LDFLAGS -Wl,-E" \
-   STRIP="" \
-   $(usex nls "" "enable_nls=0") \
-   $(usex lm-sensors "" "without-libsensors=yes")
-   fi
-}
-
-src_install() {
-   if use X ; then
-   emake \
-   install${TARGET:+_}${TARGET} \
-   $(usex nls "" "enable_nls=0") \
-   STRIP="" \
-   INSTALLDIR="${ED}/usr/bin" \
-   INCLUDEDIR="${ED}/usr/include" \
-   LOCALEDIR="${ED}/usr/share/locale" \
-   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
-   MANDIR="${ED}/usr/share/man/man1"
-
-   docinto html
-   dodoc *.html
-
-   newicon src/icon.xpm ${PN}.xpm
-   make_desktop_entry ${PN} GKrellM ${PN}
-   else
-   dobin server/gkrellmd
-
-   insinto /usr/include/gkrellm2
-   doins server/gkrellmd.h
-   doins shared/log.h
-   fi
-
-   newinitd 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-12 Thread Viorel Munteanu
commit: c46f95a3c6b3f184e8000780af13dfbd2a3261aa
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Mar 12 05:06:31 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 09:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46f95a3

app-admin/gkrellm: Stabilize 2.3.11-r2 sparc, #892972

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index db55f10668b5..b2ba84f7d156 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-09 Thread Arthur Zamarin
commit: 9444bdf0023dc1c1605d7d692c6138fd31168d9e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 09:02:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 09:02:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9444bdf0

app-admin/gkrellm: Stabilize 2.3.11-r4 sparc, #900457

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index d2a6cb2316f8..b55ff1b647c4 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-09 Thread Sam James
commit: 2d9c6ad45a642372a4bfd69b2871395083dcfbdf
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 09:00:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 09:00:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9c6ad4

app-admin/gkrellm: Stabilize 2.3.11-r4 ppc, #900457

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

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index f636756bbac2..d2a6cb2316f8 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-09 Thread Sam James
commit: 1654f7f670746303ea737d6ebb8653cd3e627034
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 08:59:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 08:59:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1654f7f6

app-admin/gkrellm: Stabilize 2.3.11-r4 ppc64, #900457

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

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index a95bc69ef076..f636756bbac2 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-09 Thread Sam James
commit: 7163eaaff6d0fefb23b3dea0a011e590910846b9
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 08:54:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 08:54:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7163eaaf

app-admin/gkrellm: Stabilize 2.3.11-r4 amd64, #900457

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

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index 82eb584092a0..d949831205f8 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-09 Thread Sam James
commit: 70b8ee7b75a0182349e6daef00ed9d6de0ebf969
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 08:54:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 08:54:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b8ee7b

app-admin/gkrellm: Stabilize 2.3.11-r4 x86, #900457

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

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index d949831205f8..a95bc69ef076 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-03-08 Thread Arthur Zamarin
commit: 59c075aa6c8766e04abbe15184893da8219544a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c075aa

app-admin/gkrellm: Stabilize 2.3.11-r4 arm, #900457

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index a978bc39106d..82eb584092a0 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-03 Thread Sam James
commit: 1d61d7cb86d7764f1e2f7f244fd081454af96afa
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 10:08:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 10:54:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61d7cb

app-admin/gkrellm: handle locales

Closes: https://bugs.gentoo.org/408761
Signed-off-by: Sam James  gentoo.org>

 .../{gkrellm-2.3.11-r3.ebuild => gkrellm-2.3.11-r4.ebuild}| 11 ++-
 app-admin/gkrellm/gkrellm-.ebuild | 11 ++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
similarity index 92%
rename from app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild
rename to app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index fd4864614c57..a978bc39106d 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -3,7 +3,9 @@
 
 EAPI=8
 
-inherit desktop systemd toolchain-funcs
+PLOCALES="bg cs da de es fr it ja nl pl po pt pt_BR ru sl sv uk"
+PLOCALE_BACKUP="en"
+inherit desktop plocale systemd toolchain-funcs
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://gkrellm.srcbox.net/;
@@ -75,6 +77,13 @@ src_prepare() {
-e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
-i src/${PN}.h || die "sed ${PN}.h failed"
 
+   delete_locale() {
+   local locale=${1}
+   rm -f po/${locale}{.po,.mo} || die
+   }
+
+   plocale_for_each_disabled_locale delete_locale
+
default
 }
 

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index fd4864614c57..a978bc39106d 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -3,7 +3,9 @@
 
 EAPI=8
 
-inherit desktop systemd toolchain-funcs
+PLOCALES="bg cs da de es fr it ja nl pl po pt pt_BR ru sl sv uk"
+PLOCALE_BACKUP="en"
+inherit desktop plocale systemd toolchain-funcs
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://gkrellm.srcbox.net/;
@@ -75,6 +77,13 @@ src_prepare() {
-e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
-i src/${PN}.h || die "sed ${PN}.h failed"
 
+   delete_locale() {
+   local locale=${1}
+   rm -f po/${locale}{.po,.mo} || die
+   }
+
+   plocale_for_each_disabled_locale delete_locale
+
default
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-03 Thread Sam James
commit: f0dc6394680140a51ed5f0e97345c24c0edee873
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 10:00:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 10:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dc6394

app-admin/gkrellm: sync live

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

 app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-.ebuild  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild
index 9f6a1d9ebe6c..fd4864614c57 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 99b3fd485f45..fd4864614c57 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -53,6 +53,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.3.5-config.patch"
"${FILESDIR}/${PN}-2.3.5-width.patch"
"${FILESDIR}/${PN}-2.3.5-sansfont.patch"
+   "${FILESDIR}/${PN}-2.3.11-clang16.patch"
 )
 
 DOCS=( Changelog CREDITS README )



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/files/, app-admin/gkrellm/

2023-02-03 Thread Sam James
commit: 01e3da75ac69c4e0b67ec637cf0af31f9cc37dc7
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 09:59:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 09:59:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e3da75

app-admin/gkrellm: fix various warnings

Closes: https://bugs.gentoo.org/881957
Thanks-to: A Schenck  users.sourceforge.net>
Signed-off-by: Sam James  gentoo.org>

 .../gkrellm/files/gkrellm-2.3.11-clang16.patch | 540 +
 app-admin/gkrellm/gkrellm-2.3.11-r3.ebuild | 142 ++
 2 files changed, 682 insertions(+)

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.11-clang16.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.11-clang16.patch
new file mode 100644
index ..ac71405e8f20
--- /dev/null
+++ b/app-admin/gkrellm/files/gkrellm-2.3.11-clang16.patch
@@ -0,0 +1,540 @@
+From 7df25a85ccbd28e22dee437272202fe966f861d1 Mon Sep 17 00:00:00 2001
+From: A Schenck 
+Date: Fri, 27 Jan 2023 15:09:58 -0800
+Subject: [PATCH] Declare arguments on function pointers
+
+Solves the errors with -Werror=implicit-function-declaration 
-Werror=implicit-int -Werror=incompatible-function-pointer-types 
-Werror=deprecated-non-prototype
+--- a/server/mail.c
 b/server/mail.c
+@@ -42,12 +42,13 @@
+ #define MBOX_MH_DIR   2
+ 
+ 
+-typedef struct
++typedef struct Mailbox Mailbox;
++struct Mailbox
+   {
+   gchar   *path;
+   gchar   *homedir_path;
+   gintmboxtype;
+-  gboolean(*check_func)();
++  gboolean(*check_func)(Mailbox *mbox);
+   gintmail_count;
+   gintnew_mail_count;
+   gintold_mail_count;
+@@ -57,8 +58,7 @@ typedef struct
+   off_t   last_size;
+   gbooleanis_internal;/* Internal mail message (ie: 
localmachine) */
+   gbooleanchanged;
+-  }
+-  Mailbox;
++  };
+ 
+ static GList  *mailbox_list;
+ 
+--- a/src/alerts.c
 b/src/alerts.c
+@@ -765,7 +765,7 @@ gkrellm_alert_plugin_add(GkrellmMonitor *mon, gchar *name)
+ void
+ gkrellm_alert_plugin_alert_connect(GkrellmAlertPlugin *gap,
+   void (*alarm_func)(), void (*warn_func)(),
+-  void (*update_func)(), void (*check_func)(),
++  void (*update_func)(), void (*check_func)(GkrellmAlert* 
alert, gpointer data, gfloat value),
+   void (*destroy_func)())
+   {
+   gap->alarm_func = alarm_func;
+--- a/src/chart.c
 b/src/chart.c
+@@ -2107,7 +2107,7 @@ 
gkrellm_get_chartconfig_grid_resolution(GkrellmChartconfig *cf)
+ 
+ void
+ gkrellm_chartconfig_grid_resolution_connect(GkrellmChartconfig *cf,
+-  void (*func)(gpointer), gpointer data)
++  void (*func)(GkrellmChartconfig *, gpointer), gpointer 
data)
+   {
+   if (!cf)
+   return;
+@@ -2206,7 +2206,7 @@ gkrellm_get_chartconfig_fixed_grids(GkrellmChartconfig 
*cf)
+ 
+ void
+ gkrellm_chartconfig_fixed_grids_connect(GkrellmChartconfig *cf,
+-  void (*func)(gpointer), gpointer data)
++  void (*func)(GkrellmChartconfig*, gpointer), gpointer 
data)
+   {
+   if (!cf)
+   return;
+@@ -2224,7 +2224,7 @@ gkrellm_get_chartconfig_height(GkrellmChartconfig *cf)
+ 
+ void
+ gkrellm_chartconfig_height_connect(GkrellmChartconfig *cf,
+-  void (*func)(gpointer), gpointer data)
++  void (*func)(GkrellmChartconfig*, gpointer), gpointer 
data)
+   {
+   if (!cf)
+   return;
+--- a/src/cpu.c
 b/src/cpu.c
+@@ -50,7 +50,8 @@ static void  cb_alert_config_create(GkrellmAlert *ap, 
GtkWidget *vbox,
+ #endif
+ 
+ 
+-typedef struct
++typedef struct CpuMon CpuMon;
++struct CpuMon
+   {
+   gchar   *name;
+   gchar   *panel_label;
+@@ -87,8 +88,7 @@ typedef struct
+   nice,
+   sys,
+   idle;
+-  }
+-  CpuMon;
++  };
+ 
+ 
+ static GkrellmMonitor
+@@ -575,7 +575,7 @@ cb_cpu_extra(GtkWidget *widget, GdkEventButton *ev)
+   }
+ 
+ static void
+-setup_cpu_scaling(GkrellmChartconfig *cf)
++setup_cpu_scaling(GkrellmChartconfig *cf, gpointer data)
+   {
+   gintgrids;
+ 
+@@ -741,7 +741,7 @@ static gchar   *nice_color_string,
+   *nice_grid_color_string;
+ 
+ static void
+-cb_height(GkrellmChartconfig *cf, CpuMon *cpu)
++cb_height(GkrellmChartconfig *cf, gpointer data)
+   {
+   GList   *list;
+   GkrellmChart*cp;
+@@ -879,7 +879,7 @@ create_cpu(GtkWidget *vbox, gint first_create)
+   gkrellm_chartconfig_fixed_grids_connect(cp->config,
+   setup_cpu_scaling, NULL);
+ 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: e25e685ed2fc47a528f5d0127fd7be007e1c29e5
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:50:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:50:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25e685e

app-admin/gkrellm: Stabilize 2.3.11-r2 ppc, #892972

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 9b11ff747713..db55f10668b5 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: 4ee5a8b9c358edde26fa9efc02442ee510076c29
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:44:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:44:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee5a8b9

app-admin/gkrellm: Stabilize 2.3.11-r2 amd64, #892972

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 07ac4332c565..9b11ff747713 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: 4d9077b268d9459a85f680dffd0e9dbec8b4b04f
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:44:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:44:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9077b2

app-admin/gkrellm: Stabilize 2.3.11-r2 x86, #892972

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index d6d8be814240..07ac4332c565 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: 5c1196521e688afdb2fc11a29aef961b1fc6d702
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:28:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:28:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c119652

app-admin/gkrellm: Stabilize 2.3.11-r2 ppc64, #892972

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 3e2d37e041d6..d6d8be814240 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: 947dccec1024e6f22d620c8a89c27d737134d475
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:28:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:28:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947dccec

app-admin/gkrellm: Stabilize 2.3.11-r2 arm, #892972

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 99b3fd485f45..3e2d37e041d6 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-02-02 Thread Sam James
commit: a79d3be23337251efca148aeaffe6b050404d96d
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 05:16:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 05:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79d3be2

app-admin/gkrellm: update HOMEPAGE

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

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 18b1fce7cd92..99b3fd485f45 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit desktop systemd toolchain-funcs
 
 DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
+HOMEPAGE="http://gkrellm.srcbox.net/;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 18b1fce7cd92..99b3fd485f45 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit desktop systemd toolchain-funcs
 
 DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
+HOMEPAGE="http://gkrellm.srcbox.net/;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-01-19 Thread Joonas Niilola
commit: 8002a4ab0bdd4dc51fb811e1b07599addf95a44d
Author: Marco Scardovi  icloud  com>
AuthorDate: Sun Jan  8 21:15:34 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 20 07:52:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8002a4ab

app-admin/gkrellm: update EAPI 7 -> 8

Signed-off-by: Marco Scardovi  icloud.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 140 +
 1 file changed, 140 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
new file mode 100644
index ..0cb8a88d1b58
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop systemd toolchain-funcs
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
+else
+   SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-3+"
+SLOT="2"
+IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
+
+RDEPEND="
+   acct-group/gkrellmd
+   acct-user/gkrellmd
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   dev-libs/openssl:0=
+   )
+   )
+   lm-sensors? ( sys-apps/lm-sensors:= )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.5-config.patch"
+   "${FILESDIR}/${PN}-2.3.5-width.patch"
+   "${FILESDIR}/${PN}-2.3.5-sansfont.patch"
+)
+
+DOCS=( Changelog CREDITS README )
+
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
+   ewarn "No ssl backend will be built!"
+   fi
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   TARGET=
+
+   if use X ; then
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm-sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm-sensors "" "without-libsensors=yes")
+   fi
+}
+
+src_install() {
+   if use X ; then
+   emake \
+   install${TARGET:+_}${TARGET} \
+   $(usex nls "" "enable_nls=0") \
+   STRIP="" \
+   INSTALLDIR="${ED}/usr/bin" \
+   INCLUDEDIR="${ED}/usr/include" \
+   LOCALEDIR="${ED}/usr/share/locale" \
+   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+   MANDIR="${ED}/usr/share/man/man1"
+
+   docinto html
+   dodoc *.html
+
+   newicon src/icon.xpm ${PN}.xpm
+   make_desktop_entry ${PN} GKrellM ${PN}
+   else
+   dobin server/gkrellmd
+
+   insinto /usr/include/gkrellm2
+   doins server/gkrellmd.h
+   doins shared/log.h
+   fi
+
+   newinitd "${FILESDIR}"/gkrellmd.initd 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-01-19 Thread Joonas Niilola
commit: a1fc96e9196fde73a17e94996fcc4b14aeb2e7cf
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan 20 07:51:55 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 20 07:53:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fc96e9

app-admin/gkrellm: add missing xorg-proto dep

Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 1 +
 app-admin/gkrellm/gkrellm-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
index 0cb8a88d1b58..18b1fce7cd92 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild
@@ -43,6 +43,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   x11-base/xorg-proto
nls? ( sys-devel/gettext )
 "
 

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 0cb8a88d1b58..18b1fce7cd92 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -43,6 +43,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   x11-base/xorg-proto
nls? ( sys-devel/gettext )
 "
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-01-19 Thread Joonas Niilola
commit: f68d890bdb38ff2ce5848180e6af87a1160e994b
Author: Marco Scardovi  icloud  com>
AuthorDate: Sun Jan  8 21:19:26 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 20 07:53:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68d890b

app-admin/gkrellm: update EAPI 7 -> 8 on 

Signed-off-by: Marco Scardovi  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/29025
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/gkrellm/gkrellm-.ebuild | 29 +
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index caea7327cbef..0cb8a88d1b58 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop systemd toolchain-funcs
 
-MY_P="${P/_/-}"
-
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
-   SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+   SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
@@ -41,22 +39,21 @@ RDEPEND="
x11-libs/libSM
x11-libs/libX11
x11-libs/pango
-   )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-BDEPEND="
-   virtual/pkgconfig
+   )
 "
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.5-config.patch
-   "${FILESDIR}"/${PN}-2.3.5-width.patch
-   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+   "${FILESDIR}/${PN}-2.3.5-config.patch"
+   "${FILESDIR}/${PN}-2.3.5-width.patch"
+   "${FILESDIR}/${PN}-2.3.5-sansfont.patch"
 )
 
-S="${WORKDIR}/${MY_P}"
-
 DOCS=( Changelog CREDITS README )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2023-01-19 Thread Joonas Niilola
commit: fe30ff96a36e4fdae7c8230ec6277aa54cf586be
Author: Marco Scardovi  icloud  com>
AuthorDate: Sun Jan  8 21:23:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 20 07:52:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe30ff96

app-admin/gkrellm: update HOMEPAGE, SRC_URI

Signed-off-by: Marco Scardovi  icloud.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 1213ede77276..136f4e903e33 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit desktop systemd toolchain-funcs
 
-MY_P="${P/_/-}"
-
 DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
+HOMEPAGE="http://gkrellm.srcbox.net/;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
-   SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+   SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
@@ -55,8 +53,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.3.5-sansfont.patch
 )
 
-S="${WORKDIR}/${MY_P}"
-
 DOCS=( Changelog CREDITS README )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2022-07-02 Thread Matthew Smith
commit: 920411985bd3018851a8fc0270c29c08c7df956b
Author: Matthew Smith  gentoo  org>
AuthorDate: Sat Jul  2 09:17:02 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sat Jul  2 09:37:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92041198

app-admin/gkrellm: remove hddtemp local USE

Exactly matches global hddtemp USE flag

Signed-off-by: Matthew Smith  gentoo.org>

 app-admin/gkrellm/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-admin/gkrellm/metadata.xml b/app-admin/gkrellm/metadata.xml
index 4a5bb5248dee..5176167a404f 100644
--- a/app-admin/gkrellm/metadata.xml
+++ b/app-admin/gkrellm/metadata.xml
@@ -3,7 +3,6 @@
 


-   Enable monitoring harddrive temperatures 
via app-admin/hddtemp
Enable SSL support for mail checking with 
net-libs/gnutls (overrides 'ssl' USE flag)
Enable SSL support for mail checking with 
dev-libs/openssl
Enable monitoring sensors via 
sys-apps/lm-sensors



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2022-07-02 Thread Matthew Smith
commit: 3b60d1bfd24650585106cef1362c07b5b086c079
Author: Matthew Smith  gentoo  org>
AuthorDate: Sat Jul  2 09:16:16 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sat Jul  2 09:37:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b60d1bf

app-admin/gkrellm: fix UnusedInherits

Also correct LICENSE.

Signed-off-by: Matthew Smith  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 ++--
 app-admin/gkrellm/gkrellm-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 50c444a0e35b..1213ede77276 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop multilib systemd toolchain-funcs
+inherit desktop systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
@@ -16,7 +16,7 @@ else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="2"
 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
 

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 8b29bcf41db9..caea7327cbef 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop multilib systemd toolchain-funcs
+inherit desktop systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
@@ -16,7 +16,7 @@ else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="2"
 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2021-12-02 Thread Steve Arnold
commit: e2a2d6486a81f15b0f470c128edc17a9cdef4f85
Author: Steve Arnold  gentoo  org>
AuthorDate: Thu Dec  2 04:34:48 2021 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Thu Dec  2 20:34:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a2d648

app-admin/gkrellm: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Steve Arnold  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 99c4bb7aaf3b..39dfbab8031b 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 01398103d527..c88185125116 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2021-04-30 Thread Mikle Kolyada
commit: b9bc18da37faf92faad7bcb100c9b564388636c2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 09:11:32 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 09:17:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bc18da

app-admin/gkrellm: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 7 +++
 app-admin/gkrellm/gkrellm-.ebuild  | 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 330be6e934f..99c4bb7aaf3 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.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
@@ -18,7 +18,7 @@ else
 fi
 LICENSE="GPL-3"
 SLOT="2"
-IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
+IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
acct-group/gkrellmd
@@ -28,8 +28,7 @@ RDEPEND="
ssl? (
gnutls? ( net-libs/gnutls )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
)
lm-sensors? ( sys-apps/lm-sensors:= )

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index e757131b474..01398103d52 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.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
@@ -18,7 +18,7 @@ else
 fi
 LICENSE="GPL-3"
 SLOT="2"
-IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
+IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
acct-group/gkrellmd
@@ -28,8 +28,7 @@ RDEPEND="
ssl? (
gnutls? ( net-libs/gnutls )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
)
lm-sensors? ( sys-apps/lm-sensors:= )



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-09-03 Thread Lars Wendler
commit: 5779b57a0bc73bf4896796ffe9d7a933fa253dbe
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  3 19:26:42 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  3 19:31:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5779b57a

app-admin/gkrellm: Fixed EGIT_REPO_URI

Thanks-to: Duncan <1i5t5.duncan  cox.net>
Closes: https://bugs.gentoo.org/739726
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index 1e4443fdd6e..e757131b474 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/;
 if [[ "${PV}" ==  ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
+   EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/files/

2020-09-03 Thread Lars Wendler
commit: 5579e00ee00cfb806e3415221b8e250c716fd281
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  3 19:31:19 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  3 19:31:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5579e00e

app-admin/gkrellm: Changed "/var/run" to "/run" in init script

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/files/gkrellmd.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/files/gkrellmd.initd 
b/app-admin/gkrellm/files/gkrellmd.initd
index fe295128e4e..7ab4cfc103e 100644
--- a/app-admin/gkrellm/files/gkrellmd.initd
+++ b/app-admin/gkrellm/files/gkrellmd.initd
@@ -1,9 +1,9 @@
 #!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="gkrell system monitor daemon"
-pidfile="/var/run/gkrellmd.pid"
+pidfile="/run/gkrellmd.pid"
 command="/usr/bin/gkrellmd"
 command_args="${GKRELLMD_OPTS}"
 command_background="true"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2020-09-03 Thread Lars Wendler
commit: 41e121c0e1bdd9953e0399a23af5d5212d496307
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  3 19:29:37 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  3 19:31:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e121c0

app-admin/gkrellm: Removed old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   1 -
 app-admin/gkrellm/files/gkrellmd   |  21 
 app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild | 146 
 app-admin/gkrellm/gkrellm-2.3.11.ebuild| 150 -
 4 files changed, 318 deletions(-)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index c4049b61fdd..11f0505b9ad 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,2 +1 @@
-DIST gkrellm-2.3.10.tar.bz2 782794 BLAKE2B 
c0aac7df866d40c79667551ca4b25346da4267a0aad8853776425a08097dcfe3a24082e7e5d17db6d3936b59d10c29afa11e8a425319c19696141c02f7d95f25
 SHA512 
3ae0baa0d51729e1bac7b8f10e008bd7ed9d93d48cd894630e3a027565266e6458df0dcb3171fb271ca7766f4030149e3e6aa234ec191e8e223ae4dee1feb295
 DIST gkrellm-2.3.11.tar.bz2 783123 BLAKE2B 
b68c60477e4994e9508a8e5ea39fd09ab5cf0f019fc6b4567b9482b3b1fd315dd2548daed262095b42dda43ac068295d5c3c375c5cb80c91fda76ef8b9834df2
 SHA512 
e4147aa90e09925b9672728f287880bde26632d77d83d3f0b9458a201593a57158d9eb8cbb31e569e0d71d91a08c9bceba29814f59e542315775663ef9fd27a9

diff --git a/app-admin/gkrellm/files/gkrellmd b/app-admin/gkrellm/files/gkrellmd
deleted file mode 100644
index 93743c57b7d..000
--- a/app-admin/gkrellm/files/gkrellmd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need net
-   after lm_sensors
-   after hddtemp
-}
-
-start() {
-   ebegin "Starting GNU Krell Monitor daemon"
-   start-stop-daemon --start --quiet --background --pidfile 
/var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd -- 
${GKRELLMD_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping GNU Krell Monitor daemon"
-   start-stop-daemon --stop --quiet --pidfile /var/run/gkrellmd.pid --name 
gkrellmd
-   eend $?
-}

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
deleted file mode 100644
index cf113afd672..000
--- a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop multilib user systemd toolchain-funcs
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
-SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
-
-RDEPEND="
-   dev-libs/glib:2
-   hddtemp? ( app-admin/hddtemp )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   lm-sensors? ( sys-apps/lm-sensors:= )
-   nls? ( virtual/libintl )
-   ntlm? ( net-libs/libntlm )
-   X? (
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/pango
-   )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.5-config.patch
-   "${FILESDIR}"/${PN}-2.3.5-width.patch
-   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog CREDITS README )
-
-pkg_pretend() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
-   ewarn "No ssl backend will be built!"
-   fi
-}
-
-pkg_setup() {
-   TARGET=
-   use kernel_FreeBSD && TARGET="freebsd"
-}
-
-src_prepare() {
-   sed -e 's:-O2 ::' \
-   -e 's:override CC:CFLAGS:' \
-   -e 's:-L/usr/X11R6/lib::' \
-   -i */Makefile || die "sed Makefile(s) failed"
-
-   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
-   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
-   -i src/${PN}.h || die "sed ${PN}.h failed"
-
-   default
-}
-
-src_compile() {
-   if use X ; then
-   emake \
-   ${TARGET} \
-   CC="$(tc-getCC)" \
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-03-02 Thread Agostino Sarubbo
commit: 53335b2d5d237ac038b40e649f8f414afc38a418
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar  2 12:29:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar  2 12:29:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53335b2d

app-admin/gkrellm: sparc stable wrt bug #710934

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

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 2105f7cb153..b381788d042 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-03-02 Thread Agostino Sarubbo
commit: 4b901e578a980640f89a61b9bb97b2aa08a9710d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar  2 12:28:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar  2 12:28:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b901e57

app-admin/gkrellm: arm stable wrt bug #710934

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index a97eec0bf47..2105f7cb153 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-03-02 Thread Sergei Trofimovich
commit: f4a173499cf44704949c7c36b9ccc0a5f9932755
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  2 11:33:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  2 11:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a17349

app-admin/gkrellm: stable 2.3.11-r1 for ppc64, bug #710934

Package-Manager: Portage-2.3.88, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index ece098580e8..a97eec0bf47 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-03-02 Thread Sergei Trofimovich
commit: 05488e9f040c7236a9fa7b9e22576a6b3f31891d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  2 11:19:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  2 11:19:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05488e9f

app-admin/gkrellm: stable 2.3.11-r1 for ppc, bug #710934

Package-Manager: Portage-2.3.88, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 8a3ac3ec064..ece098580e8 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-03-02 Thread Sergei Trofimovich
commit: 0be9e5bc8eee2d569c0e6bb063a1f93e00075cdc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  2 11:03:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  2 11:03:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be9e5bc

app-admin/gkrellm: stable 2.3.11-r1 for ia64, bug #710934

Package-Manager: Portage-2.3.88, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 1fa9c0422d1..8a3ac3ec064 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-02-28 Thread Agostino Sarubbo
commit: d123931a9d76e0bd46a19874f15c1a379c7c4e4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 17:50:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 17:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d123931a

app-admin/gkrellm: x86 stable wrt bug #710934

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 879ff3eef26..1fa9c0422d1 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-02-28 Thread Agostino Sarubbo
commit: 3001ee4876e577fa882e463eb6ac7e075f3d85e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 28 14:12:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 28 14:12:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3001ee48

app-admin/gkrellm: amd64 stable wrt bug #710934

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

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 1e4443fdd6e..879ff3eef26 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
 else
SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2020-02-08 Thread Mart Raudsepp
commit: a82ebcb1efa48230c0038986ca0ea00a5d0e7c50
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  8 11:47:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  8 21:39:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82ebcb1

app-admin/gkrellm: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
index 29601be94ff..b65c0a18575 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-09-12 Thread Michał Górny
commit: e18e96f0671a25cf61306aeb3f6e808b44da5f45
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 11 08:47:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 12 14:28:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18e96f0

app-admin/gkrellm: Update for lm_sensors → lm-sensors

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild | 8 
 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 8 
 app-admin/gkrellm/gkrellm-2.3.11.ebuild| 8 
 app-admin/gkrellm/gkrellm-.ebuild  | 8 
 app-admin/gkrellm/metadata.xml | 2 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
index 2a8dc60efdd..6deb89dbedc 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 LICENSE="GPL-3"
 SLOT="2"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
dev-libs/glib:2
@@ -26,7 +26,7 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
)
-   lm_sensors? ( sys-apps/lm_sensors:= )
+   lm-sensors? ( sys-apps/lm-sensors:= )
nls? ( virtual/libintl )
ntlm? ( net-libs/libntlm )
X? (
@@ -89,7 +89,7 @@ src_compile() {
INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
LOCALEDIR="${EPREFIX}/usr/share/locale" \
$(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex lm-sensors "" "without-libsensors=yes") \
$(usex ntlm "" "without-ntlm=yes") \
$(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
else
@@ -100,7 +100,7 @@ src_compile() {
LINK_FLAGS="$LDFLAGS -Wl,-E" \
STRIP="" \
$(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes")
+   $(usex lm-sensors "" "without-libsensors=yes")
fi
 }
 

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index c54518d2636..42065f550af 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -18,7 +18,7 @@ else
 fi
 LICENSE="GPL-3"
 SLOT="2"
-IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
acct-group/gkrellmd
@@ -32,7 +32,7 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
)
-   lm_sensors? ( sys-apps/lm_sensors:= )
+   lm-sensors? ( sys-apps/lm-sensors:= )
nls? ( virtual/libintl )
ntlm? ( net-libs/libntlm )
X? (
@@ -95,7 +95,7 @@ src_compile() {
INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
LOCALEDIR="${EPREFIX}/usr/share/locale" \
$(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex lm-sensors "" "without-libsensors=yes") \
$(usex ntlm "" "without-ntlm=yes") \
$(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
else
@@ -106,7 +106,7 @@ src_compile() {
LINK_FLAGS="$LDFLAGS -Wl,-E" \
STRIP="" \
$(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes")
+   $(usex lm-sensors "" "without-libsensors=yes")
fi
 }
 

diff --git a/app-admin/gkrellm/gkrellm-2.3.11.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11.ebuild
index d205ffcda8a..c129a3783e3 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11.ebuild
@@ -18,7 +18,7 @@ else
 fi
 LICENSE="GPL-3"
 SLOT="2"
-IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
dev-libs/glib:2
@@ -30,7 +30,7 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
)
-   lm_sensors? ( sys-apps/lm_sensors:= )
+   lm-sensors? ( sys-apps/lm-sensors:= )
nls? ( virtual/libintl )
ntlm? ( net-libs/libntlm )
X? (
@@ -93,7 +93,7 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-08-13 Thread Lars Wendler
commit: 9a4a4fe09f7b3263b86f8c2721c216b12fc1a0ef
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  6 15:02:41 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug 13 16:40:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4a4fe0

app-admin/gkrellm: Revbump replacing user eclass

with gkrellmd group/user packages.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 147 +
 1 file changed, 147 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
new file mode 100644
index 000..c54518d2636
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop multilib systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
+else
+   SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-3"
+SLOT="2"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   acct-group/gkrellmd
+   acct-user/gkrellmd
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors:= )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
+   ewarn "No ssl backend will be built!"
+   fi
+}
+
+pkg_setup() {
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes")
+   fi
+}
+
+src_install() {
+   if use X ; then
+   emake \
+   install${TARGET:+_}${TARGET} \
+   $(usex nls "" "enable_nls=0") \
+   STRIP="" \
+   INSTALLDIR="${ED}/usr/bin" \
+   INCLUDEDIR="${ED}/usr/include" \
+   LOCALEDIR="${ED}/usr/share/locale" \
+   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+   MANDIR="${ED}/usr/share/man/man1"
+
+   docinto html
+   dodoc *.html
+
+   newicon src/icon.xpm ${PN}.xpm
+   make_desktop_entry ${PN} 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-08-13 Thread Lars Wendler
commit: 39ea67d28921c4de0fd8061e7ab1c17bd24255b7
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  6 15:03:50 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug 13 16:40:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ea67d2

app-admin/gkrellm: Synced live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
index d205ffcda8a..c54518d2636 100644
--- a/app-admin/gkrellm/gkrellm-.ebuild
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop multilib user systemd toolchain-funcs
+inherit desktop multilib systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
@@ -21,6 +21,8 @@ SLOT="2"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="
+   acct-group/gkrellmd
+   acct-user/gkrellmd
dev-libs/glib:2
hddtemp? ( app-admin/hddtemp )
ssl? (
@@ -143,8 +145,3 @@ src_install() {
 
einstalldocs
 }
-
-pkg_preinst() {
-   enewgroup gkrellmd
-   enewuser gkrellmd -1 -1 -1 gkrellmd
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-07-25 Thread Lars Wendler
commit: 4374b1b9104bbdbbe1c3f342ed478d167594f251
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 25 14:31:53 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 25 14:32:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4374b1b9

app-admin/gkrellm: Bump to version 2.3.11

Closes: https://bugs.gentoo.org/685720
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest  |   1 +
 app-admin/gkrellm/gkrellm-2.3.11.ebuild | 150 
 2 files changed, 151 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 1b3957cf688..c4049b61fdd 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1 +1,2 @@
 DIST gkrellm-2.3.10.tar.bz2 782794 BLAKE2B 
c0aac7df866d40c79667551ca4b25346da4267a0aad8853776425a08097dcfe3a24082e7e5d17db6d3936b59d10c29afa11e8a425319c19696141c02f7d95f25
 SHA512 
3ae0baa0d51729e1bac7b8f10e008bd7ed9d93d48cd894630e3a027565266e6458df0dcb3171fb271ca7766f4030149e3e6aa234ec191e8e223ae4dee1feb295
+DIST gkrellm-2.3.11.tar.bz2 783123 BLAKE2B 
b68c60477e4994e9508a8e5ea39fd09ab5cf0f019fc6b4567b9482b3b1fd315dd2548daed262095b42dda43ac068295d5c3c375c5cb80c91fda76ef8b9834df2
 SHA512 
e4147aa90e09925b9672728f287880bde26632d77d83d3f0b9458a201593a57158d9eb8cbb31e569e0d71d91a08c9bceba29814f59e542315775663ef9fd27a9

diff --git a/app-admin/gkrellm/gkrellm-2.3.11.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11.ebuild
new file mode 100644
index 000..d205ffcda8a
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.11.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
+else
+   SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-3"
+SLOT="2"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors:= )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
+   ewarn "No ssl backend will be built!"
+   fi
+}
+
+pkg_setup() {
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+ 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-06-26 Thread Lars Wendler
commit: 6b6099cc71f6388f7b7a9d41d4734c3dccd9d3e0
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jun 26 08:36:25 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun 26 08:36:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6099cc

app-admin/gkrellm: Added live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-.ebuild | 150 ++
 1 file changed, 150 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-.ebuild 
b/app-admin/gkrellm/gkrellm-.ebuild
new file mode 100644
index 000..d205ffcda8a
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.srcbox.net/gkrellm;
+else
+   SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-3"
+SLOT="2"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors:= )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
+   ewarn "No ssl backend will be built!"
+   fi
+}
+
+pkg_setup() {
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes")
+   fi
+}
+
+src_install() {
+   if use X ; then
+   emake \
+   install${TARGET:+_}${TARGET} \
+   $(usex nls "" "enable_nls=0") \
+   STRIP="" \
+   INSTALLDIR="${ED}/usr/bin" \
+   INCLUDEDIR="${ED}/usr/include" \
+   LOCALEDIR="${ED}/usr/share/locale" \
+   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+   MANDIR="${ED}/usr/share/man/man1"
+
+   docinto html
+   dodoc *.html
+
+   newicon src/icon.xpm ${PN}.xpm
+   make_desktop_entry ${PN} GKrellM ${PN}
+   else
+   dobin server/gkrellmd
+
+   insinto /usr/include/gkrellm2
+

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2019-02-23 Thread Lars Wendler
commit: 4bfaad412563c9c96bc195fd1302ee12d45d016e
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Feb 23 10:41:24 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Feb 23 10:42:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfaad41

app-admin/gkrellm: Added sub-slot dep for sys-apps/lm_sensors

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
index 472c7e81c4b..2a8dc60efdd 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
)
-   lm_sensors? ( sys-apps/lm_sensors )
+   lm_sensors? ( sys-apps/lm_sensors:= )
nls? ( virtual/libintl )
ntlm? ( net-libs/libntlm )
X? (



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/files/, app-admin/gkrellm/

2019-01-05 Thread Lars Wendler
commit: 44ced7fbb5916662cdbd7d17aa3206343fd3fe06
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan  5 21:13:40 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan  5 21:14:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ced7fb

app-admin/gkrellm: Revbump to get rid of superfluous patch.

Also bumped to EAPI-7

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch   | 24 --
 ...m-2.3.10-r1.ebuild => gkrellm-2.3.10-r2.ebuild} | 20 ++
 2 files changed, 12 insertions(+), 32 deletions(-)

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch
deleted file mode 100644
index fa35ef67279..000
--- a/app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 gkrellm-2.3.5.old/server/monitor.c 2010-10-06 03:46:59.0 +1100
-+++ gkrellm-2.3.5/server/monitor.c 2011-11-24 02:01:30.871402778 +1100
-@@ -1329,7 +1329,8 @@
- static gchar *remote_fs_types[] =
-   {
-   "nfs",
--  "smbfs"
-+  "smbfs",
-+  "cifs"
-   };
- 
- void
 gkrellm-2.3.5.old/src/fs.c 2010-09-15 02:25:51.0 +1000
-+++ gkrellm-2.3.5/src/fs.c 2011-11-24 02:00:17.347088370 +1100
-@@ -163,7 +163,8 @@
- static gchar *remote_fs_types[]   =
-   {
-   "nfs",
--  "smbfs"
-+  "smbfs",
-+  "cifs"
-   };
- 
- 

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
similarity index 94%
rename from app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
rename to app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
index b921679f6f1..472c7e81c4b 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils multilib user systemd toolchain-funcs
+inherit desktop multilib user systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/;
-# Upstream named their xz compressed tarball tar.bz2 (*sigh*)
 SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
@@ -39,11 +38,13 @@ RDEPEND="
x11-libs/pango
)"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig
nls? ( sys-devel/gettext )"
 
+BDEPEND="
+   virtual/pkgconfig
+"
+
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
"${FILESDIR}"/${PN}-2.3.5-config.patch
"${FILESDIR}"/${PN}-2.3.5-width.patch
"${FILESDIR}"/${PN}-2.3.5-sansfont.patch
@@ -61,8 +62,6 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-   enewgroup gkrellmd
-   enewuser gkrellmd -1 -1 -1 gkrellmd
TARGET=
use kernel_FreeBSD && TARGET="freebsd"
 }
@@ -140,3 +139,8 @@ src_install() {
 
einstalldocs
 }
+
+pkg_preinst() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2018-10-22 Thread Lars Wendler
commit: 648aaecc6bb2c6429894f2865b28b4d0717ccfd1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 22 14:20:55 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 22 14:20:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648aaecc

app-admin/gkrellm: Added a warning if USE="gnutls -ssl" is set.

Signed-off-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
index 4b9dfe89901..b921679f6f1 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
@@ -53,6 +53,13 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS=( Changelog CREDITS README )
 
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have enabled the \"gnutls\" USE flag but not the 
\"ssl\" USE flag."
+   ewarn "No ssl backend will be built!"
+   fi
+}
+
 pkg_setup() {
enewgroup gkrellmd
enewuser gkrellmd -1 -1 -1 gkrellmd



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2018-10-22 Thread Lars Wendler
commit: 774a00f0670ddee272754e864db2a4ee7acb3596
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 22 14:15:42 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 22 14:15:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774a00f0

app-admin/gkrellm: Fixed "gnutls" and "ssl" USE flag logic.

Signed-off-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
index 0dea33e32b5..4b9dfe89901 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,9 +20,9 @@ IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl 
kernel_FreeBSD X"
 RDEPEND="
dev-libs/glib:2
hddtemp? ( app-admin/hddtemp )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   ssl? (
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
@@ -75,15 +75,6 @@ src_prepare() {
 
 src_compile() {
if use X ; then
-   local sslopt=""
-   if use gnutls; then
-   sslopt="without-ssl=yes"
-   elif use ssl; then
-   sslopt="without-gnutls=yes"
-   else
-   sslopt="without-ssl=yes without-gnutls=yes"
-   fi
-
emake \
${TARGET} \
CC="$(tc-getCC)" \
@@ -94,7 +85,7 @@ src_compile() {
$(usex nls "" "enable_nls=0") \
$(usex lm_sensors "" "without-libsensors=yes") \
$(usex ntlm "" "without-ntlm=yes") \
-   ${sslopt}
+   $(usex ssl $(usex gnutls 'without-ssl=yes' 
'without-gnutls=yes') 'without-ssl=yes without-gnutls=yes')
else
cd server || die
emake \



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2017-11-07 Thread Lars Wendler
commit: 8cc9f7e1a61de2eceb207737734a4c16897a3721
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  7 12:23:02 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  7 12:23:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc9f7e1

app-admin/gkrellm: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-admin/gkrellm/Manifest |   2 -
 app-admin/gkrellm/files/gkrellm-2.3.5-autofs.patch |  10 --
 .../gkrellm/files/gkrellm-2.3.5-binding.patch  |  30 -
 app-admin/gkrellm/files/gkrellm-2.3.5-dso.patch|  32 -
 .../files/gkrellm-2.3.5-format-security.patch  |  12 --
 .../gkrellm-2.3.7-pkgconfig_fix_newlines.patch |  11 --
 app-admin/gkrellm/gkrellm-2.3.5-r4.ebuild  | 128 --
 app-admin/gkrellm/gkrellm-2.3.7.ebuild | 144 -
 8 files changed, 369 deletions(-)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 15a553314f5..dd019145e3d 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,3 +1 @@
 DIST gkrellm-2.3.10.tar.bz2 782794 SHA256 
8b9ec8baadcd5830c6aff04ba86dc9ed317a15c1c3787440bd1e680fb2fcd766 SHA512 
3ae0baa0d51729e1bac7b8f10e008bd7ed9d93d48cd894630e3a027565266e6458df0dcb3171fb271ca7766f4030149e3e6aa234ec191e8e223ae4dee1feb295
 WHIRLPOOL 
5c8461d9675f1b6d7ed7e94910c15cb3a660fd143274de94a0bed559fc145e369328c345c43433384dea53214bdb3ea99cbd2953b80af95cb0031d8d3f1fb5c8
-DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
-DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.5-autofs.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.5-autofs.patch
deleted file mode 100644
index cf36a981711..000
--- a/app-admin/gkrellm/files/gkrellm-2.3.5-autofs.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 gkrellm-2.3.5.old/src/sysdeps/linux.c  2010-10-06 03:27:33.0 
+1100
-+++ gkrellm-2.3.5/src/sysdeps/linux.c  2011-11-24 02:07:30.926450485 +1100
-@@ -1439,6 +1439,7 @@
-   || !strcmp(type, "usbdevfs")
-   || !strcmp(type, "usbfs")
-   || !strcmp(type, "sysfs")
-+  || !strcmp(type, "autofs")
-  )
-   continue;
-   /* Strip trailing / from the directory.

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.5-binding.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.5-binding.patch
deleted file mode 100644
index 83bf0b0d7d2..000
--- a/app-admin/gkrellm/files/gkrellm-2.3.5-binding.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a6983649c997dffd71d365792fa665cc135e696a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ville=20Skytt=C3=A4?= 
-Date: Fri, 10 Jan 2014 09:34:59 +0200
-Subject: [PATCH] Allow binding to a listen address that doesn't exist yet
-

- server/main.c | 7 +++
- 1 file changed, 7 insertions(+)
-
-diff --git a/server/main.c b/server/main.c
-index a5a9e4e..b2f460b 100644
 a/server/main.c
-+++ b/server/main.c
-@@ -1003,6 +1003,13 @@ socksetup(int af)
- #endif
-   continue;
-   }
-+
-+#ifdef IP_FREEBIND
-+  if (setsockopt(*s, SOL_IP, IP_FREEBIND, , 
sizeof(on)) < 0)
-+  {
-+  g_warning("gkrellmd: setsockopt (IP_FREEBIND) 
failed\n");
-+  }
-+#endif
-   }
- 
- #ifdef IPV6_V6ONLY
--- 
-1.8.3.1
-

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.5-dso.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.5-dso.patch
deleted file mode 100644
index 3a24baafe7d..000
--- a/app-admin/gkrellm/files/gkrellm-2.3.5-dso.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 2c839bf2703e99c3851b58695545fed90b6226fc Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Wed, 29 Aug 2012 22:28:47 -0400
-Subject: [PATCH] Explicitly link to libgmodule-2.0
-
-With >=gdk-pixbuf-2.24 and >=pango-1.30, libgmodule-2.0 is no longer
-provided by "pkg-config --libs gtk+-2.0 gthread-2.0", so link to it
-explicitly (as is already done in server/).
-
-Fixes build failure with gnu ld.gold in gkrellm-2.3.5.
-
-https://bugs.gentoo.org/show_bug.cgi?id=428532

- src/Makefile | 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2017-06-10 Thread Agostino Sarubbo
commit: 1a5346a7a8c078c1ca13d787105a34a9c90af76a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 10 15:10:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 10 15:10:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5346a7

app-admin/gkrellm: ia64 stable wrt bug #612348

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

 app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
index 154834f99a8..0dea33e32b5 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

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

app-admin/gkrellm: sparc stable wrt bug #612348

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

 app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
index 58e98c6aad2..154834f99a8 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2017-04-23 Thread Mike Gilbert
commit: 3e131e3549c7a28077e6304ce21672254e26f3d6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Apr 23 15:34:47 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Apr 23 15:35:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e131e35

app-admin/gkrellm: fix path in systemd unit

Bug: https://bugs.gentoo.org/616178
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 app-admin/gkrellm/files/gkrellmd.service  | 2 +-
 app-admin/gkrellm/{gkrellm-2.3.10.ebuild => gkrellm-2.3.10-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/files/gkrellmd.service 
b/app-admin/gkrellm/files/gkrellmd.service
index 11f18f02bf6..f1df0c6420a 100644
--- a/app-admin/gkrellm/files/gkrellmd.service
+++ b/app-admin/gkrellm/files/gkrellmd.service
@@ -4,7 +4,7 @@ Documentation=man:gkrellmd(1)
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/gkrellmd
+ExecStart=/usr/bin/gkrellmd
 
 [Install]
 WantedBy=multi-user.target

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild
similarity index 100%
rename from app-admin/gkrellm/gkrellm-2.3.10.ebuild
rename to app-admin/gkrellm/gkrellm-2.3.10-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2017-04-18 Thread Jeroen Roovers
commit: 712cf0f1b6afcd8dc9a784f0aae1b2cf9cff4152
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 18 06:26:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 18 06:26:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712cf0f1

app-admin/gkrellm: Stable for HPPA (bug #612348).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
index 60428ee2f38..58e98c6aad2 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2017-04-04 Thread Michael Weber
commit: 188400c5d20ff797d95f7609680bdf769a8e2ae1
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Apr  4 18:58:20 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Apr  4 19:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188400c5

app-admin/gkrellm: ppc stable (bug 612348).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
index 054dde9a751..aa34a6323cd 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2017-04-01 Thread Agostino Sarubbo
commit: 8874f40f90c1e24fee4ba97089bba7dcbe5fefe4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 16:06:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 16:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8874f40f

app-admin/gkrellm: x86 stable wrt bug #612348

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

 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
index ffc5584769a..054dde9a751 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2017-03-28 Thread Michael Weber
commit: c318db6d6461b3ec24e7959b12a4c66ee9ca3dbc
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 28 10:33:38 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 28 10:33:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c318db6d

app-admin/gkrellm: arm ppc64 stable (bug 612348).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
index 783642e74ed..ffc5584769a 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

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

app-admin/gkrellm: amd64 stable wrt bug #612348

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

 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
index ccd754786d9..783642e74ed 100644
--- a/app-admin/gkrellm/gkrellm-2.3.10.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.10.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
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-10-24 Thread Lars Wendler
commit: 5f49ef1996177a4ca3977f0dd83bff9ddb411432
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 24 09:30:02 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 24 09:30:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f49ef19

app-admin/gkrellm: Removed versions that have no/broken NVMe support.

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   2 -
 app-admin/gkrellm/gkrellm-2.3.8.ebuild | 145 -
 app-admin/gkrellm/gkrellm-2.3.9.ebuild | 145 -
 3 files changed, 292 deletions(-)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index d18d7d1..15a5533 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,5 +1,3 @@
 DIST gkrellm-2.3.10.tar.bz2 782794 SHA256 
8b9ec8baadcd5830c6aff04ba86dc9ed317a15c1c3787440bd1e680fb2fcd766 SHA512 
3ae0baa0d51729e1bac7b8f10e008bd7ed9d93d48cd894630e3a027565266e6458df0dcb3171fb271ca7766f4030149e3e6aa234ec191e8e223ae4dee1feb295
 WHIRLPOOL 
5c8461d9675f1b6d7ed7e94910c15cb3a660fd143274de94a0bed559fc145e369328c345c43433384dea53214bdb3ea99cbd2953b80af95cb0031d8d3f1fb5c8
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
 DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46
-DIST gkrellm-2.3.8.tar.xz 659164 SHA256 
8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 SHA512 
da6410e26a3ef3ae8c951a4b608e09748616ef89786590456df183b90133c3c5a94fb99e56fcde5e0b25e09ca1682bffc194c3ccae305da25b88ce131c89fd99
 WHIRLPOOL 
638d26a20f3839b53d071efc803ab1b67df1114075b57c636bfa31d15d0c864b074f8fe2ea04955f95b854c3501967d7dbdbe93b95bec4975a4c230fdb63ecec
-DIST gkrellm-2.3.9.tar.xz 659612 SHA256 
7e0a2ea0f54e2e485c0764718c52d9779d61c1f6bb8cb84083e8169b5c93e8a4 SHA512 
02f6731a81820b9c2c21332b1c1a2e3b5ab7b50452fe78e82e2bd7f8276dedff284048375161fb9f31ac7a72437e3e8b1196e91a3a87248b68e14440528f5195
 WHIRLPOOL 
01d17556feafa270fddc0c360b50015c29ae050cf3350e2ba5b00a64bd6bfc9a26149542412ff7c191f859eec4dbccf6561ff77f2040f63780d925605320

diff --git a/app-admin/gkrellm/gkrellm-2.3.8.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.8.ebuild
deleted file mode 100644
index 8ce5135..
--- a/app-admin/gkrellm/gkrellm-2.3.8.ebuild
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils multilib user systemd toolchain-funcs
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
-# Upstream named their xz compressed tarball tar.bz2 (*sigh*)
-SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2 -> ${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
-
-RDEPEND="
-   dev-libs/glib:2
-   hddtemp? ( app-admin/hddtemp )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   lm_sensors? ( sys-apps/lm_sensors )
-   nls? ( virtual/libintl )
-   ntlm? ( net-libs/libntlm )
-   X? (
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/pango
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
-   "${FILESDIR}"/${PN}-2.3.5-config.patch
-   "${FILESDIR}"/${PN}-2.3.5-width.patch
-   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog CREDITS README )
-
-pkg_setup() {
-   enewgroup gkrellmd
-   enewuser gkrellmd -1 -1 -1 gkrellmd
-   TARGET=
-   use kernel_FreeBSD && TARGET="freebsd"
-}
-
-src_prepare() {
-   sed -e 's:-O2 ::' \
-   -e 's:override CC:CFLAGS:' \
-   -e 's:-L/usr/X11R6/lib::' \
-   -i */Makefile || die "sed Makefile(s) 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-10-23 Thread Lars Wendler
commit: 747d75607e04bbe3e1420af3ad9851f47ce73700
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Oct 23 21:56:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Oct 23 22:07:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747d7560

app-admin/gkrellm: Bump to version 2.3.10

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest  |   1 +
 app-admin/gkrellm/gkrellm-2.3.10.ebuild | 145 
 2 files changed, 146 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index e8a99f3..d18d7d1 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,3 +1,4 @@
+DIST gkrellm-2.3.10.tar.bz2 782794 SHA256 
8b9ec8baadcd5830c6aff04ba86dc9ed317a15c1c3787440bd1e680fb2fcd766 SHA512 
3ae0baa0d51729e1bac7b8f10e008bd7ed9d93d48cd894630e3a027565266e6458df0dcb3171fb271ca7766f4030149e3e6aa234ec191e8e223ae4dee1feb295
 WHIRLPOOL 
5c8461d9675f1b6d7ed7e94910c15cb3a660fd143274de94a0bed559fc145e369328c345c43433384dea53214bdb3ea99cbd2953b80af95cb0031d8d3f1fb5c8
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
 DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46
 DIST gkrellm-2.3.8.tar.xz 659164 SHA256 
8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 SHA512 
da6410e26a3ef3ae8c951a4b608e09748616ef89786590456df183b90133c3c5a94fb99e56fcde5e0b25e09ca1682bffc194c3ccae305da25b88ce131c89fd99
 WHIRLPOOL 
638d26a20f3839b53d071efc803ab1b67df1114075b57c636bfa31d15d0c864b074f8fe2ea04955f95b854c3501967d7dbdbe93b95bec4975a4c230fdb63ecec

diff --git a/app-admin/gkrellm/gkrellm-2.3.10.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
new file mode 100644
index ..e96fcc8
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.10.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+# Upstream named their xz compressed tarball tar.bz2 (*sigh*)
+SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   local sslopt=""
+   if use gnutls; then
+   sslopt="without-ssl=yes"
+   elif use ssl; then
+   sslopt="without-gnutls=yes"
+   else
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-10-12 Thread Lars Wendler
commit: 96783b86899f0ff371aa35456b5ef8f4163aa184
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 12 08:59:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 12 08:59:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96783b86

app-admin/gkrellm: Bump to version 2.3.9

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   1 +
 app-admin/gkrellm/gkrellm-2.3.9.ebuild | 145 +
 2 files changed, 146 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index fc63775..e8a99f3 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,3 +1,4 @@
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
 DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46
 DIST gkrellm-2.3.8.tar.xz 659164 SHA256 
8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 SHA512 
da6410e26a3ef3ae8c951a4b608e09748616ef89786590456df183b90133c3c5a94fb99e56fcde5e0b25e09ca1682bffc194c3ccae305da25b88ce131c89fd99
 WHIRLPOOL 
638d26a20f3839b53d071efc803ab1b67df1114075b57c636bfa31d15d0c864b074f8fe2ea04955f95b854c3501967d7dbdbe93b95bec4975a4c230fdb63ecec
+DIST gkrellm-2.3.9.tar.xz 659612 SHA256 
7e0a2ea0f54e2e485c0764718c52d9779d61c1f6bb8cb84083e8169b5c93e8a4 SHA512 
02f6731a81820b9c2c21332b1c1a2e3b5ab7b50452fe78e82e2bd7f8276dedff284048375161fb9f31ac7a72437e3e8b1196e91a3a87248b68e14440528f5195
 WHIRLPOOL 
01d17556feafa270fddc0c360b50015c29ae050cf3350e2ba5b00a64bd6bfc9a26149542412ff7c191f859eec4dbccf6561ff77f2040f63780d925605320

diff --git a/app-admin/gkrellm/gkrellm-2.3.9.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.9.ebuild
new file mode 100644
index ..8ce5135
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.9.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+# Upstream named their xz compressed tarball tar.bz2 (*sigh*)
+SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2 -> ${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   local sslopt=""
+   if use gnutls; then
+   sslopt="without-ssl=yes"
+   elif use ssl; then
+   sslopt="without-gnutls=yes"
+   else
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-09-08 Thread Lars Wendler
commit: be012a00433654e86397c6951056fa0ac0cb231c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  8 06:39:36 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  8 07:20:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be012a00

app-admin/gkrellm: Bump to version 2.3.8

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   1 +
 app-admin/gkrellm/gkrellm-2.3.8.ebuild | 145 +
 2 files changed, 146 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 1795513..35d7a2a 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -2,3 +2,4 @@ DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dc
 DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 
abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 
2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517
 WHIRLPOOL 
f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319
 DIST gkrellm-2.3.6_rc1-update_german_translation.patch.xz 18184 SHA256 
cb90522c99135736ac3073b7e688fbcb0da31f6594ce3fc851df87c9be10f2df SHA512 
c79feb4b740b303e5e6e2ccf84694770bac746b375a0a09918ef1ac67b2700f3a7796251cd4224958ca50a8f81a501bf468dc7a78844218074130758a8248150
 WHIRLPOOL 
ea3d532aa670b7344cc2dd6c5fd4dda6ec27832c039547ace0772b4a3002baaeb598003d81bf2231b2506de1e22d2b83959e4f1bc7ec13b56b2366c43101ace0
 DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46
+DIST gkrellm-2.3.8.tar.xz 659164 SHA256 
8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 SHA512 
da6410e26a3ef3ae8c951a4b608e09748616ef89786590456df183b90133c3c5a94fb99e56fcde5e0b25e09ca1682bffc194c3ccae305da25b88ce131c89fd99
 WHIRLPOOL 
638d26a20f3839b53d071efc803ab1b67df1114075b57c636bfa31d15d0c864b074f8fe2ea04955f95b854c3501967d7dbdbe93b95bec4975a4c230fdb63ecec

diff --git a/app-admin/gkrellm/gkrellm-2.3.8.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.8.ebuild
new file mode 100644
index ..8ce5135
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.8.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+# Upstream named their xz compressed tarball tar.bz2 (*sigh*)
+SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2 -> ${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   default
+}
+
+src_compile() {
+   if use X ; then
+   local sslopt=""
+   if use gnutls; then
+   sslopt="without-ssl=yes"
+  

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2016-09-08 Thread Lars Wendler
commit: a12d6b7e81bc0f27be3bf1a7cc3f913c7f96d9e0
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  8 06:41:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  8 07:20:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12d6b7e

app-admin/gkrellm: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   2 -
 ...krellm-2.3.6_rc1-avoid_possible_busy_loop.patch |  65 -
 .../gkrellm-2.3.6_rc1-fix_copypaste_error.patch|  24 
 ...llm-2.3.6_rc1-fix_gtk_deprecation_warning.patch |  29 
 app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild  | 148 -
 app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild | 143 
 6 files changed, 411 deletions(-)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 35d7a2a..fc63775 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,5 +1,3 @@
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
-DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 
abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 
2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517
 WHIRLPOOL 
f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319
-DIST gkrellm-2.3.6_rc1-update_german_translation.patch.xz 18184 SHA256 
cb90522c99135736ac3073b7e688fbcb0da31f6594ce3fc851df87c9be10f2df SHA512 
c79feb4b740b303e5e6e2ccf84694770bac746b375a0a09918ef1ac67b2700f3a7796251cd4224958ca50a8f81a501bf468dc7a78844218074130758a8248150
 WHIRLPOOL 
ea3d532aa670b7344cc2dd6c5fd4dda6ec27832c039547ace0772b4a3002baaeb598003d81bf2231b2506de1e22d2b83959e4f1bc7ec13b56b2366c43101ace0
 DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46
 DIST gkrellm-2.3.8.tar.xz 659164 SHA256 
8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 SHA512 
da6410e26a3ef3ae8c951a4b608e09748616ef89786590456df183b90133c3c5a94fb99e56fcde5e0b25e09ca1682bffc194c3ccae305da25b88ce131c89fd99
 WHIRLPOOL 
638d26a20f3839b53d071efc803ab1b67df1114075b57c636bfa31d15d0c864b074f8fe2ea04955f95b854c3501967d7dbdbe93b95bec4975a4c230fdb63ecec

diff --git 
a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch
deleted file mode 100644
index b6843b6..
--- a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 285adc8acd22892f86435edd84bf9b22c915b349 Mon Sep 17 00:00:00 2001
-From: Bill Wilson
-Date: Wed, 5 Nov 2014 17:46:37 -0600
-Subject: Avoid possible busy loop in read_server_setup()
-
-A patch from Joe Garcia.  A ssh tunnel can be up but possibly not
-connected to anything in which case gkrellm_getline() can return 0.
-This patch prevents a busy loop by limiting the 0 return retries.
-
-diff --git a/src/client.c b/src/client.c
-index e7c5116..0eb2924 100644
 a/src/client.c
-+++ b/src/client.c
-@@ -1712,8 +1712,10 @@ process_server_line(KeyTable *table, gint table_size, 
gchar *line)
- static gboolean
- read_server_setup(gint fd)
-   {
--  gchar   buf[4097]; /* TODO: Use dynamic receive buffer 
*/
--  ginttable_size;
-+  gchar   buf[4097]; /* TODO: Use dynamic receive buffer */
-+  ginttable_size;
-+  gintrs;
-+  gintretries = 10;
- 
-   gkrellm_debug(DEBUG_CLIENT, "read_server_setup()\n");
- 
-@@ -1726,13 +1728,18 @@ read_server_setup(gint fd)
- 
-   gkrellm_free_glist_and_data(_plugin_setup_line_list);
- 
--gint rs;
--
-   while (1)
-   {
-   rs = gkrellm_getline(fd, buf, sizeof(buf));
--if (rs < 0)
--return FALSE;
-+  if (rs < 0)
-+  return FALSE;
-+  if (rs == 0)
-+  {
-+  if (--retries)
-+  usleep(1);
-+  else
-+  return FALSE;
-+  }
-   if (!strcmp(buf, ""))
-   break;
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-06-04 Thread Lars Wendler
commit: 5de06940f265ac14e10da9f373683ccc3f77a167
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun  4 16:11:13 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun  4 16:11:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de06940

app-admin/gkrellm: Took over maintenance.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/metadata.xml b/app-admin/gkrellm/metadata.xml
index 0333de3..8ebacc5 100644
--- a/app-admin/gkrellm/metadata.xml
+++ b/app-admin/gkrellm/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+polynomia...@gentoo.org
+Lars Wendler
+  
   
 Enable monitoring harddrive temperatures via
app-admin/hddtemp



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/files/, app-admin/gkrellm/

2016-06-04 Thread Lars Wendler
commit: 6cd8f758eb5dbd4b1d47fc4564cd402f4a11db52
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun  4 16:05:52 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun  4 16:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd8f758

app-admin/gkrellm: Bump to version 2.3.7

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   1 +
 .../gkrellm-2.3.7-pkgconfig_fix_newlines.patch |  11 ++
 app-admin/gkrellm/gkrellm-2.3.7.ebuild | 145 +
 3 files changed, 157 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 33dcea7..1795513 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,3 +1,4 @@
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
 DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 
abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 
2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517
 WHIRLPOOL 
f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319
 DIST gkrellm-2.3.6_rc1-update_german_translation.patch.xz 18184 SHA256 
cb90522c99135736ac3073b7e688fbcb0da31f6594ce3fc851df87c9be10f2df SHA512 
c79feb4b740b303e5e6e2ccf84694770bac746b375a0a09918ef1ac67b2700f3a7796251cd4224958ca50a8f81a501bf468dc7a78844218074130758a8248150
 WHIRLPOOL 
ea3d532aa670b7344cc2dd6c5fd4dda6ec27832c039547ace0772b4a3002baaeb598003d81bf2231b2506de1e22d2b83959e4f1bc7ec13b56b2366c43101ace0
+DIST gkrellm-2.3.7.tar.bz2 777841 SHA256 
f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d SHA512 
832353d245966a5d64ccbacd619905fe437b347c2654e279ec47b56aa1ef559a166b4791d63e151a5481c55c1d3775906e52213f42e5d7071fd15f00f8cecaa5
 WHIRLPOOL 
3fd8b51a1be5174308fe1dbbb1c1d83df0685c12e71cf410533f97439fb5cf001553c462e15b9971c55c6ea87b28429136fe0025d39c443cb9d215fcf7620f46

diff --git a/app-admin/gkrellm/files/gkrellm-2.3.7-pkgconfig_fix_newlines.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.7-pkgconfig_fix_newlines.patch
new file mode 100644
index 000..a699b80
--- /dev/null
+++ b/app-admin/gkrellm/files/gkrellm-2.3.7-pkgconfig_fix_newlines.patch
@@ -0,0 +1,11 @@
+--- gkrellm-2.3.7/Makefile
 gkrellm-2.3.7/Makefile
+@@ -131,7 +131,7 @@
+   (cd server && ${MAKE} gkrellmd)
+ 
+ gkrellm.pc: Makefile
+-  echo 'prefix=$(INSTALLROOT)\n'\
++  printf 'prefix=$(INSTALLROOT)\n'\
+   'Name: GKrellM\n'\
+   'Description: Extensible GTK system monitoring application\n'\
+   'Version: $(VERSION)\n'\

diff --git a/app-admin/gkrellm/gkrellm-2.3.7.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.7.ebuild
new file mode 100644
index 000..49eca4b
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.7.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+   "${FILESDIR}"/${P}-pkgconfig_fix_newlines.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog CREDITS README )
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-04-25 Thread Austin English
commit: 567e523e31840d941d2319e5cb25ae6cdc879fcb
Author: Austin English  gentoo  org>
AuthorDate: Mon Apr 25 19:19:55 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Apr 25 19:19:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567e523e

app-admin/gkrellm: remove gkrellm-2.3.5-r3

Package-Manager: portage-2.2.26

 app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild | 129 --
 1 file changed, 129 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild
deleted file mode 100644
index 7da7c73..000
--- a/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib user systemd toolchain-funcs
-
-DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/;
-SRC_URI="http://members.dslextreme.com/users/billw/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="gnutls hddtemp lm_sensors nls ntlm ssl kernel_FreeBSD X"
-
-RDEPEND="
-   dev-libs/glib:2
-   hddtemp? ( app-admin/hddtemp )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl:0= ) )
-   lm_sensors? ( sys-apps/lm_sensors )
-   nls? ( virtual/libintl )
-   ntlm? ( net-libs/libntlm )
-   X? (
-   x11-libs/gtk+:2
-   x11-libs/pango
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-pkg_setup() {
-   enewgroup gkrellmd
-   enewuser gkrellmd -1 -1 -1 gkrellmd
-   TARGET=
-   use kernel_FreeBSD && TARGET="freebsd"
-}
-
-src_prepare() {
-   sed -e 's:-O2 ::' \
-   -e 's:override CC:CFLAGS:' \
-   -e 's:-L/usr/X11R6/lib::' \
-   -i */Makefile || die "sed Makefile(s) failed"
-
-   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
-   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
-   -i src/${PN}.h || die "sed ${PN}.h failed"
-
-   epatch \
-   "${FILESDIR}"/${P}-autofs.patch \
-   "${FILESDIR}"/${P}-cifs.patch \
-   "${FILESDIR}"/${P}-dso.patch \
-   "${FILESDIR}"/${P}-format-security.patch \
-   "${FILESDIR}"/${P}-config.patch \
-   "${FILESDIR}"/${P}-width.patch \
-   "${FILESDIR}"/${P}-binding.patch \
-   "${FILESDIR}"/${P}-sansfont.patch
-}
-
-src_compile() {
-   if use X ; then
-   local sslopt=""
-   if use gnutls; then
-   sslopt="without-ssl=yes"
-   elif use ssl; then
-   sslopt="without-gnutls=yes"
-   else
-   sslopt="without-ssl=yes without-gnutls=yes"
-   fi
-
-   emake \
-   ${TARGET} \
-   CC="$(tc-getCC)" \
-   STRIP="" \
-   INSTALLROOT="${EPREFIX}/usr" \
-   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
-   LOCALEDIR="${EPREFIX}/usr/share/locale" \
-   $(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes") \
-   $(usex ntlm "" "without-ntlm=yes") \
-   ${sslopt}
-   else
-   cd server || die
-   emake \
-   ${TARGET} \
-   CC="$(tc-getCC)" \
-   LINK_FLAGS="$LDFLAGS -Wl,-E" \
-   STRIP="" \
-   $(usex nls "" "enable_nls=0") \
-   $(usex lm_sensors "" "without-libsensors=yes")
-   fi
-}
-
-src_install() {
-   if use X ; then
-   emake \
-   install${TARGET:+_}${TARGET} \
-   $(usex nls "" "enable_nls=0") \
-   STRIP="" \
-   INSTALLDIR="${ED}/usr/bin" \
-   INCLUDEDIR="${ED}/usr/include" \
-   LOCALEDIR="${ED}/usr/share/locale" \
-   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
-   MANDIR="${ED}/usr/share/man/man1"
-
-   dohtml *.html
-
-   newicon src/icon.xpm ${PN}.xpm
-   make_desktop_entry ${PN} GKrellM ${PN}
-   else
-   dobin server/gkrellmd
-
-   insinto /usr/include/gkrellm2
-   doins server/gkrellmd.h
-   doins shared/log.h
-   fi
-
-   doinitd "${FILESDIR}"/gkrellmd
-   newconfd "${FILESDIR}"/gkrellmd.conf gkrellmd
-
-   systemd_dounit "${FILESDIR}"/gkrellmd.service
-
-   insinto /etc
- 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2016-04-25 Thread Austin English
commit: 2a25f2beaae8b47d63fc7c3bc8c3710b3e9dc5dc
Author: Austin English  gentoo  org>
AuthorDate: Mon Apr 25 19:16:31 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Apr 25 19:17:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a25f2be

app-admin/gkrellm: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846

 app-admin/gkrellm/files/gkrellmd  |   4 +-
 app-admin/gkrellm/gkrellm-2.3.5-r4.ebuild | 129 ++
 2 files changed, 131 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/files/gkrellmd b/app-admin/gkrellm/files/gkrellmd
index 40db4ea..fe1f6db 100644
--- a/app-admin/gkrellm/files/gkrellmd
+++ b/app-admin/gkrellm/files/gkrellmd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2006 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/app-admin/gkrellm/gkrellm-2.3.5-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.5-r4.ebuild
new file mode 100644
index 000..ec86c03
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.5-r4.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib user systemd toolchain-funcs
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+SRC_URI="http://members.dslextreme.com/users/billw/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( ssl? ( dev-libs/openssl:0= ) )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gtk+:2
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   epatch \
+   "${FILESDIR}"/${P}-autofs.patch \
+   "${FILESDIR}"/${P}-cifs.patch \
+   "${FILESDIR}"/${P}-dso.patch \
+   "${FILESDIR}"/${P}-format-security.patch \
+   "${FILESDIR}"/${P}-config.patch \
+   "${FILESDIR}"/${P}-width.patch \
+   "${FILESDIR}"/${P}-binding.patch \
+   "${FILESDIR}"/${P}-sansfont.patch
+}
+
+src_compile() {
+   if use X ; then
+   local sslopt=""
+   if use gnutls; then
+   sslopt="without-ssl=yes"
+   elif use ssl; then
+   sslopt="without-gnutls=yes"
+   else
+   sslopt="without-ssl=yes without-gnutls=yes"
+   fi
+
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   ${sslopt}
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes")
+   fi
+}
+
+src_install() {
+   if use X ; then
+   emake \
+   install${TARGET:+_}${TARGET} \
+   $(usex nls "" "enable_nls=0") \
+   STRIP="" \
+   INSTALLDIR="${ED}/usr/bin" \
+   INCLUDEDIR="${ED}/usr/include" \
+   LOCALEDIR="${ED}/usr/share/locale" \
+   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/, app-admin/gkrellm/files/

2016-04-06 Thread Justin Lecher
commit: eb8654ec1baec3196cad292e21770ba0667caec3
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  3 08:46:53 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Apr  6 17:11:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8654ec

app-admin/gkrellm: Mirror binary files and remove from VCS

Package-Manager: portage-2.2.28
Signed-off-by: Justin Lecher  gentoo.org>

 app-admin/gkrellm/Manifest  |   1 +
 ...gkrellm-2.3.6_rc1-update_german_translation.patch.xz | Bin 18184 -> 0 bytes
 app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild   |   7 +--
 app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild  |   9 ++---
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index e9e4ff7..33dcea7 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1,2 +1,3 @@
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
 DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 
abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 
2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517
 WHIRLPOOL 
f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319
+DIST gkrellm-2.3.6_rc1-update_german_translation.patch.xz 18184 SHA256 
cb90522c99135736ac3073b7e688fbcb0da31f6594ce3fc851df87c9be10f2df SHA512 
c79feb4b740b303e5e6e2ccf84694770bac746b375a0a09918ef1ac67b2700f3a7796251cd4224958ca50a8f81a501bf468dc7a78844218074130758a8248150
 WHIRLPOOL 
ea3d532aa670b7344cc2dd6c5fd4dda6ec27832c039547ace0772b4a3002baaeb598003d81bf2231b2506de1e22d2b83959e4f1bc7ec13b56b2366c43101ace0

diff --git 
a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-update_german_translation.patch.xz 
b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-update_german_translation.patch.xz
deleted file mode 100644
index 993f27e..000
Binary files 
a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-update_german_translation.patch.xz 
and /dev/null differ

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
index 67d4385..5edd628 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
@@ -10,7 +10,10 @@ MY_P="${P/_/-}"
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/;
-SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+SRC_URI="
+   http://gkrellm.srcbox.net/${MY_P}.tar.bz2
+   
https://dev.gentoo.org/~jlec/distfiles/${P}-update_german_translation.patch.xz
+   "
 
 LICENSE="GPL-3"
 SLOT="2"
@@ -50,7 +53,7 @@ PATCHES=(
"${FILESDIR}"/${P}-fix_gtk_deprecation_warning.patch
"${FILESDIR}"/${P}-fix_copypaste_error.patch
"${FILESDIR}"/${P}-avoid_possible_busy_loop.patch
-   "${FILESDIR}"/${P}-update_german_translation.patch.xz
+   "${WORKDIR}"/${P}-update_german_translation.patch
 )
 
 S="${WORKDIR}/${MY_P}"

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
index 866d923..8022bd5 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,10 @@ MY_P="${P/_/-}"
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/;
-SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+SRC_URI="
+   http://gkrellm.srcbox.net/${MY_P}.tar.bz2
+   
https://dev.gentoo.org/~jlec/distfiles/${P}-update_german_translation.patch.xz
+   "
 
 LICENSE="GPL-3"
 SLOT="2"
@@ -45,7 +48,7 @@ PATCHES=(
"${FILESDIR}"/${P}-fix_gtk_deprecation_warning.patch
"${FILESDIR}"/${P}-fix_copypaste_error.patch
"${FILESDIR}"/${P}-avoid_possible_busy_loop.patch
-   "${FILESDIR}"/${P}-update_german_translation.patch.xz
+   "${WORKDIR}"/${P}-update_german_translation.patch
 )
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-03-23 Thread Stephen Klimaszewski
commit: b4ffa9169211c2065de2d3721b8069bbadd725af
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Wed Mar 23 20:50:25 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Wed Mar 23 21:22:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ffa916

app-admin/gkrellm: Keyword 2.3.6_rc1-r1 ~arm64

Package-Manager: portage-2.2.28

 app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
index d6e25ea..67d4385 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2016-03-21 Thread Anthony G. Basile
commit: 5227a51d80e125db67682dc997e49f3511eb3ddb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Mar 21 21:27:32 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Mar 21 21:27:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5227a51d

app-admin/gkrellm: fix libressl slot

Package-Manager: portage-2.2.26

 app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
index fa3ef34..d6e25ea 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
!gnutls? (
ssl? (
!libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
+   libressl? ( dev-libs/libressl:0= )
)
)
lm_sensors? ( sys-apps/lm_sensors )



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2015-10-04 Thread Julian Ospald
commit: 12eabd3efbf7d36d0dcadb233a88b82b7cd0fa4b
Author: Julian Ospald  gentoo  org>
AuthorDate: Sun Oct  4 18:56:40 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Sun Oct  4 18:56:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12eabd3e

app-admin/gkrellm: add libressl support

 app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild | 145 ++
 1 file changed, 145 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
new file mode 100644
index 000..fa3ef34
--- /dev/null
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1-r1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib user systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Single process stack of various system monitors"
+HOMEPAGE="http://www.gkrellm.net/;
+SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gnutls hddtemp libressl lm_sensors nls ntlm ssl kernel_FreeBSD X"
+
+RDEPEND="
+   dev-libs/glib:2
+   hddtemp? ( app-admin/hddtemp )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   )
+   lm_sensors? ( sys-apps/lm_sensors )
+   nls? ( virtual/libintl )
+   ntlm? ( net-libs/libntlm )
+   X? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.5-cifs.patch
+   "${FILESDIR}"/${PN}-2.3.5-config.patch
+   "${FILESDIR}"/${PN}-2.3.5-width.patch
+   "${FILESDIR}"/${PN}-2.3.5-sansfont.patch
+   "${FILESDIR}"/${P}-fix_gtk_deprecation_warning.patch
+   "${FILESDIR}"/${P}-fix_copypaste_error.patch
+   "${FILESDIR}"/${P}-avoid_possible_busy_loop.patch
+   "${FILESDIR}"/${P}-update_german_translation.patch.xz
+)
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   enewgroup gkrellmd
+   enewuser gkrellmd -1 -1 -1 gkrellmd
+   TARGET=
+   use kernel_FreeBSD && TARGET="freebsd"
+}
+
+src_prepare() {
+   sed -e 's:-O2 ::' \
+   -e 's:override CC:CFLAGS:' \
+   -e 's:-L/usr/X11R6/lib::' \
+   -i */Makefile || die "sed Makefile(s) failed"
+
+   sed -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):" \
+   -e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \
+   -i src/${PN}.h || die "sed ${PN}.h failed"
+
+   epatch ${PATCHES[@]}
+}
+
+src_compile() {
+   if use X ; then
+   local sslopt=""
+   if use gnutls; then
+   sslopt="without-ssl=yes"
+   elif use ssl; then
+   sslopt="without-gnutls=yes"
+   else
+   sslopt="without-ssl=yes without-gnutls=yes"
+   fi
+
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   STRIP="" \
+   INSTALLROOT="${EPREFIX}/usr" \
+   INCLUDEDIR="${EPREFIX}/usr/include/gkrellm2" \
+   LOCALEDIR="${EPREFIX}/usr/share/locale" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes") \
+   $(usex ntlm "" "without-ntlm=yes") \
+   ${sslopt}
+   else
+   cd server || die
+   emake \
+   ${TARGET} \
+   CC="$(tc-getCC)" \
+   LINK_FLAGS="$LDFLAGS -Wl,-E" \
+   STRIP="" \
+   $(usex nls "" "enable_nls=0") \
+   $(usex lm_sensors "" "without-libsensors=yes")
+   fi
+}
+
+src_install() {
+   if use X ; then
+   emake \
+   install${TARGET:+_}${TARGET} \
+   $(usex nls "" "enable_nls=0") \
+   STRIP="" \
+   INSTALLDIR="${ED}/usr/bin" \
+   INCLUDEDIR="${ED}/usr/include" \
+   LOCALEDIR="${ED}/usr/share/locale" \
+   PKGCONFIGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+   MANDIR="${ED}/usr/share/man/man1"
+
+   dohtml *.html
+
+   newicon src/icon.xpm ${PN}.xpm
+   make_desktop_entry ${PN} GKrellM ${PN}
+   else
+   dobin 

[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/

2015-09-11 Thread Lars Wendler
commit: 5c72ab74ee7202fddc8bfeb110a28db4f21b7c51
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 11 20:30:26 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 11 20:30:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c72ab74

app-admin/gkrellm: Added some missing deps.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
index e2149f4..866d923 100644
--- a/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild
@@ -26,7 +26,11 @@ RDEPEND="
nls? ( virtual/libintl )
ntlm? ( net-libs/libntlm )
X? (
+   x11-libs/gdk-pixbuf
x11-libs/gtk+:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
x11-libs/pango
)"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/files/, app-admin/gkrellm/

2015-09-11 Thread Lars Wendler
commit: 1a1f3bd13a4e84aa1adbe3f77f26cfff3d6982e7
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 11 11:11:46 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 11 11:12:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1f3bd1

app-admin/gkrellm: Bump to version 2.3.6_rc1

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/gkrellm/Manifest |   1 +
 ...krellm-2.3.6_rc1-avoid_possible_busy_loop.patch |  65 ++
 .../gkrellm-2.3.6_rc1-fix_copypaste_error.patch|  24 
 ...llm-2.3.6_rc1-fix_gtk_deprecation_warning.patch |  29 +
 ...lm-2.3.6_rc1-update_german_translation.patch.xz | Bin 0 -> 18184 bytes
 app-admin/gkrellm/files/gkrellmd.initd |  16 +++
 app-admin/gkrellm/gkrellm-2.3.6_rc1.ebuild | 136 +
 7 files changed, 271 insertions(+)

diff --git a/app-admin/gkrellm/Manifest b/app-admin/gkrellm/Manifest
index 8faa1e1..e9e4ff7 100644
--- a/app-admin/gkrellm/Manifest
+++ b/app-admin/gkrellm/Manifest
@@ -1 +1,2 @@
 DIST gkrellm-2.3.5.tar.bz2 765011 SHA256 
702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b SHA512 
9681ec5978b6be9f56a71726df36671829a4427f45caf90c8c3460e8c59004ff4083de1692cad16e3724ed37418bb3e4589d1961c140f3becfa3efd210b7a5dc
 WHIRLPOOL 
3dceb20b9da49fb9b287e1faca88b3fdb7ae7af6dde5e675ee1e5c718467b131e34f740cb38719e5026ce0478146264fa4eaa060120e71f2c442ec5504e6dfb4
+DIST gkrellm-2.3.6-rc1.tar.bz2 784934 SHA256 
abeeb0c04a8f911db5f07a95a98e4044326a657f65986013d36a736ba4e47ae8 SHA512 
2004c6e57dc5dba9dbbd4c713caa29f5b59e4926b1ce4a3cfb47840096d6d93d66633d15d5588bc22e31df88241248d7910645da75de39278f1fd68255b88517
 WHIRLPOOL 
f3506e88dc19e3eebe313b5f57a5d605d6b011808391036ff5332140c53061f8ee99b942b2b287cb7f645e9f2491e654623759b4a01fa454c785883355141319

diff --git 
a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch
new file mode 100644
index 000..b6843b6
--- /dev/null
+++ b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-avoid_possible_busy_loop.patch
@@ -0,0 +1,65 @@
+From 285adc8acd22892f86435edd84bf9b22c915b349 Mon Sep 17 00:00:00 2001
+From: Bill Wilson
+Date: Wed, 5 Nov 2014 17:46:37 -0600
+Subject: Avoid possible busy loop in read_server_setup()
+
+A patch from Joe Garcia.  A ssh tunnel can be up but possibly not
+connected to anything in which case gkrellm_getline() can return 0.
+This patch prevents a busy loop by limiting the 0 return retries.
+
+diff --git a/src/client.c b/src/client.c
+index e7c5116..0eb2924 100644
+--- a/src/client.c
 b/src/client.c
+@@ -1712,8 +1712,10 @@ process_server_line(KeyTable *table, gint table_size, 
gchar *line)
+ static gboolean
+ read_server_setup(gint fd)
+   {
+-  gchar   buf[4097]; /* TODO: Use dynamic receive buffer 
*/
+-  ginttable_size;
++  gchar   buf[4097]; /* TODO: Use dynamic receive buffer */
++  ginttable_size;
++  gintrs;
++  gintretries = 10;
+ 
+   gkrellm_debug(DEBUG_CLIENT, "read_server_setup()\n");
+ 
+@@ -1726,13 +1728,18 @@ read_server_setup(gint fd)
+ 
+   gkrellm_free_glist_and_data(_plugin_setup_line_list);
+ 
+-gint rs;
+-
+   while (1)
+   {
+   rs = gkrellm_getline(fd, buf, sizeof(buf));
+-if (rs < 0)
+-return FALSE;
++  if (rs < 0)
++  return FALSE;
++  if (rs == 0)
++  {
++  if (--retries)
++  usleep(1);
++  else
++  return FALSE;
++  }
+   if (!strcmp(buf, ""))
+   break;
+   process_server_line(_table[0], table_size, buf);
+@@ -1751,6 +1758,12 @@ read_server_setup(gint fd)
+   rs = gkrellm_getline(fd, buf, sizeof(buf));
+ if (rs < 0)
+ return FALSE;
++if (rs==0){
++  if(--retries)
++  usleep(1);
++  else
++  return FALSE;
++}
+   if (!strcmp(buf, ""))
+   break;
+   process_server_line(_table[0], table_size, buf);
+-- 
+cgit v0.10.2-6-g49f6
+

diff --git 
a/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-fix_copypaste_error.patch 
b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-fix_copypaste_error.patch
new file mode 100644
index 000..d5348e2
--- /dev/null
+++ b/app-admin/gkrellm/files/gkrellm-2.3.6_rc1-fix_copypaste_error.patch
@@ -0,0 +1,24 @@
+From f3f67b79195cb9dbb6f7c2401ffe17d3e3b8321b Mon Sep 17 00:00:00 2001
+From: Jindřich Makovička
+Date: Sun, 26 Oct 2014 17:15:49 +0100
+Subject: fix copy/paste error
+
+This regression was introduced by commit
+6365d18ad0ab6f3646e220bfc493bb2422c6f9aa
+
+diff --git a/src/plugins.c