summaryrefslogtreecommitdiff
path: root/net-irc/nebula
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /net-irc/nebula
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'net-irc/nebula')
-rw-r--r--net-irc/nebula/Manifest3
-rw-r--r--net-irc/nebula/metadata.xml17
-rw-r--r--net-irc/nebula/nebula-0.5.ebuild18
3 files changed, 0 insertions, 38 deletions
diff --git a/net-irc/nebula/Manifest b/net-irc/nebula/Manifest
deleted file mode 100644
index dd8f56c18e93..000000000000
--- a/net-irc/nebula/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nebula-0.5.tar.gz 115950 BLAKE2B f2765ecfaaad726b9535f1d7d1caab0f3c4c7a825747ddde408e93f83f041797904120499ebd78d7ed45ba962448bf7406896656fc128cea68e6af008b92a054 SHA512 ae97aae4e878b6a20343ac3b8be235367cbce990e2858a59220f477cd8f57b4aad28527454c6dca1f509675b4a48b5f8ace06c3f867b1e0458126f418911ef83
-EBUILD nebula-0.5.ebuild 408 BLAKE2B d0bc8879016585758a8ed9706453ab29443f4746e3c7cb048313647aae3c58f320555eddf21158e64bdb4d0728aea46c18b6799f15bb1e63a996a9ca5d6aadd1 SHA512 41a5c70fc89158ef638c0a8bd8ab7650017d3c747ce0f1bfd88aa5fa111985b97c1ffe5f4d3445f908064cffdac3835cc1407c929a59a8dde8dfc196265de28b
-MISC metadata.xml 627 BLAKE2B c6a32b419e69d5943337590a6586973d9700740414ea0d23ac1ec94a4c2c98528957260f1d4b48d97951fa618947f0c2af94d821ee269d7e3ad9496d04f2cab9 SHA512 ce422588d7c22186e53a7b120f5334301b15fed9508e9a81682c92f7298c03d91e66b062d7a18a1b28dffa27113cef99198f8664e3414fe86b9b90ad9e8289b3
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 )