diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 01:54:05 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 01:57:19 +0100 |
commit | 826a36b6aee1fa51f33d28f39c4e5497e2281743 (patch) | |
tree | 01cf8a694c3c927261e0fcc03b8124977a827d25 /x11-plugins/wmpinboard | |
parent | x11-plugins/wmpinboard: update homepage and SRC_URI (diff) | |
download | gentoo-826a36b6aee1fa51f33d28f39c4e5497e2281743.tar.gz gentoo-826a36b6aee1fa51f33d28f39c4e5497e2281743.tar.bz2 gentoo-826a36b6aee1fa51f33d28f39c4e5497e2281743.zip |
x11-plugins/wmpinboard: 1.0.1 bump
Update ebuild to EAPI6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmpinboard')
-rw-r--r-- | x11-plugins/wmpinboard/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/wmpinboard/Manifest b/x11-plugins/wmpinboard/Manifest index 6a4ba3ce315b..60ade195d2c7 100644 --- a/x11-plugins/wmpinboard/Manifest +++ b/x11-plugins/wmpinboard/Manifest @@ -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 index 000000000000..884ccdd4b4cc --- /dev/null +++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild @@ -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" |