From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX <venerix@redcorelinux.org> Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- xfce-extra/multiload-nandhp/Manifest | 2 +- .../multiload-nandhp-0.3-r1.ebuild | 45 ---------------------- .../multiload-nandhp-0.3-r2.ebuild | 45 ++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild create mode 100644 xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild (limited to 'xfce-extra/multiload-nandhp') diff --git a/xfce-extra/multiload-nandhp/Manifest b/xfce-extra/multiload-nandhp/Manifest index 791728598ba2..a52f2ec3cd20 100644 --- a/xfce-extra/multiload-nandhp/Manifest +++ b/xfce-extra/multiload-nandhp/Manifest @@ -1,3 +1,3 @@ DIST multiload-nandhp-0.3.tar.gz 34812 BLAKE2B 79ee7b5b2880e2e8242c40128ef320966fa9ec7c904e79efbc497fd421fe531f94c6ccd44be665bae2a092cf70ee8ac745d1e718ae5e6bf60efaae3339329c93 SHA512 68367d0bca144a9c2c56516254b9f1531aedfbc0c34f924e0264314cd9a1215a13d1b3b6f1d3c1b0781a95abfa0705819e7d886e3c3b84705c3b5b60f7d5806c -EBUILD multiload-nandhp-0.3-r1.ebuild 885 BLAKE2B 43155d69232bcd783bc747b08c5cd881087cb1f3330c269e07cda5d909bebfc3d117bb80d500813025b3a8a697c28796dbc430dd26d6a49682c05cd3d2c2cc89 SHA512 b2d55fa25a29cf7bff5bcbe92649c612e4924ebce76a84532bea3346653fbd6555486c26381294ea8bc80697704dad0ce86ad19ebe0824f73b794153d0c628b2 +EBUILD multiload-nandhp-0.3-r2.ebuild 900 BLAKE2B 463946cba82a01a3aace3b49bdd17bd74cebd8c00c01e98a0a4d85cef6bc7749d1af1182813f43b2bf25cd9d1872c54d0fbdf51bb3fbf990b1cc0435108ce2b0 SHA512 a096c2fe3df435087c14768a20ef0d7990eabe24e6f06865e017c28682da092a9812552fe03ed2ce064b4a9333ed30d17d85a4f4c27eb58e0f15024fa8b4c823 MISC metadata.xml 339 BLAKE2B 98c21e065d9e6275f151981d14e5c48c75137dd2d6be1c5510224ff8136ea69fa5c93db58dcd7881d963fe240493b69e9b16a8596cf9af5b9dab5f50349f2054 SHA512 e74cdaaaa8772d4fe0a87ac55d52fc23dac307c2a8378e92350ac6a5f39b25a76f66eabf0e1db850e3f7ed703c6218377a792259f0a4267c54bd96b4104799bd diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild deleted file mode 100644 index 0affafa8718f..000000000000 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -MY_PV=version-${PV/./-} - -DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel" -HOMEPAGE="https://github.com/nandhp/multiload-nandhp" -SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.14:2= - x11-libs/cairo:= - >=gnome-base/libgtop-2.11.92:= - >=xfce-base/libxfce4ui-4.10:= - >=xfce-base/libxfce4util-4.10:= - >=xfce-base/xfce4-panel-4.10:=" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS README.md ) - -S=${WORKDIR}/${PN}-${MY_PV} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --with-xfce4 -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild new file mode 100644 index 000000000000..573dd745136a --- /dev/null +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools + +MY_PV=version-${PV/./-} + +DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel" +HOMEPAGE="https://github.com/nandhp/multiload-nandhp" +SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.14:2= + x11-libs/cairo:= + >=gnome-base/libgtop-2.11.92:= + >=xfce-base/libxfce4ui-4.10:=[gtk2(+)] + >=xfce-base/libxfce4util-4.10:= + >=xfce-base/xfce4-panel-4.10:=[gtk2(+)]" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS README.md ) + +S=${WORKDIR}/${PN}-${MY_PV} + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --with-xfce4 +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} -- cgit v1.2.3