From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4EAB5139B2A for ; Sun, 13 Sep 2015 18:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC53CE089A; Sun, 13 Sep 2015 18:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EAB8E089A for ; Sun, 13 Sep 2015 18:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91DA4340A15 for ; Sun, 13 Sep 2015 18:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16838187 for ; Sun, 13 Sep 2015 18:51:19 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442170265.26b0d171c31015dc53127bbf7d37e2240d4481c7.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lndir/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lndir/Manifest x11-misc/lndir/lndir-1.0.2.ebuild X-VCS-Directories: x11-misc/lndir/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 26b0d171c31015dc53127bbf7d37e2240d4481c7 X-VCS-Branch: master Date: Sun, 13 Sep 2015 18:51:19 +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: d8451438-2a63-490b-b3e2-41f2f0ed402d X-Archives-Hash: cec85e87e5513c1fd9a1acf4438341ae commit: 26b0d171c31015dc53127bbf7d37e2240d4481c7 Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 13 18:51:05 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 13 18:51:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0d171 x11-misc/lndir: Remove old Package-Manager: portage-2.2.20.1 x11-misc/lndir/Manifest | 1 - x11-misc/lndir/lndir-1.0.2.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-misc/lndir/Manifest b/x11-misc/lndir/Manifest index fbd8388..651e40a 100644 --- a/x11-misc/lndir/Manifest +++ b/x11-misc/lndir/Manifest @@ -1,2 +1 @@ -DIST lndir-1.0.2.tar.bz2 105950 SHA256 e5130133e2c6e07c63e5f20199fc6581295c24706e9078f4285378eec14728b5 DIST lndir-1.0.3.tar.bz2 114392 SHA256 49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d diff --git a/x11-misc/lndir/lndir-1.0.2.ebuild b/x11-misc/lndir/lndir-1.0.2.ebuild deleted file mode 100644 index b9eb7d4..0000000 --- a/x11-misc/lndir/lndir-1.0.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -XORG_STATIC=no -inherit xorg-2 - -DESCRIPTION="create a shadow directory of symbolic links to another directory tree" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - x11-proto/xproto"