ChangeLog

# ChangeLog for net-irc/nebula
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.5 2007/02/19 22:25:20 armin76 Exp $

19 Feb 2007; Raúl Porcel -nebula-0.4.ebuild,
nebula-0.5.ebuild:
Version bump, stable x86, drop old

16 Mar 2006; Caleb Tennis nebula-0.4.ebuild,
nebula-0.5.ebuild:
remove virtual/X11 as openmotif dep already pulls modular X in

*nebula-0.5 (22 Aug 2005)

22 Aug 2005; Sven Wegener +nebula-0.5.ebuild:
Version bump, bug #102959.

09 Jun 2005; Sven Wegener nebula-0.4.ebuild:
Stable on x86, bug #95583.

*nebula-0.4 (04 Mar 2005)

04 Mar 2005; Sven Wegener +metadata.xml,
+nebula-0.4.ebuild:
Initial commit. Thanks to Sandro in bug #83669.

Manifest

DIST nebula-0.5.tar.gz 115950 RMD160 3c52543562dedeb22b2e1c7b0d6e1680abc3d3a1 SHA1 29e5df342f178f6b62de5cc1e45b58e73767c215 SHA256 077f0ee97a578523df1d06a50586bc2dd8e5edde878db7c05f80521afa57a558
EBUILD nebula-0.5.ebuild 573 RMD160 7d61b4038d533f8050823ee242382ab41dc16b1d SHA1 f3a2ebb17603cde1c212e49913cfc20f39223322 SHA256 ab80326e90180585ef202eee9a938f57bd8d8f2c4c8ab01531ef47765880f449
MISC ChangeLog 903 RMD160 9ce21e987e217aca0b69c12d9a109692bf5e0e35 SHA1 f72d395061be9aefe11877dbc5e87b7e5c38adb8 SHA256 50873c7508e40b16c67b96461034974a03c8a92c2381ff4e47d0e980cb3b891a
MISC metadata.xml 539 RMD160 f72dff05cfec560814a0178e67c364dce3880374 SHA1 5da7bb81a3d87bf1d1af1f51911ab8bfcab9bdef SHA256 6a55acc2739482fc22e7503e2e4c0a016e23409afb3508115cc3ef1011ca81be

metadata.xml




net-irc

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

nebula-0.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.3 2007/02/19 22:25:20 armin76 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="x11-libs/openmotif"

src_install() {
make install DESTDIR="${D}" || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}