summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/nebula')
-rw-r--r--net-irc/nebula/ChangeLog7
-rw-r--r--net-irc/nebula/Manifest16
-rw-r--r--net-irc/nebula/files/digest-nebula-0.51
-rw-r--r--net-irc/nebula/nebula-0.5.ebuild19
4 files changed, 35 insertions, 8 deletions
diff --git a/net-irc/nebula/ChangeLog b/net-irc/nebula/ChangeLog
index c48b289821b2..70bd9227469b 100644
--- a/net-irc/nebula/ChangeLog
+++ b/net-irc/nebula/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2005/06/09 20:03:39 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.3 2005/08/22 04:24:46 swegener Exp $
+
+*nebula-0.5 (22 Aug 2005)
+
+ 22 Aug 2005; Sven Wegener <swegener@gentoo.org> +nebula-0.5.ebuild:
+ Version bump, bug #102959.
09 Jun 2005; Sven Wegener <swegener@gentoo.org> nebula-0.4.ebuild:
Stable on x86, bug #95583.
diff --git a/net-irc/nebula/Manifest b/net-irc/nebula/Manifest
index 5b45e74aec51..9488f3d3a08c 100644
--- a/net-irc/nebula/Manifest
+++ b/net-irc/nebula/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 21762ffc25176423e1c379f94b83166d nebula-0.4.ebuild 587
-MD5 9152b1e9bc3e63cbfd9a515cc5c93ec8 ChangeLog 496
-MD5 03e3ca111731dac759186976b8900259 metadata.xml 539
+MD5 a947dabd6e75fc0e21d8860ad2c75b3e ChangeLog 623
MD5 c3b249d96c7f2b19b55b1b161d82c0f7 files/digest-nebula-0.4 62
+MD5 9f871a2a0eabd4765920ac49ee0d33f9 files/digest-nebula-0.5 62
+MD5 03e3ca111731dac759186976b8900259 metadata.xml 539
+MD5 21762ffc25176423e1c379f94b83166d nebula-0.4.ebuild 587
+MD5 d85f10794d1d10377c1d810702995c32 nebula-0.5.ebuild 588
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCqKC+I1lqEGTUzyQRArZwAKCnlDdHNNR+WxMLdn+1EbRMbUXkEgCcDGHs
-rHwg1LJFnge1qgIbaeO9Oow=
-=WZZL
+iD8DBQFDCVObI1lqEGTUzyQRAo8EAKDWVvFw5g9S93b3tnh2cAFozzQFvgCdGLiN
+s8yLhzGx6yYg9ojaMR1/dbY=
+=SEqE
-----END PGP SIGNATURE-----
diff --git a/net-irc/nebula/files/digest-nebula-0.5 b/net-irc/nebula/files/digest-nebula-0.5
new file mode 100644
index 000000000000..3ba1321027af
--- /dev/null
+++ b/net-irc/nebula/files/digest-nebula-0.5
@@ -0,0 +1 @@
+MD5 3df1dda9f033347642d31665cde9bbdc nebula-0.5.tar.gz 115950
diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild
new file mode 100644
index 000000000000..71618984f72f
--- /dev/null
+++ b/net-irc/nebula/nebula-0.5.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.5.ebuild,v 1.1 2005/08/22 04:24:46 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"
+}