summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-04 00:06:40 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-04 00:12:29 +0200
commit751fabae4578a7c4b8a3afba84188f75cd1b5d12 (patch)
tree228ff1b19be39fe64a9124c32ce36af510210df2 /app-text/adiff
parentpackage.mask: Remove obsolete mask for xfce-base/xfwm4 snap (diff)
downloadgentoo-751fabae4578a7c4b8a3afba84188f75cd1b5d12.tar.gz
gentoo-751fabae4578a7c4b8a3afba84188f75cd1b5d12.tar.bz2
gentoo-751fabae4578a7c4b8a3afba84188f75cd1b5d12.zip
app-text/adiff: Remove last-rited pkg
Closes: https://bugs.gentoo.org/629112
Diffstat (limited to 'app-text/adiff')
-rw-r--r--app-text/adiff/Manifest1
-rw-r--r--app-text/adiff/adiff-1.4-r1.ebuild43
-rw-r--r--app-text/adiff/adiff-1.4.ebuild33
-rw-r--r--app-text/adiff/metadata.xml5
4 files changed, 0 insertions, 82 deletions
diff --git a/app-text/adiff/Manifest b/app-text/adiff/Manifest
deleted file mode 100644
index 6a54ac3926c4..000000000000
--- 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 1cb9bebd4b79..000000000000
--- 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 de8f46e522c1..000000000000
--- 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 6f49eba8f496..000000000000
--- 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>