Home
       tnet-news/nntpit: Remove. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 0a40d308ec06940a8801fd163cff2767b12567bd
   DIR parent 1c238e34f6d7729a43f8a96d9606344685935cfa
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 29 Mar 2021 12:52:12 +0200
       
       net-news/nntpit: Remove.
       
       Diffstat:
         D net-news/nntpit/metadata.xml        |       7 -------
         D net-news/nntpit/nntpit-9999.ebuild  |      37 -------------------------------
       
       2 files changed, 0 insertions(+), 44 deletions(-)
       ---
   DIR diff --git a/net-news/nntpit/metadata.xml b/net-news/nntpit/metadata.xml
       t@@ -1,7 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -<maintainer type="person">
       -        <email>parazyd@dyne.org</email>
       -</maintainer>
       -</pkgmetadata>
   DIR diff --git a/net-news/nntpit/nntpit-9999.ebuild b/net-news/nntpit/nntpit-9999.ebuild
       t@@ -1,37 +0,0 @@
       -# Copyright 1999-2021 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=7
       -
       -inherit git-r3 autotools eutils
       -
       -DESCRIPTION="Minimalist reddit2nntp gateway"
       -HOMEPAGE="https://github.com/taviso/nntpit"
       -EGIT_REPO_URI="https://github.com/taviso/nntpit"
       -
       -LICENSE="GPL-3+"
       -SLOT="0"
       -KEYWORDS=""
       -IUSE=""
       -
       -DEPEND="
       -        dev-libs/libev
       -        dev-libs/glib
       -        dev-libs/json-c
       -        net-misc/curl
       -"
       -RDEPEND="${DEPEND}"
       -
       -src_prepare() {
       -        eautoreconf
       -        default
       -}
       -
       -src_configure() {
       -        econf
       -}
       -
       -src_install() {
       -        emake DESTDIR="${ED}" install || die "emake install failed"
       -        dodoc README.md
       -}