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 | 14209f9da563607a4c0b3d73953b6c860b170cbf (patch) | |
tree | 5c354292e5abfc2dc24b20d9a8f03f4c9ed8e77b /net-p2p | |
parent | QA: Set IUSE only once. (diff) | |
download | historical-14209f9da563607a4c0b3d73953b6c860b170cbf.tar.gz historical-14209f9da563607a4c0b3d73953b6c860b170cbf.tar.bz2 historical-14209f9da563607a4c0b3d73953b6c860b170cbf.zip |
QA: Set IUSE only once; Use default src_compile
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtkhx/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.3.ebuild | 13 | ||||
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.4.ebuild | 10 |
3 files changed, 15 insertions, 18 deletions
diff --git a/net-p2p/gtkhx/Manifest b/net-p2p/gtkhx/Manifest index 334b13a1c4c9..cc42b66cb9fd 100644 --- a/net-p2p/gtkhx/Manifest +++ b/net-p2p/gtkhx/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 aae3ae62e22806a1bc501c71e62fb782 ChangeLog 1213 MD5 e6251199696655ec20f9ee306dd5cef5 files/digest-gtkhx-0.9.3 63 MD5 ab49a439ea4a3788dc1c0251a8775176 files/digest-gtkhx-0.9.4 63 MD5 2fde8dcabbc2564e308bfdd8752844e6 gtkhx-0.9.3.ebuild 596 MD5 c8b28ca73f5723f20f9a6a4a1437aaf5 gtkhx-0.9.4.ebuild 557 MD5 0cd02edc281f88f79ff5cf6efd9d83b8 metadata.xml 313 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD4DBQFC0X8uI1lqEGTUzyQRAjoqAJj/qfgM7kpgQ8kjFTxg2PfUxC0LAJ9K0qhR +IdarbBhWqidJhCiB+5cjnw== +=gk1+ +-----END PGP SIGNATURE----- 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 |