* [gentoo-commits] repo/gentoo:master commit in: app-text/adiff/, profiles/
@ 2017-10-03 22:13 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-10-03 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 751fabae4578a7c4b8a3afba84188f75cd1b5d12
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 22:06:40 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 22:12:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751fabae
app-text/adiff: Remove last-rited pkg
Closes: https://bugs.gentoo.org/629112
app-text/adiff/Manifest | 1 -
app-text/adiff/adiff-1.4-r1.ebuild | 43 --------------------------------------
app-text/adiff/adiff-1.4.ebuild | 33 -----------------------------
app-text/adiff/metadata.xml | 5 -----
profiles/package.mask | 6 ------
5 files changed, 88 deletions(-)
diff --git a/app-text/adiff/Manifest b/app-text/adiff/Manifest
deleted file mode 100644
index 6a54ac3926c..00000000000
--- a/app-text/adiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adiff-1.4 10902 SHA256 c4e56a2a2288e4dc53a824e603d942c59caaebf9b72f01e332a9d98ebfa6df72 SHA512 edbb4d6a8ce8f636a874d22d1e44bc04b860ab31f1e825ce3e865ee3f6bf07fb6a7b9dd44e5429aad21a475d82b34f176d76f8466e58aeca74717740f7054219 WHIRLPOOL 1099775af9d2c5908d8a26cf4277b24ed3ab41b583f83c4bf263f09b190a8c8b68cf6c431219156346fad0848fd40670a93c8cf3c476333e0ec823f319b6b3bc
diff --git a/app-text/adiff/adiff-1.4-r1.ebuild b/app-text/adiff/adiff-1.4-r1.ebuild
deleted file mode 100644
index 1cb9bebd4b7..00000000000
--- a/app-text/adiff/adiff-1.4-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Wordise diff"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="
- dev-lang/perl
- !app-arch/atool"
-
-RDEPEND="
- ${DEPEND}
- sys-apps/diffutils"
-
-S="${WORKDIR}"
-
-src_unpack() {
- :; # Nothing to unpack.
-}
-
-src_compile() {
- local _p2m=(
- --release=${PV}
- --center="${HOMEPAGE}"
- --date="2007-12-11"
- "${DISTDIR}"/${P}
- ${PN}.1
- )
-
- pod2man "${_p2m[@]}" || die
-}
-
-src_install() {
- newbin "${DISTDIR}/${P}" "${PN}"
- doman "${PN}.1"
-}
diff --git a/app-text/adiff/adiff-1.4.ebuild b/app-text/adiff/adiff-1.4.ebuild
deleted file mode 100644
index de8f46e522c..00000000000
--- a/app-text/adiff/adiff-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="wordwise diff"
-HOMEPAGE="http://agriffis.n01se.net/adiff/"
-SRC_URI="${HOMEPAGE}/${P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl
- !app-arch/atool"
-RDEPEND="${DEPEND}
- sys-apps/diffutils"
-
-S=${WORKDIR}
-
-src_unpack() {
- # Nothing to unpack
- :
-}
-
-src_compile() {
- pod2man --release=${PV} --center="${HOMEPAGE}" \
- --date="2007-12-11" "${DISTDIR}"/${P} ${PN}.1 || die
-}
-
-src_install() {
- newbin "${DISTDIR}"/${P} ${PN}
- doman ${PN}.1
-}
diff --git a/app-text/adiff/metadata.xml b/app-text/adiff/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/app-text/adiff/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 5aa97d9337c..80145bf8841 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -252,12 +252,6 @@ java-virtuals/javamail
# infrastructure. It may return one day. Removal in 30 days.
app-benchmarks/jmeter
-# Jonas Stein <jstein@gentoo.org> (29 Aug 2017)
-# SRC_URI and HOMEPAGE are dead and the ebuild is in a very bad
-# state.
-# Removal in 30 days. #629112.
-app-text/adiff
-
# Anthony G. Basile <blueness@gentoo.org> (27 Aug 2017)
# Upstream is no longer providing public patches
sys-kernel/hardened-sources
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-03 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 22:13 [gentoo-commits] repo/gentoo:master commit in: app-text/adiff/, profiles/ 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