public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiser4progs/
Date: Sat,  4 Jan 2020 12:41:36 +0000 (UTC)	[thread overview]
Message-ID: <1578141692.e775d22865b58fe24dd721d4976e47f0b387e9f0.polynomial-c@gentoo> (raw)

commit:     e775d22865b58fe24dd721d4976e47f0b387e9f0
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 12:41:21 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 12:41:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e775d228

sys-fs/reiser4progs: Removed old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/reiser4progs/Manifest                  |  1 -
 sys-fs/reiser4progs/reiser4progs-1.2.0.ebuild | 51 ---------------------------
 2 files changed, 52 deletions(-)

diff --git a/sys-fs/reiser4progs/Manifest b/sys-fs/reiser4progs/Manifest
index 520cc4f6926..8a3de54adf6 100644
--- a/sys-fs/reiser4progs/Manifest
+++ b/sys-fs/reiser4progs/Manifest
@@ -1,4 +1,3 @@
 DIST reiser4progs-1.1.0.tar.gz 929047 BLAKE2B 82193eb4b465db365062785abfda8df1c2c42252adf4518f85abd785954b3305f2eed42ebf6e1c3c032f9c23e34744f4c9f05d25e259f8c0011f83283c51b963 SHA512 649645d702298ee7f3e5b8d2c39b2781fc1aae55cd03a4b774a2e66feef51e67f0a4367350db4defd62eaa2fc6710cb48a58d65991a63942d34e43783d29f94d
-DIST reiser4progs-1.2.0.tar.gz 962611 BLAKE2B 0ee17f51ea7ae21d82b682c5594c8022be41af602390ccdb6ebf88d9e4c1ce12ef3ea190bc4f0b109cbc3657d1c404bbbaa30cbd7c0febf619f99d528de97ea3 SHA512 c517c3ea2121689ef94241a63daf7a0d85322b8cfa2343b08d0aef7640642499f261c806c83a2d46cfcdf28feba3518ff48a76b898b89c811f53493a918db843
 DIST reiser4progs-1.2.1.tar.gz 980203 BLAKE2B 8c9cb77458c083c50f34c17bddf4747b755b52b911a63835152ad584494c2738a5317c28e5b3f1e6bfdc49416f3715ca4fbbd9c8a428b5b484b54f8f4a861a58 SHA512 2caac5a98d672d68910c6df3e694a42365fa6273ae367c26126778c1fbe956aa502dac236d36c3302a5bf109468ad3447e645a6eab89c83f122dd1afe2aeda21
 DIST reiser4progs-2.0.0.tar.gz 1019362 BLAKE2B 94d94697e427932b82634a756e7797ba7b061592c4ce946660f3c7750eb48ece7a5c0a265aa392a463c598212a87ec9fe769af88f680fa24adff36bd6db51128 SHA512 1993a38b2c4f339acb5d305b3b4c3360e57bf3df4684543f708bfd1062ecfb2435dd16e22f9555ab1317d77e95750cf9c2b2f81a91a109ad65aa30a5e7d815bd

diff --git a/sys-fs/reiser4progs/reiser4progs-1.2.0.ebuild b/sys-fs/reiser4progs/reiser4progs-1.2.0.ebuild
deleted file mode 100644
index d1dfac41fa3..00000000000
--- a/sys-fs/reiser4progs/reiser4progs-1.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib eutils toolchain-funcs usr-ldscript
-
-DESCRIPTION="reiser4progs: mkfs, fsck, etc..."
-HOMEPAGE="https://sourceforge.net/projects/reiser4/"
-SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86"
-IUSE="debug readline static static-libs"
-
-LIB_DEPEND=">=sys-libs/libaal-1.0.6:=[static-libs(+)]
-	readline? ( sys-libs/readline:0=[static-libs(+)] )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-	static-libs? ( >=sys-libs/libaal-1.0.6:=[static-libs(+)] )"
-DEPEND="${RDEPEND}
-	static? ( ${LIB_DEPEND} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.7-readline-6.3.patch )
-
-src_prepare() {
-	printf '#!/bin/sh\ntrue\n' > run-ldconfig
-	# Delete hardcoded link/compile flags.
-	sed -i -r \
-		-e '/CFLAGS=/s: -static":":' \
-		-e '/CFLAGS/s: (-O[123s]|-g)\>::g' \
-		configure || die
-
-	default
-}
-
-src_configure() {
-	econf \
-		$(use_enable static full-static) \
-		$(use_enable static-libs static) \
-		$(use_enable debug) \
-		$(use_with readline) \
-		--disable-Werror \
-		--enable-libminimal \
-		--sbindir=/sbin
-}
-
-src_install() {
-	default
-	gen_usr_ldscript -a reiser4{,-minimal} repair
-}


             reply	other threads:[~2020-01-04 12:41 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 12:41 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 13:25 [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiser4progs/ Andreas Sturmlechner
2022-05-05 23:48 WANG Xuerui
2022-04-17 19:17 Sam James
2021-06-07  6:25 Sergei Trofimovich
2021-06-03 22:52 Sam James
2021-06-03 19:58 Sam James
2021-06-03 19:58 Sam James
2021-06-03  8:23 Sam James
2021-04-05 17:37 Lars Wendler
2021-03-22 19:55 Lars Wendler
2021-03-22 19:55 Lars Wendler
2020-12-27 12:49 Lars Wendler
2020-12-27 12:49 Lars Wendler
2020-12-02 23:21 Sam James
2020-08-19  9:33 Lars Wendler
2020-08-19  9:33 Lars Wendler
2020-07-05 20:34 Lars Wendler
2020-07-05 20:34 Lars Wendler
2020-05-30  8:54 Lars Wendler
2020-03-22 11:01 Mikle Kolyada
2020-01-09 11:50 Agostino Sarubbo
2020-01-09 11:49 Agostino Sarubbo
2020-01-06 13:06 Agostino Sarubbo
2020-01-05 20:42 Sergei Trofimovich
2020-01-05 19:32 Sergei Trofimovich
2020-01-04 12:41 Lars Wendler
2017-12-04 22:32 Lars Wendler
2017-11-27 23:07 Thomas Deutschmann
2016-12-24  9:28 Markus Meier
2016-12-21  9:51 Tobias Klausmann
2016-04-19 22:33 Manuel RĂ¼ger
2015-09-02  8:38 Lars Wendler

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=1578141692.e775d22865b58fe24dd721d4976e47f0b387e9f0.polynomial-c@gentoo \
    --to=polynomial-c@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