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 C92D5139694 for ; Sun, 26 Mar 2017 18:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17ACC21C1B8; Sun, 26 Mar 2017 18:02:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF7021C1B8 for ; Sun, 26 Mar 2017 18:02:44 +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 A110134162B for ; Sun, 26 Mar 2017 18:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B53270B7 for ; Sun, 26 Mar 2017 18:02:42 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1490551346.eb47d9ba8395609fb929f326d1bea5e9d1db2d7a.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/matwm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/matwm2/Manifest x11-wm/matwm2/matwm2-0.1.1.ebuild X-VCS-Directories: x11-wm/matwm2/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: eb47d9ba8395609fb929f326d1bea5e9d1db2d7a X-VCS-Branch: master Date: Sun, 26 Mar 2017 18:02:42 +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: a42e04a3-b4a9-40de-88b4-a647d4457b16 X-Archives-Hash: 2d585e9f94c7de1cd4cc4189845a0756 commit: eb47d9ba8395609fb929f326d1bea5e9d1db2d7a Author: Michael Orlitzky gentoo org> AuthorDate: Sun Mar 26 18:02:26 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Mar 26 18:02:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb47d9ba x11-wm/matwm2: remove unused version 0.1.1. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/matwm2/Manifest | 1 - x11-wm/matwm2/matwm2-0.1.1.ebuild | 55 --------------------------------------- 2 files changed, 56 deletions(-) diff --git a/x11-wm/matwm2/Manifest b/x11-wm/matwm2/Manifest index a0f6182f7cb..c18a041cd20 100644 --- a/x11-wm/matwm2/Manifest +++ b/x11-wm/matwm2/Manifest @@ -1,2 +1 @@ -DIST matwm2-0.1.1.tar.gz 64552 SHA256 b85de9adc2118a7305a9015b57183117a4dbebf52b1ae4ac688e8f276319beb7 SHA512 27968759e2c58272a9594a5af738161f6b963cea8ef110cf18b4519725ad3d0402776bf715ac16cc5d98ca6498a18085d953c8c5eea23d889f003e963c97787a WHIRLPOOL 78ff6252f205d0e8cddea459d7368934a6a7d820ce90575b6acea3ea8c25e402dbe6fe6e5af92c9ce45faa2d09f527dbf5dff97d6a5d6c955ccb7c59bad931c8 DIST matwm2-0.1.2_pre3.tar.gz 860231 SHA256 c6fc2b4cbe278e5b85035a9019d27e3ad964cab3b5862c442652679ab85523d0 SHA512 30c55c6090015432bf99853f136baebb5b4c1301d5f922dc933e0141caf18d6891a982bd89e22e065c146c0c5c570d0e8aebb7e4c708dddde9b0570b7ed5f9ba WHIRLPOOL 05b651783232ca46f03c5cd018379770749b2ff93d87cd24f297f3ce55677917c1f6980e2e5be8d8e53ff1e6020f07d4bacafdbc7189a9de9133b8147048f78c diff --git a/x11-wm/matwm2/matwm2-0.1.1.ebuild b/x11-wm/matwm2/matwm2-0.1.1.ebuild deleted file mode 100644 index 60322a6fe4a..00000000000 --- a/x11-wm/matwm2/matwm2-0.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit toolchain-funcs - -DESCRIPTION="Simple EWMH compatible window manager with titlebars and frames" -HOMEPAGE="http://squidjam.com/matwm/" -SRC_URI="http://squidjam.com/matwm/pub/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug xft xinerama" - -RDEPEND=" - x11-libs/libXext - x11-libs/libX11 - debug? ( x11-proto/xproto ) - xft? ( x11-libs/libXft ) - xinerama? ( x11-libs/libXinerama ) -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - x11-proto/xextproto - xinerama? ( x11-proto/xineramaproto ) -" - -src_configure() { - # configure is not autotools based - # --disable-shape left out because the code is broken - ./configure \ - $( use debug && echo --enable-debug ) \ - $( use xft || echo --disable-xft ) \ - $( use xinerama || echo --disable-xinerama ) \ - || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc BUGS ChangeLog default_matwmrc README TODO - - insinto /usr/share/xsessions - doins "${FILESDIR}"/${PN}.desktop - - echo ${PN} > "${T}"/${PN} - exeinto /etc/X11/Sessions - doexe "${T}"/${PN} -}