From 35be9bf7faeabc2ca66f9291862f55705fbd7cda Mon Sep 17 00:00:00 2001
From: Sven Wegener <swegener@gentoo.org>
Date: Wed, 16 Mar 2005 18:45:23 +0000
Subject: Initial commit. ebuild based on the one Ed Wildgoose
 <gentoo@wildgooses.com> posted to bug #85208. Package-Manager:
 portage-2.0.51.19

---
 net-irc/rhapsody/ChangeLog                   | 11 +++++++++++
 net-irc/rhapsody/Manifest                    | 14 ++++++++++++++
 net-irc/rhapsody/files/digest-rhapsody-0.24b |  1 +
 net-irc/rhapsody/metadata.xml                |  5 +++++
 net-irc/rhapsody/rhapsody-0.24b.ebuild       | 26 ++++++++++++++++++++++++++
 5 files changed, 57 insertions(+)
 create mode 100644 net-irc/rhapsody/ChangeLog
 create mode 100644 net-irc/rhapsody/Manifest
 create mode 100644 net-irc/rhapsody/files/digest-rhapsody-0.24b
 create mode 100644 net-irc/rhapsody/metadata.xml
 create mode 100644 net-irc/rhapsody/rhapsody-0.24b.ebuild

(limited to 'net-irc/rhapsody')

diff --git a/net-irc/rhapsody/ChangeLog b/net-irc/rhapsody/ChangeLog
new file mode 100644
index 000000000000..4d0759c22e43
--- /dev/null
+++ b/net-irc/rhapsody/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-irc/rhapsody
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/ChangeLog,v 1.1 2005/03/16 18:45:23 swegener Exp $
+
+*rhapsody-0.24b (16 Mar 2005)
+
+  16 Mar 2005; Sven Wegener <swegener@gentoo.org> +metadata.xml,
+  +rhapsody-0.24b.ebuild:
+  Initial commit. ebuild based on the one Ed Wildgoose <gentoo@wildgooses.com>
+  posted to bug #85208.
+
diff --git a/net-irc/rhapsody/Manifest b/net-irc/rhapsody/Manifest
new file mode 100644
index 000000000000..c561115a7dfd
--- /dev/null
+++ b/net-irc/rhapsody/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c9f63f603cdd67731cc1682fac8ae7cd rhapsody-0.24b.ebuild 779
+MD5 fcfd29157b8a3ee3a68f48d50d3b9f9f ChangeLog 433
+MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+MD5 996627b6aab99379e2a240f5d035b108 files/digest-rhapsody-0.24b 62
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCOH7MI1lqEGTUzyQRAn5/AJ92q06KVY9jIJHWB/41DfXo6ISf/ACeJHrd
+38bFnfoQRHuUIj1D3nS3PBM=
+=5/R8
+-----END PGP SIGNATURE-----
diff --git a/net-irc/rhapsody/files/digest-rhapsody-0.24b b/net-irc/rhapsody/files/digest-rhapsody-0.24b
new file mode 100644
index 000000000000..ec9c89676fca
--- /dev/null
+++ b/net-irc/rhapsody/files/digest-rhapsody-0.24b
@@ -0,0 +1 @@
+MD5 6cd5ab8cf76a5d933afc57891c8d330a rhapsody_0.24b.tgz 97731
diff --git a/net-irc/rhapsody/metadata.xml b/net-irc/rhapsody/metadata.xml
new file mode 100644
index 000000000000..6ef15e900f17
--- /dev/null
+++ b/net-irc/rhapsody/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+</pkgmetadata>
diff --git a/net-irc/rhapsody/rhapsody-0.24b.ebuild b/net-irc/rhapsody/rhapsody-0.24b.ebuild
new file mode 100644
index 000000000000..83dd37e307f0
--- /dev/null
+++ b/net-irc/rhapsody/rhapsody-0.24b.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/rhapsody-0.24b.ebuild,v 1.1 2005/03/16 18:45:23 swegener Exp $
+
+DESCRIPTION="IRC client intended to be displayed on a text console"
+HOMEPAGE="http://rhapsody.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/ncurses-5.0"
+
+src_compile() {
+	./configure -i /usr/share/rhapsody || die "configure failed"
+	emake LOCALFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+	dobin rhapsody || die "dobin failed"
+	insinto /usr/share/rhapsody/help
+	doins help/*.hlp || die "doins failed"
+	dodoc docs/CHANGELOG || die "dodoc failed"
+}
-- 
cgit v1.2.3-65-gdbad