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 CCF9D59CB2 for ; Sat, 16 Apr 2016 13:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 154DD21C01F; Sat, 16 Apr 2016 13:28:42 +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 448FF21C01F for ; Sat, 16 Apr 2016 13:28:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5870B340C20 for ; Sat, 16 Apr 2016 13:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65422C8 for ; Sat, 16 Apr 2016 13:28:37 +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: <1460813041.a3fda80e986f18ee221fe9b036738dc0b1588393.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/gpart/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/gpart/gpart-0.1h-r1.ebuild X-VCS-Directories: sys-block/gpart/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a3fda80e986f18ee221fe9b036738dc0b1588393 X-VCS-Branch: master Date: Sat, 16 Apr 2016 13:28:37 +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: 3a29247c-67f1-41ce-bfe5-082326829fc3 X-Archives-Hash: c4d4e2cabc41934e82aeb2f8877bd20c commit: a3fda80e986f18ee221fe9b036738dc0b1588393 Author: Manuel Rüger gentoo org> AuthorDate: Sat Apr 16 13:24:01 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 16 13:24:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fda80e sys-block/gpart: Remove old Package-Manager: portage-2.2.28 sys-block/gpart/gpart-0.1h-r1.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/sys-block/gpart/gpart-0.1h-r1.ebuild b/sys-block/gpart/gpart-0.1h-r1.ebuild deleted file mode 100644 index e7c807d..0000000 --- a/sys-block/gpart/gpart-0.1h-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -DESCRIPTION="Partition table rescue/guessing tool" -HOMEPAGE="http://www.stud.uni-hannover.de/user/76201/gpart/" -SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz - ftp://ftp.namesys.com/pub/misc-patches/gpart-0.1h-reiserfs-3.6.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-amd64 ~hppa x86" -IUSE="" - -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-errno.patch - epatch "${FILESDIR}"/${P}-vfat.patch - epatch "${FILESDIR}"/${P}-ntfs.patch - epatch "${FILESDIR}"/${P}-PIC.patch - epatch "${FILESDIR}"/${P}-no-_syscall.patch - epatch "${WORKDIR}"/gpart-0.1h-reiserfs-3.6.patch - sed -i -e "/^CFLAGS/s: -O2 : ${CFLAGS} :" make.defs -} - -src_install() { - dobin src/gpart || die - doman man/gpart.8 - dodoc README Changes INSTALL LSM -}