commit:     8f1e117985a344ccdf8d4bf1d6dc8bbb13928228
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec  8 19:56:39 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:28:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e1179

x11-plugins/wmcliphist: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild | 33 -------------------------
 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild    | 32 ------------------------
 2 files changed, 65 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild 
b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
deleted file mode 100644
index 37e71fb2d44..00000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
+++ /dev/null
@@ -1,33 +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_prepare() {
-       sed -e '/^PREFIX/s:=.*:=/usr:' \
-               -i Makefile || die
-       tc-export CC
-}
-
-src_install() {
-       default
-
-       dodoc ChangeLog README
-       newdoc ${PN}rc ${PN}rc.sample
-}

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild 
b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
deleted file mode 100644
index 6a94c485a30..00000000000
--- 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
-}

Reply via email to