summaryrefslogtreecommitdiff
path: root/x11-plugins/wmappl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /x11-plugins/wmappl
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r--x11-plugins/wmappl/Manifest3
-rw-r--r--x11-plugins/wmappl/wmappl-0.71-r1.ebuild4
-rw-r--r--x11-plugins/wmappl/wmappl-0.71.ebuild29
3 files changed, 3 insertions, 33 deletions
diff --git a/x11-plugins/wmappl/Manifest b/x11-plugins/wmappl/Manifest
index 941b972c0b66..2e4906eaff2c 100644
--- a/x11-plugins/wmappl/Manifest
+++ b/x11-plugins/wmappl/Manifest
@@ -1,4 +1,3 @@
DIST wmappl-0.71.tar.gz 139219 BLAKE2B 0c28182608e446f1d65441ba57a86105a745b374b9e54c84d52bee58876097b83520a33a7413358ccf0d687696cee11541cbf6536c42442f85b64aae6e70b451 SHA512 dbcf1441960fd22b5436515c28c6870ff8400cfbe0b2aa4129ff1eaad6faeb5e0a3500b4c6f19b6ce3ea3dc8b52bc38a6fc591b93e6cb12e13d8447c3eb371d2
-EBUILD wmappl-0.71-r1.ebuild 454 BLAKE2B c3d78b53d57234c2ce6d616322b65fd30b95dd78ce2ffa5f954f01f24d2bcbc98cebc288f970abff74a4f3e2909f6594494ed5c1f9772a0c0d3155dbc0f7abe0 SHA512 55814ec0a138dcd920a10c51fc679523a266df88ea41ceaedda953eb518ce1642d8f9b85dbc6ef89fcf1794d71fb65bfbe1cc617c6928d4edddd84e3fa678caf
-EBUILD wmappl-0.71.ebuild 630 BLAKE2B 89fbc2aa192b7315cbf35ab1b36d2543c3ec47b7a74f1633d426110372afa3ac27e7067bd5dd1d3eebf53aa0cb64313a31b01f331f6ca26f3a382079fa9c5eb6 SHA512 8683f32b6a8131233b54651a56347db2f466428fadc20b26f119798281c2ac39b7c0abd0a16fe81faf1d09a0836ac23091742f9521c62a62bf074212a1537319
+EBUILD wmappl-0.71-r1.ebuild 450 BLAKE2B 20a01900d0fc019c3657f0ae92a2a405aa39c80e9539e61fd74e32d3eadeed23d1f0bf7be4c684ef883ee9109a5949f8cd3220d61fc88b3a61eead084244f7e1 SHA512 9c22b03b295a678f188a57ad98c8196a563d0237c65fce0e6e5994e23928e8f166ba7c45cdde2ff40871b09d281566d7a0a595871de531bb445870af400900c9
MISC metadata.xml 328 BLAKE2B 7de8ce1608ae1aac3b67ec0c5a28fe355bc7d0806b8f08256bd13e05ca8546c65a883db1101d7ce378a95258f642485a1b42c91ac5b03cd1e1eedd548656a001 SHA512 8fe600c98e902f450398b33925f201716397f0ace965dff49a6e6edc8c243cab7931b9719b01c6b4e63a44a3467c48ce4310ef87b3667f6d4358f65b31d66783
diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
index 2c9782c0d49d..58df593547ac 100644
--- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
+++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,4 +16,4 @@ DEPEND="${RDEPEND}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
diff --git a/x11-plugins/wmappl/wmappl-0.71.ebuild b/x11-plugins/wmappl/wmappl-0.71.ebuild
deleted file mode 100644
index bbd0ab35203d..000000000000
--- a/x11-plugins/wmappl/wmappl-0.71.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-DESCRIPTION="Simple application launcher for the Window Maker dock"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="https://www.dockapps.net/wmappl"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc"
-
-src_compile() {
- econf || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "Installation failed"
-}