summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lamm <expeditioneer@gentoo.org>2018-01-12 14:27:30 +0100
committerDennis Lamm <expeditioneer@gentoo.org>2018-01-12 14:27:30 +0100
commitab68bd1434ca09a27d16b058c29ba5d2c7883136 (patch)
tree2cb425d37ea3615968eb0c5d58ca0bd08dd54929
parentgnome-extra/gnome-documents: drop old (diff)
downloadgnome-ab68bd1434ca09a27d16b058c29ba5d2c7883136.tar.gz
gnome-ab68bd1434ca09a27d16b058c29ba5d2c7883136.tar.bz2
gnome-ab68bd1434ca09a27d16b058c29ba5d2c7883136.zip
gnome-extra/gnome-power-manager: drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force
-rw-r--r--gnome-extra/gnome-power-manager/Manifest15
-rw-r--r--gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild59
2 files changed, 0 insertions, 74 deletions
diff --git a/gnome-extra/gnome-power-manager/Manifest b/gnome-extra/gnome-power-manager/Manifest
deleted file mode 100644
index b3a2a2c8..00000000
--- a/gnome-extra/gnome-power-manager/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST gnome-power-manager-3.20.0.tar.xz 436464 SHA256 159c23a6ed5ffd54324947adb2a32caff6d6e2210f96bdf3961edfcad8058a47 SHA512 4b0a735b64e0c8834fe5ef5d5fbe1feb00dbe0d46b6efb97d6ca8fe394f8436cdd26fc4d655e0b983ac85110404ed46657b357ee6ec733a7c821a51b05419c19 WHIRLPOOL d23db7b0ad7567e380c979d74d3f6feda96bc3e12c256d9c4d2f88a888d7f722ad5b879912e45c68b03f58ce4cc239c7b604d191813697f96d4d202dc9b911ed
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iQEcBAEBCAAGBQJW/B0bAAoJEOnlaGd+i01C6aEIAJSjaX57hHoBzmk3UEvXYYNU
-zQgLN4rIXX6vTv26KOyb2f8TUNRR6DjZ+BCrNSRq7Vy6fLzzDCfhAGR18IBp0Zal
-joPSbuHCQd59TPAuvOnkwALPK5Og7pewmnOwLldm7wT5Kaz2+XtGTnXjKpISavGs
-vmhhTpq4uAotqi+41jQEu6PGnYP5IyJ4Ff40kE0nUxMbNEzzlNVAcir4nGvPrmHa
-R4jLVpyktl2oKXLR3Qni0e0iZWn/wG4iwCG3voGzAc6GpBrU150Kwls7pjS86TRu
-5c0MgfL4P5tEAeoTF0gq+7UHGSq3s0OdxS8LzmnRxEqNvgLBG0rgrUaqTQaOjZ8=
-=Tj0B
------END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild
deleted file mode 100644
index b1599823..00000000
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils 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/gnome-icon-theme-symbolic
-"
-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() {
- unset DBUS_SESSION_BUS_ADDRESS
- Xemake check
-}