summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-25 10:26:11 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-25 10:26:11 +0000
commit840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8 (patch)
treeb7fb21135562109c7d3faef78deeeb62db5981c3 /net-p2p/gtkhx
parentnew version, compiles with gcc 3.1 (diff)
downloadgentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.gz
gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.bz2
gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.zip
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/gtkhx')
-rw-r--r--net-p2p/gtkhx/ChangeLog18
-rw-r--r--net-p2p/gtkhx/files/digest-gtkhx-0.9.31
-rw-r--r--net-p2p/gtkhx/gtkhx-0.9.3.ebuild27
3 files changed, 46 insertions, 0 deletions
diff --git a/net-p2p/gtkhx/ChangeLog b/net-p2p/gtkhx/ChangeLog
new file mode 100644
index 000000000000..268be177785d
--- /dev/null
+++ b/net-p2p/gtkhx/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for net-p2p/gtkhx
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $
+
+*gtkhx-0.9.3 (29 May 2002)
+
+ 29 May 2002; Michael Nazaroff <naz@gentoo.org> gtkhx-0.9.3.ebuild :
+
+ Update to newest version of gtkhx and I also updated to econf and einstall to
+ simplify the ebuild. This closes bug #2597, which was sent in by Dave Nellans
+ <dave@cs.colgate.edu> who kindly submitted the updated ebuild.
+
+*gtkhx-0.9.2 (16 March 2002)
+
+ 16 March 2002; Bart Verwilst <verwilst@gentoo.org>: Updated to 0.9.2,
+ removed the 0.9.1 ebuild. This fixes bug #592. Also added this
+ Changelog file.
+
diff --git a/net-p2p/gtkhx/files/digest-gtkhx-0.9.3 b/net-p2p/gtkhx/files/digest-gtkhx-0.9.3
new file mode 100644
index 000000000000..2735dec0ebb8
--- /dev/null
+++ b/net-p2p/gtkhx/files/digest-gtkhx-0.9.3
@@ -0,0 +1 @@
+MD5 3ba38e64b5040b0b615087e1ef5d18fd gtkhx-0.9.3.tar.gz 562708
diff --git a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild
new file mode 100644
index 000000000000..73eafd9e47a5
--- /dev/null
+++ b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Author Michael M Nazaroff <naz@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.3.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a GTK+ Hotline Client based off of Hx"
+SRC_URI="http://gtkhx.sourceforge.net/files/${P}.tar.gz"
+HOMEPAGE="http://gtkhx.sourceforge.net/index.html"
+SLOT="0"
+DEPEND="virtual/glibc
+ =x11-libs/gtk+-1.2*"
+
+RDEPEND="$DEPEND"
+
+src_compile() {
+ econf || die
+
+ emake || die
+}
+
+src_install () {
+
+ einstall || die
+ dohtml doc/*.html
+ dodoc doc/AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}