From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- xfce-extra/xfce4-mailwatch-plugin/Manifest | 2 +- .../xfce4-mailwatch-plugin-1.2.0-r5.ebuild | 48 ---------------------- .../xfce4-mailwatch-plugin-1.2.0-r6.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r5.ebuild create mode 100644 xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild (limited to 'xfce-extra/xfce4-mailwatch-plugin') diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest b/xfce-extra/xfce4-mailwatch-plugin/Manifest index e9edf7e39db6..6371d1ccf380 100644 --- a/xfce-extra/xfce4-mailwatch-plugin/Manifest +++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest @@ -1,3 +1,3 @@ DIST xfce4-mailwatch-plugin-1.2.0.tar.bz2 509649 BLAKE2B 7749914cf4e8ca34e27c63033e84718c4bc8d9da11ca9f6487bf9291c145f5b062d6b7b07d03d2eb273d0e88b96946641721f6f24dd19c19db9f923e9b33ff53 SHA512 6f5128b2341ab275427e02b1ef063cb2fdcf4027f5c47cfc0ed26086462eb0e9f7353441ea1b9380b91a892414934203b781445f604d67200786e3dd85183a83 -EBUILD xfce4-mailwatch-plugin-1.2.0-r5.ebuild 1073 BLAKE2B a7bd63b2c5a5b1ee16b0c71c927db0a030e703949a2bba210c48f354a4b99f1adb17d765ad10f1804a4648c3edeba263da03c2c0e664dde813db6b53c03b36ca SHA512 06047104de647883e26c86097dc0c04d8d15edfe3b0e79a1e2fe6fba9f730e3e643950990dc5f25c27e8a6014ef4b5667b91f3b7c244d18ead82091c22059c2b +EBUILD xfce4-mailwatch-plugin-1.2.0-r6.ebuild 1072 BLAKE2B 3b13629619f9af702910bf94266cbfd144b87ad33075f7a31ccd8ffd2097222acb4c0c0db44f95bc86558314196cb99cb67c353df2ef9a5e533f0121267e45f6 SHA512 dff15b22c6ca3f68cd7e2d64341f361c518ac5bb9d21bb3b3214151617d5253d87c536ca08e516fb1cc5dccbca24921d89d9462c3a107d8ebc2e25e8af63aa81 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r5.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r5.ebuild deleted file mode 100644 index 12ca55845868..000000000000 --- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils - -DESCRIPTION="An mail notification panel plug-in for the Xfce desktop environment" -HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="ipv6 ssl" - -RDEPEND=">=dev-libs/glib-2:= - >=x11-libs/gtk+-2.18:2= - x11-libs/libX11:= - xfce-base/exo[gtk2(+)] - >=xfce-base/libxfce4ui-4.10:=[gtk2(+)] - >=xfce-base/libxfce4util-4.10:= - =net-libs/gnutls-2:= - )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - econf $(use_enable ssl) $(use_enable ipv6) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild new file mode 100644 index 000000000000..7db2c948264e --- /dev/null +++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="An mail notification panel plug-in for the Xfce desktop environment" +HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/" +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="ipv6 ssl" + +RDEPEND=">=dev-libs/glib-2:= + >=x11-libs/gtk+-2.18:2= + x11-libs/libX11:= + xfce-base/exo[gtk2(+)] + =xfce-base/libxfce4util-4.10:= + =net-libs/gnutls-2:= + )" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + econf $(use_enable ssl) $(use_enable ipv6) +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} -- cgit v1.2.3