summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-21 18:57:01 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-21 18:57:01 +0000
commitca14f2689a77faf9fe0c34a4bf0f20080e8ca6ce (patch)
tree198f9de06f4d71143f75e99b7e16f0d4515cab72 /net-p2p
parentVersion bumped. Closes #31600. (diff)
downloadhistorical-ca14f2689a77faf9fe0c34a4bf0f20080e8ca6ce.tar.gz
historical-ca14f2689a77faf9fe0c34a4bf0f20080e8ca6ce.tar.bz2
historical-ca14f2689a77faf9fe0c34a4bf0f20080e8ca6ce.zip
Version bumped. Closes #31600.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gtkhx/Manifest4
-rw-r--r--net-p2p/gtkhx/files/digest-gtkhx-0.9.41
-rw-r--r--net-p2p/gtkhx/gtkhx-0.9.4.ebuild25
3 files changed, 28 insertions, 2 deletions
diff --git a/net-p2p/gtkhx/Manifest b/net-p2p/gtkhx/Manifest
index 3fe79b137456..3c44c989a1f2 100644
--- a/net-p2p/gtkhx/Manifest
+++ b/net-p2p/gtkhx/Manifest
@@ -1,5 +1,5 @@
-MD5 73d392ad1032ab32a5188923f2ac02ae ChangeLog 800
+MD5 3dafe8e3f305b6179fc4aa58d32d0256 ChangeLog 933
MD5 7981dbafce245083394d6f7519ac58b5 gtkhx-0.9.3.ebuild 659
-MD5 44763bffeac6939114eb41a9a22de9d2 gtkhx-0.9.4.ebuild 641
+MD5 29888953b43a677c3d4ee95c3a1b7620 gtkhx-0.9.4.ebuild 624
MD5 e6251199696655ec20f9ee306dd5cef5 files/digest-gtkhx-0.9.3 63
MD5 ab49a439ea4a3788dc1c0251a8775176 files/digest-gtkhx-0.9.4 63
diff --git a/net-p2p/gtkhx/files/digest-gtkhx-0.9.4 b/net-p2p/gtkhx/files/digest-gtkhx-0.9.4
new file mode 100644
index 000000000000..7d8e03121656
--- /dev/null
+++ b/net-p2p/gtkhx/files/digest-gtkhx-0.9.4
@@ -0,0 +1 @@
+MD5 d61d7dc2df66d934464e0bb8cd0fe45e gtkhx-0.9.4.tar.gz 579966
diff --git a/net-p2p/gtkhx/gtkhx-0.9.4.ebuild b/net-p2p/gtkhx/gtkhx-0.9.4.ebuild
new file mode 100644
index 000000000000..8c233b93fa8f
--- /dev/null
+++ b/net-p2p/gtkhx/gtkhx-0.9.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.4.ebuild,v 1.1 2003/10/21 18:56:56 mholzer 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"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+ dohtml -r doc
+ dodoc COPYING ChangeLog INSTALL README TODO
+}