diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:03:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:03:31 +0000 |
commit | 3de6442d488c127614b71cd7fc6792806166fe9d (patch) | |
tree | d95a4728e6d88f4fff0898c4ceebf194c37df107 /net-p2p/gtkhx | |
parent | QA: Set IUSE only once. (diff) | |
download | gentoo-2-3de6442d488c127614b71cd7fc6792806166fe9d.tar.gz gentoo-2-3de6442d488c127614b71cd7fc6792806166fe9d.tar.bz2 gentoo-2-3de6442d488c127614b71cd7fc6792806166fe9d.zip |
QA: Set IUSE only once; Use default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/gtkhx')
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.3.ebuild | 13 | ||||
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.4.ebuild | 10 |
2 files changed, 5 insertions, 18 deletions
diff --git a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild index 6f68c05bc1dd..dfd9fc6e0163 100644 --- a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild +++ b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild @@ -1,26 +1,19 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.11 2004/06/25 00:33:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.3.ebuild,v 1.12 2005/07/10 20:03:31 swegener Exp $ 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*" -RDEPEND="$DEPEND" +RDEPEND="${DEPEND}" IUSE="" -IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -src_compile() { - econf || die - - emake || die -} - src_install () { einstall || die diff --git a/net-p2p/gtkhx/gtkhx-0.9.4.ebuild b/net-p2p/gtkhx/gtkhx-0.9.4.ebuild index f9c74f071555..b31b2a55ee6b 100644 --- a/net-p2p/gtkhx/gtkhx-0.9.4.ebuild +++ b/net-p2p/gtkhx/gtkhx-0.9.4.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.6 2004/06/25 00:33:36 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.4.ebuild,v 1.7 2005/07/10 20:03:31 swegener Exp $ DESCRIPTION="a GTK+ Hotline Client based off of Hx" SRC_URI="http://gtkhx.sourceforge.net/files/${P}.tar.gz" @@ -14,11 +13,6 @@ LICENSE="GPL-2" IUSE="" KEYWORDS="x86 ppc" -src_compile() { - econf || die - emake || die -} - src_install () { einstall || die dohtml -r doc |