summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-11-24 09:42:32 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-11-24 09:54:14 +0100
commitab27c583b8d55980a025dea116bc7e186db21029 (patch)
treef0e9739e76c7515aa750cd916f427a7e8946bfba
parentwww-client/vivaldi-snapshot: Old. (diff)
downloadgentoo-ab27c583b8d55980a025dea116bc7e186db21029.tar.gz
gentoo-ab27c583b8d55980a025dea116bc7e186db21029.tar.bz2
gentoo-ab27c583b8d55980a025dea116bc7e186db21029.zip
x11-plugins/wmtimer: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild42
-rw-r--r--x11-plugins/wmtimer/wmtimer-2.92.ebuild40
2 files changed, 0 insertions, 82 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild
deleted file mode 100644
index 66928b5aa639..000000000000
--- a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
-HOMEPAGE="http://www.darkops.net/wmtimer"
-SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- x11-libs/gtk+:2
- x11-libs/libXpm
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
- sed -i -e "s:\$(CFLAGS)::" Makefile || die
- sed -i -e "s:-g::g" Makefile || die
- sed -i -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" Makefile || die
- sed -i -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" Makefile || die
- epatch "${FILESDIR}"/${PN}-counter-fix.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LIBDIR="-L/usr/$(get_libdir)"
-}
-
-src_install() {
- dobin wmtimer
- dodoc ../{Changelog,CREDITS,README}
-}
diff --git a/x11-plugins/wmtimer/wmtimer-2.92.ebuild b/x11-plugins/wmtimer/wmtimer-2.92.ebuild
deleted file mode 100644
index 0d5ae3d2433a..000000000000
--- a/x11-plugins/wmtimer/wmtimer-2.92.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
-HOMEPAGE="http://www.darkops.net/wmtimer"
-SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libXpm
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
- sed -e "s:\$(CFLAGS)::" -i Makefile
- sed -e "s:-g::g" -i Makefile
- sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
- sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LIBDIR="-L/usr/$(get_libdir)"
-}
-
-src_install() {
- dobin wmtimer
- dodoc ../{Changelog,CREDITS,README}
-}