summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-30 15:08:31 +0000
committerSam James <sam@gentoo.org>2020-09-30 15:17:13 +0000
commitaa09f5bd19e1c27fd30a8c02e990b8d0059b241e (patch)
treedde25978a1c9f36e95c1a08421451787214f798f /net-irc
parentdev-ros/ament_cpplint: fix setuptools dep (diff)
downloadgentoo-aa09f5bd19e1c27fd30a8c02e990b8d0059b241e.tar.gz
gentoo-aa09f5bd19e1c27fd30a8c02e990b8d0059b241e.tar.bz2
gentoo-aa09f5bd19e1c27fd30a8c02e990b8d0059b241e.zip
net-irc/nebula: remove last-rited package
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/nebula/Manifest1
-rw-r--r--net-irc/nebula/metadata.xml17
-rw-r--r--net-irc/nebula/nebula-0.5.ebuild18
3 files changed, 0 insertions, 36 deletions
diff --git a/net-irc/nebula/Manifest b/net-irc/nebula/Manifest
deleted file mode 100644
index 480f3020994f..000000000000
--- a/net-irc/nebula/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nebula-0.5.tar.gz 115950 BLAKE2B f2765ecfaaad726b9535f1d7d1caab0f3c4c7a825747ddde408e93f83f041797904120499ebd78d7ed45ba962448bf7406896656fc128cea68e6af008b92a054 SHA512 ae97aae4e878b6a20343ac3b8be235367cbce990e2858a59220f477cd8f57b4aad28527454c6dca1f509675b4a48b5f8ace06c3f867b1e0458126f418911ef83
diff --git a/net-irc/nebula/metadata.xml b/net-irc/nebula/metadata.xml
deleted file mode 100644
index 93de494624ab..000000000000
--- a/net-irc/nebula/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-Nebula aims to be a graphical IRC client, aimed at the unix and compatible platforms and using the motif/openmotif or the lesstif ToolKit.
-The goals are
-- portability to various unix systems (planned are already Linux, *BSD, Solaris, Irix and AIX)
-- small footprint and low system resource usage
-- speed
-- clear, non intrusive GUI
-- security
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">nebula-irc</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild
deleted file mode 100644
index 94f2f3fc71f4..000000000000
--- a/net-irc/nebula/nebula-0.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="An IRC client for X11 and Motif"
-HOMEPAGE="http://nebula-irc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}-irc/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND=">=x11-libs/motif-2.3:0"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README )