Skip to content

Commit

Permalink
kde-misc/gmailfeed: new package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
kensington committed Dec 15, 2016
1 parent c56e561 commit a233d4d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/gmailfeed/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST gmailfeed-1.1.tar.gz 21221 SHA256 b505d54922ca69952d33ab6ebe28593df3726063499936efe5a68e4294ba9623 SHA512 f82ce00074302f7b67c2439e11e8cee5b66681fd9f4e7a74088a0bf65224b6025a4fbbc79f3d6a8dddb194dffcf3f7978bf483e575666d35e89afb4259274677 WHIRLPOOL e18dadae0b4d0e7f2d38d3c1e165cd7044f6061df7fe9a3ebc9d5799d1c9c5797c63d2350ae761bcaef492436398395967e52ec47ba0928f1a035d8db2b0b991
25 changes: 25 additions & 0 deletions kde-misc/gmailfeed/gmailfeed-1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit kde5

DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox"
HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed"
SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep plasma)
$(add_qt_dep qtdeclarative 'xml')
$(add_qt_dep qtnetwork)
"
RDEPEND="${DEPEND}
$(add_qt_dep qtquickcontrols)
"
11 changes: 11 additions & 0 deletions kde-misc/gmailfeed/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo KDE Project</name>
</maintainer>
<upstream>
<remote-id type="github">anthon38/gmailfeed</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit a233d4d

Please sign in to comment.