mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
gnome-extra/gnome-power-manager: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gnome-power-manager-3.22.2.tar.xz 453204 BLAKE2B 3b0213481bdba4fdbcc25987660cd358271355a1d259b848399e8dde4e093dd4d8020277e44eafe0cf448e6fccf0abdc68fd8e28d1a654ea45c1ea46f4f2ca41 SHA512 a8039404bf9850422d385281b6572485b39b5fd63c7eec1b41df14f4d551898a90c8d943683517744d0dc2d851a7fd1f7697655af91a0d17a3df476828a763aa
|
||||
DIST gnome-power-manager-3.24.0.tar.xz 554616 BLAKE2B f39ce93943426fe8e833b48b5e7e4a02645eb3ffd28aa9e3e8c515d159950409ae9904b2683419d0087b3ced8e30f1c42b4dd9c511100041952449aef0b18e0f SHA512 fbbac0f5176382ccd13497cd80792d10ca4bc39fa4cc0585543f5458ba0f256ffb66b7ebd82667e482ba33cf2b6f3ef6a64bf2f55ac224e1d9ab2e2b7491e4e0
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit gnome2 virtualx
|
||||
|
||||
DESCRIPTION="GNOME power management service"
|
||||
HOMEPAGE="https://projects.gnome.org/gnome-power-manager/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.45.8:2
|
||||
>=x11-libs/gtk+-3.3.8:3
|
||||
>=x11-libs/cairo-1
|
||||
>=sys-power/upower-0.99:=
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
x11-themes/adwaita-icon-theme
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/docbook-sgml-dtd:4.1
|
||||
app-text/docbook-sgml-utils
|
||||
dev-libs/appstream-glib
|
||||
>=dev-util/intltool-0.50
|
||||
sys-devel/gettext
|
||||
x11-proto/randrproto
|
||||
virtual/pkgconfig
|
||||
test? ( sys-apps/dbus )
|
||||
"
|
||||
|
||||
# docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
|
||||
# (files under ${S}/man).
|
||||
# docbook-xml-dtd-4.4 and -4.1.2 are used by the xml files under ${S}/docs.
|
||||
|
||||
src_prepare() {
|
||||
# Drop debugger CFLAGS from configure
|
||||
# Touch configure.ac only if running eautoreconf, otherwise
|
||||
# maintainer mode gets triggered -- even if the order is correct
|
||||
sed -e 's:^CPPFLAGS="$CPPFLAGS -g"$::g' \
|
||||
-i configure || die "debugger sed failed"
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
$(use_enable test tests)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx emake check
|
||||
}
|
||||
Reference in New Issue
Block a user