public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsb-release/
Date: Sat,  5 Oct 2019 08:12:54 +0000 (UTC)	[thread overview]
Message-ID: <1570262356.5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c.mgorny@gentoo> (raw)

commit:     5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 07:59:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}


             reply	other threads:[~2019-10-05  8:13 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-05  8:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-23  5:32 [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsb-release/ Sam James
2024-01-23  4:17 Sam James
2024-01-18  0:28 Sam James
2024-01-17  6:34 Sam James
2024-01-17  6:30 Arthur Zamarin
2024-01-17  5:57 Sam James
2024-01-17  5:50 Sam James
2024-01-17  5:33 Sam James
2023-11-30  3:49 Sam James
2022-09-26  4:16 Arthur Zamarin
2022-09-24  5:24 Agostino Sarubbo
2022-09-24  5:24 Agostino Sarubbo
2022-09-24  5:23 Agostino Sarubbo
2022-09-24  5:23 Agostino Sarubbo
2022-09-24  5:23 Agostino Sarubbo
2022-09-24  5:22 Agostino Sarubbo
2022-09-24  5:22 Agostino Sarubbo
2022-07-30  8:19 Sam James
2021-11-06 22:07 Georgy Yakovlev
2021-04-21 19:02 Sam James
2020-03-15 13:13 Mikle Kolyada
2019-11-07 19:14 Thomas Deutschmann
2019-11-07 17:57 Jeroen Roovers
2018-11-09 18:23 Mikle Kolyada
2018-10-17 16:27 Mikle Kolyada
2018-10-06 23:47 Matt Turner
2018-10-06 23:47 Matt Turner
2018-10-06 22:08 Sergei Trofimovich
2018-10-02 18:32 Sergei Trofimovich
2018-10-02 10:58 Tobias Klausmann
2018-09-30 22:46 Mart Raudsepp
2018-09-30 21:38 Sergei Trofimovich
2018-09-28  7:47 Mikle Kolyada
2018-04-13  3:47 Benda XU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570262356.5a917318dc1e1b7bfa7487c0744ba399ab0a9b5c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox