summaryrefslogtreecommitdiff
path: root/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'x11-plugins/wmcliphist/wmcliphist-2.1.ebuild')
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
deleted file mode 100644
index 6a94c485a30e..000000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_compile() {
- tc-export CC
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
-
- dodoc ChangeLog README
- newdoc ${PN}rc ${PN}rc.sample
-}