Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592 - gtkhx-0.9.1.ebuild (New Package)
Summary: gtkhx-0.9.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-07 15:59 UTC by Michael M Nazaroff (RETIRED)
Modified: 2002-03-16 11:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael M Nazaroff (RETIRED) gentoo-dev 2002-02-07 15:59:27 UTC
You will find attached gtkhx-0.9.1.tar.bz2, if someone could take a look and 
submit that would be appriciated.  I think that I covered everything that it 
needs.

GtkHx is a GTK+ Hotline Client based off of Hx, I'm not familiar with Hx but 
there is another ebuild that is a similar application called fidelago. You can 
check this application. The url for GtkHx is http://gtkhx.sourceforge.net/.  
It seems to work fine for me and maybe somone else will use it :-).


I suggest net-misc/gtkhx Also, this ebuild depends on no previous ebuilds 
except those already in ports system.
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-02-07 16:11:10 UTC
what I'm I doing wrong to attach it ?  I thought that I followed the directions

# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Michael M Nazaroff <naz@themoonsofjupiter.net>
# /space/gentoo/cvsroot/gentoo-x86/net-misc/gtkhx/gtkhx-0.9.1.ebuild,v 1
2002/02/02 10:56 naz

S=${WORKDIR}/${P}
DESCRIPTION="GtkHx is a GTK+ Hotline Client based off of Hx"
SRC_URI="http://gtkhx.sourceforge.net/files/gtkhx-0.9.1.tar.gz"
HOMEPAGE="http://gtkhx.sourceforge.net/index.html"

DEPEND="virtual/glibc
         >=x11-libs/gtk+"

RDEPEND="$DEPEND"

src_compile() {
        cat /dev/null | ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        emake || die
}

src_install () {
        make DESTDIR=${D} install || die
        dohtml doc/*.html
        dodoc   doc/AUTHORS COPYING ChangeLog\
                INSTALL NEWS README TODO
}
Comment 2 Michael M Nazaroff (RETIRED) gentoo-dev 2002-02-28 02:19:44 UTC
 --- gtkhx-0.9.1.ebuild  Thu Feb 28 00:06:38 2002 
+++ gtkhx-0.9.2.ebuild  Wed Feb 27 23:38:00 2002 
@@ -1,13 +1,13 @@ 
 # Copyright 1999-2001 Gentoo Technologies, Inc. 
 # Distributed under the terms of the GNU General Public License v2 
 # Author Michael M Nazaroff <naz@themoonsofjupiter.net> 
-# /space/gentoo/cvsroot/gentoo-x86/net-misc/gtkhx/gtkhx-0.9.1.ebuild,v 1.1 
2002/02/09 12:43:35 verwil 
st Exp 
+# /space/gentoo/cvsroot/gentoo-x86/net-misc/gtkhx/gtkhx-0.9.2.ebuild,v 1.1 
2002/02/09 12:43:35 verwil 
st Exp 
 
 S=${WORKDIR}/${P} 
 DESCRIPTION="a GTK+ Hotline Client based off of Hx" 
-SRC_URI="http://gtkhx.sourceforge.net/files/gtkhx-0.9.1.tar.gz" 
+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.10"