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 25A2C59CB2 for ; Sat, 16 Apr 2016 13:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B674121C00B; Sat, 16 Apr 2016 13:22:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58CF221C00B for ; Sat, 16 Apr 2016 13:22:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8CD8340A60 for ; Sat, 16 Apr 2016 13:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 449B3C8 for ; Sat, 16 Apr 2016 13:22:33 +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: <1460812941.3bdb9688e61450b6b61a9566b7b00c6183625c13.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/wdfs/wdfs-1.4.2.ebuild X-VCS-Directories: net-fs/wdfs/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3bdb9688e61450b6b61a9566b7b00c6183625c13 X-VCS-Branch: master Date: Sat, 16 Apr 2016 13:22:33 +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: 535c9372-c854-49f5-a278-1a938774a7a7 X-Archives-Hash: 43ec97dd8170bbef71626c3656f39cda commit: 3bdb9688e61450b6b61a9566b7b00c6183625c13 Author: Manuel Rüger gentoo org> AuthorDate: Sat Apr 16 13:21:58 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 16 13:22:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdb9688 net-fs/wdfs: Remove old Package-Manager: portage-2.2.28 net-fs/wdfs/wdfs-1.4.2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-fs/wdfs/wdfs-1.4.2.ebuild b/net-fs/wdfs/wdfs-1.4.2.ebuild deleted file mode 100644 index 2d8a766..0000000 --- a/net-fs/wdfs/wdfs-1.4.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories" -HOMEPAGE="http://noedler.de/projekte/wdfs/" -SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=net-libs/neon-0.24.7 - >=sys-fs/fuse-2.5" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog AUTHORS NEWS README -}