mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-logs: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gnome-logs-3.20.1.tar.xz 954368 SHA256 b797841faac4e176c64497837de27b1b953d16d2482e8a773a48b38117b1367e SHA512 99d67859c80c99ebfca4eb430cbd35b722fcb7ca80827fb2ad3f44420ad6c8978e7f0333d096933a0b2a20fbe4cd15b1fa4517bde928dae48a399c15f698e88c WHIRLPOOL 5bb3ac205a8b3e8590532dcd15c6a4baefa491dea741818ea6b0705ff51dc98b27ea6227a869727acfe7b867092b9890902e06f9bfaca0023830392d618d1e43
|
||||
DIST gnome-logs-3.22.1.tar.xz 968664 SHA256 e2cdbd58d125beacda288d9f0b96351db9cc66c7363b70e5a627a2024d52b21d SHA512 0836f326407bcfa66b57f10218ccb557356baaed53867c96f4a8fa12eea547fe4bc8a4f5aea894852c4de31d19c4e2374ecfe78bcfcceda93d2884cefdef90be WHIRLPOOL c18dc2abe02df244d4e3844aac4bb511d37fa84b1f80dee51c68d3b626368380c5a3f8fb9b103f4dcb72d10d14f17e203cceab4ee77c820921d518f0d174f24f
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit gnome2 python-any-r1 virtualx
|
||||
|
||||
DESCRIPTION="Log messages and event viewer"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Logs"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.43.90:2
|
||||
sys-apps/systemd:=
|
||||
>=x11-libs/gtk+-3.19.3:3
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
~app-text/docbook-xml-dtd-4.3
|
||||
dev-libs/appstream-glib
|
||||
dev-libs/libxslt
|
||||
>=dev-util/intltool-0.50
|
||||
dev-util/itstool
|
||||
virtual/pkgconfig
|
||||
test? ( dev-util/dogtail )
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure $(use_enable test tests)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx emake check
|
||||
}
|
||||
Reference in New Issue
Block a user