From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54C47139083 for ; Fri, 24 Nov 2017 09:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D6EE0D12; Fri, 24 Nov 2017 09:10:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291EEE0D12 for ; Fri, 24 Nov 2017 09:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F2C3406D1 for ; Fri, 24 Nov 2017 09:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDEFA5C4 for ; Fri, 24 Nov 2017 09:10:47 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1511513654.ab27c583b8d55980a025dea116bc7e186db21029.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild x11-plugins/wmtimer/wmtimer-2.92.ebuild X-VCS-Directories: x11-plugins/wmtimer/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: ab27c583b8d55980a025dea116bc7e186db21029 X-VCS-Branch: master Date: Fri, 24 Nov 2017 09:10:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26dc70a4-a448-42e9-8846-e1ba8d329a90 X-Archives-Hash: fff3f37c9baab2743680729c1853a797 commit: ab27c583b8d55980a025dea116bc7e186db21029 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Nov 24 08:42:32 2017 +0000 Commit: Bernard Cafarelli gentoo 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} -}