public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zerofree/
Date: Thu, 12 Jul 2018 00:41:55 +0000 (UTC)	[thread overview]
Message-ID: <1531356097.c75724cb8c20b47ed6d68d6dc33860c3cf2fd73a.zlogene@gentoo> (raw)

commit:     c75724cb8c20b47ed6d68d6dc33860c3cf2fd73a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 00:41:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 00:41:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75724cb

sys-fs/zerofree: Drop old (EAPI=4)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/zerofree/Manifest              |  2 --
 sys-fs/zerofree/zerofree-1.0.1.ebuild | 37 -----------------------------------
 sys-fs/zerofree/zerofree-1.0.3.ebuild | 37 -----------------------------------
 3 files changed, 76 deletions(-)

diff --git a/sys-fs/zerofree/Manifest b/sys-fs/zerofree/Manifest
index 072ee2ba52c..df3f07d3c3d 100644
--- a/sys-fs/zerofree/Manifest
+++ b/sys-fs/zerofree/Manifest
@@ -1,3 +1 @@
-DIST zerofree-1.0.1.tgz 8333 BLAKE2B 24d3ebdf26d7a3186fad3fcde8e6ae196f60e85f0414975ee1a745b8e1a5caab69bb359b8ec40e004e210f8c3bad7dc986b1a7b40d87a8a52eccf0f05943d180 SHA512 c3d06990f8e61f9a60908e20d3d1534a3da76f1a28aec28c89d1df7978a78844c1420edc27e44340bb98d4d929dda42426d0efb8a42c66501f09f2b06bc27a26
-DIST zerofree-1.0.3.tgz 8506 BLAKE2B ccc1892b7e5653f50f5791bd94b1eb35780e17922e75cfe0d05764d7a3c6a5749b74076d341ba5262db8aea8e6008bba0fa86f4bcaca8b3fd3b85ed3b4ba5aa0 SHA512 e23d343471240382629b4c86b6caa74571a77fb19f1b31bbbd9fad03ba1b42898f8ae042d1238d9c91d9b7fbc9893fb708cb557d3bbd9ab9a024aca6a8ddbbe3
 DIST zerofree-1.0.4.tgz 8509 BLAKE2B d2d5872ad22e7c5f08e00083b0dadb5411023df9d129ec3bd08637e8a74f77f13a535e6f2c1a7cd4d390ed7a0d0b6e2433dacfa89336bb16ffb64c0d1c409929 SHA512 8172c8c43794eab1f751a700f847098343659ceabaf6ab78c3c902b34cf9b0db0dda75308b6bc80d22afccd11be25f35070ca6d715c3282c5c7c7106f598b42b

diff --git a/sys-fs/zerofree/zerofree-1.0.1.ebuild b/sys-fs/zerofree/zerofree-1.0.1.ebuild
deleted file mode 100644
index daeafd39b4e..00000000000
--- a/sys-fs/zerofree/zerofree-1.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Zero's out all free space on a filesystem"
-HOMEPAGE="http://intgat.tigress.co.uk/rmy/uml/index.html"
-SRC_URI="http://intgat.tigress.co.uk/rmy/uml/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~mips"
-IUSE=""
-
-DEPEND="sys-libs/e2fsprogs-libs"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# Honor system CFLAGS.
-	sed -i \
-		-e "s:CC=gcc:CC=$(tc-getCC)\nCFLAGS=${CFLAGS}\nLDFLAGS=${LDFLAGS}:g" \
-		-e "s:-o zerofree:\$(CFLAGS) \$(LDFLAGS) -o zerofree:g" \
-		-e "/-lext2fs/{ s:-lext2fs::g; s:$: -lext2fs:g; }" \
-		Makefile || die "Failed to sed the Makefile"
-}
-
-src_compile() {
-	# Just a Makefile, nothing fancy.
-	make || die "Failed to compile ${PN}."
-}
-
-src_install() {
-	# Install into /sbin
-	into /
-	dosbin zerofree
-}

diff --git a/sys-fs/zerofree/zerofree-1.0.3.ebuild b/sys-fs/zerofree/zerofree-1.0.3.ebuild
deleted file mode 100644
index daeafd39b4e..00000000000
--- a/sys-fs/zerofree/zerofree-1.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Zero's out all free space on a filesystem"
-HOMEPAGE="http://intgat.tigress.co.uk/rmy/uml/index.html"
-SRC_URI="http://intgat.tigress.co.uk/rmy/uml/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~mips"
-IUSE=""
-
-DEPEND="sys-libs/e2fsprogs-libs"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# Honor system CFLAGS.
-	sed -i \
-		-e "s:CC=gcc:CC=$(tc-getCC)\nCFLAGS=${CFLAGS}\nLDFLAGS=${LDFLAGS}:g" \
-		-e "s:-o zerofree:\$(CFLAGS) \$(LDFLAGS) -o zerofree:g" \
-		-e "/-lext2fs/{ s:-lext2fs::g; s:$: -lext2fs:g; }" \
-		Makefile || die "Failed to sed the Makefile"
-}
-
-src_compile() {
-	# Just a Makefile, nothing fancy.
-	make || die "Failed to compile ${PN}."
-}
-
-src_install() {
-	# Install into /sbin
-	into /
-	dosbin zerofree
-}


             reply	other threads:[~2018-07-12  0:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12  0:41 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-08 14:02 [gentoo-commits] repo/gentoo:master commit in: sys-fs/zerofree/ Yixun Lan
2021-09-13 20:30 David Seifert
2020-12-21 18:01 Sam James
2020-12-20 20:18 Sam James
2020-12-20 17:41 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-02-27  3:22 Joshua Kinard
2019-07-15 15:28 Michał Górny
2016-05-16  7:02 Robin H. Johnson

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=1531356097.c75724cb8c20b47ed6d68d6dc33860c3cf2fd73a.zlogene@gentoo \
    --to=zlogene@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