diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:33 +0000 |
commit | 33d7ba59b23e1e84a07e4d3b22a4665b19422f3a (patch) | |
tree | 3c5d52b9af258c3868823658e8f9fbb64151e1b4 /net-p2p | |
parent | ppc tagging (diff) | |
download | historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.gz historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.bz2 historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.zip |
ppc tagging
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/dclib-0.1_beta8.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.3.ebuild | 15 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net-p2p/dclib/dclib-0.1_beta8.ebuild b/net-p2p/dclib/dclib-0.1_beta8.ebuild index a3291bd283d8..b0697b6a9d27 100644 --- a/net-p2p/dclib/dclib-0.1_beta8.ebuild +++ b/net-p2p/dclib/dclib-0.1_beta8.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_beta8.ebuild,v 1.3 2002/07/06 06:32:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_beta8.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="Library for the Qt client for DirectConnect" HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" - -SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2" +KEYWORDS="x86 ppc" DEPEND=">=sys-apps/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" diff --git a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild index 5b3e81b3b7bd..e847bceca0c4 100644 --- a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild +++ b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2002 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.3.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.3.ebuild,v 1.4 2002/07/16 04:54:33 seemant 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*" +DEPEND="=x11-libs/gtk+-1.2*" RDEPEND="$DEPEND" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86 ppc" + src_compile() { econf || die @@ -22,6 +23,6 @@ src_compile() { src_install () { einstall || die - dohtml doc/*.html - dodoc doc/AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dohtml -r doc + dodoc doc/AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |