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 3EB4E138332 for ; Sun, 20 May 2018 00:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84978E0991; Sun, 20 May 2018 00:33:25 +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 569ACE0990 for ; Sun, 20 May 2018 00:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BF9C335CCB for ; Sun, 20 May 2018 00:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFB62AD for ; Sun, 20 May 2018 00:33:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526776277.cebc24fc549b6e5eda8a47c7dcfd114fc30cd5df.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/oroborus/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/oroborus/oroborus-2.0.20.ebuild X-VCS-Directories: x11-wm/oroborus/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cebc24fc549b6e5eda8a47c7dcfd114fc30cd5df X-VCS-Branch: master Date: Sun, 20 May 2018 00:33:21 +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: 679b5c62-6208-4e32-98d9-9fa42efe00f7 X-Archives-Hash: 6fff3df8e50b537f7b11f1eeec02d453 commit: cebc24fc549b6e5eda8a47c7dcfd114fc30cd5df Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 06:57:53 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:31:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebc24fc x11-wm/oroborus: remove old x11-wm/oroborus/oroborus-2.0.20.ebuild | 37 ---------------------------------- 1 file changed, 37 deletions(-) diff --git a/x11-wm/oroborus/oroborus-2.0.20.ebuild b/x11-wm/oroborus/oroborus-2.0.20.ebuild deleted file mode 100644 index a5e7374cb09..00000000000 --- a/x11-wm/oroborus/oroborus-2.0.20.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Small and fast window manager" -HOMEPAGE="http://www.oroborus.org" -SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="gnome" - -RDEPEND="x11-libs/libXpm - x11-libs/libXext - x11-libs/libSM - x11-libs/libICE - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_configure() { - econf --disable-dependency-tracking -} - -src_install () { - emake DESTDIR="${D}" install - - if use gnome; then - insinto /usr/share/gnome/wm-properties - doins "${FILESDIR}"/${PN}.desktop - fi - - dodoc AUTHORS ChangeLog example.${PN}rc README TODO -}