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 134E659CB2 for ; Sun, 17 Apr 2016 10:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43431E08B8; Sun, 17 Apr 2016 10:49:01 +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 DD72FE08B8 for ; Sun, 17 Apr 2016 10:49:00 +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 AF86D34090F for ; Sun, 17 Apr 2016 10:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FD47E for ; Sun, 17 Apr 2016 10:48:56 +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: <1460890123.6bcb91e0f020da33c7f5cf7457855963f9e875fb.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mtx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/mtx/Manifest sys-block/mtx/mtx-1.2.18.ebuild X-VCS-Directories: sys-block/mtx/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6bcb91e0f020da33c7f5cf7457855963f9e875fb X-VCS-Branch: master Date: Sun, 17 Apr 2016 10:48:56 +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: 599b4d13-7510-4acf-8e8e-610a9bf264d7 X-Archives-Hash: 2a5b8ec7c6c969066599a4fbfdc67c79 commit: 6bcb91e0f020da33c7f5cf7457855963f9e875fb Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 17 10:48:43 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 17 10:48:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcb91e0 sys-block/mtx: Remove old Package-Manager: portage-2.2.28 sys-block/mtx/Manifest | 1 - sys-block/mtx/mtx-1.2.18.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/sys-block/mtx/Manifest b/sys-block/mtx/Manifest index 5581d7a..90bda46 100644 --- a/sys-block/mtx/Manifest +++ b/sys-block/mtx/Manifest @@ -1,2 +1 @@ -DIST mtx-1.2.18rel.tar.gz 167728 SHA256 d333f7bcc37029268fbb57e64ba375e849d348b65391447c62e7e153ba55eed2 SHA512 c0b84d4a2600f931c6726004e9607ef0e580ceeb11d23f0e31301e8ee98e87c39c6ee822ca283915bb10175ba5ad45cd7bb450960ffc25785c95205a03ce4076 WHIRLPOOL 5cb38ce40f0d2bcbfba82ecc0031a83bd27f4594db6dd74a1cb7f7292e7308e88afaad90c29d5aff0488a1453c4157acac23f7e0d38235984f33b54e4c3cdda2 DIST mtx-1.3.12.tar.gz 235214 SHA256 0261c5e90b98b6138cd23dadecbc7bc6e2830235145ed2740290e1f35672d843 SHA512 d54c360608a2c25bd4d31af3e659de0557ed355fbe45d2dbf1341cfc7e468515eb07eb89200b77ee1fe2618139295ba3c3f4340cc43a7c506ced26aab2652028 WHIRLPOOL 2671cfbf02c6af7f51d7c91e763c174cc297a7a8b66af31e493d8020ecda455f3b40e69dfbb45c102738fbfaa32f1bd054568c58cbffe53e69ab1f35e772c3c5 diff --git a/sys-block/mtx/mtx-1.2.18.ebuild b/sys-block/mtx/mtx-1.2.18.ebuild deleted file mode 100644 index 7a6862e..0000000 --- a/sys-block/mtx/mtx-1.2.18.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -IUSE="" - -DESCRIPTION="Utilities for controlling SCSI media changers and tape drives" -HOMEPAGE="http://mtx.sourceforge.net" -LICENSE="GPL-2" -DEPEND="" -SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz" -KEYWORDS="x86 amd64 sparc alpha ppc hppa ppc64" -SLOT="0" - -src_unpack() { - unpack ${A} - mv ${P}rel ${S} - sed -e 's:/usr/src/linux/include ::' -i ${S}/Makefile.in -} - -src_compile() { - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install () { - dodoc CHANGES COMPATIBILITY FAQ README LICENSE TODO - dohtml mtxl.README.html - einstall || die "Install failed" -}