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 95867138334 for ; Sat, 5 Oct 2019 08:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A53EE0858; Sat, 5 Oct 2019 08:12:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 04C2EE0858 for ; Sat, 5 Oct 2019 08:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0BC6D34B987 for ; Sat, 5 Oct 2019 08:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340B482E for ; Sat, 5 Oct 2019 08:12:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570262356.5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsb-release/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsb-release/lsb-release-1.4-r1.ebuild sys-apps/lsb-release/lsb-release-1.4-r2.ebuild sys-apps/lsb-release/lsb-release-1.4.ebuild X-VCS-Directories: sys-apps/lsb-release/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c X-VCS-Branch: master Date: Sat, 5 Oct 2019 08:12:54 +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: 4b859e8e-b8c5-463d-8b79-85c830e85a57 X-Archives-Hash: 44b67cf994fb7a19e2178dfb786782db commit: 5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 07:59:16 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 07:59:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a917318 sys-apps/lsb-release: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> sys-apps/lsb-release/lsb-release-1.4-r1.ebuild | 32 ----------------------- sys-apps/lsb-release/lsb-release-1.4-r2.ebuild | 35 -------------------------- sys-apps/lsb-release/lsb-release-1.4.ebuild | 30 ---------------------- 3 files changed, 97 deletions(-) diff --git a/sys-apps/lsb-release/lsb-release-1.4-r1.ebuild b/sys-apps/lsb-release/lsb-release-1.4-r1.ebuild deleted file mode 100644 index 933dc29fcdf..00000000000 --- a/sys-apps/lsb-release/lsb-release-1.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="LSB version query program" -HOMEPAGE="https://wiki.linuxfoundation.org/lsb/" -SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -# Perl isn't needed at runtime, it is just used to generate the man page. -DEPEND="dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${P}-os-release.patch # bug 443116 -} - -src_install() { - emake \ - prefix="${D}/usr" \ - mandir="${D}/usr/share/man" \ - install - - dodir /etc - cat > "${D}/etc/lsb-release" <<- EOF - DISTRIB_ID="Gentoo" - EOF -} diff --git a/sys-apps/lsb-release/lsb-release-1.4-r2.ebuild b/sys-apps/lsb-release/lsb-release-1.4-r2.ebuild deleted file mode 100644 index df16c8cd045..00000000000 --- a/sys-apps/lsb-release/lsb-release-1.4-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="LSB version query program" -HOMEPAGE="https://wiki.linuxfoundation.org/lsb/" -SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -# Perl isn't needed at runtime, it is just used to generate the man page. -DEPEND="dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${P}-os-release.patch # bug 443116 - - # use POSIX 'printf' instead of bash 'echo -e', bug #482370 - sed -i -e "s:echo -e:printf '%b\\\n':g" lsb_release || die -} - -src_install() { - emake \ - prefix="${D}/usr" \ - mandir="${D}/usr/share/man" \ - install - - dodir /etc - cat > "${D}/etc/lsb-release" <<- EOF - DISTRIB_ID="Gentoo" - EOF -} diff --git a/sys-apps/lsb-release/lsb-release-1.4.ebuild b/sys-apps/lsb-release/lsb-release-1.4.ebuild deleted file mode 100644 index 312c56d272d..00000000000 --- a/sys-apps/lsb-release/lsb-release-1.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="LSB version query program" -HOMEPAGE="https://wiki.linuxfoundation.org/lsb/" -SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -# Perl isn't needed at runtime, it is just used to generate the man page. -DEPEND="dev-lang/perl" -RDEPEND="" - -src_install() { - emake \ - prefix="${D}/usr" \ - mandir="${D}/usr/share/man" \ - install \ - || die "emake install failed" - - mkdir -p "${D}/etc" - cat > "${D}/etc/lsb-release" <<- EOF - DISTRIB_ID="Gentoo" - EOF -}