Skip to content

Commit

Permalink
mate-base/mate-applets-meta: Version bump to 1.18
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
mudler committed Jun 4, 2017
1 parent f5169c7 commit c39a2cb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

if [[ ${PV} == 9999 ]]; then
MATE_BRANCH=9999
else
inherit versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~x86"
fi

DESCRIPTION="Meta package for MATE panel applets"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI=""

LICENSE="metapackage"
SLOT="0"
IUSE="appindicator sensors"

DEPEND=""
RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*
appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
"

0 comments on commit c39a2cb

Please sign in to comment.