public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-arch/freeze/, app-arch/freeze/files/
@ 2019-03-29 10:10 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-03-29 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c791dd30761dd791e078f0418504d4f644708503
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 10:09:45 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 10:10:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c791dd30

app-arch/freeze: Remove last-rited pkg

Closes: https://bugs.gentoo.org/669206
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/freeze/Manifest                        |  1 -
 app-arch/freeze/files/freeze-2.5.0-gentoo.patch | 55 -------------------------
 app-arch/freeze/freeze-2.5.0-r1.ebuild          | 44 --------------------
 app-arch/freeze/metadata.xml                    | 12 ------
 profiles/package.mask                           |  5 ---
 5 files changed, 117 deletions(-)

diff --git a/app-arch/freeze/Manifest b/app-arch/freeze/Manifest
deleted file mode 100644
index e7c87d2a296..00000000000
--- a/app-arch/freeze/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freeze-2.5.0.tar.gz 36010 BLAKE2B 33327c8b879df348ddfd360917525ebc399e8493c5db6f51be1d8a23544b5ac3939570d1b9b002d177d6db736011af1e462c0e037123665041f9931fdd40d5ed SHA512 2e0965e1bb772a829763b99c623b3dfa062a624ed2bd5f658c9df0e4040a9c914aec5a85602340fe994634b82d2fac3250030b35ad3d5f5054b0a6f4059469e7

diff --git a/app-arch/freeze/files/freeze-2.5.0-gentoo.patch b/app-arch/freeze/files/freeze-2.5.0-gentoo.patch
deleted file mode 100644
index 3be357c2530..00000000000
--- a/app-arch/freeze/files/freeze-2.5.0-gentoo.patch
+++ /dev/null
@@ -1,55 +0,0 @@
---- a/Makefile.in	1999-05-20 11:07:51.000000000 +0200
-+++ b/Makefile.in	2012-12-12 17:22:36.444775985 +0100
-@@ -3,7 +3,7 @@
- VPATH         = $(srcdir)
- 
- CC            = @CC@
--CFLAGS        = -I.     # -O2   # for gcc 2.2.2
-+CFLAGS        += -I.
- 
- INSTALL       = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -79,15 +79,15 @@
- 
- freeze$(EXE):   $(OBJS)
- 		$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
--		-strip $@
-+		
- 
- statist$(EXE):  statist.$(OBJ) lz.$(OBJ)
- 		$(CC) $(LDFLAGS) -o $@ statist.$(OBJ) lz.$(OBJ) $(LIBS)
--		-strip $@
-+		
- 
- showhuf$(EXE):  showhuf.$(OBJ)
- 		$(CC) $(LDFLAGS) -o $@ showhuf.$(OBJ) $(LIBS)
--		-strip $@
-+		
- 
- clobber:        clean
- 		rm -f freeze$(EXE) statist$(EXE) showhuf$(EXE) *.man \#* *~ config.h Makefile
-@@ -101,18 +101,18 @@
- 
- $(DEST)/freeze: freeze
- 		$(INSTALL_PROGRAM) freeze $@
--		-ln -f $@ $(DEST)/melt
--		-ln -f $@ $(DEST)/unfreeze
--		-ln -f $@ $(DEST)/fcat
-+		ln -sf $< $(DEST)/melt
-+		ln -sf $< $(DEST)/unfreeze
-+		ln -sf $< $(DEST)/fcat
- 
- $(DEST)/statist: statist
- 		$(INSTALL_PROGRAM) statist $@
- 
- $(MANDEST)/freeze.$(SEC): freeze.1
- 		$(INSTALL_DATA) $(srcdir)/freeze.1 $@
--		-ln -f $@ $(MANDEST)/melt.$(SEC)
--		-ln -f $@ $(MANDEST)/unfreeze.$(SEC)
--		-ln -f $@ $(MANDEST)/fcat.$(SEC)
-+		ln -sf $< $(MANDEST)/melt.$(SEC)
-+		ln -sf $< $(MANDEST)/unfreeze.$(SEC)
-+		ln -sf $< $(MANDEST)/fcat.$(SEC)
- # This is much better for places which keep preformated manpages.
- #		echo ".so man1/freeze.$(SEC)" > $(MANDEST)/melt.$(SEC)
- #		echo ".so man1/freeze.$(SEC)" > $(MANDEST)/unfreeze.$(SEC)

diff --git a/app-arch/freeze/freeze-2.5.0-r1.ebuild b/app-arch/freeze/freeze-2.5.0-r1.ebuild
deleted file mode 100644
index 8df74389329..00000000000
--- a/app-arch/freeze/freeze-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Freeze/unfreeze compression program"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/utils/compress/"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz"
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
-	!<=media-libs/mlt-0.4.2
-	!media-libs/mlt[melt]
-"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
-	emake \
-		CC=$(tc-getCC) \
-		OPTIONS="-DDEFFILE=\\\"/etc/freeze.cnf\\\""
-}
-
-src_install() {
-	dodir /usr/bin /usr/share/man/man1
-
-	emake \
-		DEST="${D}/usr/bin" \
-		MANDEST="${D}/usr/share/man/man1" \
-		install
-
-	# these symlinks collide with app-forensics/sleuthkit (bug #444872)
-	rm "${D}"/usr/bin/fcat "${D}"/usr/share/man/man1/fcat.1 || die
-
-	dobin showhuf
-	dodoc README *.lsm
-}

diff --git a/app-arch/freeze/metadata.xml b/app-arch/freeze/metadata.xml
deleted file mode 100644
index 45ac44e46ee..00000000000
--- a/app-arch/freeze/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>antivirus@gentoo.org</email>
-		<name>Gentoo Antivirus Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>mjo@gentoo.org</email>
-		<name>Michael Orlitzky</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 27d5cde4ff1..1f3f1e1a5a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -595,11 +595,6 @@ media-libs/libsub
 # Mask experimental software
 =mail-mta/postfix-3.5*
 
-# Andreas K. Huettel <dilfridge@gentoo.org> (23 Feb 2019)
-# Fails to build with glibc-2.28, bug 669206.
-# Removal in 30 days.
-app-arch/freeze
-
 # Miroslav Šulc <fordfrog@gentoo.org> (10 Feb 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.16


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-29 10:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-29 10:10 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-arch/freeze/, app-arch/freeze/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox