commit:     330ee08e23a169206ee99275ffec34b83bbad12e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 07:30:05 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 07:36:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330ee08e

net-nntp/xrn: Remove last-rited pkg

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

 net-nntp/xrn/Manifest           |  1 -
 net-nntp/xrn/metadata.xml       |  5 ---
 net-nntp/xrn/xrn-9.02-r1.ebuild | 72 -----------------------------------------
 profiles/package.mask           |  7 ----
 4 files changed, 85 deletions(-)

diff --git a/net-nntp/xrn/Manifest b/net-nntp/xrn/Manifest
deleted file mode 100644
index e05fd905616..00000000000
--- a/net-nntp/xrn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xrn-9.02.tgz 362615 BLAKE2B 
710a378a8265a39e5910fbca7ea4778a7fb5282b6529664f7c49bf6d37b8c78535fadfd8eedbbd5150b29c4325e9eb94704adc57e0e3c9be9df749472f5a0d10
 SHA512 
ea8271b58b374889249686b75926a12ee474a5ed623f4db106bc885a212c8381102d128cc7ebffd12256633a809deb8a66382bea69692c9ba71ccecd481dce2a

diff --git a/net-nntp/xrn/metadata.xml b/net-nntp/xrn/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-nntp/xrn/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/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
deleted file mode 100644
index 10bad67c4a5..00000000000
--- a/net-nntp/xrn/xrn-9.02-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A small and fast news reader for X"
-HOMEPAGE="http://www.mit.edu/people/jik/software/xrn.html";
-SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz";
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXaw
-       x11-libs/libXext
-       x11-libs/libXmu
-       x11-libs/libXpm
-       x11-libs/libXt
-"
-DEPEND="${RDEPEND}
-       x11-misc/imake
-"
-
-src_compile() {
-       # English is the default language, but french and german are also
-       # supported, however only one language may be supported at a time:
-       local lingua
-       for lingua in ${LINGUAS} en ; do
-               case "${lingua}" in
-                       en*)
-                               MY_LANG="english"
-                               break # Breaks the for loop.
-                               ;;
-                       fr*)
-                               MY_LANG="french"
-                               break # Breaks the for loop.
-                               ;;
-                       de*)
-                               MY_LANG="german"
-                               break # Breaks the for loop.
-                               ;;
-               esac
-       done
-
-       # Bugs to Gentoo bugzilla:
-       sed -i \
-               -e "s,[email protected],https://bugs.gentoo.org/,"; 
\
-               -e "s,\(#ifndef CONFIG_H_IS_OK\),#define CONFIG_H_IS_OK\n\1," \
-               config.h
-
-       # Generate Makefile:
-       xmkmf || die "xmkmf failed"
-
-       # Use our own CFLAGS and our desired language:
-       emake -j1 CDEBUGFLAGS="${CFLAGS}" LANGUAGE="${MY_LANG}"
-}
-
-src_install() {
-       dobin xrn
-       dodoc README README.Linux TODO CREDITS COMMON-PROBLMS
-
-       # Default settings:
-       insinto /etc/X11/app-defaults
-       newins XRn.ad XRn
-
-       newman xrn.man xrn.1
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index cbb324d2608..d9542be5610 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -653,13 +653,6 @@ media-video/get_flash_videos
 # Removal in 30 days.  Bug #404299.
 media-libs/rply
 
-# Michał Górny <[email protected]> (16 Mar 2019)
-# Added in 2004 and not updated since (even though upstream made new
-# releases).  Never had a dedicated maintainer.  Fails to build
-# with parallel make.
-# Removal in 30 days.  Bug #314667.
-net-nntp/xrn
-
 # Matt Turner <[email protected]> (16 Mar 2019)
 # Previously packaged drivers, now removed from Gentoo.
 # Keep this mask in place so users are aware, but can also easily unmask them

Reply via email to