summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-12-08 20:56:39 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-11 15:28:00 +0100
commit8f1e117985a344ccdf8d4bf1d6dc8bbb13928228 (patch)
treeb771c19e014c6c7d2bb3acd48e55773726976449 /x11-plugins
parentx11-plugins/wmcalc: drop old (diff)
downloadgentoo-8f1e117985a344ccdf8d4bf1d6dc8bbb13928228.tar.gz
gentoo-8f1e117985a344ccdf8d4bf1d6dc8bbb13928228.tar.bz2
gentoo-8f1e117985a344ccdf8d4bf1d6dc8bbb13928228.zip
x11-plugins/wmcliphist: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild33
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1.ebuild32
2 files changed, 0 insertions, 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 37e71fb2d446..000000000000
--- 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 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
-}