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 70D92138334 for ; Wed, 19 Sep 2018 19:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A13E0898; Wed, 19 Sep 2018 19:13:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EFF7CE0898 for ; Wed, 19 Sep 2018 19:13:24 +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 C5BAF335C4F for ; Wed, 19 Sep 2018 19:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D9C03C1 for ; Wed, 19 Sep 2018 19:13:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1537384389.6648477fd398f585326066facc6f8aeb8e495c8a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmxres/wmxres-1.2.ebuild X-VCS-Directories: x11-plugins/wmxres/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6648477fd398f585326066facc6f8aeb8e495c8a X-VCS-Branch: master Date: Wed, 19 Sep 2018 19:13:20 +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: 101c7525-96cd-443a-9b9b-0c59517e3e6c X-Archives-Hash: 3c1b59dd253aab72885a4ae3075e3ca0 commit: 6648477fd398f585326066facc6f8aeb8e495c8a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Sep 19 19:13:09 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Sep 19 19:13:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6648477f x11-plugins/wmxres: Drop old Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-plugins/wmxres/wmxres-1.2.ebuild | 40 ------------------------------------ 1 file changed, 40 deletions(-) diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild deleted file mode 100644 index 79322945836..00000000000 --- a/x11-plugins/wmxres/wmxres-1.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Dock application to select your display mode among those possible" -HOMEPAGE="http://yalla.free.fr/wn" -SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64 x86 ~ppc" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXxf86vm" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libXxf86dga" - -S=${WORKDIR}/${PN}.app - -src_prepare() { - epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch - sed -e "s:-g -c -O2:${CFLAGS} -c:" \ - -e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \ - -i Makefile || die "sed failed" -} - -src_compile() { - emake INCDIR="-I/usr/include" LIBDIR="-L/usr/$(get_libdir)" -} - -src_install() { - dobin ${PN}/${PN} - doman ${PN}.1 -}