public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/linuxfromscratch/
Date: Fri, 12 Mar 2021 18:00:41 +0000 (UTC)	[thread overview]
Message-ID: <1615572024.97eee7965d4da7022b7f314129f4c44ad74ececd.sam@gentoo> (raw)

commit:     97eee7965d4da7022b7f314129f4c44ad74ececd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 18:00:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 18:00:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eee796

app-doc/linuxfromscratch: drop 7.10 (EAPI 5)

Bug: https://bugs.gentoo.org/756892
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/linuxfromscratch/Manifest                  |  3 --
 .../linuxfromscratch/linuxfromscratch-7.10.ebuild  | 37 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/app-doc/linuxfromscratch/Manifest b/app-doc/linuxfromscratch/Manifest
index 8c00b48e360..590a3a7d4bc 100644
--- a/app-doc/linuxfromscratch/Manifest
+++ b/app-doc/linuxfromscratch/Manifest
@@ -1,6 +1,3 @@
-DIST LFS-BOOK-7.10-NOCHUNKS.html 2104674 BLAKE2B 505f339de625e3fea75a9c03008f46378d59ad426de7d7ccc85b9c1faf6f294b69deec4ff104376a7fcd664bd6f05dc1996d924a32f455e3c73f145a081f2663 SHA512 6f925a3daf8cdc137f1640322d30775d22de6fc4749cf0a4bc2f5214ba7e1332d6fae926932f3205f360fe77ac54d0e5930961053d54a004925d796f568fcfab
-DIST LFS-BOOK-7.10.pdf 1753105 BLAKE2B 6bc945c6a0e8144d262f00837df6225701a9800d2ad7aec44c35f0bb2d2826addc8b9b86fa003f841c8d7fcd998247ee27c5b321dba3c88fd242bbf7b8ae1be0 SHA512 4165812910951ea4707c1a7eaf0b5162548569125bfff145548cc89c26f069a7bbf10bd2e0e3ecb9b3ffe722dddd5492c9dd2bbc14889b4a9dba0c22808b4af4
-DIST LFS-BOOK-7.10.tar.bz2 218705 BLAKE2B 1b63bc636347d113a4301e6aae2f9f0b2215da11056ee13757d57fe938d8f224c94317a99054d8d07c2a11a897078900a91316a1f0a798969644e45aaccb4ed2 SHA512 5aeff9d9e5040f43e30452645b98449285dbde6eed0ca65fa3cb2c127aec24616b86c665f7861b2ad31b5b375bb8b77d5a0ffee3881cf2b4437e51a18c6ee0d1
 DIST LFS-BOOK-8.0-NOCHUNKS.html 2103963 BLAKE2B 99203909e29dd83f6d7431c74b732072668a6955b53fd7f61f9286832cf7a1e5869550a44ce568b0fdaef9d5f222a5597332d963f5e7eb4fe5c8987cf1645dc4 SHA512 c190ad6ad20945a1c6ec477d085805e0a2d048ba6ad1e820a1ed5084fafdfa3edc9cffbf8d6af6468d2d5304bf2c7e4d3bc4f1ed830db48c2e07997d5d837179
 DIST LFS-BOOK-8.0-systemd-NOCHUNKS.html 1976336 BLAKE2B 16f9eeb5eac95c22fb1d00129e08da08fa82f5433542d4a6fb2da73fbdf0e4571936c5f3bd799d80cd7daf240005d230bb753ede80208aea2bb56c84dbd9baaf SHA512 d34dcf999a2ca1c467a5d4c082e926c48b265f01f856b619a877d423babebe71adbfa4d7d46cee58b60e3f9a9112d1bb967e542746c35aa6c66d1fa40077461a
 DIST LFS-BOOK-8.0-systemd.pdf 1607946 BLAKE2B ed0f135dc4cef005ad868e54c2012d2bf41fd78a2bc3606b6312b3ad03c049934ead97bd972e82458c33d008751034e9f9e26b083ca73fc41f175d45b4df1369 SHA512 2a89f85d2a4ab90102b28fb4926384312e2e34880a20a837213c34d20084cd6095c909515b52ec7e766d66b69eaa6aa02ac20c391cfda9f0a36a4ac216b2678d

diff --git a/app-doc/linuxfromscratch/linuxfromscratch-7.10.ebuild b/app-doc/linuxfromscratch/linuxfromscratch-7.10.ebuild
deleted file mode 100644
index e84225ebfd0..00000000000
--- a/app-doc/linuxfromscratch/linuxfromscratch-7.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_SRC="http://www.linuxfromscratch.org/lfs/downloads/${PV}"
-BOOTSCRIPT_PV="20150222"
-
-DESCRIPTION="LFS documents building a Linux system entirely from source"
-HOMEPAGE="http://www.linuxfromscratch.org/lfs"
-SRC_URI="${MY_SRC}/LFS-BOOK-${PV}.tar.bz2
-		${MY_SRC}/lfs-bootscripts-${BOOTSCRIPT_PV}.tar.bz2
-		htmlsingle? ( ${MY_SRC}/LFS-BOOK-${PV}-NOCHUNKS.html )
-		pdf? ( ${MY_SRC}/LFS-BOOK-${PV}.pdf )"
-
-LICENSE="CC-BY-NC-SA-2.5 MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="htmlsingle pdf"
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-	unpack LFS-BOOK-${PV}.tar.bz2 \
-		lfs-bootscripts-${BOOTSCRIPT_PV}.tar.bz2
-
-	use htmlsingle && cp "${DISTDIR}"/LFS-BOOK-${PV}-NOCHUNKS.html "${S}"
-	use pdf && cp "${DISTDIR}"/LFS-BOOK-${PV}.pdf "${S}"
-}
-
-src_install() {
-	dodoc -r *
-	docompress -x /usr/share/doc/${PF}
-}


             reply	other threads:[~2021-03-12 18:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 18:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 20:37 [gentoo-commits] repo/gentoo:master commit in: app-doc/linuxfromscratch/ Ulrich Müller
2022-06-02  2:03 Sam James
2022-01-25 16:41 Sam James
2021-12-12  7:46 Sam James
2021-12-11  3:16 Sam James
2021-03-12 17:59 Sam James
2020-12-28  9:03 Sam James
2018-03-06 21:46 Patrice Clement
2017-03-06  9:35 Lars Wendler
2017-03-06  9:35 Lars Wendler
2017-03-06  9:35 Lars Wendler
2016-09-19  9:50 Lars Wendler
2016-09-19  9:50 Lars Wendler
2016-09-19  9:50 Lars Wendler
2016-04-24 19:04 Anthony G. Basile
2016-04-24 18:46 Anthony G. Basile
2016-04-24 18:43 Anthony G. Basile
2016-01-20 11:02 Michael Palimaka

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=1615572024.97eee7965d4da7022b7f314129f4c44ad74ececd.sam@gentoo \
    --to=sam@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