Skip to content

Commit

Permalink
dev-perl/Gtk2-AppIndicator: EAPI6 + Remote'ids
Browse files Browse the repository at this point in the history
- EAPI6
- Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric committed Oct 24, 2017
1 parent 1e42f0f commit 15e9a70
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=OESTERHOL
DIST_VERSION=0.15
inherit virtualx perl-module

DESCRIPTION="Perl binding for the GTK2 AppIndicator"

SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
>=dev-perl/Gtk2-1.200.0
dev-libs/libappindicator:2
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
src_test() {
virtx perl-module_src_test
}
4 changes: 4 additions & 0 deletions dev-perl/Gtk2-AppIndicator/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Gtk2-AppIndicator</remote-id>
<remote-id type="cpan-module">Gtk2::AppIndicator</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 15e9a70

Please sign in to comment.