diff options
Diffstat (limited to 'xfce-extra/multiload-nandhp')
-rw-r--r-- | xfce-extra/multiload-nandhp/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/xfce-extra/multiload-nandhp/Manifest b/xfce-extra/multiload-nandhp/Manifest index fcb8a6836591..791728598ba2 100644 --- a/xfce-extra/multiload-nandhp/Manifest +++ b/xfce-extra/multiload-nandhp/Manifest @@ -1,4 +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.ebuild 869 BLAKE2B e70b7eae0545efc1faeeb6975485973aad934f848cbebb353de5f0c593f8a54af26bfb0ceb17efbf2a0b2092de67fd8cee2c0c753065ee2119bc669092433113 SHA512 04fe4d6028f63b6dc9176c7d9a90e83e3e05548c250b9ae8c8dead6997bb343df2e1a00ca91ae6b77f93d951f2d65b211c89cde6cf87bf392179fde3b73c7694 MISC metadata.xml 339 BLAKE2B 98c21e065d9e6275f151981d14e5c48c75137dd2d6be1c5510224ff8136ea69fa5c93db58dcd7881d963fe240493b69e9b16a8596cf9af5b9dab5f50349f2054 SHA512 e74cdaaaa8772d4fe0a87ac55d52fc23dac307c2a8378e92350ac6a5f39b25a76f66eabf0e1db850e3f7ed703c6218377a792259f0a4267c54bd96b4104799bd diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild deleted file mode 100644 index 17e3eba379f4..000000000000 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -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() { - eautoreconf -} - -src_configure() { - econf --with-xfce4 -} - -src_install() { - default - prune_libtool_files --all -} |