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 1C36B138239 for ; Fri, 12 Apr 2019 21:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C76EEE086E; Fri, 12 Apr 2019 21:59:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A09C8E086E for ; Fri, 12 Apr 2019 21:59:08 +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 E3B29340EAF for ; Fri, 12 Apr 2019 21:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F182C576 for ; Fri, 12 Apr 2019 21:59:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1555106339.c94fcbeab58617037842a4e58a87df92ac688bdf.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/makedev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/makedev/makedev-3.23.1.ebuild X-VCS-Directories: sys-apps/makedev/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c94fcbeab58617037842a4e58a87df92ac688bdf X-VCS-Branch: master Date: Fri, 12 Apr 2019 21:59:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec044f50-2e45-463a-a9d2-f5c8fe5810ec X-Archives-Hash: 3bccab45ce7225701f47de09cb91b554 commit: c94fcbeab58617037842a4e58a87df92ac688bdf Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 12 21:58:50 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 12 21:58:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94fcbea sys-apps/makedev: Remove old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-apps/makedev/makedev-3.23.1.ebuild | 52 ---------------------------------- 1 file changed, 52 deletions(-) diff --git a/sys-apps/makedev/makedev-3.23.1.ebuild b/sys-apps/makedev/makedev-3.23.1.ebuild deleted file mode 100644 index a2b5d6f17d4..00000000000 --- a/sys-apps/makedev/makedev-3.23.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils toolchain-funcs - -MY_PN="MAKEDEV" -MY_VER=${PV%.*} -MY_REL=${PV#${MY_VER}.} -MY_P="${MY_PN}-${MY_VER}" -DESCRIPTION="program used for creating device files in /dev" -HOMEPAGE="https://people.redhat.com/nalin/MAKEDEV/" -SRC_URI="https://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="build selinux" - -RDEPEND="!