commit: ab27c583b8d55980a025dea116bc7e186db21029 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri Nov 24 08:42:32 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri Nov 24 08:54:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab27c583
x11-plugins/wmtimer: drop old Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild | 42 ------------------------------ x11-plugins/wmtimer/wmtimer-2.92.ebuild | 40 ---------------------------- 2 files changed, 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 66928b5aa63..00000000000 --- 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 0d5ae3d2433..00000000000 --- 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} -}
