diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-03-04 22:06:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-03-04 22:06:21 +0000 |
commit | 289c1b11151209f38467fe92201f8605e3ee1410 (patch) | |
tree | 5a0604dd3da3ea9acc74bc6b01c56b0dbbaea6b9 /net-irc/nebula | |
parent | Stable on ppc64 (diff) | |
download | historical-289c1b11151209f38467fe92201f8605e3ee1410.tar.gz historical-289c1b11151209f38467fe92201f8605e3ee1410.tar.bz2 historical-289c1b11151209f38467fe92201f8605e3ee1410.zip |
Initial commit. Thanks to Sandro <bonazzola.634240@ilpoli.it> in bug #83669.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-irc/nebula')
-rw-r--r-- | net-irc/nebula/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/nebula/Manifest | 14 | ||||
-rw-r--r-- | net-irc/nebula/files/digest-nebula-0.4 | 1 | ||||
-rw-r--r-- | net-irc/nebula/metadata.xml | 14 | ||||
-rw-r--r-- | net-irc/nebula/nebula-0.4.ebuild | 19 |
5 files changed, 58 insertions, 0 deletions
diff --git a/net-irc/nebula/ChangeLog b/net-irc/nebula/ChangeLog new file mode 100644 index 000000000000..3f63a4f1eb73 --- /dev/null +++ b/net-irc/nebula/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-irc/nebula +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.1 2005/03/04 22:06:21 swegener Exp $ + +*nebula-0.4 (04 Mar 2005) + + 04 Mar 2005; Sven Wegener <swegener@gentoo.org> +metadata.xml, + +nebula-0.4.ebuild: + Initial commit. Thanks to Sandro <bonazzola.634240@ilpoli.it> in bug #83669. + diff --git a/net-irc/nebula/Manifest b/net-irc/nebula/Manifest new file mode 100644 index 000000000000..895b0ac2b1c2 --- /dev/null +++ b/net-irc/nebula/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c0b0d3d20fbf58618153cca00186ea20 nebula-0.4.ebuild 588 +MD5 e1f17c1eae96357ab0c3dfb06c003260 ChangeLog 397 +MD5 03e3ca111731dac759186976b8900259 metadata.xml 539 +MD5 c3b249d96c7f2b19b55b1b161d82c0f7 files/digest-nebula-0.4 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCKNvjI1lqEGTUzyQRAq3qAJ4hyNGc6MDExs59mFZx2NhwLIFdzQCgqZGX +QEMWTRbPeTK995zM9ptsc7s= +=xX2s +-----END PGP SIGNATURE----- diff --git a/net-irc/nebula/files/digest-nebula-0.4 b/net-irc/nebula/files/digest-nebula-0.4 new file mode 100644 index 000000000000..50322c786208 --- /dev/null +++ b/net-irc/nebula/files/digest-nebula-0.4 @@ -0,0 +1 @@ +MD5 19b678b8db4c1ca5b44649fff4552edd nebula-0.4.tar.gz 112066 diff --git a/net-irc/nebula/metadata.xml b/net-irc/nebula/metadata.xml new file mode 100644 index 000000000000..60d21c74f50c --- /dev/null +++ b/net-irc/nebula/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-irc</herd> +<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> +</pkgmetadata> diff --git a/net-irc/nebula/nebula-0.4.ebuild b/net-irc/nebula/nebula-0.4.ebuild new file mode 100644 index 000000000000..a47b19202760 --- /dev/null +++ b/net-irc/nebula/nebula-0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.4.ebuild,v 1.1 2005/03/04 22:06:21 swegener Exp $ + +DESCRIPTION="An IRC client for X11 and Motif" +HOMEPAGE="http://nebula-irc.sourceforge.net/" +SRC_URI="mirror://sourceforge/nebula-irc/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/x11 + x11-libs/openmotif" + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" +} |