xfce-extra/xfce4-power-manager: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 09:28:01 +0000 (11:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 10:24:35 +0000 (12:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-power-manager/Manifest
xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild [deleted file]
xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.3.ebuild [deleted file]
xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild [deleted file]

index 9d29c4b13c53c9de19e052a84a8e4cf765ef3d20..703a0fb56e7d7fa12cda06982a6b40040bd2aecd 100644 (file)
@@ -1,4 +1 @@
-DIST xfce4-power-manager-1.6.1.tar.bz2 1180710 BLAKE2B bffb5f00a42a3242a0b9d35b48fe6d9813d3292757844e911a8e71d05cb59f2f91d93ab5a77ac15ae35c90ccfa60ce39db23bc94a0350232538c8621fec4473f SHA512 b81ce1b35892a6cd0b1d4fb590ccc25b906cde6f782de2fffbe78ea89e00df15e51ea1f47576c173b7512cd617f5142868fca8cf81519b6fe165a5ecc67a5478
-DIST xfce4-power-manager-1.6.3.tar.bz2 1216971 BLAKE2B 872011a6d18841aa7b9cfee3b9aa91e75b7db95a77dd8ac3484ebdc5d289c375a7c805d8638650e72870b8eaddd71bfac74a5e3f568b8ca1366160c972c61cc4 SHA512 4a3c629bf14b3214d57df9b9a5fc77ec675e02c300c508525634bcaf38d94ab0f6e125ea5ec7bd41c1d0c3d065dfb3ab1937ee7f1006adc0093142f466950c6b
-DIST xfce4-power-manager-1.6.4.tar.bz2 1216948 BLAKE2B bc89c30f1668e4cef662336c3294bc0ac495e3a8350d4bcd1c4f514a52840482b9129a822e4e3edee5379f32cf9df897564493e444b2c4607ec5cd8c6a562d43 SHA512 0d1aee648d4fbd1543dc65abf97eb9c7da7d5eb39d034ea9c99a6e9c2144854f6fcd12d5581d1bf1a31afb308f0ff34d4f6888a766c1eb7d0f1d63765a73e02d
 DIST xfce4-power-manager-1.6.5.tar.bz2 1205473 BLAKE2B 64d3aa04ccb11b7b541b9ec8c3dd4544c66f8e7de626c5395cd10ea1e0004d7f3e941d9357941b73aec3997ed9935f04540d2c04ca1e6ac271baa80732de0f72 SHA512 ebcf9ba7431518fdafa74f49511200e16093c34f78516e823a2f7ac02a085a08377efe5f9c6fe285f3d1e2de253789404e01b34a48e3f5ff23c2c143b2801207
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
deleted file mode 100644 (file)
index 5a75b1e..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="debug kernel_linux networkmanager +panel-plugin policykit"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-       >=sys-power/upower-0.99.0
-       sys-power/pm-utils
-       >=x11-libs/gtk+-3.14:3=
-       >=x11-libs/libnotify-0.7:=
-       x11-libs/libX11:=
-       >=x11-libs/libXrandr-1.2:=
-       x11-libs/libXext:=
-       x11-libs/libXtst:=
-       >=xfce-base/xfconf-4.12:=
-       >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-       >=xfce-base/libxfce4util-4.12:=
-       panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-       policykit? ( >=sys-auth/polkit-0.112 )"
-RDEPEND="${COMMON_DEPEND}
-       networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-src_configure() {
-       local myconf=(
-               $(use_enable policykit polkit)
-               $(use_enable networkmanager network-manager)
-               $(use_enable panel-plugin xfce4panel)
-       )
-
-       econf "${myconf[@]}"
-}
-
-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-power-manager/xfce4-power-manager-1.6.3.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.3.ebuild
deleted file mode 100644 (file)
index f7dd4f5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="kernel_linux networkmanager +panel-plugin policykit"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-       >=sys-power/upower-0.99.0
-       sys-power/pm-utils
-       >=x11-libs/gtk+-3.14:3=
-       >=x11-libs/libnotify-0.7:=
-       x11-libs/libX11:=
-       >=x11-libs/libXrandr-1.2:=
-       x11-libs/libXext:=
-       x11-libs/libXtst:=
-       >=xfce-base/xfconf-4.12:=
-       >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-       >=xfce-base/libxfce4util-4.12:=
-       panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-       policykit? ( >=sys-auth/polkit-0.112 )"
-RDEPEND="${COMMON_DEPEND}
-       networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-src_configure() {
-       local myconf=(
-               $(use_enable policykit polkit)
-               $(use_enable networkmanager network-manager)
-               $(use_enable panel-plugin xfce4panel)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild
deleted file mode 100644 (file)
index 6b9e256..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="kernel_linux networkmanager +panel-plugin policykit"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-       >=sys-power/upower-0.99.0
-       sys-power/pm-utils
-       >=x11-libs/gtk+-3.14:3=
-       >=x11-libs/libnotify-0.7:=
-       x11-libs/libX11:=
-       >=x11-libs/libXrandr-1.2:=
-       x11-libs/libXext:=
-       x11-libs/libXtst:=
-       >=xfce-base/xfconf-4.12:=
-       >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-       >=xfce-base/libxfce4util-4.12:=
-       panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-       policykit? ( >=sys-auth/polkit-0.112 )"
-RDEPEND="${COMMON_DEPEND}
-       networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-src_configure() {
-       local myconf=(
-               $(use_enable policykit polkit)
-               $(use_enable networkmanager network-manager)
-               $(use_enable panel-plugin xfce4panel)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}