Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wl-clipboard/
Date: Sat, 09 Feb 2019 02:23:13
Message-Id: 1549678976.d68c8f474478e7d3dd55963dc9774101ff752d60.prometheanfire@gentoo
1 commit: d68c8f474478e7d3dd55963dc9774101ff752d60
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 01:30:12 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 02:22:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68c8f47
7
8 dev-libs/wl-clipboard: initial add
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-libs/wl-clipboard/Manifest | 1 +
14 dev-libs/wl-clipboard/metadata.xml | 11 +++++++++++
15 dev-libs/wl-clipboard/wl-clipboard-1.0.0.ebuild | 25 +++++++++++++++++++++++++
16 dev-libs/wl-clipboard/wl-clipboard-9999.ebuild | 25 +++++++++++++++++++++++++
17 4 files changed, 62 insertions(+)
18
19 diff --git a/dev-libs/wl-clipboard/Manifest b/dev-libs/wl-clipboard/Manifest
20 new file mode 100644
21 index 00000000000..3c882e36cd2
22 --- /dev/null
23 +++ b/dev-libs/wl-clipboard/Manifest
24 @@ -0,0 +1 @@
25 +DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299 SHA512 328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
26
27 diff --git a/dev-libs/wl-clipboard/metadata.xml b/dev-libs/wl-clipboard/metadata.xml
28 new file mode 100644
29 index 00000000000..1c9838f357e
30 --- /dev/null
31 +++ b/dev-libs/wl-clipboard/metadata.xml
32 @@ -0,0 +1,11 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>prometheanfire@g.o</email>
38 + <name>Matthew Thode</name>
39 + </maintainer>
40 + <longdescription lang="en">
41 + Two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on.
42 + </longdescription>
43 +</pkgmetadata>
44
45 diff --git a/dev-libs/wl-clipboard/wl-clipboard-1.0.0.ebuild b/dev-libs/wl-clipboard/wl-clipboard-1.0.0.ebuild
46 new file mode 100644
47 index 00000000000..d7fcf533747
48 --- /dev/null
49 +++ b/dev-libs/wl-clipboard/wl-clipboard-1.0.0.ebuild
50 @@ -0,0 +1,25 @@
51 +# Copyright 2019 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=7
55 +
56 +inherit meson
57 +
58 +DESCRIPTION="Wayland clipboard utilities"
59 +HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
60 +
61 +if [[ ${PV} == 9999 ]] ; then
62 + inherit git-r3
63 + EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
64 +else
65 + SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66 + KEYWORDS="~amd64 ~x86"
67 +fi
68 +
69 +LICENSE="GPL-3"
70 +SLOT="0"
71 +IUSE=""
72 +
73 +DEPEND="dev-libs/wayland"
74 +RDEPEND="${DEPEND}"
75 +BDEPEND=""
76
77 diff --git a/dev-libs/wl-clipboard/wl-clipboard-9999.ebuild b/dev-libs/wl-clipboard/wl-clipboard-9999.ebuild
78 new file mode 100644
79 index 00000000000..d7fcf533747
80 --- /dev/null
81 +++ b/dev-libs/wl-clipboard/wl-clipboard-9999.ebuild
82 @@ -0,0 +1,25 @@
83 +# Copyright 2019 Gentoo Authors
84 +# Distributed under the terms of the GNU General Public License v2
85 +
86 +EAPI=7
87 +
88 +inherit meson
89 +
90 +DESCRIPTION="Wayland clipboard utilities"
91 +HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
92 +
93 +if [[ ${PV} == 9999 ]] ; then
94 + inherit git-r3
95 + EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
96 +else
97 + SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 + KEYWORDS="~amd64 ~x86"
99 +fi
100 +
101 +LICENSE="GPL-3"
102 +SLOT="0"
103 +IUSE=""
104 +
105 +DEPEND="dev-libs/wayland"
106 +RDEPEND="${DEPEND}"
107 +BDEPEND=""