forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mate-extra/mate-user-guide: version bump to 1.16.0
Package-Manager: portage-2.3.1
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST mate-user-guide-1.12.0.tar.xz 8296724 SHA256 1733b5429a38b1ca5bf5922f530f8149df80b9caf613d405fd98c05762bd4c29 SHA512 b92a58e2104d22007bf61ca2dc71e02acd250886393a9b3ccb397a3172a1f0542a34589ea2c82f9b985af0ae3ce505012f69731d82d8412949f5ffc254356456 WHIRLPOOL caf177ba7b4dc783fede776bf5960f55696737bb584b425c2d4038e71260e66d9fb803759ec3aa17771f249efd4855ccc5d6fcb8000455b138148f1a91d09e99 | ||
DIST mate-user-guide-1.14.0.tar.xz 8375176 SHA256 acf817fa980e78842f1b73da1b499a07018e15bb22fb53316fea23de4bae7988 SHA512 62df5ee3372d452f52d7e63f18991b68996081dad05ae04fb4902d65246aeef7fc85686b4c4145974fd5cd2db95178f156b9847003f6f0576939d0afae501e60 WHIRLPOOL 665b584bc168f8b65f7f6a4ae427aa514df200915f329f934e6243411e8192e8e655547e25a6c71b223ba45b9ba5f5ad58fbd362d7467ab0a9be5eb06aad1792 | ||
DIST mate-user-guide-1.16.0.tar.xz 8377540 SHA256 78aef5ba91b776f6e50dd2770b3a2fda258d76679dc9f723797a37fb100a4f5f SHA512 90dd0af23c2532d401a52442b2837bb43329c18b4c76cf7ac67c84434e9b87fbf75050e5456f1b242755869c8540f5de3abd7a004bd400a1bf81cce66e3ccf80 WHIRLPOOL b3492496784ef2afdba6d9c215f070d807d61ac7135322393cc6b836b2002031bd4edd6979de7420c4f48b532356a2d5b7d9af9f538c799bfbdcd26844087858 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
MATE_LA_PUNT="yes" | ||
|
||
inherit mate | ||
|
||
if [[ ${PV} != 9999 ]]; then | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
fi | ||
|
||
DESCRIPTION="User documentation for MATE Desktop" | ||
LICENSE="GPL-2 LGPL-2" | ||
SLOT="0" | ||
|
||
COMMON_DEPEND="virtual/libintl:0" | ||
|
||
RDEPEND="${COMMON_DEPEND} | ||
gnome-extra/yelp" | ||
|
||
DEPEND="${COMMON_DEPEND} | ||
>=dev-util/intltool-0.40:* | ||
app-text/yelp-tools | ||
sys-devel/gettext:* | ||
virtual/pkgconfig:* | ||
!!mate-base/mate-desktop[user-guide]" |