x11-plugins/wmpinboard: 1.0.1 bump
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 27 Nov 2017 00:54:05 +0000 (01:54 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 27 Nov 2017 00:57:19 +0000 (01:57 +0100)
Update ebuild to EAPI6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

x11-plugins/wmpinboard/Manifest
x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild [new file with mode: 0644]

index 6a4ba3ce315b069a1228578f6dfd2a99b1979968..60ade195d2c780d3fc771085d28c7385582203ae 100644 (file)
@@ -1 +1,2 @@
+DIST wmpinboard-1.0.1.tar.gz 195782 BLAKE2B f88368b61645c91958d81161e9f5e8523d09b7ef825476afebb2b4318c8cf04f11319b3eaf9b152fe97a4dea2dac6147e9b70eb70cd9cddbc1f45960df6529e5 SHA512 5728aa8a040ba81a814a0851f5bed2d5fbf933b400bdafd2b92deef8eb35d62a050293bdb98d71c6a8db058223e5ae64de932dcf971fd244aea8f48f8832aa36
 DIST wmpinboard-1.0.tar.gz 133290 BLAKE2B 06ed6c09d12556adf8af9a69c86ae6e60450cc6dfd3e9d0b45bf8650c057fdf54434280b36822965d5f0c0586956a84098285aa0a976090a83fd9077ada481a0 SHA512 486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd
diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild
new file mode 100644 (file)
index 0000000..884ccdd
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Window Maker dock applet resembling a miniature pinboard"
+HOMEPAGE="https://github.com/bbidulock/wmpinboard"
+SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXpm"
+DEPEND="${RDEPEND}
+       x11-proto/xproto"