Skip to content

Commit

Permalink
gui-apps/wl-clipboard: 2.0.0_beta1 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Sep 16, 2019
1 parent 67522fe commit cf4f232
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-apps/wl-clipboard/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299 SHA512 328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
DIST wl-clipboard-2.0.0_beta1.tar.gz 39963 BLAKE2B d8c624fd395bbb7d233c9b5b0c3f4ddf369288712498625caaad427616ff190fb3512cccfc4b4506835e6bf9dc432a272fc6696058ec31a1b3355b1a06b5e76a SHA512 d11a89f8a8996f0aba9eb30ddd87715f65390459baccc9f20cb04864c1fdd54f8efe5b10a1eb470efa2b72be871e27fd5fe72df3a61c0b53e5ff41dc111b82ca
25 changes: 25 additions & 0 deletions gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="Wayland clipboard utilities"
HOMEPAGE="https://github.com/bugaevc/wl-clipboard"

if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
else
SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND=""

0 comments on commit cf4f232

Please sign in to comment.